JavaScript Sourcebook: Create Interactive JavaScript Programs for the World Wide Web
| |||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||
| Sort customer reviews by: | |||||||||||||||||||||||||||||
|
Show All Reviews on Page
Hide All Reviews on Page
| |||||||||||||||||||||||||||||
| JavaScript Sourcebook: Create Interactive JavaScript Programs for the World Wide Web | |||||||||||||||||||||||||||||
|
The JavaScript SourceBook is a complete tutorial and reference for using JavaScript, teaching developers how to create JavaScripts and integrate them into HTML pages. With up-to-the-minute tips on creating JavaScript applications that take full advantage of new features in NetScape 3.0, the book explores JavaScript basics and features extensive discussions of advanced techniques, including JavaScript workarounds and Java applet construction for JavaScript.
Includes CD-ROM with... A library of ready to use JavaScript Applications and routines, plus a selection of reusable Java Components that readers can build into their JavaScript programs. JavaScript allows programmers to build Web sites nearly as sophisticated as a Java Web site without having to do the actual programming. This will enable non-programmers to create Web sites with animation, 3D graphics, and more. |
|||||||||||||||||||||||||||||
|
For the HTML expert who wants to expand his or her knowledge into a thorough understanding of JavaScript, JavaScript Sourcebook is an excellent choice. This book opens with generalities about programming doctrine, appropriate use of JavaScript, and discussions of such programming concepts as variables, operators, strings, and loops. It then launches into in-depth coverage of every object, property, function, operator, expression, data type, and event handler in the JavaScript 1.1 language specification.
JavaScript Sourcebook wraps up with practical JavaScript information, including a handy "Fixing Broken JavaScript Programs" chapter that lists the 11 most common JavaScript programming errors and the methods for correcting them. There is also good documentation of JavaScript's capacity for working with HTML frames and outstanding information about advanced client-side topics, such as pull-based updates and image maps. Computer-book authors frequently load their companion CD-ROMs with the source code from the chapters and leave it at that. McComb has arranged for permission to include Bill Dortch's useful hIdaho frameset functions on the CD-ROM that accompanies JavaScript Sourcebook. Though the functions are available on the Web, having them at hand is a plus for programmers. |
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 11 of 11 | |||||||||||||||||||||||||||||
| Review Date |
Review Rating(5 High) |
Review Helpful to: |
Customer Review | Reviewer Info |
Permanent Link |
||||||||||||||||||||||||
| Reader Reviews Below Sorted by Newest First | |||||||||||||||||||||||||||||
| 03-29-01 | 2 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
The source code has lots of bugs, and generally uses mediocre software engineering practices.
The provided CD examples (when zipped) would fit on a 1.44 floppy, so don't get your hopes up that there are lots of examples. (Review Data Last Updated: 2006-09-13 14:51:02 EST)
|
|||||||||||||||||||||||||||||
| 06-10-99 | 2 | 7\8 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
First and most important, the book is outdated. The author even expresses this on his web site gmccomb.com/javascript/ and recommends the "JavaScript Bible" as an updated alternative to his own book. JavaScript Sourcebook is mostly based on Netscape Navigator 3.0.
Further, I agree with other review comments about inconsistancies and not having loads of JavaScript source code examples that I would expect from a title of "Sourcebook". One example of being inconsistant, on page 65 the author says "Despite popular belief, Java is not based on either C or C++.", then later on page 71 he states "Java is based on the C++ programming language and deeply embraces object-oriented programming precepts." (Review Data Last Updated: 2007-07-03 13:29:26 EST)
|
|||||||||||||||||||||||||||||
| 08-29-98 | 2 | 4\4 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This book would have been nice to keep on my bookshelf. But, at the very beginning I could see the inconsistencies of the programming examples. It drove me mad. So, I had to return it.
(Review Data Last Updated: 2007-03-16 10:55:56 EST)
|
|||||||||||||||||||||||||||||
| 05-11-98 | 4 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This book offers detailed descriptions of JavaScript commands, and can also be used as a reference guide by programmers. You are able to learn about object-oriented programming.
(Review Data Last Updated: 2007-07-03 13:29:26 EST)
|
|||||||||||||||||||||||||||||
| 03-22-98 | 5 | 3\3 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
The author has done a good book for beginners. If you are confused reading the first chapters, try reading from the middle of the book first! Then you will understand expressions, variables, and more programming basics.
(Review Data Last Updated: 2007-03-16 10:55:56 EST)
|
|||||||||||||||||||||||||||||
| 10-24-97 | 3 | 2\2 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This is the first and only book I've read on JavaScript. Though I have some programming experience I knew little about object oriented programming. I thought the explaination was good and the book in well organized - chapters on objects, properties, methods and functions, etc. My complaint is this: there is some confusing stuff here. Programming elements are used in examples before they are explained. Though some of this is necessary, he could have used simpler examples in many places. Also, he used different ways to call functions in the examples. For example, to call a function from a mouse event, he used no arguments one time and used arguments in another example. Both ways work, but it confused me. It is a pretty good reference book. Following the table of contents most instructions are listed alphabetically with page numbers. The explainations are in sections with the program elements in easy to spot bold type.
(Review Data Last Updated: 2007-07-03 13:29:26 EST)
|
|||||||||||||||||||||||||||||
| 10-23-97 | 3 | 2\2 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This is the first and only book I've read on JavaScript. Though I have some programming experience I knew little about object oriented programming. I thought the explaination was good and the book in well organized - chapters on objects, properties, methods and functions, etc. My complaint is this: there is some confusing stuff here. Programming elements are used in examples before they are explained. Though some of this is necessary, he could have used simpler examples in many places. Also, he used different ways to call functions in the examples. For example, to call a function from a mouse event, he used no arguments one time and used arguments in another example. Both ways work, but it confused me. It is a pretty good reference book. Following the table of contents most instructions are listed alphabetically with page numbers. The explainations are in sections with the program elements in easy to spot bold type.
(Review Data Last Updated: 2007-03-16 10:55:56 EST)
|
|||||||||||||||||||||||||||||
| 09-21-97 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I have been using McComb's *JavaScript Sourcebook* (1996) for nearly a year to teach myself JavaScript and develop scripts for my professional use (internet based university teaching). I have consulted other books (e.g., Reaz Hoque, *Practical Java Script Programming* (1997)) and extensively mined online JavaScript websites, including the online version of *Complete Idiots Guide to JavaScript* and Netscape's online Reference. Without doubt, McComb's is the most comprehensive, most clearly written, and most practical book (and his website is also useful). His exposition of how JavaScript programming language is structured is a clear tutorial enabling rapid grasp of the essentials. His explanation of methods, functions, variables, events, and other elements of JavaScript scripting is a model of clear exposition. After having spent several years coping with Perl to build interactive teaching programs, McComb's book stands tall as an example of how to write for the intermediate as well as beginning programmer; it has made JavaScript a surprisingly easy substitute for even complicated cgi and Perl programs. Without his book, I could not have adapted some of the cut-and-paste scripts that are available in various JavaScript WWW archives. McComb's practical scripts discussed in the book are especially valuable. I have been able quickly to adapt his password and database scripts to my own use. I fail to understand where the critics of this book who have written negative reviews for this Amazon page are coming from. Their criticisms are without foundation
(Review Data Last Updated: 2006-05-15 15:24:37 EST)
|
|||||||||||||||||||||||||||||
| 06-23-97 | 2 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I thought this book was too vague and too inconsistent. Beyond this the book didn't cover the advanced issues I needed to learn. Lucky for me I found a great JavaScript reference in a rather unlikely place, William Stanek's Netscape ONE Developers Guide, which covers JavaScript 1.2, server-side JavaScript (LiveWire), plug-in programming and much more in great detail. Try THAT book...You won't be disappointed. Gre
(Review Data Last Updated: 2006-05-15 15:24:37 EST)
|
|||||||||||||||||||||||||||||
| 06-03-97 | 2 | 1\1 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
The reader can really get a basic understanding of JavaScripting however, very few of the examples in the book nor the CD ROM are functional. Being a JavaScript novice I did not appreciate the hours I spent correcting technical mistakes in the book and the CD that would prohibit most script examples from working. I look forward to a free copy of the second revision. With working scripts I would have given the book a 9
(Review Data Last Updated: 2006-05-15 15:24:37 EST)
|
|||||||||||||||||||||||||||||
| 02-12-97 | 2 | 1\1 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This book has many pages and examples but, sadly, very few are complete with details. Author uses a subjective style which, and he says it is his intent, that provides few/no comments on coding of intricate details of a highly technical subject. Few screen displays are given of the outcome of gobs of incomplete code. I am still searching for a very good JavaScript reference and know that the Official Netscape JavaScript Book only rated a 4. Newsgroup says JavaScript Bible by D. Goodman is a 9 but can not locate it.
Euphemisms of "secret sauce" and "know the secret", egads. This book had great spurts but needed additional inputs.
(Review Data Last Updated: 2006-05-15 15:24:37 EST)
|
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 11 of 11 | |||||||||||||||||||||||||||||
| All Books | Arts | Biography | Click Here For An A-Z Index Of All 213 Best-Seller Subjects | Business | Children's | Comics | ||||||
| Computers | Cooking | Engineering | Entertainment | Health | History | Home | Horror | Humor | Law | Fiction | Medicine | Mystery |
| Nonfiction | Outdoors | Parenting | Professional | Reference | Religion | Romance | Science | Sci-Fi | Sports | Teens | Travel | |