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

Ember.js in Action

List Price: $44.99
SKU:
9781617291456
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:
    Joachim Haagen Skeie
    Format:
    Paperback
    Pages:
    264
    Publisher:
    Manning (June 23, 2014)
    Language:
    English
    ISBN-13:
    9781617291456
    ISBN-10:
    1617291455
    Weight:
    16.88oz
    Dimensions:
    7.38" x 9.25" x 0.6"
    File:
    Eloquence-SimonSchuster_08192026_P10502905_onix30-20260819.xml
    Folder:
    Eloquence
    List Price:
    $44.99
    Case Pack:
    32
    As low as:
    $40.49
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Summary

    Ember.js in Action is a crisp tutorial that introduces the Ember.js framework and shows you how to build production-quality web applications. You'll begin with the basic architecture: client- and server-side MVC, integrating Ember.js with your favorite back end, handling data ... and more. You'll explore the amazing Handlebars templating engine that automatically updates your apps when the data behind them changes. Along the way, you'll develop a complete Ember.js application and learn how to deploy, administer, and update it efficiently.

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the Technology

    Ember.js is a JavaScript MVC framework that handles important tasks like managing code modules, maintaining state, and expediting reliable data flow. It provides the patterns, components, and scaffolding you need to build ambitious web applications.

    About the Book

    Ember.js in Action introduces the Ember.js framework and shows you how to build full-featured, desktop-quality web applications. You'll begin with the basic architecture: client- and server-side MVC and how to integrate Ember.js with your favorite back end. Then you'll explore the amazing Handlebars templating engine that automatically updates your apps when the data behind them changes. Along the way, you'll develop a complete Ember.js application and learn how to deploy, administer, and update it efficiently.

    Readers of this book need to know JavaScript. No prior experience with Ember.js is required.

    What's Inside
    • Working with Ember Data
    • Mastering Handlebars templates
    • Advanced JavaScript techniques
    • Covers Ember.js 1.0

    About the Author

    Joachim Haagen Skeie is an experienced web application developer and the author of Montric, an open source monitoring tool built using Ember.js.

    Table of Contents
      PART 1 EMBER.JS FUNDAMENTALS
    1. Powering your next ambitious web application
    2. The Ember.js way
    3. Putting everything together using Ember.js Router
    4. Automatically updating templates with Handlebars.js
    5. PART 2 BUILDING AMBITIOUS WEB APPS FOR THE REAL WORLD
    6. Bringing home the bacon—interfacing with the server side using Ember Data
    7. Interfacing with the server side without using Ember Data
    8. Writing custom components
    9. Testing your Ember.js application
    10. PART 3 ADVANCED EMBER.JS TOPICS
    11. Authentication through a third-party system—Mozilla Persona
    12. The Ember.js run loop—Backburner.js
    13. Packaging and deployment