Jump to content

Building Offline Experiences with HTML5 AppCache and IndexedDB


Guest BSchwarz

Recommended Posts

Guest BSchwarz

Users expect their Web sites and apps to work well even when the network isn't available. With data increasingly stored in the cloud, developers want to enable fluid experiences that allow access to data when there is no connectivity; when devices are disconnected from the network or when they encounter dead spots in coverage.

 

In this post, we show how to create well-behaved offline sites and apps using the following HTML5 features:

 

[ ]AppCache to store file resources locally and access them offline as URLs

[ ]IndexedDB to store structured data locally so you can access and query it

[ ]DOM Storage to store small amounts of text information locally

[ ]Offline events to detect if you

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Popular Days

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...