ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
ASP Active Server Pages
Author:
Andrew Fedorchek&David Rensin
ISBN:
0 7645 8042 6
Publisher:
IDG
Pages:
314pp+CD
Price:
£36-99
Reviewer:
Al Lines
Subject:
internet; cgi
Appeared in:
12-2
For those not familiar with Active Server Pages (ASP), they are Microsoft's version of active web content. These enable pages to be customised to the viewer, as well as automatically being generated, not a trivial issue. ASP (the book) aims to try to help you understand how you can go about creating your own ASP pages. To do so it covers the ASP architecture and the registry, along with the way the two interact. It then goes straight into how to build your own pages using ASP along with VBScript.

Armed with the basics, the authors lead you onto the key objects within ASP, such as the request and server objects. These are given with clear explanations of each, along with sample code (more of which is found on the included CD) to use.

One of the main points with ASP is its ability to interact with the user in collecting data and then processing an appropriate reply. Appropriately, once the groundwork has been established, it is dealt with around half way through the book. This normally involves reading or writing to a database, with the result being generated and then displayed back to the user. Examples of how this can be done in various languages, including Visual C++ and VisualBasic are provided.

ASP (the book) is a good foundation for grasping the basics, but you are likely to need additional references as your knowledge develops. The price particularly has a bearing on purchasing this book, with the US price being reasonable, but about the same as the UK one. Alas this does rather detract from its overall value.