Intended Audience
This lesson is specifically intended for Nellie Deutsch.


A markup language describes hows something is structured. HTML describes how a web-site should be structured. XML describe anything. You make up your on tags eg. <fruit>banana</fruit>
I once created a music player, and I used XML to store the playlist.

You can’t just write XML and expect any program to understand it. You need to write a program that will understand how to read your made up custom language (parsing).

RSS is just a format of XML to share blog entires, news headlines, podcasts and more.
Straight for Wikipedia
An RSS document (which is called a “feed” or “web feed” or “channel”) contains either a summary of content from an associated web site or the full text. RSS makes it possible for people to keep up with their favorite web sites in an automated manner that can be piped into special programs or filtered displays.
RSS content can be read using software called an “RSS reader”, “feed reader” or an “aggregator”. The user subscribes to a feed by entering the feed’s link into the reader or by clicking an RSS icon in a browser that initiates the subscription process. The reader checks the user’s
So you need two things to start using feeds.
# how to get an rss reader
# how to add feeds
You probably already have an RSS reader and don’t know it. If you use Mail.app, Outlook, Thunderbird,Internet Explorer 7, Firefox or Safari you can already start subscribing. Even though you have a vast selection they’re all different.
I use Google Reader %2Fwww.google.com%2Freader because then I can be on any computer, login and read my feeds.

Now if I wanted to add a feed to your reader its different in every web-browser and scenarios. I’ll show you how to add a feed to Google Reader from Firefox (top)Safari, and Firefox(bottom) note: I didn’t purposely exclude IE, I don’t have Windows for the next few days


Thats what it is, its better. That’s all you need to know if your not a programmer. Its a different format of XML suppose to be better than RSS. If your blog is atom over rss that ’s great but it doesn’t matter too much as you the end user. Just use what you got and it’ll be good enough for now.
So in short, this is a rss feed icon:
and when you click it you copy the url address and add it to your reader.
Why would you want to use rss feeds?
* Follower your competitor blogs
* Reduce time visting web-sites
* just the content, without the distraction of a flashy web-site
You can also mash and filter multiple feeds with Yahoo Pipes does.
Another things to check out is iCal which is a like RSS but for calender events.