AboutBlogContact
TechnologyMarch 15, 1999 2 min read 33

RSS 0.90: Netscape's Simple Syndication

AunimedaAunimeda
📋 Table of Contents

RSS 0.90: Netscape's Simple Syndication

I have a list of about 30 websites I check every morning. Slashdot, Wired, a few personal blogs, and several tech news sites. I spend half an hour just clicking "refresh" to see if there’s anything new. It’s a waste of time.

Netscape's "My Netscape" portal has just introduced a solution: RSS (RDF Site Summary, or Really Simple Syndication).

Metadata for the Web

RSS is a simple XML application. A website provides an rss file that lists its latest headlines and links. Instead of visiting the site, your browser (or a specialized "aggregator") just polls that one small file.

<?xml version="1.0"?>
<rss version="0.91">
  <channel>
    <title>My Dev Blog</title>
    <link>http://www.example.com/</link>
    <description>Latest thoughts on code.</description>
    <item>
      <title>Why I Love RSS</title>
      <link>http://www.example.com/rss-post</link>
    </item>
  </channel>
</rss>

The End of the Portal?

Netscape created this to feed their own portal, but the implications are much bigger. This decouples the content from the presentation. I don't need to see your flashing banner ads or your complex navigation menus; I just want your headlines.

The "Push" We Actually Wanted

Remember "Push" technology like PointCast? It was bloated and crashed your system. RSS is the "lightweight" version of that dream. It’s voluntary, it’s standard-based, and it’s incredibly efficient.

I suspect we’re going to see an explosion of RSS feeds. Every blog, every news site, every forum should have one. It turns the web from a "pull" medium where you go looking for info, into a "subscribe" medium where the info you care about finds you.

Read Also

Dart: Google's Early Vision for a Structured Web (2011)aunimeda
Technology

Dart: Google's Early Vision for a Structured Web (2011)

Google just unveiled Dart at GOTO Aarhus. Is this the language that will finally replace JavaScript in the browser?

XML 1.0: Structured Data for the Rest of Usaunimeda
Technology

XML 1.0: Structured Data for the Rest of Us

The W3C has finalized XML 1.0. It's like HTML, but you get to make up your own tags. Is this the end of proprietary data formats?

Netscape Navigator 4.0: The Messy Arrival of CSSaunimeda
Technology

Netscape Navigator 4.0: The Messy Arrival of CSS

Netscape 4.0 is out, and it's locked in a death match with IE4. Both have 'CSS' support, but they seem to be speaking completely different languages.

Need IT development for your business?

We build websites, mobile apps and AI solutions. Free consultation.

Get Consultation All articles