Cantitate/Preț
Produs

JavaScript the Complete Reference 3rd Edition

Autor Thomas a Powell, Fritz Schneider
en Limba Engleză Paperback – 14 aug 2012
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.


The essential JavaScript resource—fully updated
Design, debug, and publish high-performance web pages and applications using tested techniques and best practices from expert developers. The all-new edition of this comprehensive guide has been thoroughly revised and expanded to cover the latest JavaScript features, tools, and programming methods.
JavaScript: The Complete Reference, Third Edition provides illustrative examples, line-by-line code samples, and practical development advice—from the core of the language to the various standard and emerging APIs supported by modern web browsers. This in-depth resource covers everything you need to know, whether you’re trying to understand the fundamentals of weak typing in JavaScript, reduce your confusion over closures, or perform common tasks like form validation or Ajax calls.
  • Explore core JavaScript syntax and data types
  • Investigate often confusing concepts such as weak typing and closures
  • Use object-oriented programming the JavaScript way
  • See what changes come from ECMAScript 5
  • Perform dynamic content updates using DOM methods
  • Handle user-generated events with modern event models
  • Modernize form handling with HTML5 and JavaScript
  • Use the XMLHttpRequest object to create Ajax applications
  • Control animation and multimedia content with JavaScript
  • Generate bitmap graphics with the Canvas API
  • Learn methods to handle the challenges of cross-browser coding
  • Discover defensive development and error handling
Citește tot Restrânge

Preț: 38400 lei

Preț vechi: 45603 lei
-16%

Puncte Express: 576

Preț estimativ în valută:
6791 7969$ 5890£

Carte tipărită la comandă

Livrare economică 12-17 martie


Specificații

ISBN-13: 9780071741200
ISBN-10: 0071741208
Pagini: 976
Dimensiuni: 192 x 239 x 51 mm
Greutate: 1.57 kg
Ediția:3rd Revised edition
Editura: McGraw Hill LLC
Locul publicării:United States

Cuprins

Chapter 1. Introduction to JavaScript; Chapter 2. JavaScript Core Features; Chapter 3. Data Types & Variables; Chapter 4. Operators, Expressions & Statements; Chapter 5. Functions; Chapter 6. Objects; Chapter 7. Array, Date, Math; Chapter 8. Regular Expressions; Chapter 9. JavaScript Object Models; Chapter 10. The Standard DOM; Chapter 11. Event Handling; Chapter 12. Cnt. Windows & Frames; Chapter 13. Handling Documents; Chapter 14. Form Handling; Chapter 15. DHTML and Beyond; Chapter 16. Canvas; Chapter 17. JavaScript UIs; Chapter 18. Browser Detection; Chapter 19. Cookies & Persistence; Chapter 20. JS & Embedded Objects; Chapter 21. Ajax and Remote JS; Chapter 22. JavaScript and XML; Chapter 23. Browser Specific JS; Chapter 24. JavaScript Security; Chapter 25. JavaScript Practices