Displaying RSS Feeds

 

Displaying RSS Feeds

by: S. Housley RSS offers webmasters a unique opportunity to display fresh content on websites. While publishing an RSS feed is a great way to generate site interest and increase communication, syndicating and displaying feeds from related relevant sources can also generate interest, increase traffic and improve search engine ranking.

RSS Radars
Webmasters with limited time or capacity can syndicate related content. In a nut shell, webmasters can create RSS

Read the rest of this entry »

DevShed Tutorial: Creating an RSS Reader

Devshed articles have been a great resource for php-learners to learn php techniques very quickly and easily. A similar article on making a RSS (Rich Site Summary) has been posted on Devshed.

In this article we are going to discuss how to create a PHP-based RSS reader. It would be helpful if you know something about XML, but not really necessary. RSS documents have three main tags: Title, You can read the rest of this awesome article at http://www.devshed.com/c/a/MySQL/Creating-an-RSS-Reader-the-Reader/ 

 

Clean URLs without mod_rewrite

Introduction
As you may know, clean URLs can be made with Apache’s mod_rewrite, but you are able to make clean URLs with PHP only.

This tutorial requires minimum knowledge of PHP.

Contents
This tutorial is split up into the following parts:

  • Introduction
    Method one
    Implementing method one
    Method two
    Implementing method two
    Conclusion
  • Read the rest of this entry »