One of the most practical articles you’ll read in a while on CSS was published in A List Apart this week: How to Size Text in CSS. Alhamdulillah I’ve been struggling with trying to figure out which way to size CSS texts.
November 24, 2007
A nice new acronym for a basic concept that should be deeply ingrained into every webdeveloper/frontend developer is making the rounds. POSH - Plain Old Semantic HTML.
To start writing semantic markup, you need to:
- Validate your HTML
- Stop using tables for layout
- Use semantic elements and attributes for their intended purpose
- Use semantic class names and id values
- Use as little HTML as will get the job done
November 19, 2007
Kevin Hale posted a solution to creating CSS buttons that look anyway you want using only CSS that work across all browsers. Nice! (via Bjorkoy.com’s upgrade of Blueprint)
EDIT: Related to this is Alex Griffioen’s How to make sexy buttons with CSS that uses the sliding doors technique.
August 12, 2007
Found via many sites is the awesome Blueprint CSS Framework developed by Olav Bjorkoy.
August 12, 2007
Andy Budd explains Margin Collapsing. I was having problems with a CSS design but this helped me solve it.
July 9, 2007