About abhishek

Website:
admin has written 153 articles so far, you can find them below.

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 (!empty($items)) : ?> <?php foreach ($items as $item) : ?> <h2><a title=”php” href=”&lt;img src=”></a>” target=”_blank”&gt;<?php [...]

January 25, 2010 0

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. Here are two links of each feed Share and Share with note . By using [...]

January 25, 2010 0

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 of the best new year gift. If you want to add some more spice in [...]

January 24, 2010 0
Page 16 of 16« First...10«111213141516