|Eingestellt in Kategorie:
Ähnlichen Artikel verkaufen?

JavaScript: Das fehlende Handbuch von McFarland, David Sawyer

Tom and Anthony Hardware
(16683)
Angemeldet als privater Verkäufer
Verbraucherschützende Vorschriften, die sich aus dem EU-Verbraucherrecht ergeben, finden daher keine Anwendung. Der eBay-Käuferschutz gilt dennoch für die meisten Käufe.
US $2,00
Ca.CHF 1,61
Artikelzustand:
Sehr gut
Ganz entspannt. Rückgaben akzeptiert.
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
Wir wenden ein spezielles Verfahren zur Einschätzung des Liefertermins an – in diese Schätzung fließen Faktoren wie die Entfernung des Käufers zum Artikelstandort, der gewählte Versandservice, die bisher versandten Artikel des Verkäufers und weitere ein. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
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:
     Diners Club

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:126431369490
Zuletzt aktualisiert am 15. Apr. 2024 02:07:54 MESZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Sehr gut: Buch, das nicht neu aussieht und gelesen wurde, sich aber in einem hervorragenden Zustand ...
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
Author
David Sawyer Mcfarland
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 Bewertungen51 Tsd. Artikel verkauft

Mitglied seit Dez 2004
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.
Welcome to Raleigh Ink and Toner where you made the RITE choice when searching for high performance Toner Cartridges and Inkjet Cartridges. Here at RITE we offer high quality and perforamance with ...
Mehr anzeigen
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten
Genaue Beschreibung
4.9
Angemessene Versandkosten
4.8
Lieferzeit
5.0
Kommunikation
5.0

Verkäuferbewertungen (17'676)

Alle Bewertungen
Positiv
Neutral
Negativ