See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

81 used & new from $0.01

Have one to sell? Sell yours here
 
 
Designing Active Server Pages
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Designing Active Server Pages (Paperback)

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


Available from these sellers.


31 new from $3.74 50 used from $0.01
Also Available in: List Price: Our Price: Other Offers:
Paperback (Bargain Price) 13 used & new from $3.00
Like this book? Find similar titles from O'Reilly and Partners in our O'Reilly Bookstore.

Customers Who Bought This Item Also Bought

Developing ASP Components (2nd Edition)

Developing ASP Components (2nd Edition)

by Shelley Powers
4.3 out of 5 stars (23)  $37.96
ASP in a Nutshell, 2nd Edition

ASP in a Nutshell, 2nd Edition

by Keyton Weissinger
4.1 out of 5 stars (61)  $23.36
Active Server Pages Bible

Active Server Pages Bible

by Eric A. Smith
3.0 out of 5 stars (26)  $38.80
ASP 3.0 Programmer's Reference

ASP 3.0 Programmer's Reference

by Richard Anderson
Professional Active Server Pages 3.0

Professional Active Server Pages 3.0

by Alex Homer
Explore similar items

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


Product Description
Developers of Active Server Pages often reinvent the wheel, creating 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. Our book is designed 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. 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.

See all Editorial Reviews

Product Details

  • Paperback: 348 pages
  • Publisher: O'Reilly Media, Inc.; 1 edition (September 18, 2000)
  • Language: English
  • ISBN-10: 0596000448
  • ISBN-13: 978-0596000448
  • Product Dimensions: 9 x 7 x 0.9 inches
  • Shipping Weight: 1.3 pounds
  • Average Customer Review: 4.0 out of 5 stars See all reviews (33 customer reviews)
  • Amazon.com Sales Rank: #840,998 in Books (See Bestsellers in Books)

Look Inside This Book

Citations (learn more)
2 books cite this book:

What Do Customers Ultimately Buy After Viewing This Item?

Designing Active Server Pages
56% buy the item featured on this page:
Designing Active Server Pages 4.0 out of 5 stars (33)
Active Server Pages Bible
24% buy
Active Server Pages Bible 3.0 out of 5 stars (26)
$38.80
Sams Teach Yourself Active Server Pages 3.0 in 21 Days
20% buy
Sams Teach Yourself Active Server Pages 3.0 in 21 Days 4.7 out of 5 stars (88)
$31.49

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below.

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

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 Reviews

33 Reviews
5 star:
 (18)
4 star:
 (5)
3 star:
 (4)
2 star:
 (3)
1 star:
 (3)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (33 customer reviews)
 
 
 
 
Share your thoughts with other customers:
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
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 Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
19 of 20 people found the following review helpful:
3.0 out of 5 stars Disappointing, November 21, 2000
By Mark (Ottawa, Canada) - See all my reviews

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 Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
7 of 7 people found the following review helpful:
5.0 out of 5 stars Well-written, good design advice, solid coding standards, June 11, 2001
By "ewp2000" (Dedham, MA United States) - See all my reviews
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 ASP books do. Once you're familiar with the ASP world, this book is a great guide to solid coding standards. Think project design: setting up error handling, form validation, #INCLUDEs, and so on. I had already learned most of it the hard way, but it was still a pleasure to see all those things laid out so clearly.

Then Mitchell takes you on a detailed excursion into his reusable database administration pages. Clear exposition of design goals, modular design with classes, walking through unit testing: It was like a thorough, well-written code review. I had some minor quibbles with the code (mostly regarding embedding HTML tags in places I wouldn't have done). And certain aspects of the design aren't practical on large systems. But it still stands as an excellent little project and documentation example.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
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 4, 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... 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 24, 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 J. Stockman

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

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

5.0 out of 5 stars Must have for ASP designers
Do you find yourself continually writing code that invokes a sense of deja vu? Do you keep planning to rewrite that function that has spawned too many variations to count? Read more
Published on May 22, 2001 by Yonn Samuels

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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

   
Related forums


Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Summer Sales

Omaha Steaks Hamburgers
Shop the summer food sale and save up to 50% on salsas and spreads, steaks and burgers, seafood, oils and vinegars, and desserts, only at Amazon Gourmet.

See all sale items

 

Best Books of 2008

Best of 2008
Find our top 100 editors' picks as well as customers' favorites in dozens of categories in our Best Books of 2008 Store.
 

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 

Best Books

Best of the Month
See our editors' picks and more of the best new books on our Best of the Month page.
 

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates