Cargando…

Backbone.js Blueprints : understand Backbone.js pragmatically by building seven different applications from scratch /

This book is an easytofollow guide which is full of examples that will take you through building seven very different web applications with Backbone. The code is broken down into manageable bites and then thoroughly explained. If you are ready to learn about building frontend applications in Backbon...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Burgess, Andrew
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2014.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Building a Simple Blog; Setting up the application; Starting with the server; Creating the template; Adding the public folder; Beginning the Backbone code; Creating a model and collection; Performing a quick and dirty test; Writing some views; The PostListView class; The PostsListView class; Using our views; Creating a router; Viewing a post; Creating new posts; Adding comments; Serving comments; Comment views; Summary; Chapter 2: Building a Photo-sharing Application
  • Creating user accountsCreating our application navigation; Uploading photos; Sending photos from the server to the client; Creating profile pages; Creating the individual photo page; Following users; Displaying a followed user's photos; Summary; Chapter 3: Building a Live Data Dashboard; Planning our application; Setting up precompiled templates; Creating the models; Creating controls; Including Bootstrap; Starting the router; Building the CreateEventView class; Creating the events table; Deleting a record; Editing event records; Making it live; Sorting events; Summary
  • Chapter 4: Building a CalendarPlanning our application; Creating the model and collection; Creating the month view; Building the week row; Building the day cells; Creating the individual day screen; Writing the server code; Summary; Chapter 5: Building a Chat Application; Outlining the application; Setting up the application; Preparing our template; A word about Socket. IO; Creating modules; Creating users; Building the layout; Starting the router; Letting users join the fun; Joining a room; Building the chat module; Back to the controller; Adding some other routes; Writing CSS; Summary
  • Chapter 6: Building a Podcast ApplicationWhat are we building?; Building user accounts; Subscribing to and storing podcasts; Preparing index.ejs; Creating our models and collections; Building the navigation; Displaying podcasts; Creating a layout; Beginning the router; Subscribing to new podcasts; Displaying the list of episodes; Displaying episodes; Summary; Chapter 7: Building a Game; What are we building?; User accounts; Templates; Creating the game data; Writing the models; Splitting up words; Writing the tokens view; Views of the clues; Creating the guess view; Building the info view
  • Wrapping our views in a GameView classStarting the router; Creating the home view; Building a scoreboard; Writing the navigation; Adding new words; Summary; Index