Bild 1 von 4




Galerie
Bild 1 von 4




Ähnlichen Artikel verkaufen?
JavaScript: Das fehlende Handbuch von McFarland, David Sawyer
US $2,00
Ca.CHF 1,61
Artikelzustand:
Sehr gut
Buch, das nicht neu aussieht und gelesen wurde, sich aber in einem hervorragenden Zustand befindet. Der Einband weist keine offensichtlichen Beschädigungen auf. Bei gebundenen Büchern ist der Schutzumschlag vorhanden (sofern zutreffend). Alle Seiten sind vollständig vorhanden, es gibt keine zerknitterten oder eingerissenen Seiten und im Text oder im Randbereich wurden keine Unterstreichungen, Markierungen oder Notizen vorgenommen. Der Inneneinband kann minimale Gebrauchsspuren aufweisen. Minimale Gebrauchsspuren. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers.
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Abholung:
Kostenlose Abholung in Garner, North Carolina, USA.
Versand:
US $5,97 (ca. CHF 4,80) USPS Media MailTM.
Standort: Garner, North Carolina, USA
Lieferung:
Lieferung zwischen Do, 7. Aug und Mi, 13. Aug nach 94104 bei heutigem Zahlungseingang
Rücknahme:
30 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
Zahlungen:
Sicher einkaufen
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:126431369490
Artikelmerkmale
- Artikelzustand
- Binding
- Paperback
- Product Group
- Book
- Weight
- 1 lbs
- IsTextBook
- Yes
- ISBN
- 9780596515898
Über dieses Produkt
Product Identifiers
Publisher
O'reilly Media, Incorporated
ISBN-10
0596515898
ISBN-13
9780596515898
eBay Product ID (ePID)
64201753
Product Key Features
Number of Pages
544 Pages
Publication Name
Javascript
Language
English
Publication Year
2008
Subject
Web / Design, Programming Languages / Javascript
Features
Revised
Type
Textbook
Subject Area
Computers
Series
Missing Manual Ser.
Format
Trade Paperback
Dimensions
Item Height
1.2 in
Item Weight
25.6 Oz
Item Length
9.2 in
Item Width
7 in
Additional Product Features
Intended Audience
Scholarly & Professional
Dewey Edition
22
Illustrated
Yes
Dewey Decimal
005.71262
Edition Description
Revised edition
Table Of Content
The Missing Credits; About the Author; About the Creative Team; Acknowledgements; The Missing Manual Series;Introduction; What Is JavaScript?; HTML: The Barebones Structure; CSS: Adding Style to Web Pages; Software for JavaScript Programming; About This Book; The Very Basics;Part I: Getting Started with JavaScript; Chapter 1: Writing Your First JavaScript Program; 1.1 Introducing Programming; 1.2 How to Add JavaScript to a Page; 1.3 Your First JavaScript Program; 1.4 Writing Text on a Web Page; 1.5 Attaching an External JavaScript File; 1.6 Tracking Down Errors; Chapter 2: The Grammar of JavaScript; 2.1 Statements; 2.2 Commands; 2.3 Types of Data; 2.4 Variables; 2.5 Working with Data Types and Variables; 2.6 Tutorial: Using Variables to Create Messages; 2.7 Tutorial: Asking for Information; 2.8 Arrays; 2.9 Tutorial: Writing to a Web Page Using Arrays; 2.10 Comments; Chapter 3: Adding Logic and Control to Your Programs; 3.1 Making Programs React Intelligently; 3.2 Tutorial: Using Conditional Statements; 3.3 Handling Repetitive Tasks with Loops; 3.4 Functions: Turn Useful Code Into Reusable Commands; 3.5 Tutorial: A Simple Quiz; Chapter 4: Working with Words, Numbers, and Dates; 4.1 A Quick Object Lesson; 4.2 Strings; 4.3 Finding Patterns in Strings; 4.4 Numbers; 4.5 Dates and Times; 4.6 Tutorial; Chapter 5: Dynamically Modifying Web Pages; 5.1 Modifying Web Pages: An Overview; 5.2 Understanding the Document Object Model; 5.3 Introducing JavaScript Libraries; 5.4 Selecting Page Elements (Revisited); 5.5 Adding Content to a Page; 5.6 Setting and Reading Tag Attributes; 5.7 Reading, Setting, and Removing HTML Attributes; 5.8 Creative Headlines; 5.9 Acting on Each Element in a Selection; 5.10 Automatic Pull Quotes; Chapter 6: Action/Reaction: Making Pages Come Alive with Events; 6.1 What Are Events?; 6.2 Using Events with Functions; 6.3 Tutorial: Highlighting Table Rows; 6.4 More jQuery Event Concepts; 6.5 Advanced Event Management; 6.6 Tutorial: A One-Page FAQ; Chapter 7: Improving Your Images; 7.1 Swapping Images; 7.2 Tutorial: Adding Rollover Images; 7.3 jQuery Effects; 7.4 Tutorial: Photo Gallery with Effects; 7.5 Advanced Gallery with jQuery lightBox; 7.6 Tutorial: lightBox Photo Gallery; 7.7 Animated Slideshows with Cycle; 7.8 Tutorial: An Automated Slideshow;Part II: Building Web Page Features; Chapter 8: Improving Navigation; 8.1 Some Link Basics; 8.2 Opening External Links in a New Window; 8.3 Creating New Windows; 8.4 Opening Pages in a Window on the Page; 8.5 Tutorial: Making Bigger Links; 8.6 Animated Navigation Menus; Chapter 9: Enhancing Web Forms; 9.1 Understanding Forms; 9.2 Adding Smarts to Your Forms; 9.3 Tutorial: Basic Form Enhancements; 9.4 Form Validation; 9.5 Validation Tutorial; Chapter 10: Expanding Your Interface; 10.1 Hiding Information with Accordion Panels; 10.2 Organizing Information in Tabbed Panels; 10.3 Tooltips; 10.4 Creating Sortable Tables;Part III: Ajax: Communicating with the Web Server; Chapter 11: Introducing Ajax; 11.1 What Is Ajax?; 11.2 Ajax: The Basics; 11.3 Ajax the jQuery Way; 11.4 JSON; Chapter 12: Basic Ajax Programming; 12.1 Tabs Plug-in; 12.2 Adding Google Maps to Your Site;Part IV: Troubleshooting, Tips, and Tricks; Chapter 13: Troubleshooting and Debugging; 13.1 Top JavaScript Programming Mistakes; 13.2 Debugging with Firebug; 13.3 Debugging Tutorial; Chapter 14: Going Further with JavaScript; 14.1 Putting It All Together; 14.2 Writing More Efficient JavaScript; 14.3 Creating Fast-Loading JavaScript;Part V: Appendix; JavaScript Resources; References; Basic JavaScript; jQuery; The Document Object Model; Ajax; Advanced JavaScript; CSS; JavaScript Software;Colophon;
Synopsis
JavaScript is essential for creating modern, interactive websites. But, unlike HTML and CSS, JavaScript is a true programming language with complex rules that are challenging for most web designers to learn. This work teaches you how to use JavaScript in sophisticated ways - even if you have little or no programming experience., JavaScript is an essential language for creating modern, interactive websites, but its complex rules challenge even the most experienced web designers. With "JavaScript: The Missing Manual," you'll quickly learn how to use JavaScript in sophisticated ways -- without pain or frustration -- even if you have little or no programming experience.JavaScript expert David McFarland first teaches you the basics by having you build a simple program. Then you'll learn how to work with jQuery, a popular library of pre-built JavaScript components that's free and easy to use. With jQuery, you can quickly build modern, interactive web pages -- without having to script everything from scratch Learn how to add scripts to a web page, store and manipulate information, communicate with the browser window, respond to events like mouse clicks and form submissions, and identify and modify HTMLGet real-world examples of JavaScript in actionLearn to build pop-up navigation bars, enhance HTML tables, create an interactive photo gallery, and make web forms more usableCreate interesting user interfaces with tabbed panels, accordion panels, and pop-up dialog boxesLearn to avoid the ten most common errors new programmers make, and how to find and fix bugsUse JavaScript with Ajax to communicate with a server so that your web pages can receive information without having to reload, JavaScript is an essential language for creating modern, interactive websites, but its complex rules challenge even the most experienced web designers. With JavaScript: The Missing Manual, you'll quickly learn how to use JavaScript in sophisticated ways -- without pain or frustration -- even if you have little or no programming experience. JavaScript expert David McFarland first teaches you the basics by having you build a simple program. Then you'll learn how to work with jQuery, a popular library of pre-built JavaScript components that's free and easy to use. With jQuery, you can quickly build modern, interactive web pages -- without having to script everything from scratch! * Learn how to add scripts to a web page, store and manipulate information, communicate with the browser window, respond to events like mouse clicks and form submissions, and identify and modify HTML * Get real-world examples of JavaScript in action * Learn to build pop-up navigation bars, enhance HTML tables, create an interactive photo gallery, and make web forms more usable * Create interesting user interfaces with tabbed panels, accordion panels, and pop-up dialog boxes * Learn to avoid the ten most common errors new programmers make, and how to find and fix bugs * Use JavaScript with Ajax to communicate with a server so that your web pages can receive information without having to reload, JavaScript is an essential language for creating modern, interactive websites, but its complex rules challenge even the most experienced web designers. With JavaScript: The Missing Manual , you'll quickly learn how to use JavaScript in sophisticated ways -- without pain or frustration -- even if you have little or no programming experience. JavaScript expert David McFarland first teaches you the basics by having you build a simple program. Then you'll learn how to work with jQuery, a popular library of pre-built JavaScript components that's free and easy to use. With jQuery, you can quickly build modern, interactive web pages -- without having to script everything from scratch! Learn how to add scripts to a web page, store and manipulate information, communicate with the browser window, respond to events like mouse clicks and form submissions, and identify and modify HTML Get real-world examples of JavaScript in action Learn to build pop-up navigation bars, enhance HTML tables, create an interactive photo gallery, and make web forms more usable Create interesting user interfaces with tabbed panels, accordion panels, and pop-up dialog boxes Learn to avoid the ten most common errors new programmers make, and how to find and fix bugs Use JavaScript with Ajax to communicate with a server so that your web pages can receive information without having to reload
LC Classification Number
QA76.73.J39
Artikelbeschreibung des Verkäufers
Info zu diesem Verkäufer
Tom and Anthony Hardware
98,8% positive Bewertungen•51 Tsd. Artikel verkauft
Angemeldet als privater VerkäuferDaher finden verbraucherschützende Vorschriften, die sich aus dem EU-Verbraucherrecht ergeben, keine Anwendung. Der eBay-Käuferschutz gilt dennoch für die meisten Käufe.
Verkäuferbewertungen (17'676)
- p***i (4344)- Bewertung vom Käufer.Letzter MonatBestätigter KaufGood communication.
- l***a (108)- Bewertung vom Käufer.Letzter MonatBestätigter KaufGreat service
- s***d (560)- Bewertung vom Käufer.Letzter MonatBestätigter Kaufshipped fast, packaged great and just what I ordered.
Noch mehr entdecken:
- David Baldacci Belletristik-Bücher,
- Hörbücher David Baldacci,
- Hörbücher David Sedaris,
- Hörbücher David Walliams,
- Hörbücher David Nathan,
- David Baldacci Hörbücher Krimis & Thriller,
- David Walliams Belletristik-Bücher,
- Bücher über Thriller David Baldacci Belletristik,
- Bücher David-Baldacci-Belletristik-Jugendliche,
- Englische Belletristik David Baldacci Bücher