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:
Fun Web Pages with JavaScript
Author:
J. Shelley
ISBN:
0-85934-520-3
Publisher:
Bambini Computer Books
Pages:
344pp
Price:
£7-99
Reviewer:
Paul F. Johnson
Subject:
javascript
Appeared in:
16-6
JavaScript is one of those things you either like or dislike. In one respect, it brings interactivity to the Internet. On other hand, due to vendors implementing JavaScript differently it makes cross-browser compatibility troublesome. Then you have the additional problem of graceful degradation for non-JS browsers. Such are the pleasures of Internet programming.

The Babani range is cheap, cheerful and surprisingly good. Fun Web Pages is no exception. It is assumed you know nothing at the start and takes you through the language. Even better the code has been tested on the main web-browsers and is new enough to be happy with the newest of Internet standards.

The book's strength is that everything is clearly explained and does not try to baffle the reader with the complexities. It even takes security and security issues seriously.

Where it falls down though is that interfacing to SQL is not covered neither are other newer technologies. Cookies, form validation and transparencies are in the book and well documented.

The questions are taxing enough to be enjoyable and make the reflective process of what you have learned.