Have one to sell? Sell yours here
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.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Designing Active Server Pages [Paperback]

Scott Mitchell
4.0 out of 5 stars  See all reviews (33 customer reviews)


Available from these sellers.


Formats

Amazon Price New from Used from
Paperback --  
Unknown Binding --  
Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now

Book Description

September 18, 2000

Developers of Active Server Pages often reinvent the wheel. Their background in web design, with its separate HTML page for each viewable web page on a site, leads many ASP developers to create a distinct ASP page each time they think they need one. Often times, these pages are functionally similar. With intelligent planning, an ASP developer stands to save a great deal of time by creating reusable ASP pages. Designing Active Server Pages is tailor-made for these developers.

There is currently a plethora of Active Server Pages books. However, the vast majority of these books are either technical references or how-to books for beginners. Designing Active Server Pages is written for the intermediate to advanced user. Furthermore, nearly every other book on ASP focuses on using VBScript, even though ASP supports an array of scripting languages, including JScript and PerlScript. Designing Active Server Pages shows how to start using these other languages.

The latest version of the scripting engines (Version 5.1 for VBScript) adds new features not available before the 5.0 release. These features include class support for VBScript, and Regular Expression searching through the use of a COM object. Designing Active Server Pages explains why using classes in VBScript is beneficial, and demonstrates the power of regular expression searching.

This book shows how to simplify the process by only requiring one ASP page to handle ALL of the Forms throughout a web site, thus reducing the amount of code one has to write.

Topics include:

  • Using various Microsoft and third-party components to enhance ASP pages
  • Creating components using VB and/or VC++
  • Sample code for performing routine ASP tasks
  • Techniques to allow for reusable database scripts on the database system and on ASP pages
  • How to obtain and register third-party components, thus saving massive amounts of time by reusing someone else's code

Designing Active Server Pages is for developers who have already mastered the basics of ASP application development and are ready to take the next logical step. It is sure to become an indispensable part of every web developer's library.


Customers Who Bought This Item Also Bought


Editorial Reviews

Amazon.com Review

Designing Active Server Pages provides an important tool for often-overworked ASP programmers: a set of techniques for making the wisest use of the technology in a production environment. Targeting an audience of readers who already are seasoned in ASP, author Scott Mitchell explores techniques for producing "reusable and robust ASP applications."

Presentation and example compose the approach here, with concise tables of information and descriptions that make the book a fast read. Mitchell explores the benefits of the VBScript 5.0 scripting engine, and illustrates how to exploit the new RegExp object fully and build object-oriented code by using VBScript classes--another welcome addition to the coding platform. ASP programmers will find techniques for which they've been longing, such as centralized error-handling pages and reusable database administration forms.

Creation of and best practices for implementing COM components, useful standard components (like the Content Linker and AdRotator), and third-party components (such as ASPEncrypt and SA-FileUp) are discussed. Designing Active Server Pages doesn't stop with mere descriptions of these components, but also provides solutions for common needs, such as uploading files to binary fields in Microsoft SQL Server and sending encrypted e-mail.

With its advanced techniques and practical perspective, this book is perfect for those who look to stay on the cutting edge of ASP programming. --Stephen W. Plain

Topics covered:

  • Choosing a server-side scripting language
  • Exception handling
  • Regular expressions
  • Building reusable forms
  • Reusable database administration pages
  • COM overview
  • Lesser-known Microsoft COM components
  • Important third-party COM components

About the Author

Scott Mitchell is the co-founder of one of the most popular ASP resource destinations on the Internet, http://www.4guysfromrolla.com/. Originally started as a college project, 4Guys quickly blossomed into a community of serious web developers. The site attracts tens of thousands of experienced ASP developers every day, and unlike other communities, it also offers a warm welcome and advice for those new to Active Server Pages. In addition to 4guysfromrolla.com, Scott has extensive experience building real-world web sites using Active Server Pages, including building an intranet tool for Microsoft's Office Group.


Product Details

  • Paperback: 348 pages
  • Publisher: O'Reilly Media; 1 edition (September 18, 2000)
  • Language: English
  • ISBN-10: 0596000448
  • ISBN-13: 978-0596000448
  • Product Dimensions: 7 x 0.8 x 9.2 inches
  • Shipping Weight: 1.3 pounds
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (33 customer reviews)
  • Amazon Best Sellers Rank: #1,655,039 in Books (See Top 100 in Books)

More About the Author

As editor and main contributor to 4GuysFromRolla.com, a popular ASP/ASP.NET resource Web site, Scott Mitchell has authored several hundred articles on Microsoft Web Technologies since 1998. In addition to his vast collection of online article, Scott has written numerous books on ASP/ASP.NET as well as articles for Microsoft's MSDN Magazine and asp.net PRO.

Scott's non-writing accomplishments include speaking at numerous ASP/ASP.NET user groups and ASP.NET conferences across the country. Scott has also taught numerous classes on ASP.NET and related technologies at the University of California[md]San Diego University Extension. In addition to teaching and writing, Scott also is a software developer. He works as an independent consultant and has authored and sold a number of commercial software applications.

Scott can be reached at mitchell@4GuysFromRolla.com; his blog is available at www.ScottOnWriting.NET.

Customer Reviews

If you have any programming experience in other languages and are moving to ASP, get this book. Brian Groover  |  6 reviewers made a similar statement
I have found this book to be clearly written and well layed out. Stephanie Manley  |  5 reviewers made a similar statement
Most Helpful Customer Reviews
25 of 27 people found the following review helpful
5.0 out of 5 stars Good for all levels October 18, 2000
Format:Paperback
As a web developer, I've been using ASP for a couple years and would consider myself and intermediate ASP programmer. I've built up a collection of books on the topic, mostly referring to WROX books for their reference quality.

ASP isn't my primary function at my job, so I don't get to work daily on developing and using my skills. I've recently been looking to improve my ability in this area, and inject some new ideas into the way I accomplish things in code. This book was the perfect answer!

If you're new to ASP or programming, you'll appreciate the emphasis on structure and conventions. If you're experienced with ASP, you'll appreciate the ideas presented here. I especially like the work on code reusability.

This is definitely one of the best ASP books I've seen in a long time.

Comment | 
Was this review helpful to you?
20 of 21 people found the following review helpful
3.0 out of 5 stars Disappointing November 21, 2000
By Mark
Format:Paperback

This is a mediocre book that doesn't have a very good focus. The first four chapters are fine as introductory chapters, discussing how to pick a server-side scripting language, how to handle exceptions and "regular expressions, classes and dynamic evaluation and execution" (i'm not sure how those got lumped together!) There are two main chapters, one on form reuse (that has some reasonably useful info) and one on a reusable database admin page, which may or may not be useful. The methodology is interesting but it seems to have limited usefulness. The final chapters outline COM & how to use 3rd party COM objects. The information here is at a very high level and you would best be served by getting a book devoted to that topic.

My biggest concern with the book is that the title is hopelessly misleading. There is almost nothing on "designing" active server pages. We are instead led through a couple of administration apps and a high-level intro to COM & how to use 3rd party components. I expected information on how to structure your application, on performance issues, on scalability, on security, session & application variables, maybe even something on database issues. Unfortunately most of the author's advice seems could be summarized with "encapsulate your code: use classes, COM objects and include files".

I found that a lot of the writing seemed wordy and repetitive, unlike most O'Reilly books. Also this book seems pitched at intermediate developers, say those that are familiar with the syntax but don't have much expertise in building multi-page ASP applications. I don't think experienced ASP developers would get much out of this book, since they probably have written their own code to accomplish some of the things discussed in this book.

I wanted to give this book a good review, being a big fan of the author's web site,.... Unfortunately this book is not a keeper. If you want ASP books get "ASP in a Nutshell" (O'Reilly) for the syntax, "Developing ASP Components" (O'Reilly) if you want to get into COM and Professional Active Server Pages 2/3 (Wrox) for an excellent look at real ASP programming in an enterprise.

Comment | 
Was this review helpful to you?
5 of 5 people found the following review helpful
5.0 out of 5 stars well written advanced book October 14, 2000
Format:Paperback
theres very few ASP books written that go beyond teaching you WHAT things do. this book, meant for intermediate to advanced users, delves into the WHY and HOW to do things. It teaches you how create your applications correctly, focusing on creating modular, reusable code. highly recommended.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
4.0 out of 5 stars Excellent Book
This book is very helpful if you want to learn advanced ASP programming techniques. After I bought a basic ASP programming book with discount through couponsky. Read more
Published on May 17, 2005 by David Tim
1.0 out of 5 stars Disappointing
I am sorry. In my opinion this book is a waste of paper. I have
tried to find some answers to simple questions
about ASP in this book. Read more
Published on January 3, 2004
5.0 out of 5 stars Excellent Book
Scott Mitchell is an excellent author. I love his articeles on 4GuysFromRolla.com. I am freelance internet consultant and have used most of the examples in this book in one form or... Read more
Published on December 9, 2002 by M. T. Birdsall
4.0 out of 5 stars Excellent work, but please organize the sample code
This VERY young author has done something seasoned technical writers twice his age have not often done: written an extremely useful, information and well thought out book, with... Read more
Published on July 10, 2002
5.0 out of 5 stars Program Design for ASP
I have around 20 titles in my personal library which focus directly or indirectly on ASP. This is simply the best. Read more
Published on February 23, 2002 by Brian Groover
5.0 out of 5 stars once you know the basics, get this book
This book is basically about ASP programming techniques.
Most ASP books out there teach you the basics of ASP, or
working with something specific in ASP. Read more
Published on January 10, 2002 by Serious
5.0 out of 5 stars Designing Active Server Pages
This is by far the best, if not the only book I've seen published on advanced ASP programming methodologies. Read more
Published on June 12, 2001 by Richard M. Mendez
5.0 out of 5 stars Well-written, good design advice, solid coding standards
This is a terrific little book. Don't expect to learn ASP from the ground up: Mitchell jumps right into the code, without wasting hundreds of pages on basics the way so many other... Read more
Published on June 11, 2001 by "ewp2000"
2.0 out of 5 stars Designing Active Server Pages
This book is certainly not for someone just beginning to learn how to design ASP for the web. It may be more useful as a reference, but even then I somewhat question it. Read more
Published on June 7, 2001 by Fred Deitz
5.0 out of 5 stars Asp Class very clear
I have read lot of book about ASP this book is the best book for argoment about Class.
Published on May 24, 2001 by Domenico Cozzolino
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


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

Forums

There are no discussions about this product yet.
Be the first to discuss this product with the community.
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category