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:
Quality Web Systems
Author:
Elfriede Dustin et al
ISBN:
0 201 71936 3
Publisher:
Addison-Wesley
Pages:
318pp
Price:
£23-35 amaz
Reviewer:
Christopher Hill
Subject:
web programming
Appeared in:
15-4
This book uses the ubiquitous bookstore to illustrate the issues raised, but it starts where most of the others stop. No descriptions of HTML/XML here, but comprehensive checklists for building a web site that will survive the test of time.

Firstly there is an introduction to RSI, not the hand injury, but Requirement Service Interface - yet another 'use case' analysis method that has a goal-oriented approach of describing the use case in terms of work steps.

The section on Security covers the problems of Basic Authentication and custom forms. The need to verify and check EVERYTHING that comes from the Internet - including length of responses (to avoid overruns), character sets (to avoid SQL or shell hijacking). The authors give a wide-ranging tally of defensive approaches against the usual web site weaknesses.

Performance and scalability are next considered; what are the options, how to test those configurations. Avoiding common pitfalls: - test early, test on the real hardware, test with realistic data sizes. Browser incompatibility is covered in some depth: - rendering HTML and CSS; the 'joys' of client side scripting; Plug-ins and Java Applets. That is the nice thing about standards - so many to choose from! Finally usability and accessibility are addressed. Useful check lists to help avoid the major problems and to enable a wide range of people to access your site.

This book is well written and clearly presented, with many references at the end of each chapter. If you look after a web site with more than a dozen pages, you ought to have a look at this book. A useful collection of precautions to aid the production of quality web sites. Recommended.Non-Programming