Vous voulez voir cette page en français ? Cliquez ici.

Have one to sell? Sell yours here
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

JavaScriptTM Bible, 4th Edition [Paperback]

Danny Goodman
3.5 out of 5 stars  See all reviews (30 customer reviews)

Available from these sellers.


There is a newer edition of this item:
JavaScript Bible JavaScript Bible
CDN$ 37.61
In Stock.

Book Description

April 1 2001 Bible (Book 104)
Aimed at the HTML designer with or without previous programming experien ce, the JavaScript Bible, Fourth Edition, brings a popular text up to dat e with a full tour of using JavaScript with all of today's Web browsers. Smart, very approachable, and filled with many useful tips, this book can put JavaScrip t development into the reach of just about anyone.

After presenting a solid tour of basic programming in JavaScript, the book cente rs in on the issues of developing JavaScript applications for real browsers. Thi s means truly comprehensive coverage of the document object model (DOM), HTML, w indow and frame objects, forms, and style sheets that are available today. In ab out 1,000 pages (and almost 30 chapters), you learn what's available in today's JavaScript standard with a reference listing every object, API, and property, pl us tips on how to use each feature. All this material makes this text an extreme ly worthwhile desktop reference for everyday JavaScript development. In particul ar, we liked that support (or lack thereof) for every feature is clearly documen ted across the full range of today's browsers from Netscape Navigator 2, 3, 4, 5 , and 6 to Internet Explorer 3 through 5.5.

Later chapters move toward the JavaScript language itself, with material on stri ngs, math functions, and dates. The author discusses techniques for adapting Jav aScript to particular browsers as well as providing cross-browser support where appropriate. Short exercises end each chapter, and the book presents sample solu tions in an appendix. Additional CD-ROM chapters move beyond the whopping 1,200 pages of printed material.

In all, the author's patient, clear writing style and real-world advice for crea ting great-looking Web pages with JavaScript make this title a winner. Readers o f previous editions of the JavaScript Bible will appreciate the updated f ocus on current browsers. For anyone who wants to learn JavaScript for the first time, this edition is arguably an unbeatable choice. --Richard Dragan

Topics covered: Introduction to JavaScript and HTML Targeting different browsers (with DHTML, style sheets, and other features) Basic Jav aScript language tutorial (including variables, operators, expressions, flow con trol, forms, and built-in APIs) Script tags Error handling Arrays Window and document objects Form processing with JavaScript Tutorial a nd reference for the String, Math, and Date classes Frames Images (inclu ding rollover support) Comprehensive JavaScript reference ECMAScript Detecting different browsers Document object model (DOM) for Netscape 2 thr ough 6 and IE 3 through 5 Generic HTML objects Window and frame objects Location and history objects Document and body objects Body text obj ects HTML directives Link and anchor objects Image and map objects Form and form control objects Working with buttons and text in HTML forms Select and option elements Table and list objects Netscape Navigato r and environment objects Event objects Style sheet reference Positi oned objects JavaScript operators Functions and custom objects Sampl e programming exercises and answers


Product Details


Product Description

From Amazon

Aimed at the HTML designer with or without previous programming experience, the JavaScript Bible, 4th Edition brings a popular text up to date with a full tour of using JavaScript with all of today's Web browsers. Smart, very approachable and filled with many useful tips, this book can put JavaScript development into the reach of just about anyone.

After presenting a solid tour of basic programming in JavaScript, the book centres in on the real issues of developing JavaScript applications for real browsers. This means truly comprehensive coverage of the document object model (DOM), HTML, window and frame objects, forms and style sheets that are available today. In about 1,000 pages (and almost 30 chapters), you learn what's available in today's JavaScript standard with a reference listing every object, API and property, plus tips on how to use each feature. All this material makes this text an extremely worthwhile desktop reference for everyday JavaScript development. Particularly useful; support for every feature is clearly documented across the full range of today's browsers from Netscape Navigator 2,3,4 and 6 to Internet Explorer 3 through version 5.5.

Later chapters move toward the JavaScript language itself, with material on strings, maths functions and dates. The author discusses techniques for adapting JavaScript to particular browsers as well as providing cross-browser support where appropriate. Short exercises end each chapter and the book presents sample solutions in an appendix. Additional CD-ROM chapters move beyond the whopping 1,200 pages of printed material.

In all, the author's patient, clear writing style and real-world advice for creating great-looking Web pages with JavaScript make this title a winner. Readers of previous editions of the JavaScript Bible will appreciate the updated focus on current browsers. For anyone who wants to learn JavaScript for the first time, this edition is arguably an unbeatable choice. --Richard Dragan

From the Back Cover

Greatly enhanced and updated from the third edition, this is the title any JavaScripter cannot afford to be without! It will cover the new powerful functionality JavaScript will gain with the release of new revs of Internet Explorer and Netscape Communicator. The book will feature essential new JS information, additional ready-to-use JavaScript applications and scores of additional JavaScripts and Web page routines.

As with the last edition, this book will bring non-technical professionals, including casual programmers and scripters, painlessly up to speed on all aspects of mastering JavaScript, including programming fundamentals, JavaScript language elements and how to use them effectively, and how to easily and efficiently add powerful new functionality to HTML documents and Java applets.


Inside This Book (Learn More)
First Sentence
Many of the technologies that make the World Wide Web possible have far exceeded their original visions. Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Reviews

Most helpful customer reviews
1 of 1 people found the following review helpful
5.0 out of 5 stars Helpful for beginner July 11 2003
By A Customer
Format:Paperback
As a non-programmer (graphic designer), I am finding this book helpful. The author does a good job not assuming too much except familiarity with html. He uses real-life comparisons to make concepts understandable. The writing style is friendly and very thorough. I was struggling to learn Javascript from Paul Wilton's Beginning Javascript. This book is making things clear that I was stumped on by approaching it very methodically, building on the simplest examples. I have also ordered 'Official Netscape Javascript 1.2 Book' by Kent which I heard was beginner-friendly. I find programmers have a hard time relating to us non-programmers! Goodman seems to have a grasp of how to present these basics to the 'rest of us'.
Was this review helpful to you?
3.0 out of 5 stars confused organization Nov 5 2003
Format:Paperback
I would give this book a five star rating for its content if it were easier to locate what I want. Particularly vexing is that the author has placed some of the content only on the CD with listings page such as 'CD-281.' After months of looking I can not find the files designated as 'CD' on the CD.
Was this review helpful to you?
5.0 out of 5 stars If you want to know how to do it, it's here July 3 2003
Format:Paperback
The "Java Script Bible" is one of the few technical books that live up to its title. It starts with the author's view of Java Script's role in the Internet, some of the challenges of dealing with the different browsers, and writing your first Java Script. This section is followed by an extensive tutorial. The tutorial covers browsers and document objects, HTML Documents, programming variables, expressions, data type conversions, decisions structures and loops, functions, arrays and windows objects. No area is left uncovered from the DOM model to Cascading Style Sheets, to XML. The book ends with a detailed section on the core language reference.

The book has examples of work-arounds for bugs, example scripts (most of which are also included on the enclosed CD-ROM). There are other excellent books available but none cover all the details of Java Script to the extent this book does. This is the most highly recommended book on Java Script that I have read to date - an absolute must on any Java Script programmer's bookshelf.

Was this review helpful to you?
Want to see more reviews on this item?
Most recent customer reviews
4.0 out of 5 stars good
This book is great,coves probably everything there is to cover in javascript but...........if you have never doen anything like this before you should start out with something more... Read more
Published on Feb 3 2004 by "alex222222222222"
5.0 out of 5 stars The best JavaScript book on the market
The best JavaScript book on the market, now also covering IE5+, NN6 and W3C DOM browser topics are covered in detail. Read more
Published on Jun 29 2003 by Foti Massimo
4.0 out of 5 stars Almost Perfect
I have started java programming with Core Web Programming by Marty Hall, and this was excellent book to start with. Read more
Published on Jun 16 2003 by Petar Banicevic
5.0 out of 5 stars The prefect book for those new to programming
I find this the perfect book for anyone new to any type of programming. This book has the perfect pace for a beginner. Read more
Published on Aug 1 2002 by Lawrence
5.0 out of 5 stars Reference-O-rama
I only own 1 javascript book - This One!

Why do I only own 1?

Well this one is written by one of the most (publicly) knowledgeable JavaScript authors on Earth - Danny... Read more

Published on Jun 26 2002 by Darren Neimke
5.0 out of 5 stars You must have this one
At my work, everyone has a personal copy of this work. I always resisted buying my own copy and would just borrow it from a colleague. Read more
Published on Jun 11 2002 by D. Kapoor
3.0 out of 5 stars JavaScript Bible
A nice book - IF - you remember that it is a reference book, NOT a tutorial. Big difference there.

To be fair, Goodman does explain in quite some detail about how browsers work,... Read more

Published on May 20 2002 by "stingerski"
3.0 out of 5 stars Good Reference, Confusing Structure
I bought this thinking it was the ultimate Javascript reference. What keeps it from being as thorough as it could be is the awful structure. Read more
Published on May 1 2002 by Donald Agarrat
2.0 out of 5 stars Not worth the time
I have two major problems with this book:
1) The author has a very wordy, labored writing style. Read more
Published on April 5 2002 by Philip Spradling
3.0 out of 5 stars Expecting More from Goodman
I purchased two O'Reilly Books to get up to speed with Browser Based GUI: Dynamic HTML 'The Definitive Reference' and JavaScript 'The Definitive Guide'. Read more
Published on Mar 29 2002 by Dylan C Phillips
Search Customer Reviews
Only search this product's reviews

Listmania!

Create a Listmania! list

Look for similar items by category


Feedback