Category Archives: Book Reviews

Reviews of computer books that I have read over time.

Review of Joel on Software

Joel on Software Joel Spolsky Apress, 2004 This book collects some of the best entries from the Joel on Software website. Joel has an interesting view of the software industry based on three years at Microsoft, time spent at Juno, and now with his own company. This is a guy with quite a bit of… Read More »

Review of Perl 6 Now

Perl 6 Now: The Core Ideas Illustrated with Perl 5 Scott Waters Apress, 2005 I had mixed feelings about reading this book caused by my current views of Perl 6. Some of what I have heard about Perl 6 is exciting and I really can’t wait. Other things I have heard fill me with dread.… Read More »

Review of C++ Primer (Fourth Edition)

C++ Primer (Fourth Edition) Stanley B. Lippman, Josée Lajorie, and Barbara E. Moo. Addison -Wesley, 2005. Every now and then, someone asks me to recommend a book for learning the C++ programming language. Until very recently, I didn’t have a good answer. The book I learned C++ from went out of print years ago (and… Read More »

Review of Eric Meyer on CSS

Eric Meyer on CSS Eric A. Meyer New Riders, 2003 Styling web pages with CSS allows for a very good separation of structure and presentation. In this book, Eric Meyer focuses on the design aspects of using CSS. Many other books describe individual features of CSS and even show how to generate particular effects with… Read More »

Review of Software Exorcism

Software Exorcism Bill Blunden Apress, 2003 I was really looking forward to this book, having spent a fair number of years maintaining legacy code in different languages and environments. This made the disappointment even more acute when the book did not live up to its subtitle: A Handbook for Debugging and Optimizing Legacy Code. The… Read More »

Review of Practical Subversion

Practical Subversion Garrett Rooney Apress, 2005 I have worked with several version control systems over the years. But my system of choice for the last decade has been CVS. For the last year, I’ve been looking at Subversion and I like a lot of what I’ve seen. I’ve read the book Version Control with Subversion,… Read More »