Full version: jsB@nk » Tutorials » Web 2.0 » HTML5 localStorage: Tutorial and Basics
URL: https://www.javascriptbank.com/html5-localstorage-tutorial-basics.html
HTML5 is a new hot technology that adds a new feature to modern browsers which allows them to store a certain amount of website data locally on someone's computer. This hot solution comes in handy with some of the recent "web apps" that might, for example, save your drafts or states even when disconnecting from the Internet, such as Microsoft Office online apps but may allow you to work offline, GMail offline, etc.In fact, this solution is a JavaScript API known as localStorage, and in this HTML5 tutorial, we'll be covering some of the HTML5 localStorage basics and how it works.Some other HTML5 related tutorials you should read: - HTML5 Web Workers Multithreading in JavaScript - Design Better HTML5 Form Element Validator - JavaScript Image Rotation script with CANVAS in HTML5 - Processing Local Files in JavaScript with HTML5 - JavaScript Caching in HTML5 - Awesome Canvas Drawer with HTML5
Full version: jsB@nk » Tutorials » Web 2.0 » HTML5 localStorage: Tutorial and Basics
URL: https://www.javascriptbank.com/html5-localstorage-tutorial-basics.html