April 7th, 2007 at 2:53 pm (PHP Articles, Search Engine Optimization, Technology Articles, Community News)
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 »
Comments
February 11th, 2007 at 10:02 pm (PHP Articles, MySQL Articles, XML Articles, Search Engine Optimization, Community News)
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/
Comments
January 6th, 2007 at 2:49 pm (PHP Articles, Search Engine Optimization)
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 »
Comments