null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Client-Side Data Storage (Keeping It Local)

List Price: $29.99
SKU:
9781491935118
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Raymond Camden
    Format:
    Paperback
    Pages:
    116
    Publisher:
    O'Reilly Media (February 2, 2016)
    Language:
    English
    ISBN-13:
    9781491935118
    ISBN-10:
    1491935111
    Dimensions:
    7" x 9.19"
    Case Pack:
    34
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251022163324-20251022.xml
    Folder:
    TWO RIVERS
    List Price:
    $29.99
    As low as:
    $25.79
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    7.04oz
    Imprint:
    O'Reilly Media
  • Overview

    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