<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>unitstep.net &#187; atom</title>
	<atom:link href="http://unitstep.net/blog/category/atom/feed/" rel="self" type="application/rss+xml" />
	<link>http://unitstep.net</link>
	<description>the home of peter chng</description>
	<pubDate>Tue, 18 Nov 2008 02:09:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>RSS - not just for geeks anymore</title>
		<link>http://unitstep.net/blog/2006/07/25/rss-not-just-for-geeks-anymore/</link>
		<comments>http://unitstep.net/blog/2006/07/25/rss-not-just-for-geeks-anymore/#comments</comments>
		<pubDate>Wed, 26 Jul 2006 01:51:56 +0000</pubDate>
		<dc:creator>Peter Chng</dc:creator>
		
		<category><![CDATA[atom]]></category>

		<category><![CDATA[rss]]></category>

		<category><![CDATA[standards]]></category>

		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://unitstep.net/blog/2006/07/25/rss-not-just-for-geeks-anymore/</guid>
		<description><![CDATA[With all this hullabaloo about how neat and nifty web 2.0 technologies need to be made more mainstream, useful and practical technologies can often be forgotten.  One of the things out there that I believe is a core part of web 2.0 is syndicated content, known variously as (thanks to competing standards) RSS, Atom, [...]]]></description>
			<content:encoded><![CDATA[<p>With all this <a href="http://publishing2.com/2006/07/19/netscape-could-beat-digg-by-focusing-on-average-people/">hullabaloo</a> about how neat and nifty web 2.0 technologies need to be made more mainstream, useful and practical technologies can often be forgotten.  One of the things out there that I believe is a core part of web 2.0 is syndicated content, known variously as (thanks to competing standards) <acronym class="uttInitialism" title="Really Simple Syndication">RSS</acronym>, Atom, and <a href="http://www.w3.org/XML/" class="ubernym uttInitialism"><acronym class="uttInitialism" title="eXtensible Markup Language">XML</acronym></a> (in the early days) feeds.  What exactly do all these acronyms represent? Well, it&#8217;s complicated, but basically it&#8217;s a way to stay up-to-date on the newest content and information from your favourite websites - essentially subscribing to them, and allowing you to focus on quality content instead of having to weed out the junk.  It&#8217;s a form of crack for tech news junkies who have to be &#8220;in the know&#8221; about everything new that happens.</p>
<h3>A little background</h3>
<p>The <a href="http://diveintomark.org/archives/2004/02/04/incompatible-rss">history of <acronym class="uttInitialism" title="Really Simple Syndication">RSS</acronym></a> is complex and coloured with many differing non-compatible standards all using this three-letter acronym.  Of these, <acronym class="uttInitialism" title="Really Simple Syndication">RSS</acronym> 2.0 and <acronym class="uttInitialism" title="Really Simple Syndication">RSS</acronym> 0.91 seem to be the most popular, with perhaps <acronym class="uttInitialism" title="Really Simple Syndication">RSS</acronym> 2.0 becoming more popular with time.  You shouldn&#8217;t have to worry about all of these differences, as anyone who makes a quality news reader/aggregator, the software used to subscribe to these feeds is probably aware of this and has made their software compatible with all these different versions.  </p>
<p>To further add to the confusion, another syndication format, <a href="http://en.wikipedia.org/wiki/Atom_%28standard%29">Atom</a> was also developed back in 2003, in response to <acronym class="uttInitialism" title="Really Simple Syndication">RSS</acronym> not being an open format, such as <a href="http://www.w3.org/MarkUp/" class="ubernym uttInitialism"><acronym class="uttInitialism" title="eXtensible HyperText Markup Language - HTML reformulated as XML">XHTML</acronym></a>.  As a result, Atom was developed, and is the only format with the IETF&#8217;s backing, and hence the only format with a proper, recognized, MIME-type.  It thus has a large following among the geeks and tech-saavy, who are perhaps the only people in the world concerned with such things - not that this is such a bad thing.  However, most common folk only care &#8220;that it works&#8221;.  (Note: WordPress offers Atom feeds as well as <acronym class="uttInitialism" title="Really Simple Syndication">RSS</acronym> feeds; I simply have not linked to them for brevity and so as not to create confusion with multiple feed links for the same content.)</p>
<h3>So, how <em>does</em> it work?</h3>
<p>In very basic terms, syndicated content doesn&#8217;t utilize any new web technologies, in contrast with, for example, BitTorrent.  Instead, to create an <acronym class="uttInitialism" title="Really Simple Syndication">RSS</acronym>/Atom feed, a website will make another copy of regularly-updated content, except it will be formatted and marked up in a certain, <a href="http://www.w3.org/XML/" class="ubernym uttInitialism"><acronym class="uttInitialism" title="eXtensible Markup Language">XML</acronym></a>-friendly way, so that it can be read easily by news readers/aggregators.  This file is known as the &#8220;feed&#8221;, or its location as the &#8220;feed <acronym class="uttInitialism" title="Uniform Resource Locator">URL</acronym>&#8221;.  The contents of the feed have been formatted very carefully, and if you were to look at the source, it would look similar to <acronym class="uttInitialism" title="HyperText Markup Language">HTML</acronym> markup, except maybe a bit more complicated.  </p>
<p>These feeds are almost always generated by software, and not by hand, thus they fit very nicely into most blogging and <acronym class="uttInitialism" title="Content Management System">CMS</acronym> software.  They usually only contain content, and some useful metadata about it, such as publishing date, author and so forth, and thus allow the reader to get at what&#8217;s useful, without having to remember to visit that website.</p>
<h3>How&#8217;s it helpful?</h3>
<p>On their own, the feeds wouldn&#8217;t be very much use.  But the other side of it is client software called feed readers, news readers or aggregators.  These allow the reader to &#8220;subscribe&#8221; to feeds that they choose - in effect, making a list of sites whose content they are interested in seeing when it is updated with new information.  </p>
<p>I hesitate to use the word &#8220;subscribe&#8221;, since although it&#8217;s useful to describe the concept (sort of like subscribing to a magazine you like), the process is not the same.  Unlike subscribing to a newspaper that&#8217;s delivered to your doorstep (A &#8220;push&#8221; service), news readers actually subscribe by &#8220;pulling&#8221; the data to your computer.  Thus, a news reader will check a feed to see if it&#8217;s been updated; if it has, it will download the new data.  Thus unsubscribing is fully within your grasp; the act of &#8220;unsubscribing&#8221; merely means removing the feed <acronym class="uttInitialism" title="Uniform Resource Locator">URL</acronym> from your reader, so there&#8217;s no real possibility of spam like with e-mail.</p>
<p>It&#8217;s useful since it allows you to dilute the vast quantity of new information on the web everyday down to what you consider to be useful.  If you&#8217;re like me, you are interested in stuff like web design, development, technology and the like.  Once I find a site or blog that I like, I subscribe to its <acronym class="uttInitialism" title="Really Simple Syndication">RSS</acronym> feed, and thus I no longer have to continually search the web to find interesting information, and can keep up to date on new developments.  </p>
<h3>So, how do I get started?</h3>
<p>Syndication has been around for long enough that there are many mature news readers out there. Wikipedia <a href="http://en.wikipedia.org/wiki/List_of_news_aggregators">used to have a good list</a>, but it was deleted by the admins over there after an extensive discussion, because we all know <a href="http://en.wikipedia.org/wiki/Wikipedia:What_Wikipedia_is_not">how evil link lists</a> can be and how they&#8217;re destorying Wikipedia and the moral fabric of America.  However, they did link to this <a href="http://www.aggcompare.com/">somewhat hard-to-read</a> directory of <acronym class="uttInitialism" title="Really Simple Syndication">RSS</acronym> readers - the list is huge.</p>
<p>There are different types of readers, based on what you need.  The traditional reader will install<br />
onto your computer and provides an interface similar to an e-mail client.  Popular ones include clients from NewsGator, and of course the built-in functionality offered by Mozilla&#8217;s Thunderbird client, and the &#8220;Live bookmark&#8221; option in Firefox.  However, the built-in options in Thunderbird and Firefox are limited, in my opinion.</p>
<p>The other, newer breed are web applications that provide news aggregation.  Currently, I&#8217;m using <a href="http://www.google.com/reader">Google Reader</a>, and am liking it.  While it may not offer all the functionality of a regular software client, I like the fact that I can access it from any computer, and it&#8217;s fairly fast.  Subscribing to feeds is also very easy; you don&#8217;t even need to entire the correct feed <acronym class="uttInitialism" title="Uniform Resource Locator">URL</acronym>.  If you enter a website <acronym class="uttInitialism" title="Uniform Resource Locator">URL</acronym> (such as http://unitstep.net), it will automatically see if there&#8217;s any feed URLs linked from the site, and will subscribe to them.  The layout is also decent, and I haven&#8217;t had any problems with it.  Google Reader even provides a feed of its own, so you can subscribe to this feed to view your aggregated feeds! </p>
<p>Other options include &#8220;widgets&#8221;, either for desktop widget engines such as the <a href="http://widgets.yahoo.com/">Yahoo! Widget Engine</a>, or online widgets for portal sites such as Google&#8217;s <a href="http://google.com/ig">&#8220;I Google&#8221;</a>, or Microsoft&#8217;s new <a href="http://live.com">Live</a> service.  These allow you to view your feeds in small boxes of information that are part of a personalized home page.  I don&#8217;t really use these types of sites all that much, but they can be useful to many so its worth a mention.</p>
<h3>Your world, your information</h3>
<p>So, in conclusion, get out there, and start feeding!  It&#8217;s easier to read and absorb useful information when its already been stripped down to what you care about, and syndicated content is allowing that.</p>
<hr/>Copyright &copy; 2008 <strong><a href="http://unitstep.net">unitstep.net</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact <strong><a href="mailto:webmaster@unitstep.net">webmaster@unitstep.net</a></strong> for more information.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>]]></content:encoded>
			<wfw:commentRss>http://unitstep.net/blog/2006/07/25/rss-not-just-for-geeks-anymore/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
