Archive for the ‘Web Development’ Category

Conditional Classnames

Monday, November 3rd, 2008

Actually saw this on Eric Meyer’s web page, but I thought it was kinda cool.

While it eliminates the need for an extra HTTP request, it also means that the CSS style sheet will have to be larger for both IE and other browsers. Still, that’s probably faster than two HTTP requests.

paulhammond.org: Conditional classnames.

A List Apart 2008 Survey

Wednesday, July 30th, 2008

I just finished taking A List Apart’s 2008 web developer survey. If you’re a web developer in any capacity, you should head on over and take it yourself :)

CSS Rollover Fun

Thursday, April 24th, 2008

The goal of this tutorial is to find a way to allow images to be shown with rollovers without the use of Java Script. View the final example here.

(more…)