Author Archives: G Wade Johnson

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 »

The Importance of Programming Play

For various reasons, I’ve recently been thinking on the importance of programming play, Those times when we tinker with code without any goal other than making something run on the computer. Sometimes this involves playing with a new language or a feature of an old language that we’ve recently discovered. Unlike projects for work, these… 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 »