|
JavaScript @ Web Programming
Programming Shed : Programmer Store & Resources |
|
|
|
JavaScript Index - JavaScript Book : Javascript Pocket Reference
by David Flanagan Paperback: 89 pages Dimensions (in inches): 0.26 x 7.01 x 4.26 Publisher: O'Reilly & Associates ISBN: 1565925211; (October 1998) At 4.5 by 7 inches in size and only 89 pages long, the aptly named JavaScript Pocket Reference will really almost fit in your pocket. Use this guide as a companion to turn to when you're in doubt about that function syntax or you're drawing a blank on the JavaScript object model. The book concisely packs together the syntax of the scripting language, including summaries of expression and statement style. The real meat of the tiny title is an alphabetical listing of JavaScript objects, along with their associated methods, properties, and events. One nice feature of this section is the attention to the varying support between Microsoft and Netscape browser versions. However, this listing is useful only if you know what object you want to work with. Missing from the reference is a solutions-based reference to let you refresh your memory about how to do a particular task, such as validate a form field or roll over a graphic when the user moves the mouse. One drawback is the book's illustration of the object model--done only in a small diagram. This is a bit of a shame since this is one of the key topics most developers need help with. If you're rather familiar with JavaScript, this pocket reference will be helpful. New coders, however, will likely find it insufficient. --Stephen W. Plain Book Description: JavaScript is a powerful, object-based scripting language that can be embedded directly in HTML pages. It allows you to create dynamic, interactive Web-based applications that run completely within a Web browser -- JavaScript is the language of choice for developing Dynamic HTML (DHTML) content. JavaScript can be integrated effectively with CGI and Java to produce sophisticated Web applications, although, in many cases, JavaScript eliminates the need for complex CGI scripts and Java applets altogether. The JavaScript Pocket Reference is a companion volume to JavaScript: The Definitive Guide, 3rd Edition. This small book, covering JavaScript 1.2, is a handy reference guide to this popular language for Web development. It provides a complete overview of the core JavaScript language and contains summaries of both core and client-side objects, methods, and properties. Ingram: A companion volume to "JavaScript: The Definitive Guide", this small book, covering JavaScript 1.2, is a handy reference to this popular language for Web development. It provides a complete overview of the core JavaScript language and contains summaries of both core and client-side objects, methods, and properties. Customer Reviews Decent reference, but missing valuable info, March 13, 2000 Reviewer: _24fps from Atlanta, Ga While I like this reference as a whole, I find it a bit lacking for info that programmers really need. While working with Javascript just today, I found myself struggling because of this book ... it does not indicate whether a returned value from a class property is a string, integer or even a OBJECT! I found myself trying to perform a "replace" operation on an OBJECT because this book didn't tell me that it returned an OBJECT! I know it's a little nit-picking and, yes, while someone who has coded in Javascript forever might already know this, for those of us who understand programming and are just looking for a reference book to use its classes, this book is lacking of some important information. I just hope New Riders comes out with a Javascript reference -- as a Lotus Domino developer, I find their Essential Reference book perfect and invaluable! The API guide to know and love, April 14, 1999 Reviewer: A reader from USA If you already know how to program and just need to learn the JavaScript syntax this is THE book to get. Can't wait until their SQL Pocket Reference is available! just not meaty enough, August 18, 2001 Reviewer: sdlinda from san diego I use it on occasion to refresh my memory about an attribute name or a method, but I usually have to go to the big books to get any more help than that. It's skimpy. Good reference guide., June 6, 2001 Reviewer: mmeiser from Petersburg, MI USA This is a good Javascript reference. I use it all the time. Its small and easy to carry around in a laptop bag. Some areas could use a little more detail. For example, the one I need the most, window.open--what are all the window options???? Still very good and recommended though. |
|
|
© 2005-2006, Programming Shed
|