Using html5 localstorage to retrieve data from server, to allow editing of and appending to data sou
Posted
by Adam
on Stack Overflow
See other posts from Stack Overflow
or by Adam
Published on 2010-05-03T00:42:22Z
Indexed on
2010/05/03
0:48 UTC
Read the original article
Hit count: 721
So, I'm creating a standard user-data collection form that will be used by standard web browsers, as well as the iPhone and iPad. The app will allow users to create new records, as well as edit and delete existing records.
I've gotten the gist of using html5's 'localstorage' to create a client-side data source and am looking for direction for getting existing data from a server into a client-side data source, and then being able to edit or delete that data, or to append a new record to the existing data. Finally, being able to save the updated data back to the server.
It sounds like a lot, I know. But I've been pouring through html5 tuts and can't seem to find exactly what I'm looking for.
© Stack Overflow or respective owner