Archive for December, 2008
Wednesday, December 24th, 2008
In my latest Rails project I needed a quick way to return a string if that string happened to be blank, and also a way to return a different string if the existing string is set. Here's the solution I came up with which I placed in extras.rb in my ...
Posted in Quick posts, Scripting | No Comments »
Wednesday, December 10th, 2008
I've been covering the image-based CSS menu now quite a bit, this being my third article of the sort. Menus are very important, and there's so much that can be done with them that I figure I'd write an article on different variations to what is essentially the same menu. ...
Posted in CSS | No Comments »
Monday, December 8th, 2008
Drop down menus are all the rage!
CSS drop down menus have been done before, so rather than reinvent the wheel, let's use a tried-and-true CSS drop down menu method by Patrick Griffiths and Dan Webb aptly named the "Suckerfish Dropdown." You can read more about it at A List Apart, ...
Posted in CSS | 16 Comments »