LocalStorage in use on the Fontdeck Website
We are now using LocalStorage to store and update sample text on the Fontdeck website.
This HTML5 API is very useful, it allows you to store data locally on a user’s machine and we thought we’d take the time to explain how we’re using it.
Here are some useful resources for those interested in using LocalStorage:
- Dive Into HTML5 - Local Storage
- SmartStorage by Andy Hume
- SmartStorage Light by Josh Emerson
- W3C Web Storage Specification

