Graceful degradation and progressive enhancement
Wednesday, February 7th, 2007
Tommy Olsson has a great new article up on the new-look Accessites website today, the title speaks for itself so head on over for the detailed article.

That Standards Guy is the online persona of Karl Dawson, a web developer living and working in Ipswich, England.
I'm a member of the Guild of Accessible Web Designers and the Web Standards Group and team member at Accessites—an awards site to recognise accessible and usable websites.
I specialise as a front-end developer and worry about the minutae of semantic (X)HTML and CSS, accessibility, microformats, typographic rhythm and grid design. I also care about the user experience and remind myself constantly of visitor site goals when working with clients and their aims.
Wednesday, February 7th, 2007
Tommy Olsson has a great new article up on the new-look Accessites website today, the title speaks for itself so head on over for the detailed article.
Friday, February 2nd, 2007
Piotr ‘Riddle’ Petrus has released a simple JavaScript form to help calculate the em equivalent of a pixel size you want to emulate. I wrote a quick-and-dirty version of this in Excel to help with the typographic rhythm of my CSS framework but this is much nicer. You can add nodes below the body tag - h1, h2, h3 for example - set the pixel size you would like these to appear as and it automagically calculates the em value.
If you want to incorporate this into working with my CSS framework you’ll need to set both the “Default Browser Font Size” and “Body” values to 13px and set the “Show Decimals” value to 4. All it really needs now is a little extra coding to allow you to input a line-height value so it calculates margin and line-height values for any nodes you wish to get an em value for.
Thanks Piotr.