HTML5 Storage: Application Cache

Google Tech Talk January 5, 2011 Presented by Nikolas Coukouma. ABSTRACT HTML5 includes a specification for application caches. This unique feature allows a page to store needed static resources and start even when offline. This talk will cover both the basics and some more advanced uses. Hopefully it will answer most of your questions about what’s possible and provide some hints about how to do it.

Introduction to HTML 5

Note: Higher quality version on Vimeo: vimeo.com Are you interested in HTML 5 and what’s coming down the pipeline but haven’t had time to read any articles yet? Brad Neuberg has put together an educational Introduction to HTML 5 video that goes over many of the major aspects of this new standard, including: * Web vector graphics with the Canvas tag and Scalable Vector Graphics (SVG) * The Geolocation API * HTML 5 Video * The HTML 5 Database and Application Cache * Web workers In the video we also crack open the HTML 5 YouTube Video prototype to show you some of the new HTML 5 tags, such as nav, article, etc. It’s chock full of demos and sample source code.