Posts tagged css

Mar05

One sheet to rule them all

webdev css | comments

As a freelance web developer, and someone who does development in my current job, I’ve had my share of frustration with Internet Explorer’s rendering bugs. IE 5.0 and 5.5 were bad. IE 6 wasn’t much better. IE 7 made great promises, but only got us halfway towards compliance (I still enjoy Dan’s predictions).

Continue reading »

Feb22

Finding unused CSS styles

webdev ruby css | comments

I inherited a hideous stylesheet and was trying to determine which styles were unused. I was about to write a Ruby script or something to go through all the pages in the site and find which styles weren’t used in any of the pages. Fortunately, someone already came across this problem. The Dust-Me Selectors Plugin for Firefox will do this for you. It lets you surf to as many pages in a site as you want to check on or it will read Google sitemap files and do the work for you.

Continue reading »