|
43 of 44 people found the following review helpful:
4.0 out of 5 stars
Just when you thought editions can't get better, November 6, 2002
Try as you might to take a class in JavaScript or implement scripts by using online resources, it remains on your to do list. You search the Internet for the scripts and can never find the exact one you want or even close enough to do tweaking. Perhaps, it's time to try an alternative and just buy a book on the subject and dive in.This book is for beginners and intermediates who are comfortable with HTML and lack the time to learn how to implement JavaScript from scratch or without resources. Negrino and Smith set up the book by the "things" you want your Web site to do rather than walk you through all the definitions, objects, operators, syntax, and all that stuff that would make the non-programmer's eyes glaze over. There are other books that serve that purpose. Open the book and go to the table of contents, find what you need, and start adding it to your Web pages. Screenshots and lines of code are on every page of the book with step-by-step guidelines of how to use and implement the script. You don't even have to type the code from scratch. Instead, go to the book's companion Web site to get the code and fix it up to meet your needs - a great time saver. If you own an earlier edition of the book, this one has 100 more pages of new material including new chapters on 7 - Forms and Regular Expressions, 11 - CSS, 13 - User Interface Design with JavaScript, 14 - Applied JavaScript, and 15 - Bookmarklets. Furthermore, the scripts in the older editions have been revised to ensure compliance with current Web standards. Chapter 7 - Forms and Regular Expressions show how to validate email addresses, file names, and URLs. It gives you a gentle introduction to regexes (regular expressions). Don't panic at the thought of them especially with the handy table of expressions and associated characters. Once you try them out, you'll wonder what you ever did without them. Chapter 13 - User Interface Design with JavaScript gives you the opportunity to create pull-down and sliding menus. Chapter 14 - Applied JavaScript has directions for creating a slideshow with captions and generating bar graphs. Colorful additions to the book are the Object Flowchart and Object Table printed in color to show you which objects are compatible with which browsers. The flowchart may be a challenge for beginners, but the table makes up for it by listing the object along with its properties, methods and event handlers. If you're looking to get cooking with JavaScript, look no further than this cookbook with easily modifiable recipes. It belongs on the Web designer's reference shelf.
|