Skip to main content

All Questions

9votes
1answer
5kviews

Is there a reason not to use HTML5 local storage for content

On many static websites the total size of the actual text content of the most popular 20 pages would come in at under 100kb. I would imagine that it would be possible to leverage HTML5 local storage ...
Matthew Dolman's user avatar
2votes
1answer
1kviews

Preserving data in js with multipage application

One benefit of single page applications like Angular.js, is that you can store data in a global variable and access in multiple routes. With multiple page applications, the data is lost during ...
Jérôme Verstrynge's user avatar
3votes
1answer
1kviews

Cross browser client side storage

I am developing an angularjs app. The app has to run in current FF, IE, Chrome and on iOS/Android via Phonegap. I am looking for a solution to store data in the client. Phonegap offers a web sql api,...
user225500's user avatar

close