Lynda.Com HTML5 Local Storage And Offline Applications In Depth 英文正式版(HTML5 Local Storage And Offline Applications In Depth 系列教程軟體)
英文說明:
Introduction
Welcome
Using the exercise files
00.01.Overview
Four types of storage
Understanding the architecture
Running applications offline
00.02.The.Web.Storage.Interface
Providing client-side storage
Understanding the Storage() interface
Persistent storage with localStorage
Keeping context with sessionStorage
00.03.Web.SQL.Storage
The state of Web SQL Storage
Understanding the Web SQL API
Creating a database
Inserting and reading rows of data
Editing rows of data
Deleting rows of data
00.04.The.Indexed.Database.API
The state of IndexedDB storage
Understanding the IndexedDB API
Create an IndexedDB database
Adding and reading data in an IndexedDB database
Editing data in an IndexedDB database
Deleting data from an IndexedDB database
00.05.Storage.Events
Understanding storage events
Handling storage events with local storage
00.06.Offline.Applications
Overview of offline web applications
Using applications offline