Monthly Archives: April 2008

Negative Word Matching with Regular Expressions

Today on the #codeigniter IRC channel someone asked about how to match a string that didn’t start with a specific word using a regex. I quickly threw out that, off the top of my head, /^(abc){0}/ should work. Well, surprisingly, it didn’t. Turns out negatively matching words with regular expressions is a little more difficult. [...]

Microformats talk @ barcamporlando2008

I gave a talk about Microformats at BarCampOrlando this year. Overall things went OK, however I’d like to see a lot of improvement in my presentations over the next few.

First things first:
microformats talk slides

In my talk I covered some reason why it would be wise to start implementing microformats across the gamut of [...]

-->