Rating:  Summary: Teaching Bad Habits is a Bad Idea Review: This book may be fine for producing working web-pages, but it's pretty awful in these days of cross-browser applications.Furthermore, the introduction of XHTML 1.0 renders almost all the code listings pretty worthless, unless you're familiar with the new standards and how to amend what's already there. As for bad habits, this book supplies them all in spades: 1) HTML pages with no attribute. 2) HTML header tags with no namespace defines. 3) No explanation of DTDs or why pages these days at least follow the minimum necessary guidelines. 4) Unlosed tags. 5) attributes not quoted as string literals - and the book actually *recommends* this practiseand many many more. The actual VBScript/ASP section is relatively okay, but the author needs to pay more attention to the destruction of called objects, and stop using the ScriptLibrary, as it's almost never used commercially and is generally considered unstable and unsafe to run on any IIS server from which a fair degree of uptime is required. In short, probably the best option for anyone wishing to learn ASP is to get the O'Reilly book on XHTML, make a few pages and get the hang of that side of things first, and then move straight to Wrox's Professional Active Server Pages 3.0
|