I’m Presenting on CSS in October

I haven’t posted about this yet. I’m an incredible idiot. I’m presenting at the Boston PHP group in October. My presentation is a couple of weeks before Steve Krug. No pressure. I hope to see you there 🙂 Learn CSS (with me) Is CSS still a mystery to you? Do you find yourself editing your […]

HTML5 + WordPress Resource Links From my WordCamp Boston Presentation

Owing to the contrast on the A/V system, my last slide was illegible, so here are all the links that folks couldn’t see. The presentation itself: HTML5 + WordPress And the resource links: The working group http://www.whatwg.org/ Mark Pilgrim’s HTML5 book Dive into HTML5 The Modernizr library Modernizr The outliner http://gsnedders.html5.org/outliner/ The post talking about […]

A New Site I Made is Live- AWiderNet.com (HTML5 + CSS3 + WordPress)

We relaunched the Cramer blog today. It’s a soft launch. We’re hoping to shake out any kinks over the quiet time around the holiday. I did the initial HTML5/CSS3 templates and then shepherded the project for a couple of weeks* until I was freed up enough this past week to get the thing out the […]

I, For One, Welcome Our New CSS3 Overlords. As Long As They Bring box-sizing With Them.

I’ve always preferred the “IE Box model.” I’ve always wanted width to actually be the width of the element. Instead, I’ve been forced, for years, to break out my math skills to calculate “actual” value of the width property by subtracting padding, margin and borders. That still seems broken to me after all these years. […]

I Love You, border-radius. You Too, box-shadow. No, I Didn’t Forget About You, rgba Color!

As I’ve mentioned I’m doing a couple of HTML5 implementations and in one of them I was faced with some “post” boxes in a WordPress theme that featured both rounded corners and a drop shadow. Since I’m using already using Modernizr, which exposes specific CSS3/HTML5 feature support on the HTML element, I figured I’d do […]