RSS Feed
What is RSS Feed? Is this another fancy word? What is different between RSS
feed and my simple html file and links to different sites?
Mark Rae [MVP] - 28 Sep 2007 00:48 GMT
> What is RSS Feed?
http://www.google.co.uk/search?sourceid=navclient&hl=en-GB&ie=UTF-8&rlz=1T4GGIH_
en-GBGB220GB220&q=RSS+Feed
> Is this another fancy word?
No.
> What is different between RSS feed and my simple html file and links to
> different sites?
The RSS feed is updated dynamically in real time as and when the syndication
service updates it - your simply HTML file isn't...

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
Chris Fulstow - 28 Sep 2007 01:05 GMT
> RSS Feed
> What is RSS Feed? Is this another fancy word? What is different between RSS
> feed and my simple html file and links to different sites?
http://www.whatisrss.com/
http://en.wikipedia.org/wiki/RSS_(file_format)
Cowboy (Gregory A. Beamer) - 28 Sep 2007 05:27 GMT
RSS stands for Really Simple Syndication. It is a form of XML that is used
to post synopses of articles for others to consume. The file is XML, which
allows the consumer to determine if he is going to even use the link
(although that is common).
It is not the same as a manually updated list of links in an HTML page.

Signature
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************************************************
| Think outside the box!
*************************************************
> RSS Feed
> What is RSS Feed? Is this another fancy word? What is different between
> RSS
> feed and my simple html file and links to different sites?
Steve C. Orr [MCSD, MVP, CSM, ASP Insider] - 28 Sep 2007 07:40 GMT
Really Simple Syndication (RSS) is an XML-based format that provides a
simple way to let users know about new news stories in a way that’s
convenient to them. There is a virtually infinite supply of RSS feeds
available on the Internet.
Here's more info about creating RSS feeds from ASP.NET and why you'd want to
do that:
http://SteveOrr.net/articles/RSS.aspx

Signature
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
> RSS Feed
> What is RSS Feed? Is this another fancy word? What is different between
> RSS
> feed and my simple html file and links to different sites?