|
|
|
|
LEADER |
00000cam a2200000Ma 4500 |
001 |
EBSCO_ocn855895681 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr |n||||||||| |
008 |
130816s2013 xx o 000 0 eng d |
040 |
|
|
|a IDEBK
|b eng
|e pn
|c IDEBK
|d EBLCP
|d E7B
|d MHW
|d MEAUC
|d OCLCQ
|d DEBSZ
|d OCLCQ
|d S4S
|d N$T
|d OCLCQ
|d COO
|d OCLCQ
|d OCLCO
|d OCLCQ
|d LOA
|d AGLDB
|d MOR
|d PIFAG
|d ZCU
|d MERUC
|d OCLCQ
|d U3W
|d OCLCF
|d STF
|d WRM
|d VTS
|d NRAMU
|d ICG
|d INT
|d VT2
|d UMI
|d CEF
|d IYU
|d FEM
|d AU@
|d UKMGB
|d OCLCQ
|d WYU
|d OCLCQ
|d UAB
|d A6Q
|d DKC
|d OCLCQ
|d M8D
|d UKAHL
|d OCLCQ
|d AJS
|d OCLCQ
|d OCLCO
|d UKCRE
|d QGK
|d S2H
|d OCLCQ
|d OCLCO
|
016 |
7 |
|
|a 018005360
|2 Uk
|
019 |
|
|
|a 858995300
|a 961594372
|a 962572766
|a 966201588
|a 968985589
|a 988414672
|a 991997713
|a 1037766308
|a 1038663460
|a 1045493009
|a 1055375614
|a 1058202177
|a 1081278263
|a 1083556994
|a 1103255328
|a 1129340268
|a 1153037296
|a 1259076715
|a 1289520636
|
020 |
|
|
|a 1299789951
|q (electronic bk.)
|
020 |
|
|
|a 9781299789951
|q (electronic bk.)
|
020 |
|
|
|a 9781782165675
|q (electronic bk.)
|
020 |
|
|
|a 1782165673
|q (electronic bk.)
|
020 |
|
|
|a 9781782165668
|
020 |
|
|
|a 1782165665
|
029 |
1 |
|
|a AU@
|b 000052281869
|
029 |
1 |
|
|a AU@
|b 000062476146
|
029 |
1 |
|
|a CHNEW
|b 000641385
|
029 |
1 |
|
|a CHNEW
|b 001052019
|
029 |
1 |
|
|a CHVBK
|b 56770839X
|
029 |
1 |
|
|a DEBBG
|b BV041432590
|
029 |
1 |
|
|a DEBBG
|b BV044177153
|
029 |
1 |
|
|a DEBSZ
|b 397614489
|
029 |
1 |
|
|a DEBSZ
|b 398285101
|
029 |
1 |
|
|a DEBSZ
|b 472796054
|
029 |
1 |
|
|a NZ1
|b 15908223
|
029 |
1 |
|
|a UKMGB
|b 018005360
|
035 |
|
|
|a (OCoLC)855895681
|z (OCoLC)858995300
|z (OCoLC)961594372
|z (OCoLC)962572766
|z (OCoLC)966201588
|z (OCoLC)968985589
|z (OCoLC)988414672
|z (OCoLC)991997713
|z (OCoLC)1037766308
|z (OCoLC)1038663460
|z (OCoLC)1045493009
|z (OCoLC)1055375614
|z (OCoLC)1058202177
|z (OCoLC)1081278263
|z (OCoLC)1083556994
|z (OCoLC)1103255328
|z (OCoLC)1129340268
|z (OCoLC)1153037296
|z (OCoLC)1259076715
|z (OCoLC)1289520636
|
037 |
|
|
|a 510246
|b MIL
|
050 |
|
4 |
|a QA76.76.A65
|
072 |
|
7 |
|a COM
|x 000000
|2 bisacsh
|
082 |
0 |
4 |
|a 006
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Hunter, Thomas,
|c II.
|
245 |
1 |
0 |
|a Instant Backbone.js Application Development.
|
260 |
|
|
|b Packt Publishing,
|c 2013.
|
300 |
|
|
|a 1 online resource
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|2 rda
|
520 |
|
|
|a 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 towards developers. It is assumed that you have at least a basic understanding of JavaScript and jQuery selectors. If you are interested in building dynamic Single Page Applications that interact heavily with a backend server, then this is the book for you.
|
505 |
0 |
|
|a 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.
|
505 |
8 |
|
|a 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.
|
505 |
8 |
|
|a 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.
|
505 |
8 |
|
|a People and places you should get to knowOfficial Sites; Community; Twitter.
|
588 |
0 |
|
|a Print version record.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a Backbone.js.
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
7 |
|a COMPUTERS
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development
|2 fast
|
776 |
0 |
8 |
|i Print version:
|z 9781299789951
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=620019
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26849545
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10742656
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 620019
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis26009490
|
994 |
|
|
|a 92
|b IZTAP
|