|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
EBSCO_ocn868279625 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr |n||||||||| |
008 |
140117s2014 enk ob 001 0 eng d |
040 |
|
|
|a IDEBK
|b eng
|e rda
|e pn
|c IDEBK
|d EBLCP
|d MHW
|d MEAUC
|d E7B
|d UMI
|d UKMGB
|d N$T
|d COO
|d DEBBG
|d DEBSZ
|d OCLCQ
|d YDXCP
|d OCLCF
|d OCLCQ
|d FEM
|d AGLDB
|d ICA
|d MOR
|d PIFAG
|d ZCU
|d XFH
|d MERUC
|d OCLCQ
|d U3W
|d REB
|d D6H
|d STF
|d OCLCQ
|d VTS
|d CEF
|d NRAMU
|d ICG
|d INT
|d VT2
|d AU@
|d OCLCQ
|d WYU
|d G3B
|d TKN
|d OCLCQ
|d UAB
|d DKC
|d OCLCQ
|d M8D
|d UKAHL
|d OCLCQ
|d AJS
|d OCLCQ
|d YDX
|d OCLCO
|d OCLCQ
|
016 |
7 |
|
|a 016629029
|2 Uk
|
016 |
7 |
|
|a 018006528
|2 Uk
|
019 |
|
|
|a 869748005
|a 961586118
|a 962696310
|a 968119970
|a 969052328
|a 994403774
|a 1259094345
|
020 |
|
|
|a 1306322014
|q (electronic book)
|
020 |
|
|
|a 9781306322010
|q (electronic book)
|
020 |
|
|
|a 9781783284269
|q (electronic book)
|
020 |
|
|
|a 1783284269
|q (electronic book)
|
020 |
|
|
|a 1783284250
|
020 |
|
|
|a 9781783284252
|
020 |
|
|
|z 9781783284252
|
029 |
1 |
|
|a AU@
|b 000055945471
|
029 |
1 |
|
|a CHNEW
|b 000666416
|
029 |
1 |
|
|a CHNEW
|b 000686899
|
029 |
1 |
|
|a CHNEW
|b 000686900
|
029 |
1 |
|
|a CHNEW
|b 000886721
|
029 |
1 |
|
|a CHVBK
|b 374456402
|
029 |
1 |
|
|a DEBBG
|b BV041784107
|
029 |
1 |
|
|a DEBBG
|b BV043607069
|
029 |
1 |
|
|a DEBSZ
|b 404338259
|
029 |
1 |
|
|a DEBSZ
|b 405568789
|
029 |
1 |
|
|a DEBSZ
|b 484717820
|
029 |
1 |
|
|a NZ1
|b 15912765
|
029 |
1 |
|
|a UKMGB
|b 018006528
|
035 |
|
|
|a (OCoLC)868279625
|z (OCoLC)869748005
|z (OCoLC)961586118
|z (OCoLC)962696310
|z (OCoLC)968119970
|z (OCoLC)969052328
|z (OCoLC)994403774
|z (OCoLC)1259094345
|
037 |
|
|
|a 563452
|b MIL
|
050 |
|
4 |
|a QA76.73.J38
|b A76 2014
|
072 |
|
7 |
|a COM
|x 051230
|2 bisacsh
|
082 |
0 |
4 |
|a 005.3
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Armendariz, Raymundo,
|e author.
|
245 |
1 |
0 |
|a Getting started with Backbone Marionette /
|c Raymundo Armendariz.
|
264 |
|
1 |
|a Birmingham :
|b Packt Publishing,
|c 2014.
|
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
|
520 |
|
|
|a This book is written with an easy-to-understand approach with the intention of giving small but concrete examples that will help you to quickly understand each component of Marionette. Follow along as we work together to build a practical application using Backbone Marionette. If you are a web application developer interested in using Backbone Marionette for a real-life project, then this book is for you. As a prerequisite, knowledge of JavaScript and a working knowledge of Backbone.js is required.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Starting with Backbone Marionette; Introducing Marionette.js; Backbone needs Marionette.js; Key benefits of Marionette.js; Building large applications; Incremental use; Installing Marionette.js; Text editor; Web browser; Prerequisites; Getting Marionette.js; Documentation; Summary; Chapter 2: Our First Application; Introduction to what we are building; Setting up our development environment; The Backbone. Marionette. Application object; Backbone already has a router!
|
505 |
8 |
|
|a Chapter 5: Divide and Conquer -- Modularizing EverythingApplying the divide and conquer principle; Modularizing single-page applications; Getting started with modules; Splitting modules into multiple files; Implementing initializers and finalizers; Working with subapplications; Using the route filter; Memory considerations; Summary; Chapter 6: Messaging; Understanding the event aggregator; Using the event aggregator of Marionette.js; Making applications more extensive with an event aggregator; Getting started with Commands; Setting up the RequestResponse object; Summary.
|
505 |
8 |
|
|a Chapter 7: Changing and GrowingUsing AMD; Using the Require.js library; Configuring Require.js; Defining our application module; Writing the subapplications using Require.js; Modularizing all your components; Adding the text plugin; Structuring your files; Using handlebars as a template engine in Marionette; Summary; Index.
|
504 |
|
|
|a Includes bibliographical references and index.
|
546 |
|
|
|a English.
|
588 |
0 |
|
|a Description based on online resource; title from PDF title page (viewed March 13, 2022).
|
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 Software Development & Engineering
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development.
|2 fast
|0 (OCoLC)fst00811707
|
650 |
|
7 |
|a JavaScript (Computer program language)
|2 fast
|0 (OCoLC)fst00982071
|
776 |
0 |
8 |
|i Print version:
|z 9781306322010
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=686652
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26849987
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10827217
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 686652
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis27338126
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11586789
|
994 |
|
|
|a 92
|b IZTAP
|