Cantitate/Preț
Produs

JavaScript Web Applications

Autor Alex Maccaw
en Limba Engleză Paperback – 15 sep 2011

Building rich JavaScript applications that bring a desktop experience to the Web requires moving state from the server to the client side--not a simple task. This hands-on book takes proficient JavaScript developers through all the steps necessary to create state-of-the-art applications, including structure, templating, frameworks, communicating with the server, and many other issues.

Throughout the book, you'll work with real-world example applications to help you grasp the concepts involved. Learn how to create JavaScript applications that offer a more responsive and improved experience.

  • Use the Model-View-Controller (MVC) pattern, and learn how to manage dependencies inside your application
  • Get an introduction to templating and data binding
  • Learn about loading remote data, Ajax, and cross-domain requests
  • Create realtime applications with WebSockets and Node.js
  • Accept dropped files and upload data with progress indicators
  • Use major frameworks and libraries, including jQuery, Spine, and Backbone
  • Write tests and use the console to debug your applications
  • Get deployment best practices, such as caching and minification
Citește tot Restrânge

Preț: 16311 lei

Preț vechi: 20388 lei
-20% Nou

Puncte Express: 245

Preț estimativ în valută:
3122 3293$ 2601£

Carte disponibilă

Livrare economică 12-26 decembrie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781449303518
ISBN-10: 144930351X
Pagini: 280
Dimensiuni: 182 x 231 x 15 mm
Greutate: 0.46 kg
Editura: O'Reilly

Cuprins


Descriere

Building rich JavaScript applications that bring the desktop experience to the Web is now possible, thanks to powerful JavaScript engines and the CSS3 and HTML5 specifications. The key is moving state to the client side, but that's no simple task.