Join Books.org — it's free

Computer Programming, Web Programming/Development, Internet & World Wide Web
Designing Active Server Pages: Scott Mitchell's Guide to Writing Reusable Code by Scott Mitchell β€” book cover

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

by Scott Mitchell, Ron Petrusha
Write a review
Log in to track your reading progress.

Overview

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.

Synopsis

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 codeforperforming 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.

Booknews

Shows Active Server Pages (ASP) developers how to reuse code by looking for common functionality and by separating the presentation element of web pages from script. Covers areas including scripting blocks or code libraries, developing and using classes, maximizing ASP's language independence by using another scripting language, and creating simple COM components to encapsulate common functionality by using the Microsoft Script Component Wizard. Focus is on ASP 3.0 and VBScript 5.0+. Mitchell is cofounder of an ASP resource on the Internet. Annotation c. Book News, Inc., Portland, OR (booknews.com)

About the Author, Scott Mitchell

Scott Mitchell is a professional web developer and the brains behind 4guysfromrolla.com, a popular online resource for ASP programmers and the 1998 ASP Website of the Year. A master of ASP and related technologies, Scott provides technical articles and advice to developers from around the world. As a consultant, Scott has built 3-tier solutions using Active Server Pages and other technologies for clients large and small, and most recently was contracted by Microsoft as a Software Engineer for the Office Release group.

Reviews

There are no reviews yet. Log in to write one.

Editorials

From Barnes & Noble

Anyone can create one Active Server Page -- but when you're building large-scale applications with ASP, it's just plain inefficient to use yesterday's one-off techniques. You need to design your Active Server Pages, organize them for easy maintenance and reuse. Now you can -- with the one book that brings sanity to ASP development. This book covers every technique you need: dynamic server-side includes, modularization, VBScript classes, reusable administration pages, third-party components, and more.

Booknews

Shows Active Server Pages (ASP) developers how to reuse code by looking for common functionality and by separating the presentation element of web pages from script. Covers areas including scripting blocks or code libraries, developing and using classes, maximizing ASP's language independence by using another scripting language, and creating simple COM components to encapsulate common functionality by using the Microsoft Script Component Wizard. Focus is on ASP 3.0 and VBScript 5.0+. Mitchell is cofounder of an ASP resource on the Internet. Annotation c. Book News, Inc., Portland, OR (booknews.com)

Book Details

Published
September 1, 2000
Publisher
O'Reilly Media, Incorporated
Pages
368
Format
Paperback
ISBN
9780596000448

More by Scott Mitchell

Similar books