Monthly Archives: January 2010

Quality is not an act, It is a habit. Aristotle

Google, amazon, windows have quality on their product so we trust them. Quality is sometimes God gifted but mostly achieved by practice and experience but it can’t be forced to anyone because it is a habit not an act. It … Continue reading

Posted in Uncategorized | Tagged | Comments Off

Embed RSS into any Webpage in PHP

Here is a short code for integrating RSS into any webpage . <?php include_once(ABSPATH.WPINC.’/rss.php’); // path to include script $feed = fetch_rss(‘http://domain-name/feeds/’); // specify feed url $items = array_slice($feed->items, 0, 8); // specify first and last item ?> <?php if … Continue reading

Posted in short scripts | Tagged , | Comments Off

Share feeds from Google Reader

Google reader is one of the best reader for feeds. Here you can subscribe feeds from several blogs and others. One of the useful feature of this reader is you can share i-like-feeds means whatever you like you can share. … Continue reading

Posted in Uncategorized | Tagged , , | Comments Off

Unique Calander for 2010

This is a very good looking image with 2010 calander.  Here is a wallpaper which can be on your desktop for whole year. Just save this imahe in your system. Share this image with your friends. It can be one … Continue reading

Related Posts with Thumbnails
Posted in Uncategorized | Comments Off