e99 Online Shopping Mall
Help | |
Home - Computer - Javascript (Books) |
  | 1-20 of 100 | Next 20 |
click price to see details click image to enlarge click link to go to the store
1. JavaScript: The Good Parts by Douglas Crockford | |
Paperback: 176
Pages
(2008-05)
list price: US$29.99 -- used & new: US$18.09 (price subject to change: see help) Asin: 0596517742 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole-a subset you can use to create truly extensible and efficient code. The real beauty? As you move ahead with the subset of JavaScript that this book presents, you'll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book. Customer Reviews (74)
Terse Just to Show He Can
Don't code against the grain, stick to the good parts.
Excellent, Succinct Resource
A Great Book on how to write Javascript
Fantastic Book |
2. JavaScript: The Definitive Guide by David Flanagan | |
Paperback: 1032
Pages
(2006-08-17)
list price: US$49.99 -- used & new: US$27.85 (price subject to change: see help) Asin: 0596101996 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This Fifth Edition is completely revised and expanded to cover JavaScript as it is used in today's Web 2.0 applications. This book is both an example-driven programmer's guide and a keep-on-your-desk reference, with new chapters that explain everything you need to know to get the most out of JavaScript, including: Part I explains the core JavaScript language in detail. If you are new to JavaScript, it will teach you the language. If you are already a JavaScript programmer, Part I will sharpen your skills and deepen your understanding of the language. Part II explains the scripting environment provided by web browsers, with a focus on DOM scripting with unobtrusive JavaScript. The broad and deep coverage of client-side JavaScript is illustrated with many sophisticated examples that demonstrate how to: Part III is a complete reference for core JavaScript. It documents every class, object, constructor, method, function, property, and constant defined by JavaScript 1.5 and ECMAScript Version 3. Part IV is a reference for client-side JavaScript, covering legacy web browser APIs, the standard Level 2 DOM API, and emerging standards such as the XMLHttpRequest object and the canvas tag. More than 300,000 JavaScript programmers around the world have made this their indispensable reference book for building JavaScript applications. "A must-have reference for expert JavaScript programmers...well-organized and detailed." Though he does not cover server-side APIs, Flanagan has chosen to separate coverage of core JavaScript (all the keywords, general syntax, and utility objects like Array) from coverage of client-side JavaScript (which includes objects, like History and Event, that have to do with Web browsers and users' interactions with them. This approach makes this book useful to people using JavaScript for applications other than Web pages. By the way, the other classic JavaScript text--Danny Goodman's JavaScript Bible--isn't as current as this book, but it's still a fantastic (and perhaps somewhat more novice-friendly) guide to the JavaScript language and its capabilities. --David Wall Topics covered: The JavaScript language (version 1.0 through version 1.5) and its relatives, JScript and ECMAScript, as well as the W3C DOM standards they're often used to manipulate. Tutorial sections show how to program in JavaScript, while reference sections summarize syntax and options while providing copious code examples. Customer Reviews (295)
The best book on going below the surface of Javascript
A dream come true!
The author forgot what Javascript mainly is for
The name of the book really means it. THE Definitive guide!
Hope this isn't really THE definitive review |
3. JavaScript Patterns by Stoyan Stefanov | |
Paperback: 240
Pages
(2010-09-21)
list price: US$29.99 -- used & new: US$16.20 (price subject to change: see help) Asin: 0596806752 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description What's the best approach for developing an application with JavaScript? This book helps you answer that question with numerous JavaScript coding patterns and best practices. If you're an experienced developer looking to solve problems related to objects, functions, inheritance, and other language-specific categories, the abstractions and code templates in this guide are ideal -- whether you're writing a client-side, server-side, or desktop application with JavaScript. Written by JavaScript expert Stoyan Stefanov -- Senior Yahoo! Technical and architect of YSlow 2.0, the web page performance optimization tool -- JavaScript Patterns includes practical advice for implementing each pattern discussed, along with several hands-on examples. You'll also learn about anti-patterns: common programming approaches that cause more problems than they solve. Customer Reviews (4)
Sharpen your shurikens!
The most elegant JavaScript book I have ever read
Excellent book with a lot to learn from
Hit the sweet spot for me! |
4. Murach's JavaScript and DOM Scripting (Murach: Training & Reference) by Ray Harris | |
Paperback: 764
Pages
(2009-08-17)
list price: US$54.50 -- used & new: US$32.99 (price subject to change: see help) Asin: 1890774553 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Then this is the book for you! Whether you're just starting out in JavaScript or whether you're ready to move into DOM scripting, it gives you the skills you need. Here's how: #1: It's 2 books in 1: A JavaScript book and a DOM scripting book So the first half of this book is a course in JavaScript essentials. Then, the second half is a course in DOM scripting that gives you a clear understanding of how DOM scripting works, how JavaScript underlies it, and how to use it to build applications that run slide shows, use drop-down menus, rotate headlines, sort tables, provide animation, and more! That means you can gain basic to expert skills in a single book. #2: It provides a fast start #3: It shows you how to create and use event-handling libraries for browser compatibility So this book shows you how to create your own event-handling libraries of browser-compatible code, so you can draw on it as needed. It shows you how to take advantage of free, third-party libraries like jQuery and Dojo. And it helps you to appreciate, and profit from, the extensive libraries of tested code that are included in the downloadable applications for the book. #4: It shows 20 complete applications that can be used as models for new apps So this book gives you complete code for 20 professional applications. These run the gamut from business applications, like object-oriented forms validation, to entertainment apps, like a rotating, 3-dimensional carousel of images that the user can control with the mouse or keystrokes. You can download these for free from the Murach website. Experiment with them on your own, then use them as time-saving models for new applications. #5: The paired-pages format lets developers set their own pace Both beginning and experienced developers tell us that this format makes it easy to focus on the information they need, whether they're using the book for training or reference. Again, you can try this out for yourself by downloading chapters 2 and 3 for free from the Murach website. So don't wait to become an expert web developer. Get your copy of Murach's JavaScript and DOM Scripting today! Customer Reviews (25)
Excellent coverage of JavaScript
Too advanced for absolute beginners
Not for the beginner
The book is exactly what i was looking for!
Perfect Javascript + JQuery book |
5. High Performance JavaScript (Build Faster Web Application Interfaces) by Nicholas C. Zakas | |
Paperback: 240
Pages
(2010-03-23)
list price: US$34.99 -- used & new: US$19.98 (price subject to change: see help) Asin: 059680279X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description If you're like most developers, you rely heavily on JavaScript to build interactive and quick-responding web applications. The problem is that all of those lines of JavaScript code can slow down your apps. This book reveals techniques and strategies to help you eliminate performance bottlenecks during development. You'll learn how to improve execution time, downloading, interaction with the DOM, page life cycle, and more. Yahoo! frontend engineer Nicholas C. Zakas and five other JavaScript experts -- Ross Harmes, Julien Lecomte, Steven Levithan, Stoyan Stefanov, and Matt Sweeney -- demonstrate optimal ways to load code onto a page, and offer programming tips to help your JavaScript run as efficiently and quickly as possible. You'll learn the best practices to build and deploy your files to a production environment, and tools that can help you find problems once your site goes live. Customer Reviews (13)
Great asset for all Web developers!
Write High performance JavaScript
Will appeal to any Java collection
How fast should I try to be?
Great reference and really good tips |
6. Learning JavaScript, 2nd Edition by Shelley Powers | |
Paperback: 400
Pages
(2008-12-16)
list price: US$34.99 -- used & new: US$19.99 (price subject to change: see help) Asin: 0596521871 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description If you're new to JavaScript, or an experienced web developer looking to improve your skills, Learning JavaScript provides you with complete, no-nonsense coverage of this quirky yet essential language for web development. You'll learn everything from primitive data types to complex features, including JavaScript elements involved with Ajax and dynamic page effects. By the end of the book, you'll be able to work with even the most sophisticated libraries and web applications. Customer Reviews (6)
Excellent - even for Javascript beginners
Not for beginners
Not for Beginners!
Perfect for Javascript Beginners
Solid, well-written book |
7. Professional JavaScript for Web Developers (Wrox Programmer to Programmer) by Nicholas C. Zakas | |
Paperback: 840
Pages
(2009-01-14)
list price: US$49.99 -- used & new: US$19.19 (price subject to change: see help) Asin: 047022780X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This eagerly anticipated update to the breakout book on JavaScript offers you an in-depth look at the numerous advances to the techniques and technology of the JavaScript language. You'll see why JavaScript's popularity continues to grow while you delve through topics such as debugging tools in Microsoft Visual Studio, FireBug, and Drosera; client-side data storage with cookies, DOM storage, and client-side databases; HTML 5, ECMAScript 3.1, the Selectors API; and design patterns including creational, structural, and behavorial patterns. Customer Reviews (51)
Complete Coverage - review refers to 2nd edition of this book.
Good one for those who want to learn Javascript itself
One of the best books about javascript.
should be sub-titled "JavaScript: The Good Parts (the long version)"
Very neat book for those who get confused by Javascript |
8. Head First JavaScript by Michael Morrison | |
Paperback: 656
Pages
(2008-01-11)
list price: US$39.99 -- used & new: US$22.27 (price subject to change: see help) Asin: 0596527748 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description So you're ready to make the leap from writing HTML and CSS web pages to creating dynamic web applications. You want to take your web skills to the next level. And you're finally ready to add "programmer" to the resume. It sounds like you're ready to learn the Web's hottest programming language: JavaScript. Head First JavaScript is your ticket to going beyond copying and pasting the code from someone else's web site, and writing your own interactive web pages. Customer Reviews (48)
The best, the best, the best!!!!!!!!!!!!
A user friendly introduction hindered by a lack of interactivity
javascript for non-programmers?
I always recommend Head First Books
Awesome Resource for Visual Learners |
9. Object-Oriented JavaScript: Create scalable, reusable high-quality JavaScript applications and libraries by Stoyan Stefanov | |
Paperback: 356
Pages
(2008-07-24)
list price: US$39.99 -- used & new: US$33.89 (price subject to change: see help) Asin: 1847194141 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description JavaScript is the language of the browser, but it's also heavily employed in many other environments: server-side programming, desktop applications, application extensions and widgets. It's a pretty good deal: you learn one language and then code all kinds of different applications. While this book has one chapter specifically dedicated to the web browser environment including DOM, events, and AJAX tutorials, the rest is applicable to all the other environments too. This book treats JavaScript as a serious object-oriented language, showing you how to build robust, maintainable, and powerful libraries and applications. Along the way, we cover many of the recent innovations such as AJAX, JSON, and interesting design and coding patterns. After reading this book, you'll be prepared to ace your JavaScript job interview and even impress with some bits that the interviewer maybe didn't know. You should read this book if you want to be able to take your JavaScript skills to a new level of sophistication. What you will learn from this book? * Learn to think in JavaScript, the language of the web browser Who is this book written for? The book requires no prior knowledge of JavaScript and works from the ground up to give you a thorough grounding in this powerful language. If you do already know some JavaScript, you will find plenty of eye-openers as you discover just what the language can do. This book takes a do-it-yourself approach when it comes to writing code, because the best way to really learn a programming language is by writing code. You are encouraged to type code into Firebug's console, see how it works and then tweak it and play around with it. There are practice questions at the end of each chapter to help review what you have learned. Customer Reviews (22)
Object-Oriented JavaScript: Create scalable, reusable high-quality JavaScript applications and librareis
Greatest Programming Book I've Ever Read!
This book is a flop
Good book for beginners and novices - needs proofreading
Great book for who want to learn OO Javascript |
10. JavaScript: The Missing Manual by David Sawyer McFarland | |
Paperback: 544
Pages
(2008-07-01)
list price: US$39.99 -- used & new: US$20.99 (price subject to change: see help) Asin: 0596515898 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description 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! Customer Reviews (38)
Useful beginner book
Perfect for Web Designers
Also introduces the jQuery JavaScript framework
Painfully informative.
Jquery |
11. JavaScript, A Beginner's Guide, Third Edition (Beginner's Guide(Osborne Mcgraw Hill)) by John Pollock | |
Paperback: 512
Pages
(2009-09-11)
list price: US$39.99 -- used & new: US$21.18 (price subject to change: see help) Asin: 0071632956 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Create dynamic Web pages complete with special effects using today's leading Web development language. JavaScript: A Beginner's Guide, Third Edition gives you step-by-step coverage of the fundamentals, including variables, functions, operators, event handlers, objects, arrays, strings, forms, and frames. You'll also learn about more advanced techniques, including debugging and security. This hands-on guide explains how JavaScript works with XHTML Transitional and covers the new features available in JavaScript. Get started using JavaScript right away with help from this fast-paced tutorial. Designed for Easy Learning: Customer Reviews (13)
Good, but not for Kindle!
Beginners Javascript
A Beginner's Guide to JavaScript
This might have been a good beginner's JavaScript book...
JavaScript Beginners Guide, Real Easy, Maybe Too Easy |
12. Pro JavaScript Design Patterns (Recipes: a Problem-Solution Ap) by Ross Harmes, Dustin Diaz | |
Paperback: 269
Pages
(2007-12-10)
list price: US$44.99 -- used & new: US$20.74 (price subject to change: see help) Asin: 159059908X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description As a web developer, you’ll already know that JavaScript is a powerful language, allowing you to add an impressive array of dynamic functionality to otherwise static web sites. But there is more power waiting to be unlocked—JavaScript is capable of full object–oriented capabilities, and by applying OOP principles, best practices, and design patterns to your code, you can make it more powerful, more efficient, and easier to work with alone or as part of a team. With Pro JavaScript Design Patterns, you’ll start with the basics of object–oriented programming in JavaScript applicable to design patterns, including making JavaScript more expressive, inheritance, encapsulation, information hiding, and more. With that covered, you can kick–start your JavaScript development in the second part of the book, where you’ll find detail on how to implement and take advantage of several design patterns in JavaScript, including composites, decorators, façades, adapters, and many more. Each chapter is packed with real–world examples of how the design patterns are best used and expert advice on writing better code, as well as what to watch out for. Along the way you’ll discover how to create your own libraries and APIs for even more efficient coding. This book will be an invaluable learning tool for any experienced JavaScript developer. The Apress Pro series books are practical, professional tutorials to keep you on and moving up the professional ladder. You have gotten the job, now you need to hone your skills in these tough competitive times. The Apress Pro series expands your skills and expertise in exactly the areas you need. Master the content of a Pro book, and you will always be able to get the job done in a professional development project. Written by experts in their field, Pro series books from Apress give you the hard–won solutions to problems you will face in your professional programming career. Customer Reviews (21)
Improve JS skills
Better than online tutorials.
Great read
Good ideas, but needs another round of editing
Not as good... |
13. JavaScript Pocket Reference (2nd Edition) by David Flanagan | |
Paperback: 144
Pages
(2002-10-29)
list price: US$9.95 -- used & new: US$2.91 (price subject to change: see help) Asin: 0596004117 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The book concisely packs together thesyntax of the scripting language, including summaries of expressionand statement style. The real meat of the tiny title is analphabetical listing of JavaScript objects, along with theirassociated methods, properties, and events. One nice feature of thissection is the attention to the varying support between Microsoft andNetscape browser versions. However, this listing is useful only if youknow what object you want to work with. Missing from the reference isa solutions-based reference to let you refresh your memory about howto do a particular task, such as validate a form field or roll over agraphic when the user moves the mouse. One drawback is the book'sillustration of the object model--done only in a small diagram. Thisis a bit of a shame since this is one of the key topics mostdevelopers need help with. If you're rather familiar with JavaScript,this pocket reference will be helpful. New coders, however, willlikely find it insufficient. --Stephen W. Plain Customer Reviews (21)
Great Pocket Reference
Lacks an index
O'Reilly JavaScript Pocket Reference
Well-written pocket reference
Where's the rest? |
14. JavaScript Cookbook by Shelley Powers | |
Paperback: 560
Pages
(2010-07-19)
list price: US$49.99 -- used & new: US$27.48 (price subject to change: see help) Asin: 0596806132 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Why reinvent the wheel every time you run into a problem with JavaScript? This cookbook is chock-full of code recipes that address common programming tasks, as well as techniques for building web apps that work in any browser. Just copy and paste the code samples into your project -- you’ll get the job done faster and learn more about JavaScript in the process. You'll also learn how to take advantage of the latest features in ECMAScript 5 and HTML5, including the new cross-domain widget communication technique, HTML5's video and audio elements, and the drawing canvas. You'll find recipes for using these features with JavaScript to build high-quality application interfaces. Customer Reviews (5)
A well-constructed collection of JavaScript recipes, with forward-looking samples of ECMAScript 5 and HTML5
A lot of javascript solutions
Partial read review
Good jump start to get familar with new APIs |
15. Learning PHP, MySQL, and JavaScript: A Step-By-Step Guide to Creating Dynamic Websites (Animal Guide) by Robin Nixon | |
Paperback: 528
Pages
(2009-07-14)
list price: US$39.99 -- used & new: US$25.01 (price subject to change: see help) Asin: 0596157134 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (29)
Why not Jquery, instead of YUI?
If you're a beginner, stay away from this book
Excellent Book --- Jam-Packed With Valuable Info
Okay, but...
Even the PHP Guru Recommends it |
16. Test-Driven JavaScript Development (Developer's Library) by Christian Johansen | |
Paperback: 600
Pages
(2010-09-19)
list price: US$49.99 -- used & new: US$27.47 (price subject to change: see help) Asin: 0321683919 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
17. Building iPhone Apps with HTML, CSS, and JavaScript: Making App Store Apps Without Objective-C or Cocoa by Jonathan Stark | |
Paperback: 192
Pages
(2010-01-19)
list price: US$29.99 -- used & new: US$15.55 (price subject to change: see help) Asin: 0596805780 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description What people are saying about Building iPhone Apps w/ HTML, CSS, and JavaScript "The future of mobile development is clearly web technologies like CSS, HTML and JavaScript. Jonathan Stark shows you how to leverage your existing web development skills to build native iPhone applications using these technologies." "Jonathan's book is the most comprehensive documentation available for developing web applications for mobile Safari. Not just great tech coverage, this book is an easy read of purely fascinating mobile tidbits in a fun colloquial style. Must have for all PhoneGap developers." It's a fact: if you know HTML, CSS, and JavaScript, you already have the tools you need to develop your own iPhone apps. With this book, you'll learn how to use these open source web technologies to design and build apps for the iPhone and iPod Touch on the platform of your choice-without using Objective-C or Cocoa. Device-agnostic mobile apps are the wave of the future, and this book shows you how to create one product for several platforms. You'll find guidelines for converting your product into a native iPhone app using the free PhoneGap framework. And you'll learn why releasing your product as a web app first helps you find, fix, and test bugs much faster than if you went straight to the App Store with a product built with Apple's tools. This book received valuable community input through O'Reilly's Open Feedback Publishing System (OFPS). Learn more at http://labs.oreilly.com/ofps.html. Customer Reviews (26)
This is THE COOKBOOK for creating an app.
A little information can be highly profitable
What a great book!
Could have been so much better!
Short but sweet |
18. Pro JavaScript Techniques by John Resig | |
Paperback: 384
Pages
(2006-12-11)
list price: US$44.99 -- used & new: US$14.99 (price subject to change: see help) Asin: 1590597273 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Pro JavaScript Techniques is the ultimate JavaScript book for the modern web developer. It provides everything you need to know about modern JavaScript, and shows what JavaScript can do for your web sites. This book doesnt waste any time looking at things you already know, like basic syntax and structures. Expert web developer and author John Resig concentrates on fundamental, vital topicswhat modern JavaScripting is (and isnt), the current state of browser support, and pitfalls to be wary of. The book is organized into four sections: All concepts are backed up by real-world examples and case studies, and John provides numerous reusable functions and classes to save you time in your development. There are also up-to-date reference appendixes for the DOM, events, browser support (including IE7), and frameworksso you can look up specific details quickly and easily. Customer Reviews (28)
Great book, is out of the traditionalprogramming-style books
Should have been much better
Good book, not working examples
A must-read for JavaScript developers
Too Cute by Half |
19. JavaScript by Example (2nd Edition) by Ellie Quigley | |
Paperback: 912
Pages
(2010-10-15)
list price: US$39.99 -- used & new: US$21.57 (price subject to change: see help) Asin: 0137054890 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The World’s Easiest Java Script Tutorial–Fully Updated! JavaScript by Example, Second Edition, is the easiest, most hands-on way to learn JavaScript. Legendary programming instructor Ellie Quigley has thoroughly updated her classic book to deliver the skills and information today’s JavaScript users need most–including up-to-the-minute coverage of JavaScript programming constructs, CSS, Ajax, JSON, and the latest JavaScript libraries and best practices. Quigley illuminates every technique with focused, classroom-tested code examples, detailed line-by-line explanations, and real program output. This exceptionally clear, easy-to-understand book takes you from your first script to advanced techniques. It’s the only JavaScript book you’ll ever need! New in This Edition This edition has been completely updated and includes many new and completely rewritten code examples; contains fully revised and updated coverage of Cascading Style Sheets (CSS) and the Document Object Model (DOM); and fully covers modern JavaScript concepts, principles, and programming techniques. Thousands of Web developers, administrators, and power users have relied on JavaScript by Example to become expert JavaScript programmers. With this new edition, you can, too–even if you’re completely new to JavaScript. After you’ve become an expert, you’ll turn to this book constantly as the best source for trustworthy answers, solutions, and code. Customer Reviews (10)
Theory book with little practical use
Great Book for Javascripters
Terrific book.
Very good if you are the right type of reader for it
Pretty good |
20. Beginning JavaScript by Paul Wilton, Jeremy McPeak | |
Paperback: 792
Pages
(2009-10-26)
list price: US$39.99 -- used & new: US$14.38 (price subject to change: see help) Asin: 0470525932 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description JavaScript is the definitive language for making the Web a dynamic, rich, interactive medium. This guide to JavaScript builds on the success of previous editions and introduces you to many new advances in JavaScript development. The reorganization of the chapters helps streamline your learning process while new examples provide you with updated JavaScript programming techniques. You'll get all-new coverage of Ajax for remote scripting, JavaScript frameworks, JavaScript and XML, and the latest features in modern Web browsers. Plus, all the featured code has been updated to ensure compliance with the most recent popular Web browsers. Continuing in the superlative tradition of the first three editions, Beginning JavaScript, Fourth Edition, gets you up to speed on all the new advances in JavaScript development. Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file. Customer Reviews (2)
Sloppy copyediting on update |