In Case You Missed It…

Mark Pilgrim published his chapter on the new HTML5 form input types: A Form of Madness Everybody knows about web forms, right? Make a <form>, a few <input type=”text”> elements, maybe an <input type=”password”>, finish it off with an <input type=”submit”> button, and you’re done. You don’t know the half of it. HTML5 defines over […]

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’m Presenting at WordCamp Boston January 23, 2010

I’m excited to announce that I’m going to be speaking at the 1st WordCamp Boston. I’ll be talking about the marriage of two of my favorite technologies: WordPress and HTML5. The Future is Now: WP Themes With HTML 5 Excited about HTML5? Wish you could start using the new semantic elements right now? You can. […]

Have I Mentioned That The HTML5 DOCTYPE Makes Me Smile?

It does. Why? Well, I’ve been doing this job, at a very high level, for a long time and I couldn’t code this by hand if you paid me $50,000: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> I understand it, and I can’t remember it. That’s basically gibberish to most people. There’s no way […]