Cargando…

JavaScript cookbook : [programming the web] /

"Problem solving with JavaScript is a lot trickier now that its use has expanded considerably in size, scope, and complexity. This cookbook has your back, with recipes for common tasks across the JavaScript world, whether you're working in the browser, the server, or a mobile environment....

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Powers, Shelley (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly Media, 2015.
Edición:Second edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • The world of JavaScript
  • I. Classic JavaScript. The JavaScript not-so-simple building blocks
  • JavaScript arrays
  • Functions: the JavaScript building blocks
  • The malleable JavaScript object
  • JavaScript and directly accessing the user interface
  • Preliminary testing and accessibility
  • Creating and using JavaScript libraries
  • Simplified client-server communication and data
  • Creating media rich, interactive web effects
  • II. JavaScript, all blown up. The new ECMAScript standard objects
  • Node: JavaScript on the server
  • Modularizing and managing JavaScript
  • fun with APIs
  • JavaScript frameworks
  • Advanced client-server communications and streams
  • Data visualizations and client/server graphics
  • Data and persistence
  • JavaScript hits the (Mobile) road
  • A. Up and running in jsBin and jsFiddle.