With HTML5 Local Storage [http://diveintohtml5.info/storage.html], there's a lot of potential to bring a bit better user experience to an application. Here are a few use-cases for local storage: * Long term storage - there's no expiration o … »
-
Using Local Storage with Angular Services -
JavaScript: Define Object Properties I recently learned about a different way of defining object properties in JavaScript that has helped me write a bit cleaner code: Object.defineProperty. Let's take a look at some basic uses! ----------------------------------------------------- … »