or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
Designing Active Server Pages: Scott Mitchell's Guide to Writing Reusable Code
 
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.

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

Scott Mitchell
4.0 out of 5 stars  See all reviews (1 customer review)
RRP: £20.95
Price: £17.81 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £3.14 (15%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 1 left in stock--order soon (more on the way).
Want guaranteed delivery by Saturday, February 11? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Paperback £17.81  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Visit the Amazon.co.uk Trade-In Store for more details.

Frequently Bought Together

Customers buy this book with Beginning ASP 3.0 (Programmer to Programmer) £28.99

Designing Active Server Pages: Scott Mitchell's Guide to Writing Reusable Code + Beginning ASP 3.0 (Programmer to Programmer)
Price For Both: £46.80

Show availability and delivery details



Product details

  • Paperback: 368 pages
  • Publisher: O'Reilly Media; 1 edition (22 Sep 2000)
  • Language French
  • ISBN-10: 0596000448
  • ISBN-13: 978-0596000448
  • Product Dimensions: 23.2 x 17.8 x 2.1 cm
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (1 customer review)
  • Amazon Bestsellers Rank: 1,142,674 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Scott Mitchell
Discover books, learn about writers, and more.

Visit Amazon's Scott Mitchell Page

Product Description

Amazon.co.uk 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 are already seasoned in ASP, author Scott Mitchell explores techniques for producing "reusable and robust ASP applications".

Presentation and example comprise 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, illustrating how to fully exploit the new RegExp object and build object-oriented code using VBScript classes--another welcome addition to the coding platform. ASP programmers will find techniques they have been longing for, such as centralised error-handling pages and reusable database administration forms.

The creation and best practices for implementing COM components, useful standard components like the Content Linker and AdRotator, as well as third-party components such as ASPEncrypt and SA-FileUp are all discussed. Designing 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 looking to stay on the cutting edge of ASP programming. --Stephen W. Plain

DevASP website

"This book shows how to simplify the process by only requiring one ASP page to handle ALL of the Forms throughout a web site....Five stars."

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 organise and find favourite 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

What Other Items Do Customers Buy After Viewing This Item?


 

Customer Reviews

1 Review
5 star:    (0)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (1 customer review)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

5 of 5 people found the following review helpful:
4.0 out of 5 stars Good book for the intermediate ASP programmer., 31 Oct 2000
By A Customer
This review is from: Designing Active Server Pages: Scott Mitchell's Guide to Writing Reusable Code (Paperback)
This book isn't going to teach the ASP expert anything new, but if you've already had a little hands on experience of ASP and now want to get some real-world experience then I can recommend this book. If you're after an ASP reference book then look elsewhere.

There are some good examples and lots of tips that help you around the hidden pitfalls of designing ASP applications. Some of the tips are, however, quite generic.

A worthwhile addition to your ASP bookshelf.

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 Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.0 out of 5 stars (33 customer reviews)

25 of 27 people found the following review helpful:
5.0 out of 5 stars Good for all levels, 18 Oct 2000
By Cleveland Rob - Published on Amazon.com
This review is from: Designing Active Server Pages: Scott Mitchell's Guide to Writing Reusable Code (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.


20 of 21 people found the following review helpful:
3.0 out of 5 stars Disappointing, 21 Nov 2000
By Mark - Published on Amazon.com
This review is from: Designing Active Server Pages: Scott Mitchell's Guide to Writing Reusable Code (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.


5 of 5 people found the following review helpful:
5.0 out of 5 stars well written advanced book, 15 Oct 2000
By dan berman - Published on Amazon.com
This review is from: Designing Active Server Pages: Scott Mitchell's Guide to Writing Reusable Code (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.
 Go to Amazon.com to see all 33 reviews  4.0 out of 5 stars 
Were these reviews helpful?   Let us know
 
 
Only search this product's reviews



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!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges