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
While working on some new designs for SunniPath this past month I started to fall in love with PNGs. To my pleasant surprise today I found this new article by Jeff Croft on Creative Use of PNG Transparency in Web Design.
I love the 49abcnews.com header effect using PNGs. Awesome!
May 31, 2007
Andy Clarke (All That Malarkey) is writing a series of monthly articles on informit.com titled “Creating Inspired Design.”
So far he has posted 4 articles on issues of inspiration, bringing print design styles to the web and color schemes.
April 28, 2007