|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn862386161 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
131108s2013 enka o 001 0 eng d |
040 |
|
|
|a IDEBK
|b eng
|e pn
|c IDEBK
|d MEAUC
|d EBLCP
|d E7B
|d UMI
|d YDXCP
|d N$T
|d COO
|d DEBBG
|d DEBSZ
|d OCLCQ
|d OCLCF
|d OCLCQ
|d NKT
|d OCLCQ
|d OCLCO
|d AGLDB
|d ICA
|d ZCU
|d MERUC
|d OCLCQ
|d OCLCO
|d D6H
|d VTS
|d ICG
|d OCLCQ
|d OCLCO
|d STF
|d DKC
|d AU@
|d OCLCQ
|d OCLCO
|d OCLCQ
|d AJS
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 867854398
|
020 |
|
|
|a 9781461948278
|q (electronic bk.)
|
020 |
|
|
|a 1461948274
|q (electronic bk.)
|
020 |
|
|
|a 1306029244
|q (electronic bk.)
|
020 |
|
|
|a 9781306029247
|q (electronic bk.)
|
020 |
|
|
|a 1783280956
|
020 |
|
|
|a 9781783280957
|
020 |
|
|
|a 9781783280964
|q (e-book)
|
020 |
|
|
|a 1783280964
|q (e-book)
|
020 |
|
|
|z 9781783280957
|
029 |
1 |
|
|a AU@
|b 000052582451
|
029 |
1 |
|
|a CHNEW
|b 000639988
|
029 |
1 |
|
|a CHNEW
|b 001052183
|
029 |
1 |
|
|a CHVBK
|b 311604986
|
029 |
1 |
|
|a CHVBK
|b 567710033
|
029 |
1 |
|
|a DEBBG
|b BV041633576
|
029 |
1 |
|
|a DEBBG
|b BV041778266
|
029 |
1 |
|
|a DEBBG
|b BV044063286
|
029 |
1 |
|
|a DEBSZ
|b 404327494
|
029 |
1 |
|
|a DEBSZ
|b 493131574
|
035 |
|
|
|a (OCoLC)862386161
|z (OCoLC)867854398
|
050 |
|
4 |
|a QA76.9.C55 .H382 2013
|
072 |
|
7 |
|a COM
|x 013000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 014000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 067000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 032000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 037000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 052000
|2 bisacsh
|
082 |
0 |
4 |
|a 004.36
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Hamshere, Tom.
|
245 |
1 |
0 |
|a Getting Started with Twitter Flight :
|b Build Scalable, Modular JavaScript Applications with the Twitter Flight Framework /
|c Tom Hamshere.
|
260 |
|
|
|a Birmingham :
|b Packt Publishing,
|c 2013.
|
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
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Cover; Copyright; Credits; Foreword; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: What is Flight?; Who made Flight?; How does Flight work?; Event-driven interfaces; Scalable architecture; No parent-child relationships; No spaghetti code; Promote reusability with well-defined interfaces; The missing model; Simplify; Reduce boilerplate; Summary; Chapter 2: The Advantages of Flight; Simplicity; Efficient complexity management; Reusability; Agnostic architecture; Performance; Well-organized freedom; Summary; Chapter 3: Flight in the Wild.
|
505 |
8 |
|
|a Flight at TwitterFlight offers better performance; Flight provides a manageable codebase; Quotes from developers; On refactoring; On Flight's component architecture; Open source Flight projects; TodoMVC; Components for web applications; Extending Flight with two-way data binding; Summary; Chapter 4: Building a Flight Application; Scaffolding a Flight application with Yo; Installing Yo; Understanding the application structure; Running the application; Creating custom applications; Using Flight without a module loader; Troubleshooting; Debugging; Summary; Chapter 5: Components.
|
505 |
8 |
|
|a What is a component?Component types; Mixins; Creating your first component; Attaching components to the DOM; Performing actions on component initialization; Summary; Chapter 6: UI Components; Attaching components to an existing HTML; Listening for browser events; Attaching event handlers; Defining event handlers; Finding DOM nodes; Setting default attributes; Using attributes to select nodes; Triggering custom events in Flight; Triggering events on specific elements; Event names; Event data; Modifying the DOM; Summary; Chapter 7: Data Components; What is a data component?
|
505 |
8 |
|
|a Attaching data componentsNaming data events; Creating a data component; Listening for UI events; Event handlers; Triggering data events; Completing the task_data component; handleNeedsTask; handleNeedsTasks; handleTaskCompleted; Error handling; Handling data events; Summary; Chapter 8: Event Naming; The importance of event names; Events are not instructions; Suggested naming conventions; Summary; Chapter 9: Mixins; What are mixins?; When to use mixins; How do mixins work?; Creating mixins; Using mixins; Mixin priority; Creating your first mixin; Mix storage into Task Data.
|
505 |
8 |
|
|a Initializing the task list from storageExtending existing methods; Before and after; Around; Advice priority for component and mixins; Mixing mixins into mixins; Summary; Chapter 10: Templating and Event Delegation; Generating template objects from the DOM nodes; Constructing templates in components; Creating a templating mixin; Server-side compilation; Using HTML to determine state; Working with dynamic HTML -- event delegation; Add delegated events to task_list; Completing a task; Summary; Chapter 11: Web Application Performance; Reducing time to page load; Deferred loading.
|
520 |
|
|
|a Getting Started with Twitter Flight is written with the intention to educate the readers, helping them learn how to build modular powerful applications with Flight, Twitter's cutting-edge JavaScript framework. This book is for anyone with a foundation in JavaScript who wants to build web applications. Flight is quick and easy to learn, built on technologies you already understand such as the DOM, events, and jQuery.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a Twitter.
|
630 |
0 |
7 |
|a Twitter.
|2 blmlsh
|
630 |
0 |
7 |
|a Twitter
|2 fast
|
650 |
|
0 |
|a Microblogs.
|
650 |
|
7 |
|a COMPUTERS
|x Computer Literacy.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Computer Science.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Hardware
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Information Technology.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Machine Theory.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Reference.
|2 bisacsh
|
650 |
|
7 |
|a Microblogs
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Hamshere, Tom.
|t Getting Started with Twitter Flight.
|d Packt Publishing 2013
|z 1306029244
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=653074
|z Texto completo
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10784246
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 653074
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis26534692
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11255142
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11254591
|
994 |
|
|
|a 92
|b IZTAP
|