Code
Storing And Retrieving Objects In HTML5 Local Storage
Introduction I’ve recently had the need to store information using HTML5’s local storage API. To my surprise the API itself is geared toward only letting you store strings. That being said I needed to store and retrieve information in a way that would make it easy to retain types as Read more…