Updates
Latest Tweet
What's New?
Check out for latest innovation, a computer based training video collection
Like this Page
ASP.NET Web Development with Macromedia Dreamweaver MX 2004 Review by J. Hansen
Like drinking out of a fire hose!
I'm looking for a book to use as a text for individuals who have worked extensively with Dreamweaver but have minimal, if any, programming experience. It would seem this book was meant to address this audience with its overview of OOP. So, I was rather shocked when the author covered Inheritance, Namespaces, Directives, the Forms Code Model, Event Handlers, Postback, Viewstate and Inline Render Blocks in eight pages then with no further discussion, went on to show, as a first example, a Dropdownlist and a Calendar control. The reader is asked to follow along by typing in such code as "Calendar1.WeekendDayStyle.BackColor = System.Drawing.Color.FromName(sender.SelectedItem.Value)" with absolutely no explanation, no discussion of the properties and methods of either of these controls. Nothing.