Cargando…

HTML5, JavaScript, and jQuery 24-hour trainer /

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Cameron, Dane (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Indianapolis, IN : John Wiley & Sons, Inc., [2015]
Colección:Wrox guides.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn907511041
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|||||||||
008 150416s2015 inua o 001 0 eng d
040 |a YDXCP  |b eng  |e pn  |c YDXCP  |d OCLCO  |d OCLCF  |d OCLCQ  |d VT2  |d UMI  |d DEBBG  |d DEBSZ  |d GBVCP  |d CEF  |d AU@  |d WYU  |d AAA  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 910352515 
020 |a 111900117X  |q (electronic bk.) 
020 |a 9781119001171  |q (electronic bk.) 
020 |z 9781119001164 
020 |z 1119001161 
029 1 |a AU@  |b 000058373745 
029 1 |a DEBBG  |b BV042683666 
029 1 |a DEBSZ  |b 446588725 
029 1 |a GBVCP  |b 835876314 
035 |a (OCoLC)907511041  |z (OCoLC)910352515 
050 4 |a QA76.76.H94  |b C357 2015 
082 0 4 |a 006.7/4  |2 23 
049 |a UAMI 
100 1 |a Cameron, Dane,  |e author. 
245 1 0 |a HTML5, JavaScript, and jQuery 24-hour trainer /  |c Dane Cameron. 
246 3 |a HTML5, JavaScript, and jQuery twenty-four-hour trainer 
264 1 |a Indianapolis, IN :  |b John Wiley & Sons, Inc.,  |c [2015] 
300 |a 1 online resource (xxii, 385 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 
490 1 |a Wrox guides 
500 |a "Wrox programmer to programmer"--Cover 
500 |a Includes index. 
588 0 |a Print version record. 
505 0 |a Ch. 1 Introduction To HTML5 -- What Is a Markup Language? -- The Simplest HTML Page Possible -- An HTML Template -- Understanding Elements and Attributes -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 2 Basic HTML -- Structuring Text -- Links and Images -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 3 Lists And Tables -- Lists -- Tables -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 4 Introduction To CSS -- CSS Selectors -- CSS Files and Inline Styles -- Specificity -- Inheritance -- Browser Defaults -- Chrome Scratch Pad -- Try It -- Lesson Requirements -- Step by Step -- ch. 5 Structuring Pages With CSS -- The Box Model -- Display Type -- Positioning Elements -- Controlling Positions -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 6 HTML Forms -- What Is a Form? -- Adding Fields to a Form -- HTML5 Input Fields -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 7 Semantic Tags -- Grouping and Segmenting Content -- Header -- Footer -- Main -- Section -- Aside -- Article -- Nay -- Address -- Styling Semantic Tags with CSS -- Microformats -- Summing Up -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 8 HTML5 Validation -- Adding Validation Rules -- Customizing Validation -- Disabling Validation -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 9 Drag And Drop -- Understanding Events -- Drag and Drop Example -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 10 Dynamic Elements -- Summary and Details Tags -- Progress Bar and Meter -- Range Element -- Polyfills -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 11 Javascript -- JavaScript Console -- Data Types -- Strings -- Numbers -- Booleans -- Null -- Undefined -- Arrays -- Objects -- Functions -- Control Structures -- Truthy and Falsy Values -- Dynamic Typing -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 12 Debugging -- Try It -- Lesson Requirements -- Step-by-Step -- Finding Errors -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 13 Functions -- Closures -- Hoisting and Block Scope -- Arguments -- Bind -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 14 Objects -- Object Literals -- Prototypes -- Constructor Functions -- Modules -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 15 JSON -- Replacing and Reviving -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 16 Document Object Model -- Nodes and Objects -- Selecting Elements -- Traversing the DOM -- Manipulating the DOM -- Responding to Events -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 17 JQUERY Selection -- Loading jQuery -- Selecting Elements -- Pseudo-selectors -- Selection Within a Context -- Wrapped Objects -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 18 JQUERY Traversal And Manipulation -- Traversal -- Chaining -- Manipulation -- Changing Elements -- Iteration -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 19 JQUERY Events -- Registering Event Listeners -- Delegated Event Listeners -- Form Events -- Screen Events -- Animation -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 20 Data Attributes And Templates -- Template Tag -- Data Attributes -- Using the Template -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 21 JQUERY Plugins -- jQuery UI -- Writing a Plugin -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 22 HTML5 Audio -- File Formats -- Audio Tag -- Controlling Playback -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 23 HTML5 Video -- File Formats -- Controlling Volume -- Controlling Playback Speed -- Controlling Video Size -- Media Source Extensions -- Encrypted Media Extensions -- Web Cryptography -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 24 Canvas: Part I -- Simple Drawing -- Drawing Lines -- Circles and Curves -- Drawing Text -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 25 Canvas: Part II -- Linear Gradients -- Shadows -- Images -- Transforming Shapes -- Basic Animation -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 26 CSS3: Part I -- Selectors -- CSS Borders -- Custom Fonts -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 27 CSS3: Part II -- Linear Gradients -- Calc Function -- Text Effects -- 2D Transformations -- Transitions -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 28 CSS3 Media Queries -- Adding Media Queries -- External Stylesheets -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 29 Web Servers -- URLs -- Choosing a Web Server -- Try It -- Lesson Requirements -- Step-by-Step (OS X) -- Step-by-Step (Windows) -- ch. 30 Web Storage -- Client-Side Storage -- Web Storage API -- Storing Structured Data -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 31 Indexeddb -- Creating a Database -- Storing Data -- Reading Data -- Deleting Data -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 32 Application Cache -- Manifest Files -- Updating Resources -- Cache Events -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 33 Web Workers -- JavaScript Event Model -- Web Workers -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 34 Files -- FileReader API -- Other File-Related APIs -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 35 AJAX -- AJAX Requests -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 36 Promises -- Working with Promises -- Creating Promises -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 37 Responsive Web Design -- Testing Screen Resolution -- Flexible Grids -- Media Queries -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 38 Location API -- Monitor Movement -- Loading the Application -- Windows Instructions -- OS X Instructions -- Using the Application -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 39 JQUERY Mobile: Part I -- Understanding jQuery Mobile -- Importing jQuery Mobile -- Mobile Design -- JQUERY Mobile Pages -- Form-Based Pages -- JavaScript -- Try It -- Lesson Requirements -- Step-by-Step -- ch. 40 JQUERY Mobile: Part II -- UI Components -- Collapsible Components -- Popups -- Selection -- Flip-Switch -- Events -- Gestures -- Lifecycle Events -- Try It -- Lesson Requirements -- Step-by-Step. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a HTML (Document markup language) 
650 0 |a JavaScript (Computer program language) 
650 0 |a Application software  |x Development. 
650 6 |a HTML (Langage de balisage) 
650 6 |a JavaScript (Langage de programmation) 
650 6 |a Logiciels d'application  |x Développement. 
650 7 |a HTML.  |2 aat 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a HTML (Document markup language)  |2 fast 
650 7 |a JavaScript (Computer program language)  |2 fast 
776 0 8 |i Print version:  |a Cameron, Dane.  |t HTML5, JavaScript, and jQuery 24-hour trainer.  |d Indianapolis, IN : John Wiley & Sons, Inc., [2015]  |z 9781119001164  |z 1119001161 
830 0 |a Wrox guides. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781119001171/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
936 |a BATCHLOAD 
938 |a YBP Library Services  |b YANK  |n 12298809 
938 |a YBP Library Services  |b YANK  |n 12299899 
994 |a 92  |b IZTAP