All blog posts from January 2008

Clearing floated elements without extra markup

January 16, 2008

Clearing floating elements is pretty commonly handled by a a div or br tag with clear: both.

Recently I ran into a problem with this; the layout I was working with was using floats for the sidebar and part of the main content had floated list of images. Using the clear both trick caused it to clear …

Read more

Rails Deployment

January 14, 2008

There is a post on RubyInside today that spawned quite the cascade of comments on the topic of deploying rails. While a lot to wade through, there are some interesting comments buried in there. I still find it strange that everyone is clamoring for a solution, while ignoring one that exists because …

Read more

Displaying all 2 posts