Great looking sustainability posters
Whether you’re a photographer, graphic designer, Web designer or any other kind of visual artist, WordPress makes an excellent starting point for developing your online portfolio. And with the wealth of plug-ins and ready-made themes available, you can usually get a perfectly presentable website up and running in a matter of hours.
A jQuery Plugin by Janko that turns a multiple fieldset form into a step-by-step wizard. Neat!
The Pragmatic Programmer: From Journeyman to Master by Andrew Hunt
My rating: 4 of 5 stars
A little dated if you’re using a framework like Ruby on Rails, but definitely worth reviewing and further study. Lots of great practices. I feel like this book gives you the foundational understanding to what inspired many current Ruby on Rails practices.
View all my reviews >>
Ruby on Rails comes prewired for logging using Logger from the Ruby Standard Library. This article by Mike Zaberezny demonstrates how to use the Rails logger, how to create your own logs, and offers some tips for debugging with console logging.
Another great slideshow on cucumber and behavior driven development.