



Used price: $1.73
Buy one from zShops for: $2.50



Used price: $10.50
Collectible price: $15.88
Buy one from zShops for: $32.05


Accomplished writer Ann Ronald has spent 30 years viewing Nevada landscapes and geography with a different aesthetic eye than most observers. Renowned photographer Stephen Trimble has the uncanny ability to record on film some of the most remarkable images of what Ronald describes as "one vast deserted landscape of color and shadow and aesthetic dimension." Together, with the written word and unforgettable images, they paint a picture of the other Nevada that is unforgettable in it's beauty and clarity.
Ronald describes the colors of Nevada, which is at heart the theme of the book, with such clarity that the purple sage, teal sky, mountain mahogany and myriad shades of vermilion, orange and gold virtually leap from the page. However, if the reader does not have an acute imagination for such colors there are the stunning photographs of Trimble that leave no doubt of the magnificence of this state. Seldom does the collaboration between writer and photographer produce results of such beauty and hope.
Highly recommended for readers interested in the "other" Nevada.

List price: $16.00 (that's 30% off!)
Used price: $2.25
Collectible price: $3.69
Buy one from zShops for: $6.95



Used price: $21.01
Collectible price: $21.18



Buy one from zShops for: $8.10



Used price: $14.67
Buy one from zShops for: $12.15



Used price: $1.08
Collectible price: $5.29
Buy one from zShops for: $3.69



List price: $49.95 (that's 30% off!)
Used price: $32.95
Buy one from zShops for: $34.72



Used price: $10.50
Collectible price: $90.00
Buy one from zShops for: $10.49


I found Rick Hightower's Java Tools for Extreme Programming offered much more useful XP coding advice. Mr. Hightower's book explains how to use open source tools Ant, JUnit, Cactus, JUnitPerf, and others. He explains where each tool fits into the XP methodology, and gives buildfiles, complete tests, and techniques for using the tools together to build an XP software development process. This book helped me put the XP methodology into practice.
If your a Java programmer, my advice is to forget Extreme Programming Installed, and pick up Java Tools for Extreme Programming.

XP advocates unit testing and code review. Okay, what's so extreme about that? Unit tests are fundamental to the process. Tests are frequently written before the code to be tested. There should be a test for anything that could possibly break. Tests are run frequently and must run at 100% before integrating code. Note that refactoring (see Martin Fowler's "Refactoring") is an XP practice and is sensible only where there is an extensive collection of tests. Code review takes the form of pair programming. That is, two programmers sitting side-by-side, one driving and the other paying close attention to the task at hand. So, it's continuous code review.
Some of the other practices are simple design, coding standard, continuous integration, small releases and forty-hour week. All of the practices are directed toward simple, quality code with the highest business value (as determined by the customer) written against milestone deadlines that become increasingly accurately gauged.
I highly recommend this book. I would expect other experienced programmers to react as I do that XP makes good sense. It may be difficult to sell, but it is worth the effort.
