Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!
HTML5 Zone is brought to you in partnership with:

Chris is married to the love of his life, Danielle. He is a wrangler and writer of developer content for DZone, where he enjoys finding great Python and Windows Phone content. Chris once went a whole week without blinking. He used to be an adventurer like you, but then he took an arrow to the knee. Chris is a DZone employee and has posted 184 posts at DZone. You can read more from them at their website. View Full User Profile

HTML5 Boilerplate 3.0 Has Arrived

02.07.2012
Email
Views: 3308
  • submit to reddit
The HTML5 Microzone is presented by DZone and Microsoft to bring you the most interesting and relevant content on emerging web standards.  Experience all that the HTML5 Microzone has to offer on our homepage and check out the cutting edge web development tutorials on Script Junkie, Build My Pinned Site, and the HTML5 DevCenter.
A new HTML5 Boilerplate update is available, with the most significant change being a reduction in size.  Other significant changes include:


For those not in the know:

HTML5 Boilerplate is a professional front-end template that helps you build fast, robust, adaptable, and future-proof websites. Spend more time developing and less time reinventing the wheel. It is the product of many years of iterative development and combined community knowledge.

-- HTML5Boilerplate.com

For those already using a previous version of the boilerplate, you might be wondering if you need to upgrade your site to the new version:

Nope. So far there have been no critical bugs within our code that we've fixed from version to version. There are some nice changes that reduce your stress, but updating your HTML or CSS to the new versions is probably more effort than it's worth.

-- HTML5Boilerplate.com


Other significant changes include:

Index.HTML

  • Meta viewport updated to prevent iOS scaling bugs.
  • Design of the 404 has been improved

 

Style.CSS

  • Additionas made to normalize.css and to provide better default typography
  • No more forced scollbars, this impedes projets lik jQuery UI, and others in calculating widths.

 

Project

  • Updated to Modernizr 2.5
  • Updated to jQuery 1.7.1
  • Improved .htaccess

-- HTML5Boilerplate.com

 


The build script now has its own GitHub Repository, and full list of comments since the previous release are also available.  Also, be sure to check out the HTML5 Boilerplate Documentation which has a wealth of knowledge for HTML5 developer.

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)

HTML5 is the most dramatic step in the evolution of web standards. It incorporates features such as geolocation, video playback and drag-and-drop. HTML5 allows developers to create rich internet applications without the need for third party APIs and browser plug-ins.  Under the banner of HTML5, modern web standards such as CSS3, SVG, XHR2, WebSockets, IndexedDB, and AppCache are pushing the boundaries for what a browser can achieve using web standards.  This Microzone is supported by Microsoft, and it will delve into the intricacies of using these new web technologies and teach you how to make your websites compatible with all of the modern browsers.