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:
Learning VBScript
Author:
P Lomax
ISBN:
1 56592 247 6
Publisher:
O'Reilly
Pages:
598pp+CD
Price:
£29-50
Reviewer:
Brian Bramer
Subject:
basic
Appeared in:
10-3
VBScript, a subset of Microsoft's Visual Basic language, is a scripting language that is embedded in HTML documents to create interactive and dynamic web pages. It is built into Microsoft's MS Internet Explorer browsers and plug-ins are available for other browsers such as Netscape Communicator.

The approach taken in this book is along the lines of a traditional programming book (in contrast to the design based approach used by 'Designing with JavaScript' above). For example, after a couple of introductory chapters setting VBScript amongst the various technologies Chapters 3 and 4 cover language basics (the<SCRIPT> tag, types, variables, constants, arrays, operators, conditional and looping statements, subroutines, etc.) To support the discussion there are plenty of programs (available on the CD) and Chapter 4 ends with an example implementing a web-based calculator. Having covered basics Chapters 5 and 6 move on to creating complex web pages and Chapters 7 and 8 cover adding ActiveX functionality. The remainder of the text looks at advanced features and how to build real world web pages dealing with links, images, forms validation, error handling, etc. The final chapter discussing how to deal with other browsers, i.e. only MS Internet Explorer 3 directly supports VBScript and ActiveX. Clearly if one is using a company Intranet where Internet Explorer is the only browser used this problem does arise. But what should a public web page do when another browser (such as Netscape) accesses it? One could display a message telling the reader to get Internet Explorer or take more diplomatic action.

A good text well worth considering by the web page designer wishing to learning VBScript or looking for a reference.