About RSS

What is use of RSS feeds in a Website. In website when i clicked on the RSS Feed button then a XML file was opening in IE.Can u Pl clarify my doubts.Thanks in Advance.
[188 byte] By [tripathy1984a] at [2007-10-2 20:58:58]
# 1

I use Opera as my browser, everytime when I click on the RSS feed button, automatically Opera will add it to the newsfeed. The newsfeeds will check itself every one hour (as setted in the preference) to see if the website is updated or not, if so it will fetch the RSS feed for the updated website. In IE5 there isn't feature for managing RSS. There are still many app for managing RSS, Opera is one of them.

Message was edited by:

mimi_tan1985

mimi_tan1985a at 2007-7-13 23:43:43 > top of Java-index,Other Topics,Fresh Tools...
# 2

Many people also use the personalized Google or Yahoo homepages, where users can add content by linking to an RSS feed.

Let's say your a business that has new items added frequently (or let's say your ebay and users want to know anytime a new item that has "test" in it's name becomes available), well the feed will show the new item just as soon as you (or ebay) publish it.

linxpdaa at 2007-7-13 23:43:43 > top of Java-index,Other Topics,Fresh Tools...
# 3

That's correct. The rss feed is in xml format. It is now up to you to extract what you want from it and do with it what you want to, like display it on your website.

The Sun rss_utils tag lib does that.

If some browsers decided they will do something else with the xml file resulting from an rss feed, that is up to the creators of that browser.

Chris

antonieCmalana at 2007-7-13 23:43:43 > top of Java-index,Other Topics,Fresh Tools...