Instant HTML5 local storage how-to : over 15 recipes to take advantage of the HTML5 local storage standard /
Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. Get the job done and learn as you go. Step-by-step recipes to get to grips with the LocalStorage standard. This book is great for those who maintain sites that use cookies in some form or...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, UK :
Packt Publishing,
2013.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Basic use of local storage
- Viewing local storage content in a browser
- Basic demo for session storage
- Comparing local storage and session storage
- Using web storage instead of cookies
- Basic detection for storage support
- Improving detection using Modernizr
- Providing fallback support
- Is the user online or offline?
- Using a manifest for caching
- Providing support for the mobile platform
- Building a simple plugin using jQuery
- Adding objects, arrays, and TTL support to storage
- Storing images within local storage
- Adjusting the local storage space for browsers
- Building a stickies option for using in a browser
- Building a simple to-do list
- Using local storage in a form
- Using local storage in a CMS
- Using local storage to hide sign-up forms.