<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/" 
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
	xmlns:admin="http://webns.net/mvcb/" 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/" 
	xmlns:atom="http://www.w3.org/2005/Atom">
	
	<channel>
	
		<title>A HTML5 Primer for the Overwhelmed</title>
		<link>http://www.sencha.com/blog/a-html5-primer-for-the-overwhelmed</link>
		<description>Although there are many excellent resources out there describing details of HTML5, including the core specification itself, they are generally technical and many of them are out of synch with the current state of the specs. So, we thought a short primer on HTML5 might be in order.</description>
		<dc:language>en-us</dc:language>
		<dc:creator>michael@sencha.com</dc:creator>
		<dc:rights>Copyright 2010</dc:rights>
		<dc:date>2010-05-23T22:14:12+00:00</dc:date>
		<admin:generatorAgent rdf:resource="http://expressionengine.com/" />
		<atom:link href="http://www.sencha.com/blog/comments-rss/630" rel="self" type="application/rss+xml" />
  
		
  
		<item>
      <title>Comment by Michial Thompson</title>
      <description>I find it interesting that the HTML Standards have grown so vastly towards trying to make Web Application Development so much better.&amp;nbsp; YET they still haven&#8217;t addressed the most simple of development needs which would take Web Applications into a TRULY USEFUL arena.

After a decade of trying to make Web Apps the standard we still do not have basic entry format controls without relying on a bunch of Java CRAP in our code.&amp;nbsp; Why can&#8217;t they add a simple &#8220;FORMAT&#8221; property to the &amp;lt;input&amp;gt; tag that would allow programmers to control the format of the input?&amp;nbsp; I&#8217;m not asking for much, but as long as I am reliant on JAVA to enforce formatting controls I am less likely to move to HTML Apps for 90% of business needs.

It&#8217;s bad enough that Microsucks has dumped so much crap into the HTML stream for .Net Web Forms, but to be forced to add even more is getting old.&amp;nbsp; Bandwidth may be improving daily, but browser rendering is still dependant on the hardware.

Get real people do something USEFUL in HTML5</description>
      <content:encoded><![CDATA[<p>I find it interesting that the HTML Standards have grown so vastly towards trying to make Web Application Development so much better.&nbsp; YET they still haven&#8217;t addressed the most simple of development needs which would take Web Applications into a TRULY USEFUL arena.</p>

<p>After a decade of trying to make Web Apps the standard we still do not have basic entry format controls without relying on a bunch of Java CRAP in our code.&nbsp; Why can&#8217;t they add a simple &#8220;FORMAT&#8221; property to the &lt;input&gt; tag that would allow programmers to control the format of the input?&nbsp; I&#8217;m not asking for much, but as long as I am reliant on JAVA to enforce formatting controls I am less likely to move to HTML Apps for 90% of business needs.</p>

<p>It&#8217;s bad enough that Microsucks has dumped so much crap into the HTML stream for .Net Web Forms, but to be forced to add even more is getting old.&nbsp; Bandwidth may be improving daily, but browser rendering is still dependant on the hardware.</p>

<p>Get real people do something USEFUL in HTML5</p>]]></content:encoded>
      <pubDate>Mon, 13 Jun 2011 15:36 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:22827#date:15:36</guid>
    </item>
  
		<item>
      <title>Comment by telecom books</title>
      <description>Good overview about html5, can you suggest the best book to learn it.</description>
      <content:encoded><![CDATA[<p>Good overview about html5, can you suggest the best book to learn it.</p>]]></content:encoded>
      <pubDate>Thu, 03 Mar 2011 04:45 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:17892#date:04:45</guid>
    </item>
  
		<item>
      <title>Comment by Alan Languirand</title>
      <description>Thanks for the great article. I&#8217;ve had friends talking about this, but didn&#8217;t quite know if I was getting it. There is plenty of good here, but like you say there&#8217;s also plenty of hype.</description>
      <content:encoded><![CDATA[<p>Thanks for the great article. I&#8217;ve had friends talking about this, but didn&#8217;t quite know if I was getting it. There is plenty of good here, but like you say there&#8217;s also plenty of hype.</p>]]></content:encoded>
      <pubDate>Mon, 30 Aug 2010 19:07 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:15496#date:19:07</guid>
    </item>
  
		<item>
      <title>Comment by Herbert</title>
      <description>Good html5 intro, i will know what to expect when i am reading and trying out html5 family technologies</description>
      <content:encoded><![CDATA[<p>Good html5 intro, i will know what to expect when i am reading and trying out html5 family technologies</p>]]></content:encoded>
      <pubDate>Sat, 31 Jul 2010 11:58 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:15495#date:11:58</guid>
    </item>
  
		<item>
      <title>Comment by p6ril</title>
      <description>I don&#8217;t agree on calling that &#8220;HTML5 familly&#8221; and I believe it&#8217;s actually confusing. HTML and CSS are separate subjects and specifications. There is nothing stopping a developer from applying CSS3 styling on an HTML4 or XHTML document. The point about HTML and CSS is simply to decorelate the content from it&#8217;s presentation. Hence although this post is highly interesting for its content I think it&#8217;s misleading with regards to what HTML actually is. The &#8220;HTML5 familly&#8221; as you call it is the web next generation (including potentially CSS3 and SVG for instance as you mentioned it) not just HTML5 as defined by the W3C. Anyway I agree your approach has a good teaching potential in simplifying the mix of involved technologies. Thanks for your interesting post.</description>
      <content:encoded><![CDATA[<p>I don&#8217;t agree on calling that &#8220;HTML5 familly&#8221; and I believe it&#8217;s actually confusing. HTML and CSS are separate subjects and specifications. There is nothing stopping a developer from applying CSS3 styling on an HTML4 or XHTML document. The point about HTML and CSS is simply to decorelate the content from it&#8217;s presentation. Hence although this post is highly interesting for its content I think it&#8217;s misleading with regards to what HTML actually is. The &#8220;HTML5 familly&#8221; as you call it is the web next generation (including potentially CSS3 and SVG for instance as you mentioned it) not just HTML5 as defined by the W3C. Anyway I agree your approach has a good teaching potential in simplifying the mix of involved technologies. Thanks for your interesting post.</p>]]></content:encoded>
      <pubDate>Thu, 10 Jun 2010 16:38 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:15494#date:16:38</guid>
    </item>
  
		<item>
      <title>Comment by b</title>
      <description>I agree with Ben,

HTML5 and CSS3 are cool and will help us out in about 4 years once they are widely adopted, until then it just means more of a mess for designers and developers to support both as people transition.

Quite frankly I still don&#8217;t see dramatic differences in HTML5/CSS3 and what flash/Flex does today for application development, it levels the playing field and takes the stupid browsers out of the equation. I think I have spent too many hours trying to work around browser incompatibilities that I don&#8217;t care to do it again for the next wave, please, wake me up when its over.</description>
      <content:encoded><![CDATA[<p>I agree with Ben,</p>

<p>HTML5 and CSS3 are cool and will help us out in about 4 years once they are widely adopted, until then it just means more of a mess for designers and developers to support both as people transition.</p>

<p>Quite frankly I still don&#8217;t see dramatic differences in HTML5/CSS3 and what flash/Flex does today for application development, it levels the playing field and takes the stupid browsers out of the equation. I think I have spent too many hours trying to work around browser incompatibilities that I don&#8217;t care to do it again for the next wave, please, wake me up when its over.</p>]]></content:encoded>
      <pubDate>Fri, 04 Jun 2010 18:49 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:15493#date:18:49</guid>
    </item>
  
		<item>
      <title>Comment by Jay Robinson</title>
      <description>FHJ: &#8220;Please, please, please, pretty please with a cherry on top, do a primer for CSS3. &#8221;

Done! Look for our blog post on CSS3 here: http://extjs.com/x/2t</description>
      <content:encoded><![CDATA[<p>FHJ: &#8220;Please, please, please, pretty please with a cherry on top, do a primer for CSS3. <img src="/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" />&#8221;</p>

<p>Done! Look for our blog post on CSS3 here: <a href="http://extjs.com/x/2t">http://extjs.com/x/2t</a></p>]]></content:encoded>
      <pubDate>Wed, 02 Jun 2010 21:40 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:15492#date:21:40</guid>
    </item>
  
		<item>
      <title>Comment by Derek Tomes</title>
      <description>Thanks for the very clear summary, it is much appreciated.</description>
      <content:encoded><![CDATA[<p>Thanks for the very clear summary, it is much appreciated.</p>]]></content:encoded>
      <pubDate>Wed, 02 Jun 2010 03:00 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:15491#date:03:00</guid>
    </item>
  
		<item>
      <title>Comment by Peter Spicer&#45;Wensley</title>
      <description>Thanks, Michael for an excellent and succinct article. 
For those querying browser readiness check here:
http://html5readiness.com/
to see how your browser fares.
IE6 will break but it was already broken and you shouldn&#8217;t be using it &#45; welcome to 2010.
My 20c worth.
PeterSW</description>
      <content:encoded><![CDATA[<p>Thanks, Michael for an excellent and succinct article. <br />
For those querying browser readiness check here:<br />
<a href="http://html5readiness.com/">http://html5readiness.com/</a><br />
to see how your browser fares.<br />
IE6 will break but it was already broken and you shouldn&#8217;t be using it - welcome to 2010.<br />
My 20c worth.<br />
PeterSW</p>]]></content:encoded>
      <pubDate>Wed, 02 Jun 2010 01:42 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:15490#date:01:42</guid>
    </item>
  
		<item>
      <title>Comment by Joeri</title>
      <description>I&#8217;m using localStorage as a state provider already, with fallback to userData for older IE versions. Not having a dozen cookies sent to the server on each request helps a lot.</description>
      <content:encoded><![CDATA[<p>I&#8217;m using localStorage as a state provider already, with fallback to userData for older IE versions. Not having a dozen cookies sent to the server on each request helps a lot.</p>]]></content:encoded>
      <pubDate>Mon, 31 May 2010 10:05 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:15489#date:10:05</guid>
    </item>
  
		<item>
      <title>Comment by Joe</title>
      <description>Excellent description and clarification.&amp;nbsp; Thanks</description>
      <content:encoded><![CDATA[<p>Excellent description and clarification.&nbsp; Thanks</p>]]></content:encoded>
      <pubDate>Sun, 30 May 2010 04:16 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:15488#date:04:16</guid>
    </item>
  
		<item>
      <title>Comment by Bob</title>
      <description>Great article.. Great overview and clarification</description>
      <content:encoded><![CDATA[<p>Great article.. Great overview and clarification</p>]]></content:encoded>
      <pubDate>Fri, 28 May 2010 15:19 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:15487#date:15:19</guid>
    </item>
  
		<item>
      <title>Comment by Guide to HTML 5 &#45; SLUniverse Forums</title>
      <description>[...] excellent guide to what HTML 5 is and is not, since the term is getting as misused as Web 2.0:&amp;nbsp; A HTML5 Primer for the Overwhelmed ? Ext JS Blog ? JavaScript Framework and RIA Platform &amp;nbsp; __________________ Can the military overcome their problems recruiting young people? Yes, by [...]</description>
      <content:encoded><![CDATA[<p>[...] excellent guide to what HTML 5 is and is not, since the term is getting as misused as Web 2.0:&nbsp; A HTML5 Primer for the Overwhelmed ? Ext JS Blog ? JavaScript Framework and RIA Platform &nbsp; __________________ Can the military overcome their problems recruiting young people? Yes, by [...]</p>]]></content:encoded>
      <pubDate>Fri, 28 May 2010 05:20 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:15486#date:05:20</guid>
    </item>
  
		<item>
      <title>Comment by fhj</title>
      <description>Please, please, please, pretty please with a cherry on top, do a primer for CSS3.</description>
      <content:encoded><![CDATA[<p>Please, please, please, pretty please with a cherry on top, do a primer for CSS3. <img src="/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" /></p>]]></content:encoded>
      <pubDate>Thu, 27 May 2010 23:32 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:15485#date:23:32</guid>
    </item>
  
		<item>
      <title>Comment by Michael Mullany</title>
      <description>There are lots of rough edges in the implementations right now. But this should get a lot better</description>
      <content:encoded><![CDATA[<p>There are lots of rough edges in the implementations right now. But this should get a lot better</p>]]></content:encoded>
      <pubDate>Thu, 27 May 2010 18:51 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:15484#date:18:51</guid>
    </item>
  
		<item>
      <title>Comment by Thorsten</title>
      <description>localStorage kinda sucks right now, specially when it comes to Webkit based browsers. First off, recent versions of Chrome do not support the Application Cache Api (coming with future versions, though). Safari does not seem to load cross domain resources once Application Cache is activated, no matter how you configure the Network section in the manifest. This makes the API for this browser completely useless &#45; imagine an App that uses the Cache but has a Twitter Client which obviously needs to load image data from the Twitter servers.&amp;nbsp; I hope it gets fixed in one of the next releases&#8230;</description>
      <content:encoded><![CDATA[<p>localStorage kinda sucks right now, specially when it comes to Webkit based browsers. First off, recent versions of Chrome do not support the Application Cache Api (coming with future versions, though). Safari does not seem to load cross domain resources once Application Cache is activated, no matter how you configure the Network section in the manifest. This makes the API for this browser completely useless - imagine an App that uses the Cache but has a Twitter Client which obviously needs to load image data from the Twitter servers.&nbsp; I hope it gets fixed in one of the next releases&#8230;</p>]]></content:encoded>
      <pubDate>Thu, 27 May 2010 13:56 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:15483#date:13:56</guid>
    </item>
  
		<item>
      <title>Comment by Bob Chesley</title>
      <description>Excellent overview on HTML5 and related standards.&amp;nbsp; Now time to dig in&#8230;</description>
      <content:encoded><![CDATA[<p>Excellent overview on HTML5 and related standards.&nbsp; Now time to dig in&#8230;</p>]]></content:encoded>
      <pubDate>Thu, 27 May 2010 09:22 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:15482#date:09:22</guid>
    </item>
  
		<item>
      <title>Comment by Piers Finlayson</title>
      <description>As well as being a useful summary of the recent and ongoing specification activities I like the way you have identified that use of &#8220;HTML5&#8221; to mean a combination of the latest HTML, CSS and JS technologies to create a rich web experience.

Do you have a view on how mobile standards such as BONDI and JIL, and the ongoing WAC initiative, should be integrated with the &#8220;HTML 5 family&#8221; to form a single set of specifications for access to native device capabilities, including geolocation, camera, mics, contacts data, etc?</description>
      <content:encoded><![CDATA[<p>As well as being a useful summary of the recent and ongoing specification activities I like the way you have identified that use of &#8220;HTML5&#8221; to mean a combination of the latest HTML, CSS and JS technologies to create a rich web experience.</p>

<p>Do you have a view on how mobile standards such as BONDI and JIL, and the ongoing WAC initiative, should be integrated with the &#8220;HTML 5 family&#8221; to form a single set of specifications for access to native device capabilities, including geolocation, camera, mics, contacts data, etc?</p>]]></content:encoded>
      <pubDate>Thu, 27 May 2010 09:17 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:15481#date:09:17</guid>
    </item>
  
		<item>
      <title>Comment by Alex S</title>
      <description>Fascinating article!&amp;nbsp; Reinforces my commitment to Ext.&amp;nbsp; As @ben mentioned above, this does introduce a completely new set of challenges and knowing that the Ext team is focused on these issues and that they have a solid understanding of the HTML5 landscape leaves me feeling content in doing what I do best &#45; building applications.</description>
      <content:encoded><![CDATA[<p>Fascinating article!&nbsp; Reinforces my commitment to Ext.&nbsp; As @ben mentioned above, this does introduce a completely new set of challenges and knowing that the Ext team is focused on these issues and that they have a solid understanding of the HTML5 landscape leaves me feeling content in doing what I do best - building applications.</p>]]></content:encoded>
      <pubDate>Wed, 26 May 2010 19:22 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:15480#date:19:22</guid>
    </item>
  
		<item>
      <title>Comment by Randy Peterman</title>
      <description>@Ben: Just because something is not downward compatible doesn&#8217;t mean you don&#8217;t have to take advantage of some of the changes.&amp;nbsp; For example: you can use local storage and web workers (or many of the features) where they apply, but then have something that gracefully moves onto the supported approach.&amp;nbsp; Just because IE didn&#8217;t have a native XMLHTTP object doesn&#8217;t mean we stopped using AJAX (on the contrary we looped through a sad number of possible implementations).&amp;nbsp; 

By doing cool things on new browsers users will be more inclined to upgrade, which can only benefit the industry.</description>
      <content:encoded><![CDATA[<p>@Ben: Just because something is not downward compatible doesn&#8217;t mean you don&#8217;t have to take advantage of some of the changes.&nbsp; For example: you can use local storage and web workers (or many of the features) where they apply, but then have something that gracefully moves onto the supported approach.&nbsp; Just because IE didn&#8217;t have a native XMLHTTP object doesn&#8217;t mean we stopped using AJAX (on the contrary we looped through a sad number of possible implementations).&nbsp; </p>

<p>By doing cool things on new browsers users will be more inclined to upgrade, which can only benefit the industry.</p>]]></content:encoded>
      <pubDate>Wed, 26 May 2010 14:26 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:15479#date:14:26</guid>
    </item>
  
		<item>
      <title>Comment by Ben</title>
      <description>The only problem is that there are a whole host of old browsers out there that don&#8217;t support HTML5, so isn&#8217;t this just adding yet another layer of browser compatibility issues. There&#8217;s no point writing HTML5 rich apps if loads of your users can&#8217;t use them, and a whole bunch of them have no control over which browser they&#8217;re using anyway.</description>
      <content:encoded><![CDATA[<p>The only problem is that there are a whole host of old browsers out there that don&#8217;t support HTML5, so isn&#8217;t this just adding yet another layer of browser compatibility issues. There&#8217;s no point writing HTML5 rich apps if loads of your users can&#8217;t use them, and a whole bunch of them have no control over which browser they&#8217;re using anyway.</p>]]></content:encoded>
      <pubDate>Wed, 26 May 2010 13:16 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:15478#date:13:16</guid>
    </item>
  
		<item>
      <title>Comment by basavaraj koti</title>
      <description>Thanks for the HTML5 sum&#45;up. Hope for more timely updates.</description>
      <content:encoded><![CDATA[<p>Thanks for the HTML5 sum-up. Hope for more timely updates.</p>]]></content:encoded>
      <pubDate>Wed, 26 May 2010 04:32 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:15477#date:04:32</guid>
    </item>
  
		<item>
      <title>Comment by Cyril Gupta</title>
      <description>Excellent article Michael.</description>
      <content:encoded><![CDATA[<p>Excellent article Michael.</p>]]></content:encoded>
      <pubDate>Wed, 26 May 2010 04:31 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:15476#date:04:31</guid>
    </item>
  
		<item>
      <title>Comment by Roland Rich</title>
      <description>Came to this site via Google looking for answers on putting maps on my page and just wanted to say thanks for your help!</description>
      <content:encoded><![CDATA[<p>Came to this site via Google looking for answers on putting maps on my page and just wanted to say thanks for your help!</p>]]></content:encoded>
      <pubDate>Wed, 26 May 2010 03:00 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:15475#date:03:00</guid>
    </item>
  
		<item>
      <title>Comment by S. Sanches</title>
      <description>Thanks for the update. It&#8217;s most clarifying!</description>
      <content:encoded><![CDATA[<p>Thanks for the update. It&#8217;s most clarifying!</p>]]></content:encoded>
      <pubDate>Tue, 25 May 2010 23:07 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//a-html5-primer-for-the-overwhelmed#id:15474#date:23:07</guid>
    </item>
  
		
	</channel>
</rss>