Skip to content

Designing Active Server Pages Scott Mitchell's Guide to Writing Reusable Code

Best in textbook rentals since 2012!

ISBN-10: 0596000448

ISBN-13: 9780596000448

Edition: 2000

Authors: Scott Mitchell

List price: $34.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

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…    
Customers also bought

Book details

List price: $34.99
Copyright year: 2000
Publisher: O'Reilly Media, Incorporated
Publication date: 10/24/2000
Binding: Paperback
Pages: 362
Size: 7.00" wide x 9.25" long x 0.75" tall
Weight: 1.298
Language: English

Preface
Introduction
What Is Application Design?
What's Wrong with ASP Design?
Why Hasn't ASP Design Advanced?
What Can Be Done to Improve ASP Design?
Further Reading
Choosing a Server-Side Scripting Language
The Popularity of VBScript
Specifying the Scripting Language
Creating ASP Pages with JScript
Creating ASP Pages with PerlScript
Creating ASP Pages with Python
Further Reading
Exception Handling
A Bit of Terminology
Detecting When Exceptions Occur
Responding to Exceptions
Creating Custom HTTP Error Pages
Further Reading
Regular Expressions, Classes, and Dynamic Evaluation and Execution
Using the RegExp Object
Using Object-Oriented Programming with VBScript
Using Dynamic Evaluation and Execution
Further Reading
Form Reuse
The Importance of Code Reuse
A Primer on Form Use
Form Validation
Creating Reusable Server-Side Form Validation Routines
Developing Reusable Form Creation Routines
The Practicality of Reuse
Further Reading
Database Reuse
Examining Database Usage
The Building Blocks for Creating Reusable Administration Pages
Creating Reusable Administration Pages
Further Reading
Using Components
COM--A Quick Overview
Lesser-Known Microsoft COM Components
Enhancing Microsoft's COM Components
Building Components
Further Reading
Enhancing Your Web Site with Third-Party Components
Executing DOS and Windows Applications on the Web Server with ASPExec
Obtaining Detailed Information About Your Users's Browsers
Grabbing Information from Other Web Servers
Encrypting Information
Uploading Files from the Browser to the Web Server
Why Reinvent the Wheel?
Further Reading
Index