Google Wants You to be an HTML5 Ninja
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.
Tutorials
The site has launched with nine tutorials on HTML5 features. Not only do they tell you how to use new web technologies, but the site also includes information on particular features and when you should use them in your apps. These tutorials show, for example, how to make web standard applications that work offline, access a user's location, or read local files from within JavaScript. The site also includes APIs that are outside of the W3C HTML5 spec.
HTML5 Rocks Tutorials:
- Introduction to Chrome Developer Tools, Part One
- Best Practices for a Faster Web App with HTML5
- A Beginner's Guide to Using the Application Cache
- Practical Guide to Take Your TODO List Offline
- Reading local files in JavaScript
- A Simple Trip Meter using the Geolocation API
- Using the Notifications API [Chrome only]
- A Simple TODO list using HTML5 WebDatabases
- Quick Guide to Implementing the HTML5 Audio Tag
Code Playground
This section of the site lets you use working examples and edit them live to hone your HTML5 ninja-skills. This hacking sandbox lets you see how the browser reacts to each API. The Notifications API is one example that lets you explore handpicked resources such as development tools, reference guides, and other community sites.
Interactive Presentation
Finally, there's an interactive HTML5 presentation… that's written in HTML5! Like the playground, you can play with the examples and learn about how the HTML5 and other APIs work. It might also work well as a presentation to a team of web developers. You don't have to worry about sharing any of the material on HTML5 Rocks because it's all licensed under the Creative Commons.
The site also links to several excellent HTML5 resources that you may have already seen. These are just a few:
- HTML5 Readiness - visual timeline of HTML5 feature support.
- Dive into HTML5 - learn HTML5 and have fun reading a book at the same time.
- Modernizr - JavaScript library for feature detection and control fallback cases of HTML5.
Tags:
(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.


