Buy Used
Used - Very Good See details
$3.99 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
WebClasses From Scratch
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

WebClasses From Scratch [Paperback]

Jesse Liberty (Author, Foreword)
3.7 out of 5 stars  See all reviews (23 customer reviews)


Available from these sellers.



Book Description

From Scratch October 14, 1999
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.

Editorial Reviews

From the Back Cover

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.

About the Author

Jesse Liberty is the author of the international best seller Teach Yourself C++ In 21 Days as well as Teach Yourself C++ In 24 Hours, C++ From Scratch, and other books on C++ and object-oriented programming. He is a monthly columnist for C++ Report, the premier magazine on the C++ language. Before becoming an author, Jesse was Vice President of Electronic Delivery for Citibank and a Distinguished Software Engineer at AT&T.

Product Details

  • Paperback: 320 pages
  • Publisher: Que (October 14, 1999)
  • Language: English
  • ISBN-10: 0789721260
  • ISBN-13: 978-0789721266
  • Product Dimensions: 8.9 x 7.3 x 0.8 inches
  • Shipping Weight: 1 pounds
  • Average Customer Review: 3.7 out of 5 stars  See all reviews (23 customer reviews)
  • Amazon Best Sellers Rank: #4,044,582 in Books (See Top 100 in Books)

More About the Author

Silverlight Geek. (Senior Program Manager, Developer Community Liaison; Microsoft.) Helping to build a Silverlight developer community at http://SilverlightGeek.me.

Author of two dozen books on .NET and object-oriented programming including Programming C#, Learning ASP.NET with AJAX, Programming .NET 3.5 and forthcoming Programming Silverlight 4.

Queer Activist since 1971, father since 1989, avid reader since forever, eclectic music and film tastes, amateur photographer, programmer, writer, and loudmouth.

 

Customer Reviews

23 Reviews
5 star:
 (11)
4 star:
 (4)
3 star:
 (2)
2 star:
 (2)
1 star:
 (4)
 
 
 
 
 
Average Customer Review
3.7 out of 5 stars (23 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

10 of 10 people found the following review helpful:
5.0 out of 5 stars Leverage your VB skills to provide db web content., November 4, 1999
By 
Michael J. Cummings (Victorville, CA USA) - See all my reviews
This review is from: WebClasses From Scratch (Paperback)
We all know how difficult it is to find a book that is truly worthwhile. I have purchased several books on different but related topics and have been trying to synthesize the information into practical steps for a project I am working on.

Then along comes Jesse's book *Webclasses from Scratch* ! Jesse demonstrates how to use VB6, webclasses, SQL,ASP,ADO, and Javascript to produce a web-enabled database application.

I had become frustrated with getting my replacement tags to process properly. I even called Microsoft for help and the tech gave me an answer that did not work... I now see the one key element that was missing and my development schedule is back on track.

This is the ONLY book in print that *specifically* covers webclasses and Jesse does it in his own inimitable style: he assumes you are a novice VB programmer and takes it from there.

I think this is a 5 star book because it covers exactly what the title says, the example is fully functional and useful, and the style makes it very easy reading while teaching you what you want to know. Most importantly because the author demonstrates how the various technologies available to the modern VB programmer can be combined to accomplish a task.

Thank you Jesse, and I encourage you to write another one so you can cover things like how to handle rollbacks with or without MTS.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
5.0 out of 5 stars Great tutorial on a great technology, November 1, 1999
By A Customer
This review is from: WebClasses From Scratch (Paperback)
This is a great tutorial on WebClasses, and sadly one of the few books to do the technology justice. WebClasses are the Visual Basic 6.0 way to code web pages, and they rule for debugging and general maintainability. Read this book and learn why you should toss Active Server Pages in the trash (can you tell I hate ASP?). The writing is very straightforward and appropriate for someone with very little web development experience (i.e. truly "from Scratch). I lead a team of developers migrating a code base from ASP to VB 6.0 and Web Classes, and this book was very helpful for those with little web development (or even VB) experience. It briefly discusses scalability issues, but if you're looking to put up a high traffic site with the Microsoft toolset, you might be better off with Homer and Sussman's "MTS/MSMQ with VB/ASP" by Wrox.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 9 people found the following review helpful:
1.0 out of 5 stars Turn a classroom experiment into a book for money, February 3, 2000
By A Customer
This review is from: WebClasses From Scratch (Paperback)
A few months back, the company I consult for decided to experiment with webclasses. Looking for books, I found this tome in Sam's for less than $10. Since I am starting off this review with this qualifier, you should be able to tell I am not particularly enamored with this book.

If you are an beginner, and do not mind a writer patronizing you at every turn, you might actually be able to glean something from the book in between the diatribes explaining how Mr. Liberty wrote a book about almost every subject in the world of computing, as in the comment: "This book is not about object-oriented analysis and design. I already wrote one of those..." (Chapter 3) and "If that is the case, run right out and buy my misnamed book ...' (Chapter 1).

Mr. Liberty, as a C++ programmer also has a total disdain for Visual Basic, as shown in the following quote: "VB has been something of a toy I've played with in the past but not a language that I would have considered using to build a robust, extensible, maintainable, high-performance commercial application."

Mr. Liberty also shows his lack of knowledge in Visual InterDev when he states that the two tremendous drawbacks to ASP is that it is hard to debug and the code is mixed with HTML. While it is true that ASP is mixed with HTML, I would hardly say that this is necessarily a tremendous drawback. In a performance-only comparison, inline code suffers compared to compiled code, but when you consider other dynamics of application development, such as maintainability, ASP, especially when used as presentation-layer only, wins over compiled code in many ways. As to the "hard to debug" issue, this is only a problem if you a) do not know how to use the InterDev debugging tools and/or b) if you consider true debugging to be running symbolic debug information through the C++ debugging tools.

Mr. Liberty also shows his lack of keeping up with changes in Visual Basic by the use of the deprecated While ... Wend loops. This is understandable for a C++ programmer who uses VB as a toy, but should not rear its ugly head in a Visual Basic book.

In all fairness to this work, those who learn by example will find quite a bit of code to run through in this book. While the details are sketchy on many subjects, the book does cover webclasses to a certain extent. Of course, since the material is very much like a classroom experiment, you will have to figure out how to apply this to your own projects.

If you are serious about Visual Basic Internet applications, the Wrox book VB6 Web Programming is a much better bet as it covers far more than just webclasses.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject