<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>microformat &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/microformat/</link>
	<description>Feed of posts on WordPress.com tagged "microformat"</description>
	<pubDate>Tue, 01 Dec 2009 08:23:46 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Microformats Emerging]]></title>
<link>http://jmlesher.wordpress.com/2009/11/25/microformats-emerging/</link>
<pubDate>Wed, 25 Nov 2009 13:58:29 +0000</pubDate>
<dc:creator>Jacob Lesher</dc:creator>
<guid>http://jmlesher.wordpress.com/2009/11/25/microformats-emerging/</guid>
<description><![CDATA[Designed for humans first and machines second, microformats are a set of simple, open data formats b]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:center;"><img src="http://microformats.org/wordpress/wp-content/themes/microformats/img/logo.gif" alt="Microformats" /></p>
<p>Designed for humans first and machines second, microformats are a set of simple, open data formats built upon existing and widely adopted standards. Instead of throwing away what works today, microformats intend to solve simpler problems first by adapting to current behaviors and usage patterns (e.g. <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>, blogging).</p>
<p style="text-align:center;"><img class="aligncenter" src="http://microformats.org/media/2008/micro-diagram.gif" alt="" width="445" height="213" /></p>
<h3>Microformats are:</h3>
<ul>
<li>A way of thinking about data</li>
<li>Design principles for formats</li>
<li>Adapted to current behaviors and usage patterns (<a href="http://ifindkarma.typepad.com/relax/2004/12/microformats.html">“Pave the cow paths.”</a>)</li>
<li>Highly correlated with semantic XHTML, AKA the <a href="http://www.tantek.com/presentations/2004etech/realworldsemanticspres.html">real world semantics, AKA lowercase semantic web</a>, AKA <a href="http://www.whump.com/moreLikeThis/link/04069">lossless XHTML</a></li>
<li>A set of simple open data format standards that many are actively developing and implementing for more/better structured blogging and web microcontent publishing in general.</li>
<li><a href="http://theryanking.com/blog/archives/2005/04/07/an-evolutionary-revolution/">“An evolutionary revolution”</a></li>
<li>All the above.</li>
</ul>
<h3>Microformats are not:</h3>
<ul>
<li>A new language</li>
<li>Infinitely extensible and open-ended</li>
<li>An attempt to get everyone to change their behavior and rewrite their tools</li>
<li>A whole new approach that throws away what already works today</li>
<li>A panacea for all taxonomies, ontologies, and other such abstractions</li>
<li>Defining the whole world, or even just boiling the ocean</li>
<li>Any of the above</li>
</ul>
<h3>The microformats principles</h3>
<ul>
<li>Solve a specific problem</li>
<li>Start as simple as possible</li>
<li>Design for humans first, machines second</li>
<li>Reuse building blocks from widely adopted standards</li>
<li>Modularity / embeddability</li>
<li>Enable and encourage decentralized development, content, services</li>
</ul>
<p>See <a href="http://microformats.org/wiki/">the wiki</a> for more detail.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Twitter: A microformat in lieu of a protocol]]></title>
<link>http://pigsonthewing.wordpress.com/2009/11/21/twitter-a-microformat-in-lieu-of-a-protocol/</link>
<pubDate>Sat, 21 Nov 2009 19:17:14 +0000</pubDate>
<dc:creator>pigsonthewing</dc:creator>
<guid>http://pigsonthewing.wordpress.com/2009/11/21/twitter-a-microformat-in-lieu-of-a-protocol/</guid>
<description><![CDATA[In May of this year I wrote about the problems of URLs for a given Twitter user&#8217;s profile, or ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>In May of this year I wrote about the problems of URLs for a given Twitter user&#8217;s profile, or for an individual post or &#8220;status&#8221; being different, depending the Twitter client in use. I suggested <a href="http://pigsonthewing.wordpress.com/2009/05/17/twitter-canonical-urls-protocols/">a new protocol</a> for Twitter links. [You might want to read that, before the rest of this post]. I can&#8217;t believe I didn&#8217;t think of this simpler solution sooner!</p>
<p>The answer (in the short term) is to use a microformat (or a microformat-like &#8220;poshsformat&#8221;, if you prefer to call it that) for each case. Let&#8217;s say we use the classes <code>twitter-user</code> &#38; <code>twitter-status</code>.</p>
<p>User-agents (that&#8217;s jargon for browsers) could then employ a script (such as those used by GreaseMonkey, or a Firefox extension) to ignore the encoded URL and substitute the equivalent for the user&#8217;s preferred Twitter client instead.</p>
<p>For links to user profiles:</p>
<p><code>&#60;a<br />
href="http://twitter.com/pigsonthewing"&#62;<br />
Andy Mabbett<br />
&#60;/a&#62;</code></p>
<p>would become:</p>
<p><code>&#60;a<br />
class="twitter-user"<br />
href= "http://twitter.com/pigsonthewing"&#62;<br />
Andy Mabbett<br />
&#60;/a&#62;</code></p>
<p>and:</p>
<p><code>&#60;a<br />
href="http://accessibletwitter.com/app/user.php?uid=pigsonthewing"&#62;<br />
Andy Mabbett&#60;/a&#62;</code></p>
<p>would become:</p>
<p><code>&#60;a<br />
class="twitter-user"<br />
href=" http://accessibletwitter.com/app/user.php?uid=pigsonthewing"&#62;<br />
Andy Mabbett&#60;/a&#62;</code></p>
<p>Likewise, for individual statuses:</p>
<p><code>&#60;a<br />
href="twitter.com/pigsonthewing/status/1828036334"&#62;<br />
something witty&#60;/a&#62;</code></p>
<p>would become:</p>
<p><code>&#60;a<br />
class="twitter-status"<br />
href="twitter.com/pigsonthewing/status/1828036334"&#62;<br />
something wittyg&#60;a&#62;</code></p>
<p>and:</p>
<p><code>&#60;a<br />
href="accessibletwitter.com/app/status.php?1828036334"&#62;<br />
something witty&#60;a&#62;</code></p>
<p>would become:</p>
<p><code>&#60;a<br />
class="twitter-status"<br />
href="accessibletwitter.com/app/status.php?1828036334"&#62;<br />
something witty&#60;a&#62;</code></p>
<p>and:</p>
<p><code>&#60;a<br />
href="m.slandr.net/single.php?id=1828036334"<br />
something witty&#60;/a&#62;</code></p>
<p>would become:</p>
<p><code>&#60;a<br />
class="twitter-status"<br />
href="m.slandr.net/single.php?id=1828036334"&#62;<br />
something witty&#60;/a&#62;</code>
</p>
<p>To simplify matters, the rules for extracting the user ID or the status update could be the same in both cases:</p>
<ol>
<li>Parse the value of the href attribute of the element to which the class applies.</li>
<li>If there is a question mark, use everything after that.</li>
<li>Otherwise, if there is an equals sign, use everything after that.</li>
<li>Otherwise, use everything after the last slash.</li>
</ol>
<p>That would deal with all the examples in my earlier post.</p>
<p>So, if you&#8217;re using a user-agent which is aware of this microformat, and find on a page:</p>
<p><code>&#60;a<br />
class="twitter-user"<br />
href="http://twitter.com/pigsonthewing"&#62;<br />
Andy Mabbett&#60;a&#62;<br />
said<br />
&#60;a<br />
class="twitter-status"<br />
href="m.slandr.net/single.php?id=1828036334"&#62;<br />
something witty&#60;a&#62;</code></p>
<p>but your preferred Twitter client is Dabr (one I recommend, <abbr title="by the way">BTW</abbr>!) then your browser would treat (and possibly render) that as:</p>
<p><code>&#60;a<br />
href="dabr.co.uk/user/pigsonthewing"&#62;<br />
Andy Mabbett&#60;a&#62;<br />
said<br />
&#60;a<br />
class="twitter-status"<br />
href="dabr.co.uk/status/1828036334"&#62;<br />
something witty&#60;a&#62;</code></p>
<p><em><strong>Simples!</strong></em></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[July #2]]></title>
<link>http://take21.wordpress.com/2009/08/01/july-2/</link>
<pubDate>Sat, 01 Aug 2009 22:50:35 +0000</pubDate>
<dc:creator>iconpartnership</dc:creator>
<guid>http://take21.wordpress.com/2009/08/01/july-2/</guid>
<description><![CDATA[NESTA Reboot Britain hightlights Paul Hodgkin of Patient Opinion&#8217;s NESTA essay: How the new ec]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="font:12px Helvetica;margin:0;"><strong>NESTA Reboot Britain hightlights</strong></p>
<p style="font:12px Helvetica;margin:0;">Paul Hodgkin of Patient Opinion&#8217;s NESTA essay: How the new economics of voice will change the NHS <a href="http://bit.ly/2cVBqx">bit.ly</a></p>
<p style="font:12px Helvetica;margin:0;">Howard Rheingold: 21st century literacies 40 min vid <a href="http://blip.tv/file/2373937">blip.tv</a> JD Lasica&#8217;s 6 min vid interview : <a href="http://bit.ly/eFqeI">bit.ly</a></p>
<p style="font:12px Helvetica;min-height:14px;margin:0;"> </p>
<p style="font:12px Helvetica;margin:0;"><strong>Digital Britain</strong></p>
<p style="font:12px Helvetica;margin:0;">Stephen Carter: on OFCOM, Cameron, quangos <a href="http://bit.ly/XKHse">bit.ly</a></p>
<p style="font:12px Helvetica;min-height:14px;margin:0;"> </p>
<p style="font:12px Helvetica;margin:0;"><strong>Universities, future of</strong></p>
<p style="font:12px Helvetica;margin:0;">Stephen Downes has all the links about Demos Edgeless University report <a href="http://bit.ly/Pqh0i">bit.ly</a></p>
<p style="font:12px Helvetica;min-height:14px;margin:0;"> </p>
<p style="font:12px Helvetica;margin:0;"><strong>News microformat</strong></p>
<p style="font:12px Helvetica;margin:0;">AP, Media Standards Trust propose news microformat <a href="http://bit.ly/bMOwo">bit.ly</a></p>
<p style="font:12px Helvetica;min-height:14px;margin:0;"> </p>
<p style="font:12px Helvetica;margin:0;"><strong>Regional News</strong></p>
<p style="font:12px Helvetica;margin:0;">Write To Reply consultation on future of regional news: read the document, comment and vote <a href="http://bit.ly/25YA9k">bit.ly</a></p>
<p style="font:12px Helvetica;margin:0;">Birmingham Post to cease daily publication? <a href="http://is.gd/1uzAo">is.gd</a></p>
<p style="font:12px Helvetica;min-height:14px;margin:0;"> </p>
<p style="font:12px Helvetica;margin:0;"><strong>Talk About Local</strong></p>
<p style="font:12px Helvetica;margin:0;">Birmingham news feed pipe features at Hyperlocal labs <a href="http://talkaboutlocal.org/labs/">talkaboutlocal.org</a></p>
<p style="font:12px Helvetica;min-height:14px;margin:0;"> </p>
<p style="font:12px Helvetica;margin:0;"><strong>News of the World phone hack allegations</strong></p>
<p style="font:12px Helvetica;margin:0;">Out-law: Police may have had a duty to notify phone-hacking victims, says privacy expert <a href="http://tr.im/rIhx">www.out-law.com</a></p>
<p style="font:12px Helvetica;margin:0;">Nick Davies: News of the World phone hacking <a href="http://bit.ly/t4s60">www.guardian.co.uk</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[development: Currently Reading Web Slice]]></title>
<link>http://mentatjack.com/2009/06/15/development-currently-reading-web-slice/</link>
<pubDate>Tue, 16 Jun 2009 02:18:37 +0000</pubDate>
<dc:creator>mentatjack</dc:creator>
<guid>http://mentatjack.com/2009/06/15/development-currently-reading-web-slice/</guid>
<description><![CDATA[There&#8217;s a new browser on the block, Internet Explorer 8. I&#8217;ve been obsessing recently ab]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>There&#8217;s a new browser on the block, <a href="http://www.google.com/url?sa=t&#38;source=web&#38;ct=res&#38;cd=1&#38;url=http%3A%2F%2Fwww.microsoft.com%2Fwindows%2Finternet-explorer%2Fdefault.aspx&#38;ei=Nf82SpjEEpSuswPe79i2Bw&#38;usg=AFQjCNG-cl0kL4PEmrNyTUzlocEDqyIytg&#38;sig2=x1P9t2f7_udu8__NclU6Lg">Internet Explorer 8</a>.  I&#8217;ve been obsessing recently about <a href="http://microformats.org/wiki/Main_Page">microformats</a>, so I was intrigued by its &#8220;<a href="http://msdn.microsoft.com/en-us/library/cc304073%28VS.85%29.aspx">Web Slice</a>&#8221; functionality.  To test this out I wrapped my Currently Reading widget in a slice.  I changed &#8220;Currently Reading&#8221; to &#8220;Current Input,&#8221; since I didn&#8217;t have a quick way to change the id of the h2 tag on that text &#8230; I&#8217;ll add a &#8220;Currently Listening To&#8221; slice later to test multiple slices.</p>
<p>I&#8217;ve tested this with IE8 and I&#8217;ll test in Firefox with <a href="http://www.glazman.org/weblog/dotclear/index.php?q=webchunks">WebChunks</a> later.  I&#8217;d love input or questions on this experiment</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[#scifibookclub 2: Spin by Robert Charles Wilson]]></title>
<link>http://mentatjack.com/2009/06/10/scifibookclub-2-spin-by-robert-charles-wilson/</link>
<pubDate>Thu, 11 Jun 2009 04:19:41 +0000</pubDate>
<dc:creator>mentatjack</dc:creator>
<guid>http://mentatjack.com/2009/06/10/scifibookclub-2-spin-by-robert-charles-wilson/</guid>
<description><![CDATA[I figured this was as good a time as any to test the hCalendar microformat. June 26th : 30th, 2009 #]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I figured this was as good a time as any to test the hCalendar microformat.</p>
<div id="hcalendar-#scifibookclub-2" class="vevent"><a href="http://www.azurescape.net/2009/06/10/twitter-sfbookclub-02-spin-by-robert-charles-wilson/" class="url"><abbr title="2009-06-26" class="dtstart">June 26th</abbr> : <abbr title="2009-06-30" class="dtend">30th, 2009</abbr> <span class="summary">#scifibookclub 2</span></a>
<div class="description">We’ll be reading Spin by Robert Charles Wilson, winner of the 2006 Hugo Award for best novel.</div>
<div class="tags">Tags: <a href="http://eventful.com/events/tags/science%20fiction" rel="tag">science fiction</a><a href="http://eventful.com/events/tags/book%20club" rel="tag"> book club</a><a href="http://eventful.com/events/tags/twitter" rel="tag"> twitter</a><a href="http://eventful.com/events/tags/robert%20charles%20wilson" rel="tag"> robert charles wilson</a></div>
<p>This <a href="http://microformats.org/wiki/hcalendar">hCalendar event</a> brought to you by the <a href="http://microformats.org/code/hcalendar/creator">hCalendar Creator</a>.</p>
</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Helping Machines Read, A Simple Microformat Case Study]]></title>
<link>http://betterdot.wordpress.com/2009/05/19/helping-machines-read-a-simple-microformat-case-study/</link>
<pubDate>Wed, 20 May 2009 02:12:10 +0000</pubDate>
<dc:creator>Fabien Tiburce</dc:creator>
<guid>http://betterdot.wordpress.com/2009/05/19/helping-machines-read-a-simple-microformat-case-study/</guid>
<description><![CDATA[I recently made Betterdot&#8217;s Contact Us page both human and machine readable by adding hCard mi]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I recently made Betterdot&#8217;s <a href="http://betterdot.com/html/contact/index.shtml">Contact Us</a> page both human and machine readable by adding hCard <a href="http://betterdot.wordpress.com/2009/05/15/the-road-to-the-semantic-web-is-paved-with-microformats/">microformat</a> markup to the underlying XHTML.  This notion of &#8220;machine readable&#8221; content is arguably abstract and somewhat obscure however.  What do we mean?  What do machines see?  Perhaps a picture (or three) are worth the proverbial 1,000 words.</p>
<p>When a human reader, using a web browser, looks at the page, he or she sees this:</p>
<div id="attachment_372" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-372" title="contact_human" src="http://betterdot.wordpress.com/files/2009/05/contact_human1.jpg" alt="Contact page, as seen by human readers" width="600" height="509" /><p class="wp-caption-text">Contact page, as seen by human readers</p></div>
<p> </p>
<p>Without semantic markups such as the hCard microformat markup, a machine (for example a Google bot crawling the Betterdot site for indexing) sees this:</p>
<div id="attachment_389" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-389" title="contact_machine" src="http://betterdot.wordpress.com/files/2009/05/contact_machine2.jpg" alt="Contact page as seen by machines (no microformat markup)" width="600" height="395" /><p class="wp-caption-text">Contact page as seen by machines (no microformat markup)</p></div>
<p> </p>
<p>With semantic markups such as the <a href="http://microformats.org/wiki/hcard">hCard</a> microformat markup, the same machine or bot sees this:</p>
<div id="attachment_374" class="wp-caption aligncenter" style="width: 627px"><img class="size-full wp-image-374" title="contacthCard" src="http://betterdot.wordpress.com/files/2009/05/contacthcard.jpg" alt="Contact page, as seen by machines with microformat markup" width="617" height="298" /><p class="wp-caption-text">Contact page, as seen by machines with microformat markup</p></div>
<p> </p>
<p><strong>In Layman&#8217;s terms, microformats help machine &#8220;read&#8221; data marked up with microformat tags on the page</strong>.   While &#8220;reading&#8221; falls short of true semantic &#8220;understanding&#8221;, microformats are certainly a step in the right direction.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Tableless Website]]></title>
<link>http://fukkad.wordpress.com/2009/03/20/tableless-website/</link>
<pubDate>Fri, 20 Mar 2009 20:50:16 +0000</pubDate>
<dc:creator>fukkad</dc:creator>
<guid>http://fukkad.wordpress.com/2009/03/20/tableless-website/</guid>
<description><![CDATA[Tableless Div Tag Css Web design In a time of web developers who just like to say that &#8216;Tables]]></description>
<content:encoded><![CDATA[Tableless Div Tag Css Web design In a time of web developers who just like to say that &#8216;Tables]]></content:encoded>
</item>
<item>
<title><![CDATA[Microformatting WordPress posts]]></title>
<link>http://cudesign.wordpress.com/2009/03/05/microformatting-wordpress-posts/</link>
<pubDate>Thu, 05 Mar 2009 17:09:36 +0000</pubDate>
<dc:creator>Francis Rowland</dc:creator>
<guid>http://cudesign.wordpress.com/2009/03/05/microformatting-wordpress-posts/</guid>
<description><![CDATA[Microformats allow you to add more semantic meaning to your page content. Using exiting HTML element]]></description>
<content:encoded><![CDATA[Microformats allow you to add more semantic meaning to your page content. Using exiting HTML element]]></content:encoded>
</item>
<item>
<title><![CDATA[The Product Guy's Weekend Reading (January 30, 2009)]]></title>
<link>http://tpgblog.com/2009/01/30/weekend-exit-usability-mosembro/</link>
<pubDate>Fri, 30 Jan 2009 06:40:33 +0000</pubDate>
<dc:creator>Jeremy Horn</dc:creator>
<guid>http://tpgblog.com/2009/01/30/weekend-exit-usability-mosembro/</guid>
<description><![CDATA[Every week I read tens of thousands of blog posts. Here, for your weekend enjoyment, are some highli]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Every week I read tens of thousands of blog posts. Here, for your weekend enjoyment, are some highlights from my recent reading, for you.</p>
<table cellspacing="0" cellpadding="2" border="0">
<tbody>
<tr>
<td valign="top" width="114"><strong><a href="http://theproductguy.files.wordpress.com/2009/01/01-secondarytransaction.gif"><img title="01_secondary-transaction" style="display:inline;border-width:0;margin:0 10px 0 0;" height="114" alt="01_secondary-transaction" src="http://theproductguy.files.wordpress.com/2009/01/01-secondarytransaction-thumb.gif?w=114&#038;h=114" width="114" border="0" /></a> </strong></td>
<td valign="top">
<h3><strong>On Starting Up&#8230; </strong></h3>
<p><a href="http://www.markpeterdavis.com/getventure/2009/01/the-4-types-of-exits-secondary.html">http://www.markpeterdavis.com/getventure/2009/01/the-4-types-of-exits-secondary.html</a>             <br />Exiting via a secondary transaction to bolster liquidity.</p>
</td>
<td valign="top" width="10">&#160;</td>
</tr>
<tr>
<td valign="top" width="114">&#160;</td>
<td valign="top">
<h3><strong>On Design &#38; Product Experience&#8230; </strong></h3>
<p><a href="http://www.37signals.com/svn/posts/1545-how-we-reduced-chargebacks-by-30-as-a-percentage-of-sales">http://www.37signals.com/svn/posts/1545-how-we-reduced-chargebacks-by-30-as-a-percentage-of-sales</a>&#160; <br />On the usability of billing.</p>
</td>
<td valign="top" width="10"><strong><a href="http://theproductguy.files.wordpress.com/2009/01/02-usabilitybilling.gif"><img title="02_usability-billing" style="display:inline;border-width:0;margin:0 0 0 10px;" height="114" alt="02_usability-billing" src="http://theproductguy.files.wordpress.com/2009/01/02-usabilitybilling-thumb.gif?w=114&#038;h=114" width="114" border="0" /></a> </strong></td>
</tr>
<tr>
<td valign="top" width="114"><strong><a href="http://theproductguy.files.wordpress.com/2009/01/03-mosembro.gif"><img title="03_mosembro" style="display:inline;border-width:0;margin:0 10px 0 0;" height="114" alt="03_mosembro" src="http://theproductguy.files.wordpress.com/2009/01/03-mosembro-thumb.gif?w=114&#038;h=114" width="114" border="0" /></a> </strong></td>
<td valign="top">
<h3><strong>On Modular Innovation&#8230; </strong></h3>
<p><a href="http://www.sitepoint.com/blogs/2009/01/26/how-mosembro-uses-microformats-to-improve-usability/">http://www.sitepoint.com/blogs/2009/01/26/how-mosembro-uses-microformats-to-improve-usability/</a>             <br />A look at the Modular Innovation and microformats of Mosembro.</p>
</td>
<td valign="top" width="10">&#160;</td>
</tr>
</tbody>
</table>
<p>Have a great weekend!</p>
<p>Jeremy Horn    <br />The Product Guy</p>
<table style="border:1px solid #e7e7e7;font-size:9pt;color:#999;padding:5px;" border="0" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td>Add to Social Bookmarks:</td>
<td width="20"><a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http://tpgblog.com/2009/01/30/weekend-exit-usability-mosembro/&#38;title=From the usability of billing to the Modular Innovation of Mosembro"><img src="http://theproductguy.wordpress.com/files/2008/04/su.png" border="0" alt="Stumbleupon" width="16" height="16" /></a></td>
<td width="20"><a rel="nofollow" href="http://del.icio.us/post?url=http://tpgblog.com/2009/01/30/weekend-exit-usability-mosembro/&#38;title=From the usability of billing to the Modular Innovation of Mosembro"><img src="http://theproductguy.wordpress.com/files/2008/04/delicious.png" border="0" alt="Del.ico.us" width="16" height="16" /></a></td>
<td width="20"><a rel="nofollow" href="http://furl.net/storeIt.jsp?t=From the usability of billing to the Modular Innovation of Mosembro&#38;u=http://tpgblog.com/2009/01/30/weekend-exit-usability-mosembro/"><img src="http://theproductguy.wordpress.com/files/2008/04/furl.gif" border="0" alt="Furl" width="16" height="16" /></a></td>
<td width="20"><a rel="nofollow" href="http://reddit.com/submit?url=http://tpgblog.com/2009/01/30/weekend-exit-usability-mosembro/&#38;title=From the usability of billing to the Modular Innovation of Mosembro"><img src="http://theproductguy.wordpress.com/files/2008/04/reddit.gif" border="0" alt="Reddit" width="16" height="16" /></a></td>
<td width="20"><a rel="nofollow" href="http://www.ma.gnolia.com/bookmarklet/add?url=http://tpgblog.com/2009/01/30/weekend-exit-usability-mosembro/"><img src="http://theproductguy.wordpress.com/files/2008/04/magnolia.png" border="0" alt="Magnolia" width="16" height="16" /></a></td>
<td width="20"><a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&#38;output=popup&#38;bkmk=http://tpgblog.com/2009/01/30/weekend-exit-usability-mosembro/"><img src="http://theproductguy.wordpress.com/files/2008/04/goog.png" border="0" alt="Google" width="16" height="16" /></a></td>
<td width="20"><a rel="nofollow" href="http://www.mixx.com/submit?page_url='+http://tpgblog.com/2009/01/30/weekend-exit-usability-mosembro/"><img src="http://www.mixx.com/images/buttons/mixx-button4.png" alt="Add to Mixx!" width="16" height="16" /></a></td>
</tr>
</tbody>
</table>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Technology trends and the Semantic Web]]></title>
<link>http://heyjude.wordpress.com/2009/01/13/technology-trends-and-the-semantic-web/</link>
<pubDate>Tue, 13 Jan 2009 10:35:29 +0000</pubDate>
<dc:creator>Judy O'Connell</dc:creator>
<guid>http://heyjude.wordpress.com/2009/01/13/technology-trends-and-the-semantic-web/</guid>
<description><![CDATA[It&#8217;s the time of the year when we see the predictions for technology developments for the comi]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignright" src="http://farm1.static.flickr.com/196/459418289_12b3f3ffaa_m.jpg" alt="" width="205" height="201" />It&#8217;s the time of the year when we see the predictions for technology developments for the coming year. <a href="http://tametheweb.com/2009/01/12/ten-trends-technologies-for-2009/">Michael Stephens at </a><a href="http://tametheweb.com/">Tame the Web</a> has published his <a href="http://tametheweb.com/2009/01/12/ten-trends-technologies-for-2009/">Top Ten Trends and Technologies for 2009</a>, and has made it easy for us to to get hooked on his discussion by being able to  <a href="http://tametheweb.com/wp-content/uploads/2009/01/tentechtrends09stephens.pdf">Download a PDF of the post here.<br />
</a></p>
<p>The ten on the list are:</p>
<ol>
<li>The Ubiquity of the cloud</li>
<li>The Changing Role of IT</li>
<li>The Value of the Commons</li>
<li>The promise of micro-interaction</li>
<li>The Care &#38; Nurturing of the Tribe</li>
<li>The triumph of the portable device</li>
<li>The importance of Personalization</li>
<li>The impact of Localization</li>
<li>The evolution of the Digital Lifestyle</li>
<li>The shift toward Open Thinking</li>
</ol>
<p>There are many themes running through these trends and technologies,  but you can&#8217;t go past the shift in devices, the power of the cloud, and the importance of the digital shifts that mean that the environment and information services of school libraries have a big challenge ahead of them.</p>
<p><a href="the Library and Information Technology Association will again have a panel giving their Top Technology Trends.">Kathryn Greenhill at Librarians Matter</a> alerts us to <a href="http://litablog.org/2009/01/10/eric-lease-morgans-top-tech-trends-for-ala-mid-winter-2009/">Top Tech Trends for ALA midwinter</a>.</p>
<p>My favourites are:</p>
<ul>
<li><strong>Linked data is a new name for the <a class="zem_slink" title="Semantic Web" rel="wikipedia" href="http://en.wikipedia.org/wiki/Semantic_Web">Semantic Web</a></strong> &#8211; The Semantic Web is about creating conceptual relationships between things found on the Internet. Believe it or not, the idea is akin to the ultimate purpose of a traditional library card catalog. Have an item in hand. Give it a unique identifier. Systematically describe it. Put all the descriptions in one place and allow people to navigate the space. By following the tracings it is possible to move from one manifestation of an idea to another ultimately providing the means to the discovery, combination, and creation of new ideas. The Semantic Web is almost the exactly the same thing except the “cards” are manifested using RDF/XML on computers through the Internet.</li>
<li><strong>Blogging is peaking</strong> &#8211; There is no doubt about it. The Blogosphere is here to stay, yet people have discovered that it is not very easy to maintain a blog for the long haul. The technology has made it easier to compose and distribute one’s ideas, much to the chagrin of newspaper publishers. On the other hand, the really hard work is coming up with meaningful things to say on a regular basis.</li>
<li><strong>Word/tag clouds abound</strong> &#8211; It seems very fashionable to create word/tag clouds now-a-days. When you get right down to it, word/tag clouds are a whole lot like concordances — one of the first types of indexes. Each word (or tag) in a document is itemized and counted. Stop words are removed, and the results are sorted either alphabetically or numerically by count.</li>
</ul>
<p>The Semantic Web is really struggling to emerge, but I believe it will happen.</p>
<p><a class="zem_slink" title="Tim Berners-Lee" rel="homepage" href="http://www.w3.org/People/Berners-Lee/">Tim Berners-Lee</a> had a <a href="http://www.sciam.com/article.cfm?id=the-semantic-web&#38;print=true">vision for the internet</a>, believing that the Semantic Web would be able to assist the evolution of human knowledge  as a whole.</p>
<blockquote><p>Human endeavor is caught in an eternal tension between the effectiveness of small groups acting independently and the need to mesh with the wider community. The Semantic Web, in naming every concept simply by a URI, lets anyone express new concepts that they invent with minimal effort. Its unifying logical language will enable these concepts to be progressively linked into a universal Web. This structure will open up the knowledge and workings of humankind to meaningful analysis by software agents, providing a new class of tools by which we can live, work and learn together.</p></blockquote>
<p>Roy Tennant considered this vision, writing about the <a href="http://www.libraryjournal.com/blog/1090000309/post/1910038791.html">Promises of the Semantic Web</a>, and the state of <a href="http://www.libraryjournal.com/blog/1090000309/post/1930038793.html">Linked Data</a> systems, programming and <a class="zem_slink" title="Data structure" rel="wikipedia" href="http://en.wikipedia.org/wiki/Data_structure">data structures</a> that need to emerge to provide the kind of Semantic Web that Tim Berners Lee envisioned.</p>
<p>Folksonomy and tagging are very useful, but they are not the Semantic Web &#8211; not in the way Tim Berner-Lee imagined.  All we are doing is aggregating our information (and our collective intelligence), but we are doing so idiosyncratically.  Without standards, we have erratic compilations. The onotology of our data structures are the challenge &#8211; if the data strings don&#8217;t match, then the inferences won&#8217;t hold across data sets for the meanings of the content being expressed.  There is great wisdom in the clouds, but there is no precision without accuracy!  Somehow the Semantic Web will eventually be able to utilise machine languages to snap &#8216;meaning&#8217;  to a grid of structured data.</p>
<p>Read the <a href="http://agit8.org.uk/?p=162">Future of MicroFormats and Semantic Technologies</a>.  You can&#8217;t escape metadata, and you have to rely on <a class="zem_slink" title="Markup language" rel="wikipedia" href="http://en.wikipedia.org/wiki/Markup_language">markup languages</a>.</p>
<blockquote><p><span lang="EN-US">The future of <a class="zem_slink" title="Microformat" rel="wikipedia" href="http://en.wikipedia.org/wiki/Microformat">microformats</a> is bright, by making it simple to encode your data, there is no reason not too. Tackling very common facets of the web, such as; people, places and events, microformats have helped to break the chicken and the egg issue. “Why should I mark-up my data if no one else is?” or “I’m not going to mark-up my data if there are no tools to extract it&#8221;.</span></p></blockquote>
<p><span lang="EN-US">Luckily the menagerie of tools is copious and being extended everyday. But I must admit I didn&#8217;t know that </span><span lang="EN-US">Firefox has the <a href="http://labs.mozilla.com/2006/12/introducing-operator/">Operator toolbar</a> which can detect and act on any information found in the page. </span>Operator requires information on the Web to be encoded using microformats, and since this method for semantically encoding information is relatively new, not all sites are using microformats yet. However, Operator works great with any blog that uses <a href="http://microformats.org/wiki/rel-tag">rel-tag</a>, and the sites <a href="http://local.yahoo.com/">Yahoo! Local</a>, <a href="http://www.flickr.com/">Flickr</a>, and <a href="http://upcoming.org/">Upcoming.org</a>, all of which contain millions of pieces of information expressed using microformats. As more sites begin to semantically encode data with microformats, Operator will automatically work with them as well.</p>
<p>Right!  School libraries?  Where are you in the discussion of these issues?  I have a lot to learn!</p>
<p><img class="alignleft" src="http://www.opencalais.com/files/calais_logo.png" alt="" width="215" height="94" />&#8216;Low level&#8217; semantic systems are easy to understand.  Today I noticed the &#8217;semantic&#8217; support available in Feedly &#8211; my RSS reader.</p>
<p>The <a href="http://www.opencalais.com/">Reuters Open Calais</a> service  &#8220;is a rapidly growing toolkit of capabilities that allow you to readily incorporate state-of-the-art semantic functionality within your blog, content management system, website or application&#8221;. Apparently Calais <em><strong>&#8220;doesn&#8217;t just make data searcheable, it makes knowledge searchable&#8221;.</strong></em></p>
<p><span style="display:block;width:425px;margin:0 auto;"> <embed src='http://widgets.vodpod.com/w/video_embed/Groupvideo.1961593' type='application/x-shockwave-flash' AllowScriptAccess='always' pluginspage='http://www.macromedia.com/go/getflashplayer' wmode='transparent' flashvars='' /></span></p>
<div style="font-size:10px;">more about &#8220;<a href="http://vodpod.com/watch/1284095-opencalais-semantic-access?pod=heyjude">OpenCalais &#8211; Semantic access</a>&#8220;, posted with <a href="http://vodpod.com/wordpress">vodpod</a></div>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/aaf67c58-26c1-45dd-9e54-d8af68ad4e1e/"><img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=aaf67c58-26c1-45dd-9e54-d8af68ad4e1e" alt="Reblog this post [with Zemanta]" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Today's portrait. Who is xtof?]]></title>
<link>http://philjeudy.com/2009/01/03/todays-portrait-who-is-xtof/</link>
<pubDate>Sat, 03 Jan 2009 19:21:09 +0000</pubDate>
<dc:creator>philj</dc:creator>
<guid>http://philjeudy.com/2009/01/03/todays-portrait-who-is-xtof/</guid>
<description><![CDATA[Short introduction: few thoughts back on this crazy 2008 plus some interesting discussions recently ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.flickr.com/groups/707675@N23/"><img class="alignnone size-full wp-image-956" title="christophe ducamp" src="http://philj.wordpress.com/files/2008/12/christophe-ducamp.png" alt="christophe-ducamp" width="460" height="301" /></a>Short introduction: few thoughts back on this crazy 2008 plus some interesting discussions recently gave me the idea to use my blog to talk more about people. Like some friends I&#8217;m lucky to have. Or just people I wanna talk about. Not usual for me but&#8230;</p>
<p>I met Christophe Ducamp at the very beginning of Open Coffee in Paris. 2006 maybe. I knew him first because of it&#8217;s reputation. He was co-author of <a title="Les Blogs" href="http://www.amazon.fr/Blogs-Beno%C3%AEt-Desavoye/dp/2952051437" target="_blank">&#8220;Les Blogs&#8221; (M2 Editions)</a>, and a sort of web expert. He&#8217;s much more than that!</p>
<p>I&#8217;m always smiling when he says &#8220;I&#8217;m not a coder&#8221;. Ok but this guy can write <a title="Seesmic sur WordPress" href="http://www.christopheducamp.com/blog/" target="_blank">this</a>.</p>
<p>Funny thing with Christophe is that he is known not only in France, but also the US for example, we discovered that when we traveled for the 1st Trade Mission Tour (aka <a title="GeekTrip#1" href="http://www.flickr.com/groups/707675@N23/" target="_blank">GeekTrip#1</a>). A big emotion when he met Steve Ganz from Linkedin, after a translation in French he made from <a title="Steve Ganz's interview" href="http://socialsynergyweb.net/cgi-bin/wiki/XtofWiki/LesInitiativesDeTechnologiesS%C3%A9mantiquesChezLinkedIn" target="_blank">one of Steve&#8217;s interview</a>.</p>
<p><a href="http://www.linkedin.com/in/steveganz"><img class="alignnone size-full wp-image-966" title="Steve Ganz and Christophe Ducamp at Linkedin office" src="http://philj.wordpress.com/files/2009/01/img_0854.jpg" alt="Steve Ganz and Christophe Ducamp at Linkedin office" width="270" height="360" /></a></p>
<p>Even if you&#8217;re going to 6Apart, or Google, there would be one guy that know Christophe. Including the <a title="Loic Le Meur" href="http://loiclemeur.com/" target="_blank">big guy from Seesmic</a>! If you have checked the previous link about Steve Ganz&#8217;s interview, another interesting thing to understand from Christophe: on his website it&#8217;s said &#8220;This is my private work space. Feel free to participate&#8221;. A good summary! I love that!</p>
<p>If you want to see more of his translations in French, go <a title="Christophe's translations" href="http://xtof.livejournal.com/" target="_blank">there</a>.</p>
<p>Since all his investment and work on Internet, always with understanding, his main focus are now <a title="where to start" href="http://xtof.livejournal.com/7777.html" target="_blank">microformats</a>, <a title="OpenID Europe" href="http://www.openideurope.eu/team/christophe-ducamp/" target="_blank">OpenID</a> (he&#8217;s the French representative), semantic (here explanations regarding <a title="Why using Twine" href="http://xtof.livejournal.com/20729.html" target="_blank">Twine</a>, a semantic website), <a title="hCard" href="http://microformats.org/wiki/hcard" target="_blank">hCards</a>. Click on some link to know more about, or just listen to this video made by Henri Kaufman (in French).</p>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/Jze9wzrOqC8&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/Jze9wzrOqC8&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p>Christophe knows perfectly how to describe clearly those complex concept.</p>
<p>A big guy, I tell you. Really impatient to see more of his projects for 2009!</p>
<p><a href="http://www.flickr.com/groups/707675@N23/"><img class="alignnone size-full wp-image-970" title="Christophe doing some shopping in San Francisco" src="http://philj.wordpress.com/files/2009/01/img_04671.jpg" alt="Christophe doing some shopping in San Francisco" width="270" height="360" /></a></p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/dd4b8835-5f49-4fa0-ac8b-75f1ea3f16e5/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=dd4b8835-5f49-4fa0-ac8b-75f1ea3f16e5" alt="Reblog this post [with Zemanta]" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[140 characters at a time]]></title>
<link>http://educationpr.org/2008/11/06/140-characters-at-a-time/</link>
<pubDate>Thu, 06 Nov 2008 22:18:52 +0000</pubDate>
<dc:creator>paul</dc:creator>
<guid>http://educationpr.org/2008/11/06/140-characters-at-a-time/</guid>
<description><![CDATA[At this point, with more than three million users and over a million messages a day, Twitter is the ]]></description>
<content:encoded><![CDATA[At this point, with more than three million users and over a million messages a day, Twitter is the ]]></content:encoded>
</item>
<item>
<title><![CDATA[Микроформаты и всё такое]]></title>
<link>http://butaji.wordpress.com/2008/10/23/%d0%bc%d0%b8%d0%ba%d1%80%d0%be%d1%84%d0%be%d1%80%d0%bc%d0%b0%d1%82%d1%8b-%d0%b8-%d0%b2%d1%81%d1%91-%d1%82%d0%b0%d0%ba%d0%be%d0%b5/</link>
<pubDate>Thu, 23 Oct 2008 06:58:34 +0000</pubDate>
<dc:creator>butaji</dc:creator>
<guid>http://butaji.wordpress.com/2008/10/23/%d0%bc%d0%b8%d0%ba%d1%80%d0%be%d1%84%d0%be%d1%80%d0%bc%d0%b0%d1%82%d1%8b-%d0%b8-%d0%b2%d1%81%d1%91-%d1%82%d0%b0%d0%ba%d0%be%d0%b5/</guid>
<description><![CDATA[Микроформаты (иногда сокращается до μF или uF) — часть языка разметки, которая позволяет помечать се]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Микроформаты</strong> (иногда сокращается до μF или uF) — часть языка разметки, которая позволяет помечать семантику в веб-страницах на HTML или XHTML. Программы могут извлекать данные из веб страниц, которые помечены одним или несколькими микроформатами.</p>
<p>Добавление микроформатов к обычной веб-странице позволит компьютерам обрабатывать HTML-текст и загружать информацию в базы данных. Например, поисковые роботы смогут находить контактную информацию, события и обзоры.</p>
<p><strong>hCard</strong> (сокращение для HTML vCard) — микроформат для публикации контактной информации людей, компаний, организаций и мест в (X)HTML, Atom, RSS или произвольном XML. hCard является представлением 1 в 1 параметров и значений формата vCard (RFC 2426).</p>
<p><a href="http://rhizohm.net/contact.html">http://rhizohm.net/contact.html</a></p>
<p>На этой странице реализована hCard карточка. А так же встроен очень симпатичный обработчик этой карточки <a href="http://www.codeplex.com/Oomph">Oomph.</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Tails Export 0.3.5 (Firefox Extension)]]></title>
<link>http://ffex.wordpress.com/2008/10/09/tails-export-035-firefox-extension/</link>
<pubDate>Thu, 09 Oct 2008 04:55:02 +0000</pubDate>
<dc:creator>kabbala</dc:creator>
<guid>http://ffex.wordpress.com/2008/10/09/tails-export-035-firefox-extension/</guid>
<description><![CDATA[Tails Export 0.3.5 (2008-06-30) Robert de Bruin vCard, vEvent, xFolk, hReview, rel-license, XMDP 등 M]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div style="text-align:center;">
<table border="0" align="center">
<tbody>
<tr align="center">
<td width="30" valign="top"><img class="alignnone size-full wp-image-3687" title="Tails Export icon" src="http://macin.files.wordpress.com/2008/10/te30.png?w=30&#038;h=30" alt="" width="30" height="30" /></td>
<td valign="middle"><a href="https://addons.mozilla.org/ko/firefox/addon/2240">Tails Export</a> 0.3.5 (2008-06-30)<br />
<a href="http://bordewolf.blogspot.com/">Robert de Bruin</a></td>
</tr>
</tbody>
</table>
</div>
<p>vCard, vEvent, xFolk, hReview, rel-license, XMDP 등 <a href="http://microformats.org/">Microformat</a>을 지원하는 파이어폭스 부가 기능.</p>
<p>vCard와 vEvent는 내보내기(Export) 할 수 있다. (Mac OS X 기본 설정은 주소록과 iCal)</p>
<p>부족한 점도 많지만 드디어 일반 사용자가 비교적 쉽게 사용할 만한 소프트웨어가 나왔다는 느낌이 든다.</p>
<div style="text-align:center;">무료 · <a href="https://addons.mozilla.org/ko/firefox/downloads/file/32492/tails_export-0.3.5-fx.xpi">download at addon.mozilla.org</a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The six true leaders of the new web world]]></title>
<link>http://webnomena.com/2008/09/19/the-six-true-leaders-of-the-new-web-world/</link>
<pubDate>Fri, 19 Sep 2008 18:52:51 +0000</pubDate>
<dc:creator>Keren Dagan</dc:creator>
<guid>http://webnomena.com/2008/09/19/the-six-true-leaders-of-the-new-web-world/</guid>
<description><![CDATA[I keep reading lately about Supper Influencer and others with a vast online presence in the context ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong></strong></p>
<p>I keep reading lately about <a href="http://www.readwriteweb.com/archives/super_influencer.php">Supper Influencer</a> and others with a <a href="http://www.readwriteweb.com/archives/seven_social_media_consultants.php">vast online presence</a> in the context of leadership. I agree that these figures are helping us adapt to the new power that lies in social media. Yet, I think that we need to put things in perspective.  Just because they have 4,000 followers on <a href="http://twitter.com/">Twitter</a> and a great blog doesn’t mean that they have enabled millions to do things they couldn’t do before. In other words: they haven’t necessarily led us to a new world online. But here are the six true leaders of the new web world in my opinion, because they have helped to shape this new world. </p>
<h3><strong>Sir Tim Berners-Lee</strong></h3>
<p>The World Wide Web inventor, the director of the <a href="http://en.wikipedia.org/wiki/World_Wide_Web_Consortium">World Wide Web Consortium</a> (W3C) and more. Sir Tim is my first choice for a true leader of the new web world not just because of his past contributions, but also for his vision of the way information will be linked going forward. In his <a href="http://dig.csail.mit.edu/breadcrumbs/node/215">Giant Global Graph</a> blog post, he speaks about making the web smarter using standard semantic formats like FOAF, RDF, OWL and SPARQL.</p>
<blockquote><p>&#8220;It&#8217;s not the documents, it is the things they are about which are important.&#8221;</p></blockquote>
<p>We can already see the benefit of using these semantic annotations in web pages that support microforamts. One example is HCard in <a href="http://googlemapsapi.blogspot.com/2007/06/microformats-in-google-maps.html">Google Maps</a>:</p>
<blockquote><p>&#8220;By marking up our results with the <a href="http://microformats.org/wiki/hcard-authoring">hCard microformat</a>, your browser can easily recognize the address and contact information in the page, and help you transfer it to an address book or phone more easily.&#8221;</p></blockquote>
<p>I don&#8217;t know how much (if at all) Sir Tim is using Twitter, but in my opinion he is a true technology leader. The standards that the W3C organization is setting keep changing our lives.</p>
<h3><strong>Dave Winer</strong></h3>
<p>The man that gave us RSS, podcasting, and taught us what blogging is all about.From his blog post <a href="http://www.scripting.com/2007/01/01.html#theUneditedVoiceOfAPerson">The unedited voice of a person</a> about blogging:&#8221;If it was one voice, unedited, not determined by group-think &#8212; then it was a blog, no matter what form it took. If it was the result of group-think, with lots of ass-covering and offense avoiding, then it&#8217;s not. Things like spelling and grammatic errors were okay, in fact they helped convince one that it was unedited.&#8221;I don&#8217;t know what Mr. Winer is up to these days but in my opinion his contribution to the weblog world helps to empower millions in sharing their lives, knowledge, and thoughts online.</p>
<h3>Jeff Bezos and Amazon.com</h3>
<p>What Amazon is doing in recent years for small businesses is what that Microsoft did in the 80’s and 90’s.</p>
<blockquote><p>&#8220;<a href="http://www.amazon.com/AWS-home-page-Money/b?ie=UTF8&#38;node=3435361" target="_blank">Amazon Web Services(AWS)</a> enables web-scale computing by providing access to an established infrastructure that gives you flexibility to run your business at &#8220;web-scale&#8221; &#8212; uninhibited by growth and demand. In other word it saves a new online business from building the costly scalable infrastructure to support it. The fee structure is also a big advantage with its <a href="http://www.amazon.com/gp/browse.html?node=201590011" target="_blank">Elastic Compute Cloud</a> (EC2) your initial cost is minimal and it only grows with your business success. &#8220;</p></blockquote>
<p>The results:</p>
<blockquote><p>&#8220;A growing community of 330,000+ developers, start-ups, and established companies are building robust applications using AWS solutions.&#8221;</p></blockquote>
<p>One of my favorite quotes came from the <a href="http://fitz.blogspot.com/2008/08/my-other-computer-is-data-center.html">My Other Computer is a Data Center sticker story</a>. If Microsoft is now <a href="http://www.computerweekly.com/Articles/2008/03/03/229657/microsoft-to-launch-cloud-computing-service.htm">building tools for cloud computing</a> then people will follow. You can also see what Mr. Bezos has to say about AWS <a href="http://www.techcrunch.com/2008/06/01/bezos-talks-web-services/">here</a>.</p>
<p>I know that Amazon is a business but when I see a company that shares infrastructure originally built to serve its own business with others who otherwise couldn’t afford to build it, and thereby enable new businesses to emerge,  I see a leader.If the direction of web app development is into the clouds, Amazon was the pioneer and will be the leader taking us there.</p>
<h3>Jimmy Wales and Wikipedia</h3>
<p><a href="http://en.wikipedia.org/wiki/Jimmy_Wales">Wikipedia</a> founder. Can you imagine a day without visiting this web site for learning a new technology, buzz word, persona, or millions of other terms? My Wikipedia sequence starts with Google-ing a term, finding the right Wikipedia page on the Google search results list, then clicking. After a few minutes I&#8217;m in the know. Based on the fact that Wikipedia always is on top of <a href="http://www.google.com/">Google</a> SERP I can only guess that I&#8217;m not the only one dancing this little dance. I can&#8217;t thank you enough, Mr. Wales.</p>
<div id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:0dd2b33e-9d2b-4f2a-bb13-69de45a61c89" class="wlWriterSmartContent" style="display:inline;float:none;margin:0;padding:0;">
<div><!--cut and paste--></div>
<p><a href="http://www.ted.com/index.php/talks/jimmy_wales_on_the_birth_of_wikipedia.html">Jimmy Wales: How a ragtag band created Wikipedia (from TED website)</a></div>
<h3>Larry Page, Sergey Brin and Google</h3>
<p>It seems lately that Google is becoming the next Microsoft: big, ubiquitous, too powerful, some may even say a monopoly. I agree with some of these claims, and I like to see any of the <a href="http://altsearchengines.com/">Alts</a> taking market share away from Google. Yet can you see any other company today that knows how to treat data the way Google does? Can you see any other software company that does such an amazing job in building product usability?  Sometimes I think that Google is inside my head predicting the next move.  Recently Google launched Chrome, a new web browser that shows again how this company leads. The web world of today is not the same as it was few years ago. Web applications nowadays offer no less functionality than desktop applications running on our personal computer. It was a time for a new browser and Google was the one building it. I&#8217;m sure now that Google, using Chrome, and having access to our desktop will lead us to an even more organized world of information.</p>
<p>The people on this list have a lot in common. They are superb engineers and business people. They are not <strong>new</strong> leaders actually&#8211;they led us before&#8211;but they are not about to stop. They built technology that enables so many of us to do things that could only have been done before by large organizations, if at all. They understand the digital world and adapt to changes faster than anyone else. Unless they happen to be the very ones that catalyze the change themselves.</p>
<p>Do you agree? Did I miss others (probably)? What other forms of leadership on the web do you see today?</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Semantic search engine - not your &quot;average Joe&quot; search task]]></title>
<link>http://webnomena.com/2008/08/23/semantic-search-engine-not-your-average-joe-search-task/</link>
<pubDate>Sat, 23 Aug 2008 04:57:45 +0000</pubDate>
<dc:creator>Keren Dagan</dc:creator>
<guid>http://webnomena.com/2008/08/23/semantic-search-engine-not-your-average-joe-search-task/</guid>
<description><![CDATA[I still have a lot to learn about semantic search engines and the semantic web but I have few early ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I still have a lot to learn about semantic search engines and the semantic web but I have few early observations about its direction.</p>
<p><strong>I belive that Semantic search engines will do a lot of work in the back-end to help people with simple queries to find deep meanings.</strong></p>
<p>I don&#8217;t see my dad going online and typing something like &#8220;where did US president&#8217;s kids went to school?&#8221;. Not because of the remote subject but because of the complexity. Most people type one or two words the most inside the search edit box. Maybe in the future he will ask such question using his own voice (see <a href="http://www.nuance.com/PGRP=0&#38;ABCODE=6&#38;CACHE_ID=0">Nuance</a>).</p>
<p>So, my assumption is that semantic search engines have different roles:</p>
<ul>
<li><strong>In the front-end</strong>
<ul>
<li><strong>Research</strong> &#8211; A tool to to find patterns, trends and sets.  This tool should provide multiple visual ways to present the results (map, heat map, timeline, bubbles, tag cloud, 3D). Use case: I want to expose these and show them to the world in a clear visual way (<a href="http://www.readwriteweb.com/archives/freebase_parallax_taunts_us_wi.php">example</a>). I like to present them on my blog or web site (iFrame/Widget it). This is a great tool for researchers, news reporter, and bloggers.  <a href="http://www.techcrunch.com/" target="_blank">TechCrunch</a>, <a href="www.readwriteweb.com/" target="_blank">ReadWriteWeb</a>, and others do present such data on their blog periodically &#8211; <a href="http://www.techcrunch.com/2008/08/13/search-geo-data-with-finder-plus-sneak-peak-at-geocommons-map-maker/">example</a>. Again, this is not for the average user. </li>
<li><strong>Time saving:</strong> <a href="http://www.kaply.com/weblog/operator">Operator</a> is a Firefox extension that adds the ability to interact with semantic data on web pages, including <a href="http://en.wikipedia.org/wiki/Microformats" target="_blank">Microformat</a>, RDFa and eRDF.  You can use it to extract and export contact from a web page to your contact list, and event information to your calendar. It is still hard to find sites that supports microformats today (examples that do: Technorati &#8211; search page results, Google Map, LinkedIn &#8211; contact) but maybe <a href="http://www.dapper.net/dapperDemo/">Dapper</a> will change this. You can now take an HTML page and automate adding microformats classes using this tool &#8211; let the tool find recurring elements in the origin page. Dapper does the &#8220;semantic work&#8221; for you. For more about this tasks see this smartly titled blog post: <a href="http://pixelsebi.com/2006-08-24/does-tim-burners-lees-blog-support-microformats/">Does Tim Burners Lee’s Blog support Microformats</a>? By the way Operator is a great way to check which web-sites supports microformats (use the Operator sidebar: from Firefox menu bar choose View-&#62;Sidebar-&#62;Operator).</li>
</ul>
</li>
<li><strong>As a back-end operation</strong>
<ul>
<li><strong>Organize</strong> &#8211; I want my data to be linked using semantic techniques &#8211; see <a href="http://www.twine.com/">Twine</a> .</li>
<li><strong>Recommendation</strong> (discovery and sharing) &#8211; based on mining my data (and others) what you can tell me that: <strong>I don&#8217;t know that I don&#8217;t know</strong>.</li>
<li><strong>Time saving:</strong> people have trouble with tags. In my opinion, the main reason is that it is hard to come up with forward thinking useful tags that will help to find data later, to match other tags and to help search engines to drive more traffic to the article. I can spend few good minutes thinking, should I tag it as: social network, social networks, or social-network. So, automating this process will help in many ways: more tagging, quicker tagging, more common tagging=more links and association. Twine today suggests tags that I can pick from, yet I think that this is just the beginnings. </li>
<li><strong>Money</strong> &#8211; in a way Google does this in AdSense &#8211; matching content, and target readers with ads. If you manage to do better job in this area there is a great potential. There are more places to add ads: people profile pages (not just in Facebook &#8211; I have a ton of profile pages across many social services, sigh), maybe in comments. </li>
<li><strong>Passive search</strong> &#8211; Alerts &#8211; at this point Google allow you to set alerts for keywords and Delicious for Tags. This is another way (as <a href="http://www.chrisbrogan.com/" target="_blank">Chris Brogan</a> says) to listen to the web. Maybe there is a way to improve exact keyword matching with associated content &#8211; same as semantic recommendation engines works. This could be also useful to organize the alerts results &#8211; I get alerts about some keywords in one long list. I&#8217;m not sure how many people are using alerts but I think that this is a great tool. This is by the way another marketing channel  &#8211; if I&#8217;m telling you what I&#8217;m looking for why don&#8217;t you &#8220;help me find it&#8221;? Alerts can become more sophisticated looking for patterns &#8211; example: more than 10 mentions of a word/phrase/product/company/my competitor in a day/week/month. I know that you can check that today on Google Trends but only for high volume terms, and it is not set as Alert &#8211; if you don&#8217;t look for it, it will not come to you.</li>
</ul>
</li>
</ul>
<p>Finally. Google today does a lot of &#8220;Microformat work&#8221; and some semantic discovery too, all behind the scene. You don&#8217;t ask for it explicitly but Google will still going to deliver it. When you search for <a href="http://www.google.com/search?hl=en&#38;rlz=1T4GZAZ_enUS229US230&#38;q=readwriteweb" target="_blank">ReadWriteWeb</a> for example you&#8217;ll get along with the site link also the Contact, About, and Products information. If you&#8217;ll search for &#8220;<a href="http://www.google.com/search?hl=en&#38;rlz=1T4GZAZ_enUS229US230&#38;q=movie+near+Lexington%2C+MA&#38;btnG=Search" target="_blank">movie near Lexington, MA</a>&#8221; you&#8217;ll get what you need. This is too, support my assumption that you&#8217;ll not going to see sophisticated queries submitted by most people but <strong>the semantic web will be able to come up with better and more relevant answers to simple queries with complex meanings</strong>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Web Cheat Sheets]]></title>
<link>http://blog.davenicoll.com/2008/08/19/web-cheat-sheets/</link>
<pubDate>Tue, 19 Aug 2008 15:14:03 +0000</pubDate>
<dc:creator>Dave</dc:creator>
<guid>http://blog.davenicoll.com/2008/08/19/web-cheat-sheets/</guid>
<description><![CDATA[I was speaking to Magnus last night and he was asking if I had a W3C cheat sheet. While I do have a ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://grimfandango.wordpress.com/files/2008/08/scriptaculous.jpg"><img class="alignnone size-full wp-image-190" src="http://grimfandango.wordpress.com/files/2008/08/scriptaculous.jpg" alt="" width="500" height="344" /></a></p>
<p>I was speaking to <a href="http://www.magnusdigitalmedia.com">Magnus</a> last night and he was asking if I had a W3C cheat sheet. While I do have a couple of cheat sheets for things like Script.aculo.us and Regular Expressions, I thought a W3C cheat would be a good addition, so I set out along the path of Google. It wasn&#8217;t long before I&#8217;d stumbled across several other useful cheat sheets &#8211; no substitute for knowing your stuff, of course &#8211; but handy as a quick reminder&#8230;</p>
<ul>
<li><a href="http://www.addedbytes.com/cheat-sheets/regular-expressions-cheat-sheet/">Regular expressions cheat sheet</a></li>
<li><a href="http://www.addedbytes.com/cheat-sheets/css-cheat-sheet/">CSS cheat sheet</a></li>
<li><a href="http://www.addedbytes.com/cheat-sheets/javascript-cheat-sheet/">Javascript cheat sheet</a></li>
<li><a href="http://ajaxian.com/archives/scriptaculous-cheat-sheet">Script.aculo.us cheat sheet</a></li>
<li><a href="http://snook.ca/archives/javascript/prototype_1_5_0_cheatsheet/">Prototype cheat sheet</a></li>
<li><a href="http://www.addedbytes.com/cheat-sheets/microformats-cheat-sheet/">Microformats cheat sheet</a></li>
<li><a href="http://www.seomoz.org/blog/the-web-developers-seo-cheat-sheet">SEO cheat sheet</a></li>
<li><a href="http://cameronmoll.com/archives/2008/06/web_accessibility_checklist/">A very useful accessibility checklist</a></li>
<li><a href="http://worksperfectly.net/wcag/">Web Content Accessibility Guidelines (WCAG) cheatsheet</a></li>
</ul>
<p>Don&#8217;t see a cheatsheet you&#8217;re looking for? Try <a href="http://www.virtualhosting.com/blog/2008/the-cheat-sheet-cheat-sheet-top-100-lists-of-web-development-cheat-sheets/">here</a>, there are <em><strong>lots</strong></em> more&#8230;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[MySpace gains OpenID, FaceBook should]]></title>
<link>http://specialbrands.net/2008/07/24/myspace-gains-openid-facebook-should/</link>
<pubDate>Thu, 24 Jul 2008 15:19:34 +0000</pubDate>
<dc:creator>webhat</dc:creator>
<guid>http://specialbrands.net/2008/07/24/myspace-gains-openid-facebook-should/</guid>
<description><![CDATA[Firstly I&#8217;m not using WordPress&#8217; Press This feature any more, this is the third time I a]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Firstly I&#8217;m not using WordPress&#8217; <em>Press This</em> feature any more, this is the third time I am having to post this after it ate 2 previous drafts. Maybe I should fix the GreaseMonkey script I build for /. to work on Press This.</p>
<p>After predicting the death of <a href="http://www.myspace.com/">MySpace</a> they have surprised me by adding an OpenID Identity Provider. Obviously they are only allowing you to use it to authenticate on other sites, but still is a step with others including FaceBook haven&#8217;t done yet. So I started to muse how <a href="http://www.facebook.com/">FaceBook</a> would be able to top it, and what I actually want from a OpenID Identity Provider:</p>
<ul>
<li>Authentication (obviously)</li>
<li><a href="http://en.wikipedia.org/wiki/FOAF_(software)">FOAF</a></li>
<li><a href="http://en.wikipedia.org/wiki/Hcard">hCard</a> (or other microformats)</li>
<li>Certificate Authentication (PKI)</li>
</ul>
<p><a href="http://claimid.com/">ClaimID</a> already has 3 of the 4, but their friend system requires some kind of social networking and as it is not a social networking site it doesn&#8217;t really cover FOAF completely. This is why integration of FOAF would be a good step for both FaceBook and MySpace.</p>
<blockquote><p>MySpace is only acting as an identity provider, meaning that while you can use your MySpace credentials to sign into other Web sites, you cannot yet use your credentials from another OpenID provider to sign into MySpace.</p></blockquote>
<p>Source: <a href="http://mashable.com/2008/07/22/myspace-launches-data-availability-on-flixster-and-eventful/">MySpace Opens Up First; Launches Data Availability on Flixster and Eventful</a>
<p><img src="http://freehogg.wordpress.com/files/2006/04/technorati.gif" alt="Technorati" /> technorati tags: <a href="http://del.icio.us/webhat/authentication" rel="tag">authentication</a>, <a href="http://del.icio.us/webhat/foaf" rel="tag">foaf</a>, <a href="http://del.icio.us/webhat/hcard" rel="tag">hcard</a>, <a href="http://del.icio.us/webhat/identity" rel="tag">identity</a>, <a href="http://del.icio.us/webhat/microformat" rel="tag">microformat</a>, <a href="http://del.icio.us/webhat/openid" rel="tag">openid</a>, <a href="http://del.icio.us/webhat/security" rel="tag">security</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Polyphasic Sleep Microformat Icon]]></title>
<link>http://jorel314.wordpress.com/2008/06/16/polyphasic-sleep-microformat-icon/</link>
<pubDate>Tue, 17 Jun 2008 01:31:45 +0000</pubDate>
<dc:creator>jorel314</dc:creator>
<guid>http://jorel314.wordpress.com/2008/06/16/polyphasic-sleep-microformat-icon/</guid>
<description><![CDATA[With some inspiration from the official microformats icons, I was able to create a polyphasic sleep ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.flickr.com/photos/jorel314/2585196767/"><img src="http://farm4.static.flickr.com/3162/2585196767_1f474990fc_m_d.jpg" alt="Zzz" /></a></p>
<p>With some inspiration from the <a href="http://factorycity.net/projects/microformats-icons/">official microformats icons</a>, I was able to create a polyphasic sleep microformat icon using <a href="http://en.wikipedia.org/wiki/Inkscape">Inkscape</a>.  Get the complete Inkscape project svg <a href="http://www.archive.org/download/PolyphasicSleepMicroformatIcon/zzz.svg">here</a>.  </p>
<p>I think I&#8217;ll call it the Zzz format for use when logging polyphasic naps.  Next up, develop the specs.</p>
<p>- <a href="http://jorel314.wordpress.com/contact/adventures-in-polyphasic-sleeping/">Adventures in Polyphasic Sleeping</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Microformats Interview With Celik and Khare]]></title>
<link>http://nopiedra.wordpress.com/2008/06/02/microformats-interview-with-celik-and-khare/</link>
<pubDate>Mon, 02 Jun 2008 22:40:28 +0000</pubDate>
<dc:creator>Nelson Piedra</dc:creator>
<guid>http://nopiedra.wordpress.com/2008/06/02/microformats-interview-with-celik-and-khare/</guid>
<description><![CDATA[]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/asryWfqJs9s&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/asryWfqJs9s&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[URI's for Event reduces duplication?]]></title>
<link>http://hightechcville.wordpress.com/2008/05/16/uris-for-event-reduces-duplication/</link>
<pubDate>Fri, 16 May 2008 15:21:44 +0000</pubDate>
<dc:creator>Eric</dc:creator>
<guid>http://hightechcville.wordpress.com/2008/05/16/uris-for-event-reduces-duplication/</guid>
<description><![CDATA[CalendarSwamp is one of my favorite blogs, and a recent post about handling duplicate events made me]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://calendarswamp.blogspot.com/2008/05/event-attendance-data-sharing.html">CalendarSwamp</a> is one of my favorite blogs, and a recent post about handling duplicate events made me wonder about using <a href="http://en.wikipedia.org/wiki/Uniform_Resource_Identifier">Uniform Resource Identifiers</a> (URI&#8217;s) to track an event.   If microformats like hCal supported some sort of unique identifier built on URI&#8217;s, then if you see two events that are slightly different, but share a URI, then you know where to go for the canonical information.  </p>
<p>HighTechCville is starting to grow enough that we will have duplicate events listed, and if we pull in an event from a feed, and it&#8217;s later updated, say the date changed, then it&#8217;s a challenge to figure out which differences to update your data from.</p>
<p>I strongly disagree with Scott&#8217;s comment that maybe Yahoo or Eventful or Facebook be THE registry of events:</p>
<blockquote><p>Eventful has more than 7 million future events in its database. If Eventful opened that up in a special way that&#8217;s queryable by anybody, Eventful could issue a unique identifier. Yahoo&#8217;s Max Engel, who was also at this session, notes that Digg already checks for duplication of news postings. Maybe Eventful could do the same thing for events.</p></blockquote>
<p>I think any system that is based on centralized registries is doomed to failure, and instead we need to support having multiple sources of data, ie use URI&#8217;s.  However, if Eventful is one among many data providers providing a unique identifier that is a URI, then more power to them!</p>
<p>My take on multiple sources of data, with URI&#8217;s pointing to the source, means that people can make a decision on who they trust for the real &#8220;canonical&#8221; data.  A single event, say an opera show may be listed on multiple services, so you might trust the URI that points to the Seattle Opera&#8217;s homepage the most, followed by maybe a pointer to Eventful&#8217;s record of the opera show.  </p>
<p>And I think hCal is the right way of communicating this data around.  While hCal is just really getting traction (along with the other microformats) I still think they will be THE way of tying User Generated Content together in the future.  </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Microformats go mainstream]]></title>
<link>http://perfwork.wordpress.com/2008/04/26/microformats-go-mainstream/</link>
<pubDate>Sat, 26 Apr 2008 18:53:40 +0000</pubDate>
<dc:creator>perfwork</dc:creator>
<guid>http://perfwork.wordpress.com/2008/04/26/microformats-go-mainstream/</guid>
<description><![CDATA[I talked about Microformats in a post last year on web20expo. It appears that the technology is now ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I talked about <a href="http://microformats.org/" target="_blank">Microformats</a> in a <a href="../../shanti/entry/web20expo">post</a> last year on web20expo. It appears that the technology is now going main stream. I attended a workshop on <a href="http://en.oreilly.com/webexsf2008/public/schedule/detail/2520" target="_blank">Web2.0 Best Practices</a><br />
at the Web20 Expo this week in which the speaker, Niall Kennedy<br />
expounded on th advantages of using microformats. He said he&#8217;s seen a<br />
significant growth in traffic on his <a href="http://www.niallkennedy.com/" target="_blank">site</a> since he started doing so since search engine results show direct links to pages on his site.<br />
<a href="http://www.ysearchblog.com/archives/000527.html" target="_blank">Yahoo</a> is adding microformats to many of their properties. The <a href="http://upcoming.yahoo.com/">yahoo event site</a><br />
already has them. This is exciting since microformats are a bridge to<br />
the semantic web, which we&#8217;ve been talking about for several years now.<br />
However, the talk has never seemed to materialize into anything<br />
concrete. Meanwhile, the web2.0 world has decided to do things their<br />
own way.</p>
<p>A classic example is tagging. While the semantic<br />
folks talk about taxonomies and ontologies, the web guys invented<br />
folksonomies (aka tagging). Tagging has allowed users and sites to<br />
group stuff together, attaching semantic meaning to their data. Tag<br />
clouds have worked fairly well and sites like flickr are extending the<br />
concept by automatically creating even more tags ! The problem with<br />
tags of course is that a word can have several meanings and it&#8217;s not<br />
easy to figure out which exact interpretation should be used. This<br />
problem is what RDF solves nicely, but more on that later.</p>
<p>Microformats<br />
are better than tags in the sense that they have a more rigid format<br />
and as such provide better semantics, although not perfect. Let&#8217;s look<br />
at an example:</p>
<pre>&#60;div class="vevent"&#62;&#60;br&#62;  &#60;span class="summary"&#62;JavaOne Conference&#60;/span&#62;: &#60;br&#62;  &#60;span class="description"&#62;The premier java conference&#60;/span&#62;&#60;br&#62;  &#60;p&#62;&#60;a class="url"&#62;&#60;a href="http://java.sun.com/javaone/sf"&#62;http://java.sun.com/javaone/sf&#60;/a&#62;&#60;br&#62;  &#60;p&#62;&#60;abbr class="dtstart" title="2008-05-06"&#62;May 6&#60;/abbr&#62;-&#60;br&#62;  &#60;abbr class="dtend" title="2008-05-09"&#62;9&#60;/abbr&#62;,&#60;br&#62; at the &#60;span class="location"&#62;Moscone Center, San Francisco, CA&#60;/span&#62;&#60;br&#62; &#60;/div&#62;</pre>
<p>which will display as :</p>
<div class="vevent"><span class="summary">JavaOne Conference</span>:<br />
<span class="description">The premier java conference</span><br />
<a class="url" href="http://java.sun.com/javaone/sf">http://java.sun.com/javaone/sf</a></p>
<p><abbr class="dtstart" title="2008-05-06">May 6</abbr>-<br />
<abbr class="dtend" title="2008-05-09">9</abbr>,<br />
at the <span class="location">Moscone Center, San Francisco, CA</span></div>
<p>The<br />
advantage of such a format is that it clearly specifies various<br />
properties associated with the event: summary, description, url, start<br />
and end dates, location etc. However, it can still be ambiguous since<br />
it uses literals for many properites e.g. the location. If someone<br />
specified the location simply as &#8220;San Francisco&#8221;, it could mean any of<br />
27 different San Francisco&#8217;s.</p>
<p>If we take this formalizing a step further, we reach the world of <a href="http://rdfabout.com/quickintro.xpd" target="_blank">RDF</a>.<br />
Here every entry is specified as a tuple of the form:<br />
&#60;subject&#62;&#60;predicate&#62;&#60;object&#62; using URIs to represent<br />
the objects in an unambiguous manner. Without going into the syntactic<br />
details, we could specify a location to be defined in the standard<br />
format of: number, street, city, state, country, zip. This provides an<br />
object with identity, the property that uniquely identifies it.</p>
<p>I&#8217;ll talk more about RDF and semantic web in another post.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[So POSH!]]></title>
<link>http://web-poet.com/2008/04/24/so-posh/</link>
<pubDate>Thu, 24 Apr 2008 13:23:03 +0000</pubDate>
<dc:creator>weblaureate</dc:creator>
<guid>http://web-poet.com/2008/04/24/so-posh/</guid>
<description><![CDATA[Micro Formats Know That&#8217;s They Are Way For Sharing Data Pairing Etc. Tiny Be Many See &nbsp; E]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Fprogramming%2FSo_POSH' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe></p>
<div style="padding-left:10px;">
<table style="border-right:#a3a3a3 1pt solid;border-top:#a3a3a3 1pt solid;border-left:#a3a3a3 1pt solid;direction:ltr;border-bottom:#a3a3a3 1pt solid;border-collapse:collapse;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="border-right:#a3a3a3 1pt solid;border-top:#a3a3a3 1pt solid;vertical-align:top;border-left:#a3a3a3 1pt solid;width:0.731in;border-bottom:#a3a3a3 1pt solid;padding:4pt;">Micro<br />
<a href="http://microformats.org/">Formats</a><br />
Know<br />
That&#8217;s</td>
<td style="border-right:#a3a3a3 1pt solid;border-top:#a3a3a3 1pt solid;vertical-align:top;border-left:#a3a3a3 1pt solid;width:0.667in;border-bottom:#a3a3a3 1pt solid;padding:4pt;">They<br />
Are<br />
Way<br />
For</td>
<td style="border-right:#a3a3a3 1pt solid;border-top:#a3a3a3 1pt solid;vertical-align:top;border-left:#a3a3a3 1pt solid;width:0.685in;border-bottom:#a3a3a3 1pt solid;padding:4pt;">Sharing<br />
Data<br />
Pairing<br />
Etc.</td>
<td style="border-right:#a3a3a3 1pt solid;border-top:#a3a3a3 1pt solid;vertical-align:top;border-left:#a3a3a3 1pt solid;width:0.695in;border-bottom:#a3a3a3 1pt solid;padding:4pt;">Tiny<br />
Be<br />
Many<br />
See</td>
</tr>
</tbody>
</table>
</div>
<p>&#160;</p>
<div style="padding-left:10px;">
<table style="border-right:#a3a3a3 1pt solid;border-top:#a3a3a3 1pt solid;border-left:#a3a3a3 1pt solid;direction:ltr;border-bottom:#a3a3a3 1pt solid;border-collapse:collapse;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="border-right:#a3a3a3 1pt solid;border-top:#a3a3a3 1pt solid;vertical-align:top;border-left:#a3a3a3 1pt solid;width:0.681in;border-bottom:#a3a3a3 1pt solid;padding:4pt;">Exist<br />
Longer<br />
List<br />
Refer</td>
<td style="border-right:#a3a3a3 1pt solid;border-top:#a3a3a3 1pt solid;vertical-align:top;border-left:#a3a3a3 1pt solid;width:0.667in;border-bottom:#a3a3a3 1pt solid;padding:4pt;">Span<br />
More<br />
Than<br />
<a href="http://microformats.org/wiki/Main_Page">Four</a></td>
<td style="border-right:#a3a3a3 1pt solid;border-top:#a3a3a3 1pt solid;vertical-align:top;border-left:#a3a3a3 1pt solid;width:0.748in;border-bottom:#a3a3a3 1pt solid;padding:4pt;">Just<br />
Example<br />
List<br />
Sample</td>
<td style="border-right:#a3a3a3 1pt solid;border-top:#a3a3a3 1pt solid;vertical-align:top;border-left:#a3a3a3 1pt solid;width:0.821in;border-bottom:#a3a3a3 1pt solid;padding:4pt;"><a href="http://microformats.org/wiki/xoxo">XOXO</a><br />
<a href="http://microformats.org/wiki/hatom">hAtom</a><br />
<a href="http://microformats.org/wiki/rel-nofollow">nofollow</a><br />
<a href="http://microformats.org/wiki/robots-exclusion">exclusion</a></td>
</tr>
</tbody>
</table>
</div>
</div>]]></content:encoded>
</item>

</channel>
</rss>
