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:
RTF Pocket Guide
Author:
Sean M. Burke
ISBN:
0-596-00475-3
Publisher:
O'Reilly
Pages:
146pp
Price:
£8-95
Reviewer:
David Ross
Subject:
rtf
Appeared in:
15-6
I saw Francis' review of this book in the last issue of C Vu and thought I'd add my comments. First I agree with Francis that this is a short book and in part this is because there really isn't much to say.

There are 126 pages, not counting some reference tables and indexes, split into three sections. The first covers the RTF format. The book struggles in the sense that it quickly becomes clear that the format is not the most structured or even that rigorously adhered to by many applications. The way I used the book was to take some of the examples and slice and dice them to get what I wanted (and I suspect that's pretty much what most people will do). In this way I was able to generate some RTF reports for my application that could be rendered by the rich-text box component in .NET and in Microsoft Word.

The second section covers the generation of pretty basic Windows help files using a slightly modified RTF format. The final section provided some example applications, which demonstrate the concepts discussed in the first section. To be honest I'm not sure of the actual value of these last two sections. Help files are probably best produced using appropriate tools and the applications are fairly basic - but they do provide more examples to slice and dice.

That said, this is one of the few books out there for RTF. It is readable and has the advantage that you can read it very quickly, which makes a change these days. More importantly, you end up producing working RTF pretty quickly. Any weaknesses in the book seem more down to the subject matter than anything else.