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...
Saved in:
Main Author: | |
---|---|
Format: | eBook |
Language: | English |
Published: |
New York :
Wiley,
2013.
|
Series: | --For dummies.
|
Subjects: | |
Online Access: | CONNECT CONNECT |
LEADER | 06890cam a2200697Ma 4500 | ||
---|---|---|---|
001 | in00006053385 | ||
006 | m o d | ||
007 | cr cn||||||||| | ||
008 | 130411s2013 nyu ob 000 0 eng d | ||
005 | 20220714132536.4 | ||
010 | |a 2013936244 | ||
035 | |a 1WRLDSHRocn847540353 | ||
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 | ||
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 |
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 | |
082 | 0 | 4 | |a 006.74 |a 006.76 |2 22 |
049 | |a TXMM | ||
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 Online Learning Platform: Academic Edition (SAML SSO Access) | ||
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. | |
730 | 0 | |a WORLDSHARE SUB RECORDS | |
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://go.oreilly.com/middle-tennessee-state-university/library/view/-/9781118494189/?ar |z CONNECT |3 O'Reilly |t 0 |
949 | |a ho0 | ||
994 | |a 92 |b TXM | ||
998 | |a wi |d z | ||
999 | f | f | |s 60f1e89d-7ec4-4925-8b93-4d34f502aeba |i ac3e4723-0659-4d04-be62-c72cd7c275fd |t 0 |
952 | f | f | |a Middle Tennessee State University |b Main |c James E. Walker Library |d Electronic Resources |t 1 |e QA76.76.H94 M84 2013eb |h Library of Congress classification |
856 | 4 | 0 | |3 O'Reilly |t 0 |u https://go.oreilly.com/middle-tennessee-state-university/library/view/-/9781118494189/?ar |z CONNECT |