Op werkdagen voor 23:00 besteld, morgen in huis Gratis verzending vanaf €20

Client–Side Data Storage

Keeping It Local

Paperback Engels 2016 1e druk 9781491935118
Verwachte levertijd ongeveer 16 werkdagen

Samenvatting

One of the most useful features of today’s modern browsers is the ability to store data right on the user’s computer or mobile device. Even as more people move toward the cloud, client-side storage can still save web developers a lot of time and money, if you do it right. This hands-on guide demonstrates several storage APIs in action. You’ll learn how and when to use them, their plusses and minuses, and steps for implementing one or more of them in your application.

Ideal for experienced web developers familiar with JavaScript, this book also introduces several open source libraries that make storage APIs easier to work with.

- Learn how different browsers support each client-side storage API
- Work with web (aka local) storage for simple things like lists or preferences
- Use IndexedDB to store nearly anything you want on the user’s browser
- Learn how support web apps that still use the discontinued Web SQL Database API
- Explore Lockr, Dexie, and localForage, three libraries that simplify the use of storage APIs
- Build a simple working application that makes use of several storage techniques

Specificaties

ISBN13:9781491935118
Taal:Engels
Bindwijze:paperback
Aantal pagina's:108
Uitgever:O'Reilly
Druk:1
Verschijningsdatum:8-1-2016

Lezersrecensies

Wees de eerste die een lezersrecensie schrijft!

Over Raymond Camden

Raymond Camden is a developer advocate for IBM. His work focuses on the StrongLoop platform, Bluemix, hybrid mobile development, Node.js, HTML5, and web standards in general. He's a published author and presents at conferences and user groups on a variety of topics. Raymond can be reached at his blog (www.raymondcamden.com), @raymondcamden on Twitter, or via email at raymondcamden@gmail.com.

Andere boeken door Raymond Camden

Inhoudsopgave

1. A Gentle Introduction to Client-Side Data Storage

2. Working with Cookies
-Cookies? Seriously?
-Working with Cookies
-Demos
-Inspecting Cookies Within Developer Tools
-Support and Recommended Usage

3. Working with Web Storage
-Web Storage, AKA Local Storage
-Working with Web Storage
-Demos
-Listening for Storage Changes
-Inspecting Web Storage with Dev Tools
-Support and Recommended Usage

4. Working with IndexedDB
-Welcome to Deep Data
-Key IndexedDB Terms
-Checking for IndexedDB Support
-Working with Databases
-Working with Object Stores
-Working with Data
-Getting All the Data
-Even More with IndexedDB
-Inspecting IndexedDB with Dev Tools
-Support and Recommended Usage

5. Working with Web SQL
-Dead Spec Walking
-Basic Database Terms
-Checking for Web SQL Support
-Working with Databases
-Working with Transactions
-Inspecting Web SQL with Dev Tools
-Support and Recommended Usage

6. Making It Easier with Libraries
-“Use the Library, Luke...”
-Working with Lockr
-Simplifying IndexedDB with Dexie
-Working with localForage
-More Options

7. Building a Sample Application
-Let’s Build Something!
-Our Sample Data
-The Application
-The Code
-Wrap-up

Managementboek Top 100

Rubrieken

Populaire producten

    Personen

      Trefwoorden

        Client–Side Data Storage