Cargando…

HTML5 programming with JavaScript for dummies /

Web designers and programmers, add JavaScript to your HTML5 development toolkit without fear Modern websites are complex, and some of the most exciting features - things like geolocation, canvas, portability to mobile and more - require JavaScript to leverage what HTML5 can create. Don't know J...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Mueller, John, 1958-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York : Wiley, 2013.
Colección:--For dummies.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ma 4500
001 OR_ocn847540353
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 130411s2013 nyu ob 000 0 eng d
010 |a  2013936244 
040 |a E7B  |b eng  |e pn  |c E7B  |d OCLCO  |d N$T  |d COO  |d OCLCO  |d MEAUC  |d UMI  |d DEBSZ  |d MHW  |d YDXCP  |d TOH  |d TEFOD  |d UKDOC  |d RECBK  |d OCLCQ  |d AU@  |d OCLCQ  |d OCLCF  |d TEFOD  |d IDEBK  |d TEFOD  |d IUL  |d OCLCQ  |d COCUF  |d CNNOR  |d MOR  |d LIV  |d OCLCQ  |d UUM  |d HCO  |d WRM  |d BRL  |d CEF  |d NRAMU  |d OCLCQ  |d WYU  |d UAB  |d VT2  |d LDP  |d OCLCO  |d INARC  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 841910814  |a 842892279  |a 860864592  |a 862880865  |a 864467298  |a 880604445  |a 961599155  |a 962703234  |a 1065916107  |a 1103278748  |a 1129377537  |a 1152978488  |a 1156850101  |a 1192349709  |a 1240517416  |a 1302088691 
020 |a 9781118462096  |q (electronic bk.) 
020 |a 1118462092  |q (electronic bk.) 
020 |a 9781118611883  |q (electronic bk.) 
020 |a 1118611888  |q (electronic bk.) 
020 |a 9781118494189  |q (electronic bk.) 
020 |a 1118494180  |q (electronic bk.) 
020 |a 1299465277  |q (ebk) 
020 |a 9781299465275  |q (ebk) 
020 |z 9781118431665 
020 |z 1118431669  |q (pbk. ;  |q alk. paper) 
028 0 1 |a EB00057828  |b Recorded Books 
029 1 |a AU@  |b 000051050441 
029 1 |a AU@  |b 000052162489 
029 1 |a AU@  |b 000052181584 
029 1 |a AU@  |b 000053293969 
029 1 |a AU@  |b 000053791125 
029 1 |a CHNEW  |b 000722365 
029 1 |a DEBBG  |b BV041433065 
029 1 |a DEBBG  |b BV041906745 
029 1 |a DEBSZ  |b 39829027X 
029 1 |a NLGGC  |b 362999929 
029 1 |a NZ1  |b 15347802 
029 1 |a AU@  |b 000073147452 
035 |a (OCoLC)847540353  |z (OCoLC)841910814  |z (OCoLC)842892279  |z (OCoLC)860864592  |z (OCoLC)862880865  |z (OCoLC)864467298  |z (OCoLC)880604445  |z (OCoLC)961599155  |z (OCoLC)962703234  |z (OCoLC)1065916107  |z (OCoLC)1103278748  |z (OCoLC)1129377537  |z (OCoLC)1152978488  |z (OCoLC)1156850101  |z (OCoLC)1192349709  |z (OCoLC)1240517416  |z (OCoLC)1302088691 
037 |a CL0500000320  |b Safari Books Online 
037 |a 8866F158-195E-46A5-A918-E33A4353B62B  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.76.H94  |b M84 2013eb 
072 7 |a COM  |x 051270  |2 bisacsh 
072 7 |a COM  |x 051320  |2 bisacsh 
072 7 |a COM  |x 060160  |2 bisacsh 
082 0 4 |a 006.74  |a 006.76  |2 22 
049 |a UAMI 
100 1 |a Mueller, John,  |d 1958- 
245 1 0 |a HTML5 programming with JavaScript for dummies /  |c John Paul Mueller. 
260 |a New York :  |b Wiley,  |c 2013. 
300 |a 1 online resource (411 pages). 
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 For dummies 
504 |a Includes bibliographical references. 
505 0 |a HTML5 Programming with JavaScript® For Dummies®; About the Author; Table of Contents; Introduction; About This Book; What You Don't Have to Read; Foolish Assumptions; Conventions Used in This Book; How This Book Is Organized; Icons Used in This Book; Where to Go from Here; Part I: Understanding the Basics of JavaScript; Chapter 1: HTML, Say Hello to JavaScript; Introducing JavaScript; Seeing How JavaScript Fits into an HTML Document; Chapter 2: Assessing Tools of the Trade; Researching Browsers and Their Debugging Tools; Discovering Programs to Write JavaScript; Hosting Your Site. 
505 8 |a Chapter 3: Integrating HTML5 and JavaScriptCreating Simple Output; Working with JavaScript Statements; Writing Comments in JavaScript; Alerting Visitors That JavaScript Has Something to Say; Part II: Speaking the JavaScript Language; Chapter 4: Embracing JavaScript Variables; Understanding Simple Variables; Working with Booleans; Working with Numbers; Working with Text; Working with Arrays; Chapter 5: Working with Objects; Defining Objects; Using and Creating Objects; Working with Object Literals; Naming Variables and Objects Properly. 
505 8 |a Chapter 6: Getting to Know the Standard JavaScript ObjectsDefining the Basic JavaScript Objects; Introducing the String Object; Working with the Date Object; Part III: Meeting JavaScript's Control Structures; Chapter 7: Using Functions; Using the Built-In Functions; Working with the Math Object; Building Custom Functions; Working with Private Properties and Methods; Chapter 8: Making Choices in JavaScript; Understanding the Reasons for Applications to Make Decisions; Deciding When to Use the if Statement; Switching Between Choices; Chapter 9: Making the Rounds with Loops; Discovering Loops. 
505 8 |a Creating for LoopsCreating while Loops; Examining Objects Using for/in; Nesting Loops; Chapter 10: Performing Error Handling; Understanding Errors; Catching Errors; Throwing Errors; Form Event Support in JavaScript; Part IV: Interacting with Users and HTML; Chapter 11: Understanding the Document Object Model; Introducing the Document Object Model (DOM); Accessing Individual HTML Elements; Considering Events; Working with Styles; Working with Nodes; Chapter 12: Handling Events; Introducing Events; Clicking to Create an Event; Pressing a Key; Creating Custom Events. 
505 8 |a Chapter 13: Connecting with Style: JavaScript and CSSChanging HTML Elements; Building Dynamic HTML Elements; Animating and Positioning HTML Elements; Creating JavaScript-Based Menus; Chapter 14: Enhancing HTML5 Forms with JavaScript; Revisiting the HTML5 Form Features; Accessing Form Elements; Validating Forms; Chapter 15: Interacting with Windows; Working with Windows; Accessing the Screen; Finding a Location; Searching History; Working with Navigator; Creating a Pop-Up; Using Cookies; Part V: Extending JavaScript Further; Chapter 16: Working with XML in JavaScript; Introducing XML. 
520 |a Web designers and programmers, add JavaScript to your HTML5 development toolkit without fear Modern websites are complex, and some of the most exciting features - things like geolocation, canvas, portability to mobile and more - require JavaScript to leverage what HTML5 can create. Don't know JavaScript? That's where HTML5 Programming with JavaScript For Dummies comes in. Rather than walking you through JavaScript as a programming language, it approaches JavaScript as a tool to help you enhance web pages. Helps web designers and programmers tap the full power of HT. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a HTML (Document markup language) 
650 0 |a Internet programming. 
650 0 |a JavaScript (Computer program language) 
650 0 |a Web site development. 
650 6 |a HTML (Langage de balisage) 
650 6 |a Programmation Internet. 
650 6 |a JavaScript (Langage de programmation) 
650 6 |a Sites Web  |x Développement. 
650 7 |a HTML.  |2 aat 
650 7 |a COMPUTERS  |x Programming Languages  |x HTML.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x XML.  |2 bisacsh 
650 7 |a COMPUTERS  |x Web  |x Web Programming.  |2 bisacsh 
650 7 |a HTML (Document markup language)  |2 fast 
650 7 |a Internet programming  |2 fast 
650 7 |a JavaScript (Computer program language)  |2 fast 
650 7 |a Web site development  |2 fast 
776 0 8 |i Print version:  |a Mueller, John, 1958-  |t HTML5 programming with JavaScript for dummies.  |d Hoboken, New Jersey : For Dummies, a Wiley Brand, [2013]  |z 9781118431665  |w (DLC) 2013936244  |w (OCoLC)855779714 
830 0 |a --For dummies. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781118494189/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a 123Library  |b 123L  |n 96770 
938 |a ebrary  |b EBRY  |n ebr10687819 
938 |a EBSCOhost  |b EBSC  |n 566404 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis25297474 
938 |a Recorded Books, LLC  |b RECE  |n rbeEB00057828 
938 |a YBP Library Services  |b YANK  |n 10435624 
938 |a Internet Archive  |b INAR  |n html5programming0000muel 
994 |a 92  |b IZTAP