Archive for Open Source

Armaghan Khan : Canon EOS 1000d test

// May 5th, 2009 // Comments Off // Fahd Murtaza, General, Oaun kazmi, Open Source

This is just another portrait taken from my new EOS 1000D.

Yahoo Shortcuts

// September 9th, 2008 // No Comments » // Blogging Engines, Open Source, PHP, Plugins, Wordpress

 Enhance your blog posts with Yahoo! Shortcuts.

Enhance your blog posts with Yahoo! Shortcuts.

As you type the content for your blog post, this plugin looks for Flickr Photos, Maps to any locations that you might mention in the post, any products that are listed or even related news to your blogs post.

If your content regularly mentions some companies regularly, Yahoo shortcuts can bring up latest financial information related to that company.

Relevant search results would also come up for certain terms like in the image shown UNIX Pipes would pop up a Yahoo shortcut with relevant contextual search results. Some bloggers may find some shortcuts annoying and irrelevant to their blogs content, but some might really find it useful. It all depends on what you blog about. (more…)

WordPress; the new cool version 2.5 enjoyyy

// March 30th, 2008 // No Comments » // Blogging Engines, Open Source, PHP, Wordpress

Yeah as always I am one complete day late to know about the new release of wordpress. Its really cool. I just downloaded and installed it. As its famous for its 5 minutes install; it has great new features and a neat and clean interface, I think a hundred times better than the previous version thats 2.3 if I am not wrong (2.3.3), yeah I just checked as I am writing this post on the old platform and I just needed to scroll down this post window (my wordpress blog is an auto install by Fantastico provided by my host in Cpanel)

Anyhow right now I am playing with the latest version (2.5) and its simply awesome.

See the difference. Its just obvious. Its on full page for this blog post. (more…)

WordPress Plugin: Get recent posts within a dynamic wordpress content page or post from 2 different categories

// March 15th, 2008 // No Comments » // Blogging Engines, Open Source, PHP, Plugins, Web 2.0, Web Development, Web Development Software, Wordpress

OK I usually work on the wordpress stuff and do all the fancy things with wordpress on these two Blogs of Josh Freedman

His press room at http://www.6seconds.org/press/
His blog is at http://6seconds.org/blog/


I spent my times for release and support my plugin. If you like my plugin and enjoy the support, do consider to make a donation to me. Thank you :D . I am available for hire too :)

You can view the plugin working at his press room at http://www.6seconds.org/press/

Its showing the 2 different categories’ recent posts. The number of the posts can be defined in the plugin’s only php file.
WordPress Plugin: Get recent posts within a dynamic wordpress content page or post

OK how to do such thing?

I am going to release a modified generic open source version if Josh allows me.

Update 1:33 AM : Yeah he allows me :) so here is the download material (on full post page).. (more…)

Mining the Web using PHP

// March 4th, 2008 // 2 Comments » // Databases, Open Source, PHP, Web 2.0, Web Development, Web Development Software, data-mining

There are many ways for Extracting or fetching desired data or content from an html pages. During my work, i had to build a Miner to get news from multiple sites & update a wordpress blog with the latest news, daily.I had many choices to accomplish this task, few of them are
- Regular expressions
- PHP string functions.
- Using DOM Parsing
- Using Xpath.

First of all i used regular expressions to (more…)

Are you social on the web?

// February 29th, 2008 // No Comments » // Open Source, Plugins, Social Networking, Web 2.0, Web Development Software, Wordpress

Do you wanna be social? Are you social on the web? Is your website in accordance with the “social” requirements as laid out by the web 2.0 standard. Do you want to say “yeah” but are afraid of saying it as it might be wrong as you still dont know what exactly 2.0 is. OK, let me add something (thats not new off course but clarifies a little about the social aspect of the web). The web 2.0 is about the usability factor of the web. Sites like Flickr and Google calendar are a very good example of usability. Both have social factors about them. Like on Flickr, people can comment on your photos, photos that you want to share. Also you can post photos to your blog right from your Flickr account and there are dozens of good services that can be integrated with Flickr through an API provided by Flickr. It uses AJAX for making it more usable but yeah the Social Factor like submitting your photos to public groups of similar interests make it (more…)

CodeIgniter: How to set your images path automatically for your site

// February 13th, 2008 // No Comments » // CodeIgniter, Open Source, PHP, Web Development, Web Development Software

Well I was thinking that the old source code I got from the other guy Nouman who was working on this Home Work Center Project that was and is being coded in CodeIgniter was not very much upto date. I fixed the Javascript issues; in fact a lot of them including the JavaScript date picker calendar. It fits well, works on IE 6, IE7, Safari and Firefox; haven’t yet checked with others. But I am sure it will!. Anyhow the problem I was facing was that in different folders in Views for CodeIgniter , if we are using images, we have to use relative URLs in most of the pages, which gets quite troublesome sometimes. As long as it is the CodeIgniter I am working on, I don’t want to use my own includes having setting of the site because this is why we are using CodeIgniter .

Solution:

So cutting short the details, if you want to use the site’s URL and relative paths according to your site’s base url, here is the solution use site_url(). The link contains all the details you will need to use for your views and it also tells which helpers you need to load.

CodeIgniter; a great platform for php application development

// February 6th, 2008 // No Comments » // Open Source, PHP, Web Development Software

I have started loving CodeIgniter as its quite flexible and user friendly. I always wondered there would be an easy platform with easy learning curve ever for PHP programmer. So I am learning it and (more…)

A very good article for Screen scraping any webpage into RSS

// February 1st, 2008 // No Comments » // Open Source, PHP

I was looking for screen scraping a site for getting the download links off the site and I found this intersting tutorial. It makes you able to  get the content from a page and make it into RSS. Easily customizable thing. Just go for it. (Link on the full post.) (more…)

Script.aculo.us Its about the user interface, baby!

// January 22nd, 2008 // No Comments » // AJAX, Open Source, PHP, Web Development, Web Development Software

I am with my best days of learning web development now a days! Having coffee on my cabin’s table where me and my computer live together. Ah its quite bitter :( , I am still not good at making cape chino! But I am still happy as I have learned new things today. I have always been looking for some great JavaScript libraries that would do some really nice tricks like animation effects and user friendly techniques with easy to code syntax and minimal lines of code to call a specfic functionality. So I got it today.

And dear readers, I was really amazed at the high profile sites who are using it for example Gucci ,Digg , Apple fluxiom , Basecamp , Shopify , Blinksale , Backpack , Feedburner , Mailroom , Ruby on Rails and many others.

Isn’t that impressive? yeah I am sure it is!

Be sure to check out the demos, too: effects engine , autocompleter , drag’n'shop , puzzle game

 I will be using it with the codignitor , the new PHP framework that I am  goin g to use for my new project thats a CMS system for teachers to help manage their content for students. It focuses on Web 2.0 with Rich dynamic features!