

|
JavaScript: The Definitive Guide [ILLUSTRATED] (Paperback) (Paperback)
by David Flanagan
Category:
JavaScript, Computer & internet |
Market price: ¥ 468.00
MSL price:
¥ 448.00
[ Shop incentives ]
|
Stock:
Pre-order item, lead time 3-7 weeks upon payment [ COD term does not apply to pre-order items ] |
MSL rating:
Good for Gifts
|
MSL Pointer Review:
If you want to learn JavaScript the "right" or "computer-science" way, you only need this book - covering everything from simple variables to complex AJAX coding. |
If you want us to help you with the right titles you're looking for, or to make reading recommendations based on your needs, please contact our consultants. |
 Detail |
 Author |
 Description |
 Excerpt |
 Reviews |
|
|
Author: David Flanagan
Publisher: O'Reilly Media, Inc.
Pub. in: August, 2006
ISBN: 0596101996
Pages: 1018
Measurements: 9.1 x 7 x 1.7 inches
Origin of product: USA
Order code: BA01021
Other information: 5 edition ISBN-13: 978-0596101992
|
Rate this product:
|
- MSL Picks -
"For today's web applications, JavaScript developers are writing programs that are an order of magnitude longer than the scripts that most of us were writing five years ago. The new material on classes and namespaces explains how to structure JavaScript programs and offers techniques for successfully using JavaScript for programming..."
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:
- Scripted HTTP and Ajax - XML processing - Client-side graphics using the canvas tag - Namespaces in JavaScript--essential when writing complex programs - Classes, closures, persistence, Flash, and JavaScript embedded in Java applications
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:
- Generate a table of contents for an HTML document - Display DHTML animations - Automate form validation - Draw dynamic pie charts - Make HTML elements draggable - Define keyboard shortcuts for web applications - Create Ajax-enabled tool tips - Use XPath and XSLT on XML documents loaded with Ajax - And much more
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. - From quoting the publisher
Target readers:
Programmers, project managers, or computer lovers.
|
- Better with -
Better with
Don't Make Me Think: A Common Sense Approach to Web Usability, 2nd Edition (Paperback)
:
|
Customers who bought this product also bought:
 |
Don't Make Me Think: A Common Sense Approach to Web Usability, 2nd Edition (Paperback) (Paperback)
by Steve Krug
A guide for Web designers, programmers, project managers, and anyone else creating a Web site, clearly explaining what is needed to make good decisions about creating a usable Web site that people want to visit. |
 |
Effective Java Programming Language Guide (Paperback)
by Joshua Bloch
An essential reference on the nuances of Java, which you’ll consult from time to time. A must-own for Java developers. |
 |
Head First Java, 2nd Edition [ILLUSTRATED] (Paperback)
by Kathy Sierra, Bert Bates
A wonderful job of explaining not only the how-to, but also the "why" of Java fundamentals, in very down-to-earth language. |
 |
The Pragmatic Programmer: From Journeyman to Master (Paperback)
by Andrew Hunt, David Thomas
A classic reading on programming ranking with Code Complete and The Mythtical Man-Month. |
 |
Thinking in Java (4th Edition) (Paperback)
by Bruce Eckel
A book that has many awards and raves from programmers worldwide for its extraordinary clarity, careful organization, and real life examples. |
|
David Flanagan is a consulting computer programmer, user interface designer, and trainer. His previous books with O'Reilly & Associates include JavaScript: The Definitive Guide, X Toolkit Intrinsics Reference Manual, and Motif Tools: Streamlined GUI Design and Programming with the Xmt Library. David has a degree in computer science and engineering from the Massachusetts Institute of Technology.
|
From the publisher
JavaScript is a simple programming language from Netscape that can be embedded in your HTML web pages. It allows you to control the behavior of the web browser, add dynamically created text to your web pages, interact with the user through HTML forms (without CGI scripts), and, in version 3.0 of Netscape Navigator, even control and interact with Java applets and Navigator plugins. JavaScript is not an alternative to Java, but an ideal partner. The two languages have separate but very complementary features. Since JavaScript is a simple language that can be embedded directly into a web page, without need for compilation, it is accessible to more web page authors, and may actually have a larger short-term impact on the Web and on Internet computing than Java itself. This book is a definitive guide for JavaScript. The first eight chapters document the core JavaScript language, and the next six describe how JavaScript works on the client side to interact with the web browser and with the web page. These chapters are followed by a complete reference section that documents every object, property, method, event handler, function, and constructor used by client-side JavaScript. This book also covers the use of JavaScript on web servers, as well as the object, properties, and methods of server-side JavaScript. A separate reference section documents the interaction between JavaScript and HTML - mainly aspects of HTML that relate to JavaScript. The book describes the version of JavaScript shipped with Navigator 2.0, 2.0.1, and 2.0.2, and also the much-changed version of JavaScript shipped with Navigator 3.0, 3.0.1, and 3.0.2. LiveConnect, used for communication between JavaScript and Java applets, and commonly encountered bugs on JavaScript objects are also covered.
|
View all 12 comments |
A reader (MSL quote), USA
<2007-07-03 00:00>
Let's face it: modern programming languages from C++ to Java, Javascript, etc., are absurdly difficult designs by emotionally dysfunctional, sociopathic nerds. This book isn't boring because of its style, it's boring because Javascript has an idiotic syntax to begin with. But you'll definitely learn some solid Javascript from this book, as well as the theory behind it that will make a power programmer out of you. No single book is the total answer to subjects like this one. I'd suggest additional material, like Goodman's Javascript Bible. But I do feel that this book really is a definitive source and is essential for understanding and fully using Javascript. If you're a serious programmer, you'll need the reference material as well as the how-to sections of this work. If you're a beginner, you should definitely start here. |
Esteban (MSL quote), USA
<2007-07-03 00:00>
The book has a very good introduction to the core of client side javascript. It is a great reference for coming back to those things that you get kind of rusty on like "regular expressions" and "creating your own objects". The rest of the book is an incredibly comprehensive reference which goes into considerable detail. It's the kind of detail that a compiler manual goes into. I would prefer a version with indexes like a study bible. If you read most of this book you wont have to go around copying other peoples code snippets because you'll be to busy making up your own scripting libraries. I wish that this author would add about 300 pages on Server Side JScripting and Active Server Pages. I'm sure he could take the magic out of it in a way that most programmers could pickup in a matter of hours. |
Cody (MSL quote), USA
<2007-07-03 00:00>
This book was perfect as a "learning" book and a refernce manual. I read the book, learning by examples and excellent descriptions. Now I use the book almost everyday as a reference when I develope web applications. Roughly half of the book is a complete reference manual focusing on the syntax, methods, and properties of ALL of the Javascript components. The reference is organized by Object making it easy to find what you want. There are also plenty of cross references for easy indexing. O'Reilly has done it again. |
A reader (MSL quote), USA
<2007-07-03 00:00>
This is a wonderful reference book. Not for the beginner but the quality examples and the entire demonstrate concept is truly wonderful. This is done without being to fundamental or dry. It covers the basic important appearance of JavaScript that you would expect in any book covering a progress language. The explanation of questions you may have are already answered. The reading goes by quickly and you just seem to understand what the author is saying. I highly recommend this book to all programers.
|
View all 12 comments |
|
|
|
|