This document summarizes a presentation about creating data-driven HTML5 applications using client-side storage. It discusses HTML5 features like Web Storage APIs (sessionStorage and localStorage), the AppCache API for offline applications, and IndexedDB for advanced local data storage. The presentation demonstrates using these storage mechanisms and references specifications and resources for further information. The summary is that HTML5 storage APIs allow storing data locally to decrease server loads and enable offline web apps.