|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
EBSCO_ocn688622176 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
101202s2009 enka o 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e pn
|c N$T
|d E7B
|d OCLCQ
|d SNK
|d OCLCQ
|d DEBSZ
|d OCLCQ
|d NLGGC
|d OCLCQ
|d OCLCF
|d OCLCQ
|d AGLDB
|d COCUF
|d MOR
|d PIFAG
|d OCLCQ
|d U3W
|d STF
|d WRM
|d VTS
|d NLE
|d INT
|d JBG
|d OCLCQ
|d UKMGB
|d OCLCQ
|d M8D
|d UKAHL
|d CEF
|d HS0
|d ADU
|d UKCRE
|d VLY
|d INARC
|d OCLCO
|d OCLCQ
|d OCLCO
|
015 |
|
|
|a GBB747510
|2 bnb
|
016 |
7 |
|
|a 018011624
|2 Uk
|
019 |
|
|
|a 712995559
|a 764546695
|a 961500485
|a 962569254
|a 974670732
|a 974770113
|a 988449539
|a 992014431
|a 1037758014
|a 1038594444
|a 1053530888
|a 1100831671
|a 1112876527
|a 1153540169
|a 1162572242
|a 1241897303
|a 1290102972
|a 1300450298
|
020 |
|
|
|a 9781847194596
|q (electronic bk.)
|
020 |
|
|
|a 1847194591
|q (electronic bk.)
|
020 |
|
|
|a 1847194583
|
020 |
|
|
|a 9781847194589
|
020 |
|
|
|z 9781847194589
|
020 |
|
|
|a 1282451529
|
020 |
|
|
|a 9781282451520
|
020 |
|
|
|a 9786612451522
|
020 |
|
|
|a 6612451521
|
029 |
1 |
|
|a AU@
|b 000053269777
|
029 |
1 |
|
|a AU@
|b 000059710979
|
029 |
1 |
|
|a DEBBG
|b BV043107208
|
029 |
1 |
|
|a DEBSZ
|b 372802982
|
029 |
1 |
|
|a DEBSZ
|b 421692936
|
029 |
1 |
|
|a NZ1
|b 13869146
|
029 |
1 |
|
|a UKMGB
|b 018011624
|
029 |
1 |
|
|a AU@
|b 000073101479
|
035 |
|
|
|a (OCoLC)688622176
|z (OCoLC)712995559
|z (OCoLC)764546695
|z (OCoLC)961500485
|z (OCoLC)962569254
|z (OCoLC)974670732
|z (OCoLC)974770113
|z (OCoLC)988449539
|z (OCoLC)992014431
|z (OCoLC)1037758014
|z (OCoLC)1038594444
|z (OCoLC)1053530888
|z (OCoLC)1100831671
|z (OCoLC)1112876527
|z (OCoLC)1153540169
|z (OCoLC)1162572242
|z (OCoLC)1241897303
|z (OCoLC)1290102972
|z (OCoLC)1300450298
|
037 |
|
|
|a 9781847194596
|b Packt Publishing Pvt. Ltd
|
050 |
|
4 |
|a QA76.73.J39
|b G83 2009eb
|
072 |
|
7 |
|a COM
|x 051260
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051420
|2 bisacsh
|
082 |
0 |
4 |
|a 005.2/762 22
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Gube, Jacob.
|
245 |
1 |
0 |
|a MooTools 1.2 beginner's guide :
|b learn how to create dynamic, interative, and responsive cross-browser web applications using one of the most popular JavaScript frameworks /
|c Jacob Gube, Garrick Cheung.
|
246 |
3 |
0 |
|a Learn how to create dynamic, interative, and responsive cross-browser web applications using one of the most popular JavaScript frameworks
|
260 |
|
|
|a Birmingham, UK :
|b Packt Pub.,
|c 2009.
|
300 |
|
|
|a 1 online resource (259 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a data file
|2 rda
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Authors; About the Reviewer; Table of Contents; Preface; Chapter 1: MooTools and Me; What is MooTools?; Why use MooTools?; The advantages of using MooTools; Writing terse and elegant code; Extending native JavaScript; Cross-browser compatibility; Working with the Document Object Model; The advantage of using open-source projects; Downloading and installing MooTools; Time for action -- downloading and installing the MooTools Core; Different MooTools downloads; The domready event listener; Rolling your own MooTools; MooTools Core
|
505 |
8 |
|
|a Time for action -- exploring the MooTools Core BuilderMooTools More; Time for action -- exploring the MooTools More Builder; The API concept; MooTools resources; MooTools Docs; MooTools Users Google groups; mooforum; The MooTorial; Summary; Chapter 2: Writing JavaScript with MooTools; Writing unobtrusive JavaScript with MooTools; An ""obtrusive"" JavaScript example; What's so bad about it?; Don't repeat it if you don't have to; It'll be hard to maintain; It's a bad practice to have functionality in your content structure; Time for action -- rewriting our script unobtrusively
|
505 |
8 |
|
|a Removing our inline event handlersUsing the DOM to handle events; Creating MooTools classes; What the heck is a class?; Real-world analogy; Creating a MooTools class; The Implements property; Time for action -- creating an instance of Dog; Time for action -- giving our class instance some; custom options; Time for action -- determining the value of our options; Extending classes; Time for action -- extending the ShowDog class with; the Dog class; Class inheritance; Using MooTools classes; The concept of chainability; The Chain class; A Chain example; A look ahead: Chaining Fx .Tween
|
505 |
8 |
|
|a Time for action -- create a chain of Fx.Tween methodsIsn't MooTools classy?; Chainability; Summary; Chapter 3: Selecting DOM Elements; MooTools and CSS selectors; Working with the () and () functions; The () dollar function; The () dollars function; When to use which; Time for action -- selecting an element with the dollar function; Time for action -- selecting elements with the dollars function; Time for action -- selecting multiple sets of elements; with the dollars function; () versus document.getElementById(); Selecting multiple sets of elements
|
505 |
8 |
|
|a Common errors with the dollar and dollars functionsSelection using pseudo-classes; Pseudo-class example: Zebra striping a table; Time for action -- using pseudo-classes to zebra stripe a table; Other pseudo-class selectors; Working with attribute selectors; Attribute selector operators; Attribute selector example: Styling different types of links; Time for action -- using = attribute selector; Time for action -- using != attribute selector; Time for action -- using ^= attribute selector; Time for action -- using = attribute selector; Attribute selector case sensitivity
|
520 |
|
|
|a Learn how to create dynamic, interactive, and responsive cross-browser web applications using this popular JavaScript framework.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a JavaScript (Computer program language)
|
650 |
|
0 |
|a Ajax (Web site development technology)
|
650 |
|
0 |
|a Web site development.
|
650 |
|
6 |
|a JavaScript (Langage de programmation)
|
650 |
|
6 |
|a Ajax (Technologie de développement de sites Web)
|
650 |
|
6 |
|a Sites Web
|x Développement.
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x JavaScript.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x VBScript.
|2 bisacsh
|
650 |
|
7 |
|a Ajax (Web site development technology)
|2 fast
|
650 |
|
7 |
|a JavaScript (Computer program language)
|2 fast
|
650 |
|
7 |
|a Web site development
|2 fast
|
700 |
1 |
|
|a Cheung, Garrick.
|
776 |
|
|
|z 1-84719-458-3
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=333288
|z Texto completo
|
938 |
|
|
|a Internet Archive
|b INAR
|n mootools12beginn0000gube
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26942648
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10430387
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 333288
|
994 |
|
|
|a 92
|b IZTAP
|