What’s New
- Working with quota on mobile browsers
- Databinding UI Elements with IndexedDB
- Migrating your WebSQL DB to IndexedDB
- Working Off the Grid with HTML5 Offline
- Client-Side Storage
- "Offline": What does it mean and why should I care?
- 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
- A Simple TODO list using HTML5 WebDatabases
- Safari Reference Library: HTML 5 Offline Application Cache
- HTML5 offline webapps: a practical example
Demos
In the Wild
Resources
- Google TechTalk: HTML5 Storage - Application Cache Presented by Nikolas Coukouma, January 5, 2011
- W3C HTML5 Spec, author view: Offline Web Applications The w3c spec has the strict details on how the cache.manifest and applicationCache APIs work.
- Dive into HTML5: Let's take this offline Mark Pilgrim dives into using the app cache in practice.
- MDC: Offline resources in Firefox
- MDC: Online and offline events Mozilla Developer Center reference documentation and guides, covering online and offline events and app cache.
- Mozilla Hacks: offline web applications Creating a todo list manager using localStorage, app cache and offline events. Putting everything together.
- DevOpera: Running your web applications offline with HTML5 AppCache The app cache explained with solid examples showing different features and configurations in use.
- Webkit app cache Source Code The C code used by Webkit for the app cache