I've been doing some work on an offline web application with one of my clients, and this article has already saved us some time, so if you're considering going down this path, I recommend you give the article a read.
I'd also note that if you're going to do any work with Local Storage, you'll probably want to do some profiling, probably with Firebug, inside Firefox, whose local storage implementation has some rough edges -- in particular, these methods:
- localStorage.length
- localStorage.getKey()
No comments:
Post a Comment