The 3rd edition was 304 pages, and the 4th edition is 430 pages, so there's more than 100 pages of entirely new material. New chapters include Chapter 7, Forms and Regular Expressions; Chapter 13, User Interface Design with JavaScript; Chapter 14, Applied JavaScript; and Chapter 15, Bookmarklets. Many scripts throughout the book were heavily revised to work with the current browsers and current Web standards, and to improve the explanation of issues compared to the 3rd edition. We also incorporated many of the excellent suggestions we got from the readers of the 3rd edition, to whom we are indebted. We're especially happy with one big change; in the reference section in the back of the book; the Object Flowchart and the Object Table are now printed in glorious color, making it lots easier to see which objects work in which browsers.
Yes. You'll find it on the Scripts page of this site. Of course, you can still copy and paste individual scripts.
There are three cases where we haven't made scripts available for download:
Between teaching and working on our next books, we're not taking on any consulting projects at this time. Thanks for asking, though.
No. If we did, we would never have time to write our next books. And you wouldn't learn as much.
Sorry, no. Go talk to the author of the other book.
Again, we can't, because we get so much mail that we would never get new work done. We can recommend a really good HTML book, though; it's HTML 4 for the World Wide Web, 4th Edition, by our friend Elizabeth Castro. Clicking that link and buying that book from Amazon makes both us and Liz happy. Special note for the cat fancier: our cat Pixel is prominently featured on Page 109.
Sure you can. We just can't promise to answer individual questions, because of the time it takes. We will put frequently asked questions (and their answers!) here on this page as they come in.
Not in this world of viruses being spread with email attachments. We've already been sent viruses by accident (or at least, they said it was an accident); we don't want any more. So we never open any files sent to us by people we don't know. Instead, you should post your pages on the Web, then send us the URL so we can take a look at the problem. We trust you, of course; it's the other guys that made us come up with this rule.
Most of the questions we get have to do with image manipulation: rollovers, banners, etc. It's difficult to debug scripts that involve images without having the images available, as quite often, the problem has to do with the way the images are referenced (e.g., directory structure issues, proper capitalization issues). So again, please, send us a URL of the problem page, and we'll be happy to take a look at it.
We thought it was pretty straightforward to find it on MS's site, so we left the URL out of the book, as Microsoft changes their site layout from time to time. However, we've received this question a number of times, so we guess it's not as easy as we thought.
The home page for Windows Script Technologies is at http://www.msdn.microsoft.com/scripting. Once you go there, you'll see "Script Debugger" as a choice in the left-hand navigation bar. The Windows Script Technologies site is worth bookmarking; you can find lots of useful information there about JScript if you poke around.
If you use the code from our book, we're happy to help you. However, if you use the code from our book and ask Macromedia or Adobe for help, they'll require you to start using their products first.
We have to ask the same thing. If you have a problem with an Adobe product, please contact Adobe. If you have a problem with a Macromedia product, please contact Macromedia. And if you have a problem with our code, please contact us. But the two of us can't afford to give multi-million dollar software companies free support for their products.
You also might consider purchasing one of these books: GoLive VQS, GoLive Bible, Dreamweaver VQS, or Dreamweaver Bible.
Actually, those scripts work just fine in IE... when they're put on the web. There's a problem in IE where they don't work when run from your local hard drive. And unfortunately, that's an IE bug, and not one that we can fix. Given, though, that once you upload it to your site they all work fine, it hasn't actually inconvenienced anyone.
Those are just example names for CGIs--it's literally "some action"; any action that you want it to be. We don't actually have any CGIs, as they're not required to test or use the JavaScript scripts in that chapter. If you want to learn to write CGI's, we recommend Elizabeth Castro's book Perl and CGI for the World Wide Web: Visual QuickStart Guide.
How do I run the scripts in Chapter 15?
The scripts in Chapter 15 are not standalone scripts; they are bookmarklets. If you go to the Scripts page, you can drag each script by clicking and dragging on its name to either the personal toolbar or Favorites bar in your browser.