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

<channel>
	<title>CSSquirrel &#187; shelley powers</title>
	<atom:link href="http://cssquirrel.com/tag/shelley-powers/feed/" rel="self" type="application/rss+xml" />
	<link>http://cssquirrel.com/blog</link>
	<description>opinions and news on web design</description>
	<lastBuildDate>Wed, 23 May 2012 18:34:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The Week of Microdata</title>
		<link>http://cssquirrel.com/blog/2009/05/14/the-week-of-microdata/</link>
		<comments>http://cssquirrel.com/blog/2009/05/14/the-week-of-microdata/#comments</comments>
		<pubDate>Thu, 14 May 2009 16:23:31 +0000</pubDate>
		<dc:creator>Kyle Weems</dc:creator>
				<category><![CDATA[Standards]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[ian hickson]]></category>
		<category><![CDATA[microdata]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[rdfa]]></category>
		<category><![CDATA[sam ruby]]></category>
		<category><![CDATA[shelley powers]]></category>

		<guid isPermaLink="false">http://www.cssquirrel.com/?p=279</guid>
		<description><![CDATA[It&#8217;s been a really busy week for microdata. So busy that I haven&#8217;t personally had a chance to read up on all the details of the various announcements. That won&#8217;t stop me from trying to summarize it all for you, though. First, Ian Hickson (HTML5 editor, Google employee, cat lover) finally made a concrete move [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a really busy week for microdata. So busy that I haven&#8217;t personally had a chance to read up on all the details of the various announcements. That won&#8217;t stop me from trying to summarize it all for you, though.</p>
<p>First, Ian Hickson (HTML5 editor, Google employee, cat lover) finally made a concrete move on the long-simmering microdata in HTML5 issue. Instead of backing either <a title="Link to Microformats home page" href="http://www.microformats.org/" target="_blank">Microformats</a> (which works in HTML5 as-is due to its methodology) or <a title="Link to RDFa Wiki" href="http://rdfa.info/wiki/RDFa_Wiki" target="_blank">RDFa</a> (which Ian seems to be stating is a poor solution to the use cases it&#8217;s made to address), he decided to make his own new microdata syntax &#8220;based on RDFa&#8221;. I&#8217;ll leave it to the audience to determine whether this is a side-effect of the WhatWG&#8217;s <a title="Link to NIH article on Wikipedia" href="http://en.wikipedia.org/wiki/Not_Invented_Here" target="_blank">NIH</a> mentality or whether it&#8217;s genuinely a better tool than RDFa. <a title="Link to whatwg email about new microdata syntax" href="http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2009-May/019681.html" target="_blank">Here&#8217;s Ian&#8217;s WhatWG annoucement</a>, and <a title="Link to Microdata section in HTML5 Draft" href="http://dev.w3.org/html5/spec/Overview.html#microdata" target="_blank">here&#8217;s the new section in the HTML5 draft</a>. For another perspective on it, the always fiery Shelley Powers gives us <a title="Link to Shelley Power's post: Holding on Effort for HTML5" href="http://realtech.burningbird.net/semantic-web/semantic-web-issues-and-practices/holding-on-html5" target="_blank">her two cents</a> (adjusting for inflation) on the matter.</p>
<p>You would think a move like this might spell certain doom (cue dramatic music) for RDFa&#8217;s future in HTML5. However, at the same time Ian is trying to move us away from RDFa, his company makes a very concrete move towards adopting it. Google, during their big Searchology event, introduced Rich Snippets, wherein webmasters marking up relevant data in either RDFa or Microformats will have the possibility of Google making extra use of that information when their site is displayed in search results. Here&#8217;s the official <a title="Link to Google Blog post about Introducing Rich Snippets" href="http://googlewebmastercentral.blogspot.com/2009/05/introducing-rich-snippets.html" target="_blank">Google blog post about the topic</a>, including a delicious FAQ.</p>
<p>I&#8217;m not trying to be snide here, but if Ian&#8217;s own company is supporting RDFa extraction, as well as Yahoo&#8217;s Search Monkey, there&#8217;s little reason to believe that RDFa won&#8217;t somehow get adopted into HTML5.</p>
<p>In case Google&#8217;s Searchology event took up all your attention, on the same day the Microformats community made an annoucement about officially adopting the value-class pattern. <a title="Link to Value-Class Pattern news post at Microformats.org" href="http://microformats.org/blog/2009/05/12/value-class-pattern/" target="_blank">Here&#8217;s their news post about the topic</a>. If you&#8217;re already using Microformats, they suggest you get busy updating your syntax. If you don&#8217;t, this might be a good jumping point to look into what Microformats can offer your site.</p>
<p>If you&#8217;ve somehow gotten this far in the post without knowing what microdata is, I&#8217;d suggest you take a look at both the <a title="Link to RDFa info" href="http://rdfa.info/" target="_blank">RDFa</a> and <a title="Link to Microformats.org" href="http://microformats.org/" target="_blank">Microformats</a> websites. Marking up data so it&#8217;s both human-readable and machine-readable is an important step towards the semantic web, which Google&#8217;s recent annoucements have indicated they&#8217;re supporting as we move forward. So dig in, and see what use you can make of either solution in your own websites. Also feel free to check out Sam Ruby&#8217;s recent <a title="Link to Sam Ruby's post Microdata" href="http://intertwingly.net/blog/2009/05/12/Microdata" target="_blank">microdata blog post</a> about the recent developments.</p>
]]></content:encoded>
			<wfw:commentRss>http://cssquirrel.com/blog/2009/05/14/the-week-of-microdata/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Comic Update: HTML5 Manners</title>
		<link>http://cssquirrel.com/blog/2009/05/04/comic-update-html5-manners/</link>
		<comments>http://cssquirrel.com/blog/2009/05/04/comic-update-html5-manners/#comments</comments>
		<pubDate>Tue, 05 May 2009 04:58:42 +0000</pubDate>
		<dc:creator>Kyle Weems</dc:creator>
				<category><![CDATA[Comic]]></category>
		<category><![CDATA[Drama]]></category>
		<category><![CDATA[chris wilson]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ian hickson]]></category>
		<category><![CDATA[mark pilgrim]]></category>
		<category><![CDATA[microdata]]></category>
		<category><![CDATA[sam ruby]]></category>
		<category><![CDATA[shelley powers]]></category>
		<category><![CDATA[tantek celik]]></category>

		<guid isPermaLink="false">http://www.cssquirrel.com/?p=260</guid>
		<description><![CDATA[I&#8217;m going to lay out a chronology of prior events for you all so that today&#8217;s comic has a context other than the poor movie experience that was X-Men Origins: Wolverine (I really wanted to love that movie.) Chris Wilson (W3C HTML WG co-chair and Microsoft employee) posted an e-mail to a HTML5 discussion that [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to lay out a chronology of prior events for you all so that <a title="Link to CSSquirrel Comic #16 - HTML5 Manners" href="http://www.cssquirrel.com/comic/?comic=16" target="_blank">today&#8217;s comic</a> has a context other than the poor movie experience that was X-Men Origins: Wolverine (I really wanted to love that movie.)</p>
<p><a title="Link to Chris Wilson's blog" href="http://cwilso.com/" target="_blank">Chris Wilson</a> (W3C HTML WG co-chair and Microsoft employee) <a title="Link to HTML5 Discussion Email" href="http://lists.w3.org/Archives/Public/public-html/2009Apr/0260.html" target="_blank">posted an e-mail to a HTML5 discussion</a> that made reference to the &#8220;W3C HTML5 Spec&#8221;.</p>
<p>Mark Pilgrim (Google employee and <a title="Link to WHATWG Blog" href="http://blog.whatwg.org/" target="_blank">WHATWG Blog</a> author) <a title="Link to WHATWG IRC chat where Mark Pilgrim insults Chris Wilson" href="http://krijnhoetmer.nl/irc-logs/whatwg/20090430#l-501">in the WHATWG IRC channel</a> then implies that HTML WG co-chair <a title="Link to Sam Ruby's blog" href="http://intertwingly.net/blog/" target="_blank">Sam Ruby</a> would have been attempting to be divisive had he written that e-mail, but since it came from the other chair, Chris, he was in fact being stupid.</p>
<p><a title="Link to Shelley Power's blog" href="http://realtech.burningbird.net/" target="_blank">Shelley Powers</a> (computer book author, software developer and technology architect) <a title="Link to Going Non-Standard by Shelley Powers" href="http://realtech.burningbird.net/semantic-web/semantic-web-issues-and-practices/going-non-standard" target="_blank">expresses utter frustration in a blog post</a> about the future of HTML5 by pointing out this incident and many others that indicates a &#8220;Hatfield-McCoy feud&#8221; (in her words) between the W3C and WhatWG that is miring the whole process down. Gems in her post include an IRC discussion (<a title="Link to WHATWG IRC chat on Microdata" href="http://krijnhoetmer.nl/irc-logs/whatwg/20090430#l-693" target="_blank">starts here</a>, <a title="Link to Microformats IRC discussion about microdata" href="http://krijnhoetmer.nl/irc-logs/microformats/20090430#l-193" target="_blank">ends here</a>) between HTML5 editor Ian Hickson and Microformats champion Tantek Celik where Ian shows his bias in the microdata issue (read that: whether to include RDFa in HTML5) by asking Tantek to vet the use-case submissions. The &#8220;vetting&#8221; quickly devolves to the pair saying &#8220;Use microformats for everything&#8221; or if such a situation isn&#8217;t possible, to simply create a custom microformat for your own use.</p>
<p>Yes, that&#8217;s it, let&#8217;s make dozens of one-shot formats to solve the many microdata issues we&#8217;ll doubtlessly be facing in the next several years. That can&#8217;t possibly create any sort of data-harvesting compatibility issues. If I can see the shortsightedness of this issue (and I fail to wear coats on cloudy days because &#8220;it&#8217;s not raining yet&#8221;) then you can bet this isn&#8217;t a tenable, long-term solution.</p>
<p>They take some time to attack Creative Commons while they&#8217;re at it.</p>
<p>These aren&#8217;t the only times these sort of offensive public conversations have occurred, where WhatWG members have publicly derided, insulted or challenged the intelligence of the individuals they&#8217;re politely talking to in other conversations about topics they&#8217;re mutually involved in (such as HTML5). <a title="Link to Last Week in HTML5" href="http://lastweekinhtml5.blogspot.com/" target="_blank">Mr. Last Week in HTML5</a> is a great (albeit foul-mouthed and somewhat spiteful) source of links to these conversations occurring all the time.</p>
<p>Ian <a title="Link to comment by Ian Hickson on Shelley Power's blog" href="http://realtech.burningbird.net/semantic-web/semantic-web-issues-and-practices/going-non-standard#comment-1367" target="_blank">responded to Shelley&#8217;s post</a>, taking umbrage (as Shelley put it) at her &#8220;insulting accusation&#8221;. Shelley&#8217;s response cut to the core of the matter, exposing the main issue at hand here, and one that needs some serious addressing. In her words: &#8220;<em>Don&#8217;t you get it? Don&#8217;t you see what Last Week in HTML5 is trying to demonstrate? You talk respect in my comments, or Sam&#8217;s comments, and elsewhere, but you show disrespect to me, to Sam, to others, in the IRC, and it completely undermines everything that you do.</em> &#8221;</p>
<p>I can&#8217;t state it better. These people aren&#8217;t average developers trading insults about trivial code snippets on small-scale projects. These are industry movers-and-shakers who are supposed to be working together to help create the standards that will define how we use HTML and other web technologies for years to come. I expect professional disagreement to occur (I&#8217;d be worried and concerned if that didn&#8217;t happen). But to start insulting one another personally in a public discussion (or frankly, privately) is shameful to the entire process and the entire community that is depending on them to do a good job.</p>
<p>Shame on you, sirs.</p>
<p>I&#8217;ll leave you with the following quotes from <a title="Link to IRC discussion where Hixies tries to use a smiley to escape criticism" href="http://krijnhoetmer.nl/irc-logs/whatwg/20090324#l-153" target="_blank">this IRC discussion</a> including <a title="Link to Doug Schepers blog" href="http://schepers.cc/" target="_blank">Doug Schepers</a>, Ian Hickson, and a person named &#8216;roc&#8217; (I don&#8217;t know his real name)<strong> [edit: As I've been informed in the comments, roc is Mozilla's <a title="Link to Robert O'Callahan's blog" href="http://weblogs.mozillazine.org/roc/" target="_blank">Robert O'Callahan</a>]</strong>:</p>
<p><em>shepazutoo (Doug): wow, Hixie, &#8220;contradicting other specs has never stopped the SVGWG before&#8221; (q.v. xlink, css, etc)&#8230; first, those were almost certainly mistakes rather than purposeful contradictions, and second, you&#8217;re acting like the current SVG WG is the same set of companies and individuals that wrote the SVG 1.1 spec,<strong> which you know to be false&#8230; can you please drop the political histrionics? </strong>we&#8217;re acting in good faith to correct some past errors, and to work with other WGs and with browser vendors to make all the specs align usefully</em></p>
<p><em>Hixie (Ian): i think you may have missed the smiley</em></p>
<p><em>roc (Robert): a smiley is not a &#8220;get out of jail free card&#8221; to be annoying </em></p>
]]></content:encoded>
			<wfw:commentRss>http://cssquirrel.com/blog/2009/05/04/comic-update-html5-manners/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
	</channel>
</rss>

