kory75 / CharacterSheetGenerator

Ultimate character sheet generator project. All in one files with random generator, saving and printing.
3 stars 2 forks source link

Offline APP #10

Open hevesg opened 10 years ago

hevesg commented 10 years ago

This is a nice article about offline APPs: http://labs.ft.com/2012/08/basic-offline-html5-web-app/ The guy caches the jQuery file, downloads all resources (.css and .js) and stores them in the localStorage. The app repeats the process every time if the user is online (getting the new version) and uses the localStorage resources when offline.