Cargando…

Instant Backbone.js Application Development.

Get to grips with a new technology, understand what it is and what it can do for you, and then get to work with the most important features and tasks. This book is a practical, step-by-step tutorial that will teach you to build Backbone.js applications quickly and efficiently. This book is targeted...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Hunter, Thomas, II
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Packt Publishing, 2013.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; packtlib.packtpub.com; Table of Contents; Instant Backbone.js Application Development; So, what is Backbone.js?; Installation; Step 1
  • what do I need?; Step 2
  • creating a folder; Step 3
  • downloading the necessary files; Step 4
  • creating new files; And that's it!; Quick start
  • building a Hello World app; Step 1
  • adding code to the document; Step 2
  • adding code to the main script; Step 3
  • opening the project in your browser; Step 4
  • encountering a problem; Missing script file; Script typo.
  • Top 5 features you need to know aboutModels and Collections; Step 1
  • creating some files and folders; Step 2
  • updating the main script; Step 3
  • updating the document; Step 4
  • updating the Contact model; Step 5
  • updating the Contact collection; Step 6
  • refreshing the browser; Views and Templates; Step 1
  • creating some files and folders; Step 2
  • updating the Contact view; Step 3
  • updating the directory view; Step 4
  • updating the document; Step 5
  • updating the main script; Step 6
  • refreshing the browser; Event listener examples; View events; Step 1
  • getting ready.
  • Step 2
  • updating the documentStep 3
  • updating the Contact view; Step 4
  • updating the directory view; URL-based routing; Step 1
  • creating a router script; Step 2
  • updating the document; Step 3
  • updating the main script; Step 4
  • updating the Contacts view; Step 5
  • updating the directory view; Persisting data to a server; Step 1
  • getting ready; Step 2
  • creating a server script; Step 3
  • updating the Contacts collection; Step 4
  • updating the main script; Step 5
  • updating the router; Step 6
  • updating the Contact view; Step 7
  • updating the directory view; Step 8
  • running the server.
  • People and places you should get to knowOfficial Sites; Community; Twitter.