21st June 2006

Technology- History of RSS

posted in Technology |

Yesterday I was browsing some stuff and came across a
couple of sites
that
describe the history of RSS
. I’m sure these are accurate as far as they go, yet they are still missing
quite a bit of the details. Tim Bray wrote
a good
version of the CDF -> RDF side of things
, and
this book by
Heinz Wittenbrink
mentions the CDF angle a bit.

The RSS Specifications web-site says that RSS evolved from RDF which was invented by Ramanathan Guha. However its important to point
out a couple of additional specifications that came before RSS. Before he went to Netscape Guha was at Apple where he invented
MCF, the Meta Content Format
. MCF was based on a name:value format similar to MIME, and Internet email
(see the
MIMEDIR specification
) but was only implemented
in a strange experimental 3D browser called HotSauce that Apple shipped for a brief period of time.

Beginning in 1994 I started developing some formats and protocols to use Internet standards for a rich client online application. One
of these formats was called “WindowScript” and it was presented at an IETF meeting I think in late 1995. It used the name:value style
to specify the user interface of an application, effectively the same concept as XUL (although much less sophisticated at the time). The
notion was that you could specify complex User Interface like a whole email application using WindowScript and it would data-bind to
HTML and other content to interact with the user.

When I joined Microsoft in November 1996, one of the early projects I got involved with was helping create a format for specifying
data about web-sites. The initial vehicle was supposed to be the feature “channels” in IE 4, but as is often typical at Microsoft
we had fairly grandios ideas about broader applications. At some point in early 1997 Thomas Reardon dragged me down the hallway
to meet with Jean Paoli who had just joined Microsoft and was talking about this new thing called “XML”. It seemed like XML was going
to be big some day, so we quickly changed all the colons to angle brackets in the spec and published
“Web Collections in XML” to
the W3C on March 7th, 1997
. To the best of my knowledge this is the earliest existing document addressing XML- at the time I believe
the decision had not yet been made by the XML working group to make tags and attributes case sensitive and there are several other
historical oddities in that spec.

Dated 3 days later on March 10th, 1997 was Castedo Ellerman’s Channel
Description Format (CDF) specification
. I don’t remember why we diverged and published two similar but slightly different
specs on the same week- I was working with Castedo at the time. I suspect the issue was that IE was under huge pressure to ship
quickly and they felt like they needed their own thing that they could just lock down and be done with right away.

In the summer of 1997 Guha, now at Nescape responded to our Web Collections
and CDF proposals by adapting
MCF to be expressed in XML. The W3C saw these many different proposals and created a
working group to sort out the differences. The W3C was very interested in
pursuing this as part of their semantic web initiative. Inside Microsoft we had
shifted our thinking a bit at this point and thought that these meta-data
proposals were unnecessary since the XML was the way to represent the meta-data.
Of course XML still needed schemas to do useful applications but we didn’t see
much value in RDF, being a language in between the base XML language and the
actual application-specific schemas.
Tim Bray’s
post
back in 2003 acknowledges “it hasn’t exactly turned the world inside
out” and RDF hasn’t made much adoption progress since then. I’d argue that the
ratio of “data expressed in RDF in 2006″ vs. “data expressed in any XML-based
format in 2006″ (a number pretty much indistinguishable from 0) suggests we were
right. If RDF were really solving such a crucial problem I’d bet that it would
be pretty widely used 8 years later. Tim argues that RDF’s problem is that the
format is too obtuse, but again, if it were really solving a problem, a
simplified format such as he proposes would have happened by now. Instead
formats like RSS and ATOM suplimented with all sorts of extra XML tags continue
to take the Internet by storm.

Neither MCF, RDF, or Web Collections anticipated the notion of blogs and a feed of posts. They were all more
focused around site-map type applications and more traditional notions of web site publishing. Dave Winer created RSS based on some
of these earlier formats for this application and the killer makes all the
difference (in a good way!) I do remember in the spring of 1997 talking with Dave Winer and evangelizing CDF to him.
If I recall, his reaction was that he didn’t really get the “channel” thing
(which is not a surprise since it was mostly just a Netscape vs. Microsoft hype
thing around the latest buzzword- “push”) and that the CDF format seemed too complicated. I recall
building a CDF “Channel” for scripting news, but the whole channel notion fizzled so much over the summer of 1997 that the CDF
approach was quickly forgotten.

For comparison sake, here are some examples of what the various formats look
like. These examples make it pretty clear to me the similarity between CDF and
RSS.

MIMEDIR (circa Nov 1996)

source: ldap://cn=Meister%20Berger,o=Universitaet%20Goerlitz,c=DE
name: cn=Meister Berger, o=Universitaet Goerlitz, c=DE
cn: Meister Berger
cn: Berger Meister
sn: Berger
age;value=int: 33
o;charset=iso-8859-1;encoding=quoted-printable: Universit=E6t G=F6rlitz
title: Mayor
title;language=de;value=text: Burgermeister
description;encoding=quoted-printable: The Mayor of the great city of=
 Goerlitz in the great country of Germany.
email: mb@goerlitz.de
home.phone;fax,voice,msg: +49 3581 123456
home.addr;encoding=quoted-printable: Hufenshlagel 1234=0A=
 02828 Goerlitz=0A=
 Deutschland
certificate;encoding=base64: dGhpcyBjb3VsZCBiZSAKbXkgY2VydGlma...

Meta Content Format (MCF)

begin-headers:
MCFVersion: 0.95
name: "Animals"
end-headers:
unit: "http://mcf.research.apple.com/hs/Dogs.mcf"
name: "Dogs"
unit: "http://mcf.research.apple.com/hs/Cats.mcf"
name: "Cats"
unit: "http://mcf.research.apple.com/hs/Pets.mcf"
name: "Pets"
unit: "http://mcf.research.apple.com/hs/FamousDogs.html"
name: "Famous Dogs Page"
parent: #"http://mcf.research.apple.com/hs/Dogs.mcf"
unit: "http://mcf.research.apple.com/hs/BestPets.html"
name: "Best Pets"
parent: #"http://mcf.research.apple.com/hs/Dogs.mcf"
unit: "http://mcf.research.apple.com/hs/WildDogs.html"
name: "WildDogs"
parent: #"http://mcf.research.apple.com/hs/Dogs.mcf"
unit: "http://mcf.research.apple.com/hs/CatLovers.html"
name: "Cat Lovers Page"
parent: #"http://mcf.research.apple.com/hs/Cats.mcf"
unit: "http://mcf.research.apple.com/hs/CatHatershtml"
name: "Cat Haters Page"
parent: #"http://mcf.research.apple.com/hs/Cats.mcf"
unit: "http://mcf.research.apple.com/hs/GeneralPetStuff.mcf"
name: "General Pet Stuff"
parent: #"http://mcf.research.apple.com/hs/Pets.mcf"

XML Web Collections


    

    <title>

    <title>
</pre>
<p>CDF</p>
<pre>

    <title />

       <title />

        <title />

        http://www.foosports.com/images/newslogo.gif</a>”
         Type=”REGULAR” />

        http://www.foosports.com/images/newslogowide.gif</a>”
         Type=”WIDE” />

            <title />

            <title />

       <title />

…</pre>
<p>RDF</p>
<pre>

]>

Overnighter
2
2.4
784

...other product descriptions...
</pre>
<p>RSS</p>
<pre>

 http://liftoff.msfc.nasa.gov/
 Liftoff to Space Exploration.
 en-us
 Tue, 10 Jun 2003 04:00:00 GMT
 Tue, 10 Jun 2003 09:41:01 GMT
 http://blogs.law.harvard.edu/tech/rss
 Weblog Editor 2.0
 editor@example.com
 webmaster@example.com 

 http://liftoff.msfc.nasa.gov/news/2003/news-starcity.asp
 How do Americans get ready to work with
 Tue, 03 Jun 2003 09:39:21 GMT
 http://liftoff.msfc.nasa.gov/2003/06/03.html#item573 

 Sky watchers in Europe, Asia, and parts
 Fri, 30 May 2003 11:06:42 GMT
 http://liftoff.msfc.nasa.gov/2003/05/30.html#item572 

 http://liftoff.msfc.nasa.gov/news/2003/news-VASIMR.asp
 Before man travels to Mars, NASA hopes to
 Tue, 27 May 2003 08:37:32 GMT
 http://liftoff.msfc.nasa.gov/2003/05/27.html#item571 
</pre>
<p>]]>
</p>

				
				<p class="postmetadata alt">
					<small>
						This entry was posted
						 
						on Wednesday, June 21st, 2006 at 11:00 pm						and is filed under <a href="http://www.alexhopmann.com/category/technology/" title="View all posts in Technology" rel="category tag">Technology</a>.
						You can follow any responses to this entry through the <a href='http://www.alexhopmann.com/2006/06/21/technology-history-of-rss/feed/'>RSS 2.0</a> feed. 

													You can <a href="#respond">leave a response</a>, or <a href="http://www.alexhopmann.com/2006/06/21/technology-history-of-rss/trackback/" rel="trackback">trackback</a> from your own site.

						
					</small>
				</p>

			</div>
		</div>

	<div class="boxedup">
<!-- You can start editing here. -->


   
		<!-- If comments are open, but there are no comments. -->

	 


<h3 id="respond">Leave a Reply</h3>


<form action="http://www.alexhopmann.com/wp-comments-post.php" method="post" id="commentform">


<p><input type="text" name="author" id="author" value="" size="22" tabindex="1" />
<label for="author"><small>Name (required)</small></label></p>

<p><input type="text" name="email" id="email" value="" size="22" tabindex="2" />
<label for="email"><small>Mail (will not be published) (required)</small></label></p>

<p><input type="text" name="url" id="url" value="" size="22" tabindex="3" />
<label for="url"><small>Website</small></label></p>


<!--<p><small><strong>XHTML:</strong> You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> </small></p>-->

<p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p>

<p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" />
<input type="hidden" name="comment_post_ID" value="59" />
</p>

</form>


</div>

	
    <div id="back">
            <a href="#documentContent" title="up to the page content">up to content</a> »</div>
    </div>
</div>

<div id="column2">

    <ul><li class="listHeader"><h3>Advertising</h3></li>
        <li class="adsense">
    <script type="text/javascript"><!--
        google_ad_client = "pub-0971914386919454";
        google_ad_width = 160;
        google_ad_height = 600;
        google_ad_format = "160x600_as";
        google_ad_type = "text_image";
        google_ad_channel ="";
        google_color_border = "FFFBFF";
        google_color_bg = "FFFBFF";
        google_color_link = "663300";
        google_color_url = "BB8800";
        google_color_text = "999999"; //--></script>
    <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script></li></ul>



    <ul><li class="listHeader"><h2>Calendar</h2></li>
        <li class="calendar"><table summary="calendar" id="wp-calendar">
	<caption>June 2006</caption>
	<thead>
	<tr>
		<th abbr="Sunday" scope="col" title="Sunday">S</th>
		<th abbr="Monday" scope="col" title="Monday">M</th>
		<th abbr="Tuesday" scope="col" title="Tuesday">T</th>
		<th abbr="Wednesday" scope="col" title="Wednesday">W</th>
		<th abbr="Thursday" scope="col" title="Thursday">T</th>
		<th abbr="Friday" scope="col" title="Friday">F</th>
		<th abbr="Saturday" scope="col" title="Saturday">S</th>
	</tr>
	</thead>

	<tfoot>
	<tr>
		<td abbr="May" colspan="3" id="prev"><a href="http://www.alexhopmann.com/2006/05/" title="View posts for May 2006">« May</a></td>
		<td class="pad"> </td>
		<td abbr="July" colspan="3" id="next"><a href="http://www.alexhopmann.com/2006/07/" title="View posts for July 2006">Jul »</a></td>
	</tr>
	</tfoot>

	<tbody>
	<tr>
		<td colspan="4" class="pad"> </td><td>1</td><td>2</td><td>3</td>
	</tr>
	<tr>
		<td>4</td><td><a href="http://www.alexhopmann.com/2006/06/05/" title="Cooking- Grilling/BBQ">5</a></td><td><a href="http://www.alexhopmann.com/2006/06/06/" title="Technology- Motorola Q Phone, the Honeymoon Review">6</a></td><td>7</td><td>8</td><td>9</td><td>10</td>
	</tr>
	<tr>
		<td><a href="http://www.alexhopmann.com/2006/06/11/" title="Technology- Books on Usability">11</a></td><td>12</td><td>13</td><td>14</td><td><a href="http://www.alexhopmann.com/2006/06/15/" title="Technology- The BillG Review">15</a></td><td>16</td><td><a href="http://www.alexhopmann.com/2006/06/17/" title="Hiking- Skookum Flats Trail">17</a></td>
	</tr>
	<tr>
		<td><a href="http://www.alexhopmann.com/2006/06/18/" title="Technology- Wikis and Wireless">18</a></td><td>19</td><td><a href="http://www.alexhopmann.com/2006/06/20/" title="Home- Last Day of School">20</a></td><td><a href="http://www.alexhopmann.com/2006/06/21/" title="Technology- History of RSS">21</a></td><td>22</td><td>23</td><td>24</td>
	</tr>
	<tr>
		<td>25</td><td>26</td><td><a href="http://www.alexhopmann.com/2006/06/27/" title="Misc- Two posts on LancairTalk.com">27</a></td><td><a href="http://www.alexhopmann.com/2006/06/28/" title="Music- Art Brut Top Of the Pops!">28</a></td><td>29</td><td><a href="http://www.alexhopmann.com/2006/06/30/" title="Technology- Network Magic 3.1">30</a></td>
		<td class="pad" colspan="1"> </td>
	</tr>
	</tbody>
	</table></li>
    </ul>

    <ul><li class="listHeader"><h2>Archives</h2></li>
        	<li><a href='http://www.alexhopmann.com/2008/09/' title='September 2008'>September 2008</a></li>
	<li><a href='http://www.alexhopmann.com/2008/08/' title='August 2008'>August 2008</a></li>
	<li><a href='http://www.alexhopmann.com/2008/07/' title='July 2008'>July 2008</a></li>
	<li><a href='http://www.alexhopmann.com/2008/06/' title='June 2008'>June 2008</a></li>
	<li><a href='http://www.alexhopmann.com/2008/05/' title='May 2008'>May 2008</a></li>
	<li><a href='http://www.alexhopmann.com/2008/04/' title='April 2008'>April 2008</a></li>
	<li><a href='http://www.alexhopmann.com/2008/03/' title='March 2008'>March 2008</a></li>
	<li><a href='http://www.alexhopmann.com/2008/02/' title='February 2008'>February 2008</a></li>
	<li><a href='http://www.alexhopmann.com/2008/01/' title='January 2008'>January 2008</a></li>
	<li><a href='http://www.alexhopmann.com/2007/12/' title='December 2007'>December 2007</a></li>
	<li><a href='http://www.alexhopmann.com/2007/11/' title='November 2007'>November 2007</a></li>
	<li><a href='http://www.alexhopmann.com/2007/10/' title='October 2007'>October 2007</a></li>
	<li><a href='http://www.alexhopmann.com/2007/09/' title='September 2007'>September 2007</a></li>
	<li><a href='http://www.alexhopmann.com/2007/08/' title='August 2007'>August 2007</a></li>
	<li><a href='http://www.alexhopmann.com/2007/07/' title='July 2007'>July 2007</a></li>
	<li><a href='http://www.alexhopmann.com/2007/06/' title='June 2007'>June 2007</a></li>
	<li><a href='http://www.alexhopmann.com/2007/05/' title='May 2007'>May 2007</a></li>
	<li><a href='http://www.alexhopmann.com/2007/04/' title='April 2007'>April 2007</a></li>
	<li><a href='http://www.alexhopmann.com/2007/03/' title='March 2007'>March 2007</a></li>
	<li><a href='http://www.alexhopmann.com/2007/02/' title='February 2007'>February 2007</a></li>
	<li><a href='http://www.alexhopmann.com/2007/01/' title='January 2007'>January 2007</a></li>
	<li><a href='http://www.alexhopmann.com/2006/12/' title='December 2006'>December 2006</a></li>
	<li><a href='http://www.alexhopmann.com/2006/11/' title='November 2006'>November 2006</a></li>
	<li><a href='http://www.alexhopmann.com/2006/09/' title='September 2006'>September 2006</a></li>
	<li><a href='http://www.alexhopmann.com/2006/08/' title='August 2006'>August 2006</a></li>
	<li><a href='http://www.alexhopmann.com/2006/07/' title='July 2006'>July 2006</a></li>
	<li><a href='http://www.alexhopmann.com/2006/06/' title='June 2006'>June 2006</a></li>
	<li><a href='http://www.alexhopmann.com/2006/05/' title='May 2006'>May 2006</a></li>
	<li><a href='http://www.alexhopmann.com/2006/04/' title='April 2006'>April 2006</a></li>
	<li><a href='http://www.alexhopmann.com/2006/03/' title='March 2006'>March 2006</a></li>
	<li><a href='http://www.alexhopmann.com/2006/02/' title='February 2006'>February 2006</a></li>
	<li><a href='http://www.alexhopmann.com/2006/01/' title='January 2006'>January 2006</a></li>
	<li><a href='http://www.alexhopmann.com/2005/12/' title='December 2005'>December 2005</a></li>
	<li><a href='http://www.alexhopmann.com/2005/11/' title='November 2005'>November 2005</a></li>
    </ul>

    <ul><li class="listHeader"><h2>Categories</h2></li>
        	<li><a href="http://www.alexhopmann.com/category/aviation/" title="View all posts filed under Aviation">Aviation</a> (17)
</li>
	<li><a href="http://www.alexhopmann.com/category/books/" title="View all posts filed under Books">Books</a> (2)
</li>
	<li><a href="http://www.alexhopmann.com/category/business/" title="View all posts filed under Business">Business</a> (54)
</li>
	<li><a href="http://www.alexhopmann.com/category/photography/canon-tx1/" title="Info about the Canon TX1. Review, news, etc.">Canon TX1</a> (4)
</li>
	<li><a href="http://www.alexhopmann.com/category/photography/casio/" title="Casio Camera posts">Casio</a> (2)
</li>
	<li><a href="http://www.alexhopmann.com/category/cooking/" title="View all posts filed under Cooking">Cooking</a> (7)
</li>
	<li><a href="http://www.alexhopmann.com/category/technology/developers/" title="View all posts filed under Developers">Developers</a> (23)
</li>
	<li><a href="http://www.alexhopmann.com/category/technology/facebook/" title="Developing for the Facebook platform.
">Facebook</a> (8)
</li>
	<li><a href="http://www.alexhopmann.com/category/food/" title="View all posts filed under Food">Food</a> (8)
</li>
	<li><a href="http://www.alexhopmann.com/category/games/" title="View all posts filed under Games">Games</a> (5)
</li>
	<li><a href="http://www.alexhopmann.com/category/general/" title="View all posts filed under General">General</a> (2)
</li>
	<li><a href="http://www.alexhopmann.com/category/technology/graphics/" title="View all posts filed under Graphics">Graphics</a> (9)
</li>
	<li><a href="http://www.alexhopmann.com/category/technology/hardware/" title="View all posts filed under Hardware">Hardware</a> (55)
</li>
	<li><a href="http://www.alexhopmann.com/category/hiking/" title="View all posts filed under Hiking">Hiking</a> (7)
</li>
	<li><a href="http://www.alexhopmann.com/category/home/" title="View all posts filed under Home">Home</a> (2)
</li>
	<li><a href="http://www.alexhopmann.com/category/iphone/" title="View all posts filed under iPhone">iPhone</a> (1)
</li>
	<li><a href="http://www.alexhopmann.com/category/jobs/" title="View all posts filed under Jobs">Jobs</a> (5)
</li>
	<li><a href="http://www.alexhopmann.com/category/launch21/" title="View all posts filed under Launch21">Launch21</a> (1)
</li>
	<li><a href="http://www.alexhopmann.com/category/technology/mac/" title="View all posts filed under Mac">Mac</a> (10)
</li>
	<li><a href="http://www.alexhopmann.com/category/management/" title="View all posts filed under Management">Management</a> (2)
</li>
	<li><a href="http://www.alexhopmann.com/category/marketing/" title="View all posts filed under Marketing">Marketing</a> (1)
</li>
	<li><a href="http://www.alexhopmann.com/category/microsoft/" title="View all posts filed under Microsoft">Microsoft</a> (8)
</li>
	<li><a href="http://www.alexhopmann.com/category/misc/" title="View all posts filed under Misc">Misc</a> (4)
</li>
	<li><a href="http://www.alexhopmann.com/category/music/" title="View all posts filed under Music">Music</a> (32)
</li>
	<li><a href="http://www.alexhopmann.com/category/technology/network-magic/" title="View all posts filed under Network Magic">Network Magic</a> (2)
</li>
	<li><a href="http://www.alexhopmann.com/category/technology/networking/" title="View all posts filed under Networking">Networking</a> (5)
</li>
	<li><a href="http://www.alexhopmann.com/category/outdoors/" title="View all posts filed under Outdoors">Outdoors</a> (2)
</li>
	<li><a href="http://www.alexhopmann.com/category/photography/" title="View all posts filed under Photography">Photography</a> (9)
</li>
	<li><a href="http://www.alexhopmann.com/category/politics/" title="View all posts filed under Politics">Politics</a> (6)
</li>
	<li><a href="http://www.alexhopmann.com/category/business/pr/" title="View all posts filed under PR">PR</a> (4)
</li>
	<li><a href="http://www.alexhopmann.com/category/presentations/" title="View all posts filed under Presentations">Presentations</a> (2)
</li>
	<li><a href="http://www.alexhopmann.com/category/jobs/pure-networks/" title="View all posts filed under Pure Networks">Pure Networks</a> (2)
</li>
	<li><a href="http://www.alexhopmann.com/category/rafting/" title="View all posts filed under Rafting">Rafting</a> (1)
</li>
	<li><a href="http://www.alexhopmann.com/category/technology/silverlight/" title="View all posts filed under Silverlight">Silverlight</a> (1)
</li>
	<li><a href="http://www.alexhopmann.com/category/skiing/" title="View all posts filed under Skiing">Skiing</a> (7)
</li>
	<li><a href="http://www.alexhopmann.com/category/technology/software/" title="View all posts filed under Software">Software</a> (19)
</li>
	<li><a href="http://www.alexhopmann.com/category/space/" title="View all posts filed under Space">Space</a> (1)
</li>
	<li><a href="http://www.alexhopmann.com/category/sports/" title="View all posts filed under Sports">Sports</a> (3)
</li>
	<li><a href="http://www.alexhopmann.com/category/technology/standards/" title="View all posts filed under Standards">Standards</a> (2)
</li>
	<li><a href="http://www.alexhopmann.com/category/technology/storage/" title="View all posts filed under Storage">Storage</a> (6)
</li>
	<li><a href="http://www.alexhopmann.com/category/technology/" title="View all posts filed under Technology">Technology</a> (241)
</li>
	<li><a href="http://www.alexhopmann.com/category/travel/" title="View all posts filed under Travel">Travel</a> (8)
</li>
	<li><a href="http://www.alexhopmann.com/category/tv/" title="View all posts filed under TV">TV</a> (6)
</li>
	<li><a href="http://www.alexhopmann.com/category/technology/virtualization/" title="View all posts filed under Virtualization">Virtualization</a> (1)
</li>
	<li><a href="http://www.alexhopmann.com/category/technology/vista/" title="View all posts filed under Vista">Vista</a> (17)
</li>
	<li><a href="http://www.alexhopmann.com/category/wine/" title="View all posts filed under Wine">Wine</a> (1)
</li>
	<li><a href="http://www.alexhopmann.com/category/technology/wpf/" title="View all posts filed under WPF">WPF</a> (5)
</li>
    </ul>

</div>
<div id="column3">

	<ul class="icons"><li class="listHeader"><h2>Subscribe</h2></li>
        <li><a href="http://feeds.feedburner.com/alexhopmann" title="Posts RSS feed" class="iconrss">rss posts</a></li>
		<li><a href="http://www.alexhopmann.com/comments/feed/" title="Posts RSS feed" class="iconrss">rss comments</a></li>
    </ul>


    <ul class="icons"><li class="listHeader"><h2>Spread the Word</h2></li>
        <li><a class="s_delicious" href="http://del.icio.us/post?title=Technology- History of RSS&url=http://www.alexhopmann.com/2006/06/21/technology-history-of-rss/" title="Submit Technology- History of RSS to del.icio.us" rel="nofollow">delicious</a></li>
        <li><a class="s_digg" href="http://digg.com/submit?phase=2&title=Technology- History of RSS&url=http://www.alexhopmann.com/2006/06/21/technology-history-of-rss/" title="Submit Technology- History of RSS to digg" rel="nofollow">digg</a></li>
        <li><a class="s_technorati" href="http://www.technorati.com/faves?add=http://www.alexhopmann.com/2006/06/21/technology-history-of-rss/" title="Submit Technology- History of RSS to technorati" rel="nofollow">technorati</a></li>
        <li><a class="s_reddit" href="http://reddit.com/submit?title=Technology- History of RSS&url=http://www.alexhopmann.com/2006/06/21/technology-history-of-rss/" title="Submit Technology- History of RSS to reddit" rel="nofollow">reddit</a></li>
        <li><a class="s_magnolia" href="http://ma.gnolia.com/beta/bookmarklet/add?title=Technology- History of RSS&description=Technology- History of RSS&url=http://www.alexhopmann.com/2006/06/21/technology-history-of-rss/" title="Submit Technology- History of RSS to magnolia" rel="nofollow">magnolia</a></li>
        <li><a class="s_stumbleupon" href="http://www.stumbleupon.com/submit?title=Technology- History of RSS&url=http://www.alexhopmann.com/2006/06/21/technology-history-of-rss/" title="Submit Technology- History of RSS to stumbleupon" rel="nofollow">stumbleupon</a></li>
        <li><a class="s_yahoo" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?title=Technology- History of RSS&popup=true&u=http://www.alexhopmann.com/2006/06/21/technology-history-of-rss/" title="Submit Technology- History of RSS to yahoo bookmarks" rel="nofollow">yahoo</a></li>
        <li><a class="s_google" href="http://www.google.com/bookmarks/mark?op=add&title=Technology- History of RSS&bkmk=http://www.alexhopmann.com/2006/06/21/technology-history-of-rss/" title="Submit Technology- History of RSS to google bookmarks" rel="nofollow">google</a></li>
    </ul>

    <ul><li class="listHeader"><h2>Latest Posts</h2></li>
        	<li><a href='http://www.alexhopmann.com/2008/09/23/two-bad-ideas/' title='Two Bad Ideas'>Two Bad Ideas</a></li>
	<li><a href='http://www.alexhopmann.com/2008/09/20/radical-transparency/' title='Radical Transparency'>Radical Transparency</a></li>
	<li><a href='http://www.alexhopmann.com/2008/09/19/shooting-the-messenger/' title='Shooting the Messenger'>Shooting the Messenger</a></li>
	<li><a href='http://www.alexhopmann.com/2008/09/08/dell-mini/' title='Dell Mini'>Dell Mini</a></li>
	<li><a href='http://www.alexhopmann.com/2008/09/04/demo-version-problems/' title='Demo Version Problems'>Demo Version Problems</a></li>
	<li><a href='http://www.alexhopmann.com/2008/09/02/new-aspnet-mvc-stuff/' title='New ASP.net MVC stuff'>New ASP.net MVC stuff</a></li>
	<li><a href='http://www.alexhopmann.com/2008/08/20/deeprockdrive-is-no-more/' title='DeepRockDrive Is No More'>DeepRockDrive Is No More</a></li>
	<li><a href='http://www.alexhopmann.com/2008/08/17/dare-on-the-essence-of-rest/' title='Dare on the Essence of REST'>Dare on the Essence of REST</a></li>
	<li><a href='http://www.alexhopmann.com/2008/08/09/olympics-on-unbox/' title='Olympics on Unbox'>Olympics on Unbox</a></li>
	<li><a href='http://www.alexhopmann.com/2008/07/29/teeshot-gets-a-great-review/' title='TeeShot Gets a Great Review'>TeeShot Gets a Great Review</a></li>
    </ul>

    <ul><li class="listHeader"><h2>Friends</h2></li>
            </ul>

	<ul><li class="listHeader"><h2>Meta</h2></li>
                <li><a href="http://www.alexhopmann.com/wp-login.php">Login</a></li>
            </ul>


</div>
<div id="footer">
    <p>© 0 - 2008 <a href="http://www.alexhopmann.com">AlexHopmann.com</a>. All Rights Reserved.</p>
</div>

</div>


<div id="breadcrumbs">
You are here : <a href="/" title="">Home</a> » <a href="/2006">2006</a> » <a href="/2006/06">06</a> » <a href="/2006/06/21">21</a> » Technology- History of RSS</div>

<div id="searchCSS">
    <form method="get" id="searchform" action="http://www.alexhopmann.com/">
<div>
    <input type="text" value="" name="s" id="s" />
    <input type="submit" id="searchsubmit" value="GO" />
</div>
</form>
</div>

        <!-- 25 queries. 0.213 seconds. -->

<script src="/detectwpfe.js" type="text/javascript"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-74712-2");
pageTracker._initData();
pageTracker._trackPageview();
</script></body>
</html>