Working with JavaScript localStorage
/This is a small intro to using one of the fun new(ish) HTML5 APIs - Web Storage. I'll be focusing on the localStorage API, but there are also sessionStorage and indexedDB that you might consider using in your application. Here's the fiddle for what I'm going to be talking about.
Read More