|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn880685891 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
140530s2014 enka o 001 0 eng d |
040 |
|
|
|a IDEBK
|b eng
|e pn
|c IDEBK
|d EBLCP
|d N$T
|d UMI
|d E7B
|d DEBBG
|d DEBSZ
|d OCLCQ
|d OCLCO
|d COO
|d OCLCF
|d OCLCQ
|d YDXCP
|d OCLCQ
|d D6H
|d K6U
|d AGLDB
|d OCLCQ
|d ICA
|d OCLCQ
|d CCO
|d PIFFA
|d FVL
|d ZCU
|d MERUC
|d OCLCQ
|d U3W
|d REB
|d STF
|d OCLCQ
|d VTS
|d CEF
|d ICG
|d NLE
|d INT
|d VT2
|d UKMGB
|d OCLCQ
|d WYU
|d G3B
|d TKN
|d OCLCQ
|d UAB
|d DKC
|d AU@
|d OCLCQ
|d M8D
|d UKAHL
|d HS0
|d OCLCQ
|d AJS
|d OCLCQ
|d OCLCO
|d QGK
|d OCLCQ
|d OCLCO
|
016 |
7 |
|
|a 018006579
|2 Uk
|
019 |
|
|
|a 881433010
|a 907246213
|a 961682386
|a 962625693
|a 1259186352
|
020 |
|
|
|a 9781783287000
|q (electronic bk.)
|
020 |
|
|
|a 1783287004
|q (electronic bk.)
|
020 |
|
|
|a 1306808839
|q (electronic bk.)
|
020 |
|
|
|a 9781306808835
|q (electronic bk.)
|
020 |
|
|
|a 1783286997
|
020 |
|
|
|a 9781783286997
|
020 |
|
|
|z 9781783286997
|
029 |
1 |
|
|a AU@
|b 000062541878
|
029 |
1 |
|
|a CHNEW
|b 000691120
|
029 |
1 |
|
|a CHNEW
|b 000691122
|
029 |
1 |
|
|a CHNEW
|b 000887424
|
029 |
1 |
|
|a CHVBK
|b 374463417
|
029 |
1 |
|
|a DEBBG
|b BV042033121
|
029 |
1 |
|
|a DEBBG
|b BV043608842
|
029 |
1 |
|
|a DEBSZ
|b 414186060
|
029 |
1 |
|
|a DEBSZ
|b 446052817
|
029 |
1 |
|
|a DEBSZ
|b 48472343X
|
029 |
1 |
|
|a GBVCP
|b 882840223
|
029 |
1 |
|
|a UKMGB
|b 018006579
|
035 |
|
|
|a (OCoLC)880685891
|z (OCoLC)881433010
|z (OCoLC)907246213
|z (OCoLC)961682386
|z (OCoLC)962625693
|z (OCoLC)1259186352
|
037 |
|
|
|a CL0500000448
|b Safari Books Online
|
050 |
|
4 |
|a QA76.76.A65
|
072 |
|
7 |
|a COM
|x 051280
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051230
|2 bisacsh
|
082 |
0 |
4 |
|a 005.3
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Burgess, Andrew.
|
245 |
1 |
0 |
|a Backbone.js Blueprints :
|b understand Backbone.js pragmatically by building seven different applications from scratch /
|c Andrew Burgess.
|
260 |
|
|
|a Birmingham :
|b Packt Publishing,
|c 2014.
|
300 |
|
|
|a 1 online resource :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Community experience distilled
|
500 |
|
|
|a Includes index.
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a 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
|
505 |
8 |
|
|a 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
|
505 |
8 |
|
|a 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
|
505 |
8 |
|
|a 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
|
505 |
8 |
|
|a Wrapping our views in a GameView classStarting the router; Creating the home view; Building a scoreboard; Writing the navigation; Adding new words; Summary; Index
|
520 |
|
|
|a 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 Backbone, this is the book for you. Perhaps you've dipped your toe into Backbone and are ready to take the plunge. Even if you haven't, this book will teach you everything you need to know to build solid frontend apps with Backbone. You'll need to be pretty good at JavaScript and have a working knowledge o.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
0 |
|a JavaScript (Computer program language)
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
6 |
|a JavaScript (Langage de programmation)
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x Java.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Software Development & Engineering
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development
|2 fast
|
650 |
|
7 |
|a JavaScript (Computer program language)
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Burgess, Andrew.
|t Backbone.js Blueprints.
|d Packt Publishing 2014
|z 1306808839
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=781741
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26849907
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10875070
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 781741
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis28409288
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11824244
|
994 |
|
|
|a 92
|b IZTAP
|