Thursday, April 7, 2011

Using Local Storage as a Light Database for Form Submissions

Local storage, which is a widely supported component of HTML5 (including iOS which was the target medium for the app) seemed the best route to take. A connection to the server is irrelevant, you can store up to 5MB before the browser displays a grouchy warning, and the API was dead simple to integrate into the jQuery framework I was already building.

http://www.graphicpush.com/using-localstorage-api-as-a-light-database

No comments: