Wednesday, April 18, 2012

Html5 in your pocket by Scott Davis

html 5 by mark pilgrim free book
Cookies is persistence? Limited to 4k
Local storage is key value database
Session  storage is limited to session
Local storage is persisted across sessions. Limited to 5mb
Web sql available in webkit browsers.

Mozilla promoting index db. Will have transactions and will have more space like websql.

Application  cache allows you to write disconnected applications on mobiles.

This uses a manifest file in the root giving details of what to cache. Does not work in internet explorer.

Need to check how this works with sub domains.

Read Html5rocks.com

No comments: