<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: HTML5^H: What it means to developers, standardistas, and browser vendors</title>
	<atom:link href="http://almaer.com/blog/htmlh5-what-it-means-to-developers-standardistas-and-browser-vendors/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog/htmlh5-what-it-means-to-developers-standardistas-and-browser-vendors</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Sat, 08 Sep 2012 07:06:53 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cyprien Noel</title>
		<link>http://almaer.com/blog/htmlh5-what-it-means-to-developers-standardistas-and-browser-vendors/comment-page-1#comment-47949</link>
		<dc:creator>Cyprien Noel</dc:creator>
		<pubDate>Wed, 16 Feb 2011 21:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/?p=2937#comment-47949</guid>
		<description>I agree with previous comments, the kind of app that is built today makes it unmanageable for developers to deal directly with yet another set of browser versions. I hope more big players will start writing sophisticated platforms like GWT to abstract us away from those problems.</description>
		<content:encoded><![CDATA[<p>I agree with previous comments, the kind of app that is built today makes it unmanageable for developers to deal directly with yet another set of browser versions. I hope more big players will start writing sophisticated platforms like GWT to abstract us away from those problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc DIethelm</title>
		<link>http://almaer.com/blog/htmlh5-what-it-means-to-developers-standardistas-and-browser-vendors/comment-page-1#comment-47939</link>
		<dc:creator>Marc DIethelm</dc:creator>
		<pubDate>Mon, 14 Feb 2011 11:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/?p=2937#comment-47939</guid>
		<description>I currently tend to think, let WhatWG develop the cutting-edge &#039;living standard&#039; and APIs in concert with progressive browser vendors and &#039;alpha developers&#039;. And let W3C sort out the versioning so we can have certain baselines that we know implementers either support or don&#039;t.</description>
		<content:encoded><![CDATA[<p>I currently tend to think, let WhatWG develop the cutting-edge &#8216;living standard&#8217; and APIs in concert with progressive browser vendors and &#8216;alpha developers&#8217;. And let W3C sort out the versioning so we can have certain baselines that we know implementers either support or don&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joeri</title>
		<link>http://almaer.com/blog/htmlh5-what-it-means-to-developers-standardistas-and-browser-vendors/comment-page-1#comment-47893</link>
		<dc:creator>Joeri</dc:creator>
		<pubDate>Mon, 24 Jan 2011 12:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/?p=2937#comment-47893</guid>
		<description>I don&#039;t agree that the release of new browsers makes things easier. It&#039;s actually the end-of-life of old browsers that makes things easier. IE6 has become a non-issue for me since its corporate marketshare became small enough (among our customers). So, now I can use PNG, yay. But IE7 still lives on, and in relation to HTML5 it&#039;s no better than IE6. Even after IE7 dies, IE8 won&#039;t bring many new things to the table. It won&#039;t be until IE8&#039;s marketshare becomes small enough that coding to HTML5 will be simple. Until then we need fallback code, and it&#039;s going to be painful.

Like the other poster said, we need the javascript wizards to build high-quality wrapper libraries that smooth out the HTML5 transition. There are already a few choices, like excanvas and svgweb, but many of the HTML5 features don&#039;t yet have high-quality fallback libraries, and even when they do, it&#039;s very difficult for newbie authors to figure out which fix-up libraries they need to include.

Let&#039;s be careful about advocating HTML5 when in reality it&#039;s still very hard to use most of it if you&#039;re not on mobile.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t agree that the release of new browsers makes things easier. It&#8217;s actually the end-of-life of old browsers that makes things easier. IE6 has become a non-issue for me since its corporate marketshare became small enough (among our customers). So, now I can use PNG, yay. But IE7 still lives on, and in relation to HTML5 it&#8217;s no better than IE6. Even after IE7 dies, IE8 won&#8217;t bring many new things to the table. It won&#8217;t be until IE8&#8217;s marketshare becomes small enough that coding to HTML5 will be simple. Until then we need fallback code, and it&#8217;s going to be painful.</p>
<p>Like the other poster said, we need the javascript wizards to build high-quality wrapper libraries that smooth out the HTML5 transition. There are already a few choices, like excanvas and svgweb, but many of the HTML5 features don&#8217;t yet have high-quality fallback libraries, and even when they do, it&#8217;s very difficult for newbie authors to figure out which fix-up libraries they need to include.</p>
<p>Let&#8217;s be careful about advocating HTML5 when in reality it&#8217;s still very hard to use most of it if you&#8217;re not on mobile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub Nesetril</title>
		<link>http://almaer.com/blog/htmlh5-what-it-means-to-developers-standardistas-and-browser-vendors/comment-page-1#comment-47890</link>
		<dc:creator>Jakub Nesetril</dc:creator>
		<pubDate>Sun, 23 Jan 2011 14:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/?p=2937#comment-47890</guid>
		<description>The problem with versions of HTML (as I see it) is plainly summarized in your own sentence:

&quot;Just as an iOS developer can see what 4.3 beta, we should have something similar.&quot;

Yes - but 4.3 beta is NOT  a version of a standard - it&#039;s a version of an implementation. And thus the iOS developer can freely inspect what&#039;s IMPLEMENTED in that version.

With interoperability, this is simply not viable. At any point in time, the implementations differ. Pushing out a standard and slapping a version number on it doesn&#039;t bear any meaning until implementations actually deliver working code.

The only way this could be interesting to developers is if browser vendors somehow pledged / had an obligation to ship code that passess all potential test suites developed along with the standard. Currently, that&#039;s far from realistic.</description>
		<content:encoded><![CDATA[<p>The problem with versions of HTML (as I see it) is plainly summarized in your own sentence:</p>
<p>&#8220;Just as an iOS developer can see what 4.3 beta, we should have something similar.&#8221;</p>
<p>Yes &#8211; but 4.3 beta is NOT  a version of a standard &#8211; it&#8217;s a version of an implementation. And thus the iOS developer can freely inspect what&#8217;s IMPLEMENTED in that version.</p>
<p>With interoperability, this is simply not viable. At any point in time, the implementations differ. Pushing out a standard and slapping a version number on it doesn&#8217;t bear any meaning until implementations actually deliver working code.</p>
<p>The only way this could be interesting to developers is if browser vendors somehow pledged / had an obligation to ship code that passess all potential test suites developed along with the standard. Currently, that&#8217;s far from realistic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ms2ger</title>
		<link>http://almaer.com/blog/htmlh5-what-it-means-to-developers-standardistas-and-browser-vendors/comment-page-1#comment-47886</link>
		<dc:creator>Ms2ger</dc:creator>
		<pubDate>Fri, 21 Jan 2011 12:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/?p=2937#comment-47886</guid>
		<description>And for those who want to help, the HTML WG testing task force (http://lists.w3.org/Archives/Public/public-html-testsuite/) welcomes everyone to submit tests. Some are already online at  http://w3c-test.org/. For CSS, there&#039;s http://test.csswg.org/ and for other web specifications, you can always contact its editor.

In any case, tests really are essential for today&#039;s standards, not only to know how interoperably they are implemented, but also to help browsers improve their implementations and fix their (unavoidable) bugs.</description>
		<content:encoded><![CDATA[<p>And for those who want to help, the HTML WG testing task force (<a href="http://lists.w3.org/Archives/Public/public-html-testsuite/" rel="nofollow">http://lists.w3.org/Archives/Public/public-html-testsuite/</a>) welcomes everyone to submit tests. Some are already online at  <a href="http://w3c-test.org/" rel="nofollow">http://w3c-test.org/</a>. For CSS, there&#8217;s <a href="http://test.csswg.org/" rel="nofollow">http://test.csswg.org/</a> and for other web specifications, you can always contact its editor.</p>
<p>In any case, tests really are essential for today&#8217;s standards, not only to know how interoperably they are implemented, but also to help browsers improve their implementations and fix their (unavoidable) bugs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Nieto</title>
		<link>http://almaer.com/blog/htmlh5-what-it-means-to-developers-standardistas-and-browser-vendors/comment-page-1#comment-47883</link>
		<dc:creator>Jonathan Nieto</dc:creator>
		<pubDate>Thu, 20 Jan 2011 21:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/?p=2937#comment-47883</guid>
		<description>With the release of the new browsers and its clear adhesion to the standards, all will be much easier for everyone.

Intereting article!</description>
		<content:encoded><![CDATA[<p>With the release of the new browsers and its clear adhesion to the standards, all will be much easier for everyone.</p>
<p>Intereting article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Webb</title>
		<link>http://almaer.com/blog/htmlh5-what-it-means-to-developers-standardistas-and-browser-vendors/comment-page-1#comment-47882</link>
		<dc:creator>Craig Webb</dc:creator>
		<pubDate>Thu, 20 Jan 2011 19:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/?p=2937#comment-47882</guid>
		<description>Joe developer here. I have been following you and other JS Whizzes for months. I built a website on the &quot;It&#039;s ready to go now&quot; HTNL5 ticket. The problem that I found is that the out-in-front developers do not back-up their wonderful technology explorations with documentation for the plodding work that is IE work-a-rounds. The long-tail of documentation isn&#039;t there, and when it is, it is written by PC/IE people instead.

The solution that I have found is in incessantly following people like you (and the people who follow you via conferences) on Twitter. The #Fail on that is that JS experts often do not follow us joe-developers back, so when I post a question on Twitter, it goes into the ether, unanswered. What we need are forums to ask and get help, and these forums need to be touted within #conferences and on Twitter, so we know here to go.

Us Joe-developers are *grateful* for your out-lying leadership and we are happy to hack along, adding our own contributions, but as you march ahead, keep an ear on the band behind you.</description>
		<content:encoded><![CDATA[<p>Joe developer here. I have been following you and other JS Whizzes for months. I built a website on the &#8220;It&#8217;s ready to go now&#8221; HTNL5 ticket. The problem that I found is that the out-in-front developers do not back-up their wonderful technology explorations with documentation for the plodding work that is IE work-a-rounds. The long-tail of documentation isn&#8217;t there, and when it is, it is written by PC/IE people instead.</p>
<p>The solution that I have found is in incessantly following people like you (and the people who follow you via conferences) on Twitter. The #Fail on that is that JS experts often do not follow us joe-developers back, so when I post a question on Twitter, it goes into the ether, unanswered. What we need are forums to ask and get help, and these forums need to be touted within #conferences and on Twitter, so we know here to go.</p>
<p>Us Joe-developers are *grateful* for your out-lying leadership and we are happy to hack along, adding our own contributions, but as you march ahead, keep an ear on the band behind you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
