Zach Holman
http://zachholman.com
Joined almost 16 years ago. Zach helps out by being a moderator at Good-Tutorials.
clicked (18,589) — submitted (
4) — commented (
319) — saved (
11)
Creating clean, custom assertion messages in Rails.
Learn how to add/remove tasks in the same form using JavaScript and RJS.
An in-depth look at RESTful programming in Rails.
A collection of tips to make your Rails developing more efficient or interesting that most Rails developers overlook.
Fixes for some of the most common problems in Internet Explorer when designing your web sites with CSS.
A guide for how to go about designing a logo, it covers good font techniques, how to get inspiration, playing with layouts and how to simplify complicated objects for use in logos. A must for any wannabe graphics designer.
Testing fever has infected the Ruby programming community, and the infection is spreading. One of the most promising innovations in testing in the past year is the introduction and rapid growth of RSpec, a behavior-driven testing tool. Learn how RSpec can change the way you think about testing.
Nested resources were introduced in Rails 1.2 and are touted as the Right Way to do REST with parent-child model associations. If your app has a url that reads something like /employees?company_id=1, a switch to nested resources would cause it to read /companies/1/employees. Here's a detailed guide to developing with these new changes in mind.
Here's a quick way to build an RSS feed using some of the new features in Rails 2.0.
Speed up your program using ruby threads