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:
Fast Track Web Programming
Author:
Dave Cintron
ISBN:
0 471 32426 4
Publisher:
Wiley
Pages:
430
Price:
£25-95
Reviewer:
David M Foulds
Subject:
internet
Appeared in:
12-3
When the World Wide Web first appeared web pages were able to display little more than static text and images. These days, web sites are highly dynamic both on the server and on the client. This book explains the different web technologies available for creating such dynamism.

Beginning with an introduction to what the Internet is and how it works, the author continues by explaining the general aspects of programming in the context of the World Wide Web, e.g. scripting and applets. The next three chapters deal with basic HTML, Dynamic HTML (DHTML) and JavaScript. DHTML is based on the manipulation of the Document Object Model using JavaScript so it seems strange that JavaScript would be introduced afterwards.

Visual Basic and VBScript are explained next using a Warp Drive Calculator example. First the calculator is created as an ActiveX control using Visual Basic and then converted into VBScript for inclusion directly in the HTML of a web page. The pros and cons of Visual Basic and VBScript are stated at the beginning of the chapter. Visual Basic ActiveX controls can only run in a Windows environment and VBScript is only supported by the Microsoft Internet Explorer browser. For optimum compatibility across platforms and browsers, I personally, would recommend most web developers stick to JavaScript.

Further chapters deal with Java, Perl and CGI and Internet Database Programming using Perl. This explains how Perl can be used to write a searching routine for use with a sequential flatfile database, as well as a basic search engine for text searches.

The book finishes with a look at security and e-commerce, multimedia over the web and future Internet standards. Throughout the book, sections entitled 'Informative Sites' guide the reader to additional resources on the Internet.

In addition, an interesting feature of the book is the inclusion of interviews with various members of the Internet industry. These interviews appear at the end of a number of chapters and focus on a prominent member of the field covered by that chapter.

I feel the book works best as an introduction to the different methods presented. As such it would be of most use to someone who is familiar with HTML and wishes to expand their knowledge to encompass other possibilities, while more seasoned web developers could probably learn about other methods by visiting the various websites dedicated to them. While useful initially, the nature of the book means the technologies it covers may change and be updated with time, so it may only have a limited shelf life.