-
Recent Posts
Delicious links
- Create A Theme Options Page - The Settings API: Part 1
- FlexSlider - A Responsive jQuery Slider
- Easy Content Deployment for WordPress: RAMP
- Create a Basic Flickr Widget using the Widget API
- 10 WordPress Code Snippets Theme Developers Should Have on speed dial
- Excluding your plugin or theme from update checks
- Shading with CSS text-shadows
- Clean Up Weird Characters in Database
- Convert a Menu to a Dropdown for Small Screens
- SASS Boilerplate
Category Archives: Applause
Pixel to em calculator
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. Continue reading