Archive for the 'RSS' Category

RSS - Creating a Feed (Part 3/3)

Friday, April 6th, 2007

In the final article of this series we’re going to write a script in PHP that will dynamically create an RSS feed from entries in a MySQL database.  If you decide to use this script in your own custom application, you may need to change parts of the script, such as the query.  You can [...]

Read the rest of this entry »

RSS - Inside (Part 2)

Tuesday, March 27th, 2007

In the previous article I demonstrated a practical application of RSS with Google Reader.
Now that we have a working example of RSS in action, let’s dig a bit deeper and see what’s inside an RSS feed. For this article, we’re going to use RSS 2.0 as our primary example.
An RSS feed is made up of [...]

Read the rest of this entry »

RSS - Introduction (Part 1)

Tuesday, March 20th, 2007

Adam Darowski recently asked to pick my brain about writing a PHP script to create an RSS feed from a database. As one of my favorite “Web 2.0” technologies, I figured I would write a 3-part introductory series on RSS and PHP.
In this series I want to cover a couple topics:

What is RSS?

Digging [...]

Read the rest of this entry »

A new way to sort RSS feeds

Saturday, December 30th, 2006

I doubt this is new, but I just thought of it just now, so it’s new to me! I’m taking advantage of the Google Reader feature to group my RSS/Atom feeds by tagging them. This concept in itself isn’t new, but what I thought of was to take the feeds of certain tags [...]

Read the rest of this entry »

RSS and Google Personalized Pages

Monday, July 31st, 2006

One of the emerging technologies in this Web 2.0 fad is called “RSS” or Really Simple Syndication. This XML-based technology is used for a variety of purposes such as news feeds, podcasts, and sending out regularly updated information. As a matter of fact, this blog has an RSS feed; you can identify sites easily with [...]

Read the rest of this entry »