Page 1 of 1

Offline Cross-Browser Client-Side Storage using JS

PostPosted: Tue Jan 12, 2010 6:45 am
by Vipindas
The reason we’re interested in doing this is because it has a huge potential to free up database resources if we don’t need to be saving information there – instead it can be readily loaded from our users computer through client-side storage. Even if you need to save data, you can always store it on your user’s system and log it to the server it at a later date in the week.
Learn more:
http://addyosmani.com/blog/offline-cros ... tle-flash/

Following articles as well make a good read:
http://addyosmani.com/blog/jquery-anima ... orialized/
http://addyosmani.com/blog/11-ways-to-i ... rformance/
http://addyosmani.com/blog/zoomer-galle ... g-effects/