Binding: Paperback Dewey Decimal Number: 005 EAN: 9780789721266 ISBN: 0789721260 Label: Que Manufacturer: Que Number Of Items: 1 Number Of Pages: 320 Publication Date: October 14, 1999 Publisher: Que Sales Rank: 2021618 Studio: Que
Editorial Review:
Product Description In WebClasses From Scratch, best selling author Jesse Liberty takes a professional yet casual tone as he demonstrates the most direct path to creating robust and scalable data-intensive Web products using the Distributed interNet Application (DNA) architecture. Through the sample program, EmployeeNet, you learn how to create and deploy Web databases using key technologies like Visual Basic 6, HTML, ASP, Web Classes, MTS, COM+, and SQL Server 7 in the context of creating a working, deployable Intranet application.
Customer Reviews
Average Rating:
Rating: - From Scratch - a teaching manual
When I started studying WebClasses (May 2001) I looked at a lot of different places, the web, training sites, magazines, and books. In my research, I read just about everyone of the reviews on this book and also on Wrox Press VB6 Web Programming. I bought both.
I don't need to repeat the drawbacks of this book that the other reviews already have mentioned. However, I do wish to emphasize one item that some one else brought out. This book is a mainly a teaching book. Not in the since ... Read More
Rating: - If you are new to webclasses this book is a good start.
I Found this book very easy to follow as Jesse explains webclasses by one big example. I miss some explaining about "extra special features", but this book is good if you want a quick start. Also look at the book "Visual Basic Developer's Guide to Asp and Iis" thoug.
Rating: - Overrates WebClasses.
What about the Netscape browser-resizing problem when Response.Expires = 0 ?
Rating: - WATCH OUT FOR VS6SP3 AND THIS CODE!
I like this book. It is interesting the polar opinions on it: a few hate it. ISTM that they don't understand that the book is a work of clear pedagogy. These people seem threatened by something that is well-written, almost as if it punctures their cloud of confusion..Fascinating- these reviews. OK - the code doesn't work under VS6 SP3 because the TagContents string (which is what gets substituted in the template for sending to the browser) gets truncated. A workaround is: 1. put ... Read More
Rating: - Webclasses from Scratch- proceed with caution
This book will get you up and running - that's for sure. It does get hard to follow after chp6, expecially for the novice. It's worth the money if you need to know Webclasses. Liberty does a good job of helping you with bugs on his website. However, if you are new to VB , PLEASE look elsewhere for info on database connectivity such as Distributed Apps for VB6 (Microsoft Press). The EmployeeNet is a great example application, but the using ADO to go through an ODBC DSN is hardly cutting edge....