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

JavaScript Patterns (Build Better Applications with Coding and Design Patterns)

List Price: $34.99
SKU:
9780596806750
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:
    Stoyan Stefanov
    Format:
    Paperback
    Pages:
    232
    Publisher:
    O'Reilly Media (October 26, 2010)
    Language:
    English
    ISBN-13:
    9780596806750
    ISBN-10:
    0596806752
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251022163324-20251022.xml
    Folder:
    TWO RIVERS
    List Price:
    $34.99
    As low as:
    $30.09
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    26
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    13.6oz
    Imprint:
    O'Reilly Media
  • Overview

    What's the best approach for developing an application with JavaScript? This book helps you answer that question with numerous JavaScript coding patterns and best practices. If you're an experienced developer looking to solve problems related to objects, functions, inheritance, and other language-specific categories, the abstractions and code templates in this guide are ideal—whether you're using JavaScript to write a client-side, server-side, or desktop application.

    Written by JavaScript expert Stoyan Stefanov—Senior Yahoo! Technical and architect of YSlow 2.0, the web page performance optimization tool—JavaScript Patterns includes practical advice for implementing each pattern discussed, along with several hands-on examples. You'll also learn about anti-patterns: common programming approaches that cause more problems than they solve.

    • Explore useful habits for writing high-quality JavaScript code, such as avoiding globals, using single var declarations, and more
    • Learn why literal notation patterns are simpler alternatives to constructor functions
    • Discover different ways to define a function in JavaScript
    • Create objects that go beyond the basic patterns of using object literals and constructor functions
    • Learn the options available for code reuse and inheritance in JavaScript
    • Study sample JavaScript approaches to common design patterns such as Singleton, Factory, Decorator, and more
    • Examine patterns that apply specifically to the client-side browser environment