<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>unitstep.net &#187; microformats</title>
	<atom:link href="http://unitstep.net/blog/category/microformats/feed/" rel="self" type="application/rss+xml" />
	<link>http://unitstep.net</link>
	<description>the home of peter chng</description>
	<pubDate>Tue, 30 Dec 2008 19:37:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Open data standards and microformats across networks</title>
		<link>http://unitstep.net/blog/2006/07/03/open-data-standards-and-microformats-across-networks/</link>
		<comments>http://unitstep.net/blog/2006/07/03/open-data-standards-and-microformats-across-networks/#comments</comments>
		<pubDate>Mon, 03 Jul 2006 16:53:38 +0000</pubDate>
		<dc:creator>Peter Chng</dc:creator>
		
		<category><![CDATA[XHTML]]></category>

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

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

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

		<guid isPermaLink="false">http://unitstep.net/blog/2006/07/03/open-data-standards-and-microformats-across-networks/</guid>
		<description><![CDATA[There&#8217;s been a lot of ]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s been a lot of <a href="<a href="http://tantek.com/log/2006/06.html#d17t2231">talk</a> <a href="http://webdevblog.uwaterloo.ca/article/237/microformats-in-education-wiki">about</a> <a href="http://microformats.org/">microformats</a> lately, brought about the increasing presence of web-standards, awareness and development of design patterns and concern about open data formats for information exchange.  Microformats are not something revolutionary, but they hold a simple, yet effective concept, that aims to take the best practices of the web and multiply them, thus, among other things, improve the way we interact with data on the Internet. </p>
<h3>Microformats</h3>
<p>At its most basic, microformats are a concept that advocates identifying certain pieces of information so that they can be better collected, parsed, and otherwise aggregated for other uses.  For example, the <a href="http://microformats.org/wiki/hreview">hReview</a> microformat proposes a way to mark up the data that comprises a review (of a product or service, let&#8217;s say) so that the pieces of information that comprise a review (author, date reviewed, rating, comments) can be easily discerned.  This example deals with the microformat in <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> or <acronym class="uttInitialism" title="HyperText Markup Language">HTML</acronym>, but it could also be applied to <a href="http://www.w3.org/XML/" class="ubernym uttInitialism"><acronym class="uttInitialism" title="eXtensible Markup Language">XML</acronym></a> documents.  </p>
<p>Since microformats do not have strict rules like <a href="http://www.w3.org/XML/" class="ubernym uttInitialism"><acronym class="uttInitialism" title="eXtensible Markup Language">XML</acronym></a> documents do, applying one to an existing document to make it microformat friendly is straightforward and doesn&#8217;t require you to totally re-arrange your data.  A nice <a href="http://microformats.org/wiki/hreview#Examples">example</a> is shown in the hReview specification.  The changes basically amount to adding a few <code>class</code> attributes on some elements, in order to identify certain pieces of information.  For example, the name of the item being reviewed must be in an element that has the classes &#8220;fn&#8221; and &#8220;item&#8221; applied to it.  (Either by the cascade, or directly)  This a simple, but effective way to identify data - that is, to use metadata identify the sematics of the information.  </p>
<h3>Defined <em>by</em> usage, rather than defining usage</h3>
<p>The neat thing about this is that it works entirely within the confines of <acronym class="uttInitialism" title="HyperText Markup Language">HTML</acronym> or <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> to enhance the semantics of the language.  Very few changes are needed, and in fact, the changes that microformats suggests are better since they will allow you to style elements better since they will be identified; in fact the way this turned out is no coincidence.  Microformats were designed with current &#8220;best practices&#8221; in mind, so many &#8220;in the wild&#8221; examples of markup on sites were referenced before the format was specified, in order to develop something that better suited current usage, rather than trying to develop a new standard that would be radically different from what anyone was using.  This makes it super-easy to adopt microformats if you&#8217;ve already been following current web-standards with separation of content and presentation.  </p>
<h3>Microformats: out in the open</h3>
<p>Also, microformats are not just some idealized standard that&#8217;s being <a href="http://www.eod.com/devil/archive/w3c.html">discussed, rather than implemented</a>.  Many sites already use them, such as <a href="http://corkd.com/">Cork&#8217;d</a>.  As mentioned before, this is because they are quite easy to adopt in a site that has already been well-designed, and so they don&#8217;t require a headache-inducing, total re-working of the structure.  Thus, web-developers can easily see the benefits of adopting microformats - in many cases, they&#8217;re <em>already</em> using them, albeit not with the same class names or attributes.  Admittedly, there could be more support for microformats, but I believe that will come very soon, as open source developers of blogging software, CMSs and other portal systems update their code to provide support.  </p>
<p>Another important aspect, already mentioned, is the organic development of the microformats.  As seen on the <a href="http://microformats.org/wiki/examples">examples</a> page of the microformats website, there is much open discussion before any microformat specifications are developed; for this reason, almost all of them are open to discussion, based on what is considered to be the current &#8220;best practice&#8221; out on the Internet nowadays.  In this way, the specifications tend to evolve around what are the best examples out there, rather than the specifications being a pragmatic announcement of what &#8220;should be done&#8221; and what &#8220;is the right way&#8221;. </p>
<p>For this reason, I believe microformats will be better accepted, since they will strike the right balance between standardization, ease-of-implementation, and practicality.  They will avoid the fate of other web-standards, some of which have been good on paper, but suffer from poor implementation either because of practical issues or compatibility problems.  </p>
<h3>Open data formats</h3>
<p>Microformats are also a simple but effective open data format.  With any data format, interoperability and compatibility are issues in the long run.  If I save a file in a certain format, can I be assured it will be readable by the hardware and software of computers 10, 20 or 50 years from now?  For some data, this is not important, but for some it is very important, such as a digital photo album, any archive information, or records.  With the fast pace of development for computer formats, and technology in general, this is a definite problem.</p>
<p>So how are microformats any better than any other format, open or closed?  Surely being an open format doesn&#8217;t guarantee operability in the long run?  That may be true, but one proven hallmark of future-proof data formats is being an established and traditional format.  As pointed out by <a href="http://tantek.com/log/2006/06.html#d17t2231">Tantek</a>, this is why Project Gutenberg (&#8221;the first and largest collection of eBooks&#8221;) has decided to store their archives in the venerable ASCII format.  While this doesn&#8217;t offer any sort of markup options, it does virtually guarantee compatibility in the future - it&#8217;s highly unlikely that ASCII will be forgotten completely in the future. </p>
<p>For these same reasons, Tantek also believes that &#8220;Compatible <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>&#8221; (or valid <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> 1.0 strict compatible with <acronym class="uttInitialism" title="HyperText Markup Language">HTML</acronym>) is also dependable over time.  <acronym class="uttInitialism" title="HyperText Markup Language">HTML</acronym> has been in use for over a decade on the Internet, the most widely-distributed, distributed-database in human history.  Thus, its ubiquity is certainly not in doubt; its ease of use also helps, as it enables wide adoption.  </p>
<h3>Openness and the present</h3>
<p>Okay, so open data formats can be good in the long run.  But what about <em>now</em>?  Well, there&#8217;s currently some pretty exciting stuff going on.  Recently, <a href="http://www.techcrunch.com/2006/06/27/a-look-inside-peopleaggregator/">People Aggregator</a> announced they&#8217;d be starting a social network (nothing new) that would also allow users to post across multiple, different, social networking or blogging sites.  This is currently accomplished by using APIs such as Metaweblog, but in the future, they envision more complete interoperability.  The idea is that switching from one service to another shouldn&#8217;t be hard, as if open standards are used, compatibility can be ensured - rather than having to make sure the new service provider has a conversion utility to convert from your old provider. </p>
<p>The additional benefits could also be quite useful.  For example, creating a &#8220;friends&#8221; page listing your friends&#8217; most recent blog posts and content wouldn&#8217;t be difficult.  If you&#8217;re using Livejournal, this is already easy, but the people on your friends list must also be on Livejournal.  If People Aggregator is successful at getting more networks onboard their idea, adding people to a friends list would be easy, regardless of what service they were using.  There is already a <a href="http://adam.404.org/projects/friends-rss/">WordPress plugin</a> that does this, by parsing a friends&#8217; <acronym class="uttInitialism" title="Really Simple Syndication">RSS</acronym> feed.  But People Aggregator&#8217;s idea is to make this functionality accessibile from blogging service. </p>
<h3>Problems</h3>
<p>The main threat I see against adoption of standards a direct result of the benefits it offers.  As mentioned, these open data formats would allow content from one service to be syndicated and/or displayed elsewhere on the web.  This helps increase the accessibility of information, as you no longer have only one place where you can get it from - you can display the information how you want to, and in what order you want.  </p>
<p>This could directly threaten the ability for services to make money because of the circumvention of ad revenue that would take place.  Many social networking sites survive because they allow people to freely make content and share it from their sites, so as long as ads are served up to viewers.  If the content can be aggregated, and shown elsewhere, then the ads aren&#8217;t shown.  Unless agreements are reached about this, (such as ensuring ads are still delivered in any data delivered outside the site, or ad-revenue sharing), this may be a major impediment to adoption. </p>
<p>This would be sad, since open data formats and the ability to &#8220;subscribe&#8221; to content and display it in a non-traditional way are basic concepts of what I would consider &#8220;web2.0&#8243; technologies.  This is a natural extension to what <acronym class="uttInitialism" title="HyperText Markup Language">HTML</acronym> allowed, in that it will allow for content to flow easier, just like <acronym class="uttInitialism" title="HyperText Markup Language">HTML</acronym> did some 10-15 years ago. </p>
<hr/>Copyright &copy; 2009 <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/03/open-data-standards-and-microformats-across-networks/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
