As far as programming languages go, CSS is the least fun to write. Without variables, mixins or mathematical operations, it can be very time-consuming to write CSS and a nightmare to make changes.

Read more...

Metaprogramming in a nutshell is writing code that writes code. Here’s a really simple example:

Read more...

Ryan Bates recently released a Railscast on Dynamic Page Caching. This technique caches each page and then updates the page’s dynamic content using Javascript.

Read more...

For Mac users, TextMate is powerful tool for writing code. But having a great tool is pretty pointless unless you know how to use it. By spending a few hours learning about TextMate’s features you can almost half the time it takes you to write code. This tutorial will walk...

Read more...

The flash hash is designed to carry a message from one action to the next. Here’s a simple example:

Read more...