-
Recent Posts
Delicious links
- Supporting the charity Child’s Play | Awesomeosaurus t-shirts
- WP Quick Deploy
- Custom Login/Register/Password Code | Digging into WordPress
- Putting FTP Info in wp-config.php to Ease Updates | Digging into WordPress
- Things You Should Do Immediately After Launching a Website
- WordPress Manual Plugin - Video Tutorials For Your Clients
- Max Foundry releases the Landing Page Plugin | WPCandy
- SEO – Keep it Simple Stupid! | Think Vitamin
- Optimizers Guide to Adwords: Conversion Optimization Tips
- How to Develop a Social Media Content Strategy | Social Media Examiner
Category Archives: CSS
My CSS Framework revisited
In November 2006 I published details on my CSS framework and even talked about it at Refresh Cambridge. To recap, it was the solution to the problem for only being able to reference one style sheet in an old Content … Continue reading
Transcending CSS
Anyone who has ever seen Andy present will probably have already bought this book, so this review is for everyone else. The book is inspirational. Just like the stage show. Last year we were treated to some great CSS books for beginners and it was cool to finish the year off with a book for the rest of us. Not to say this book isn’t for beginners but it’s emphasis is more on getting out of the inevitable comfort zones we settle into as CSS developers rather than covering the basics of syntax and how to make an unordered list go across the page. Continue reading
Posted in Book Reviews, CSS
Comments Off
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