Skip to content

{ Monthly Archives } June 2007

OSCON 2007

I just learned recently that I’ll be presenting at OSCON 2007. Mike Morgan and I will be talking about the process we went through to localize addons.mozilla.org.
If you followed the saga when we were trying to launch, you know we ran into some headaches with scaling the code to the amount of [...]

Tagged , ,

June PDX Drupal Meetup

I caught wind of a Drupal meetup tonight, and since I’m going to be working with Drupal in the near future I thought I’d stop by and check it out. My main goal was to hear about other people’s experiences using Drupal in a multilingual environment.
This was my first time attending one of [...]

Tagged , , ,

If it’s a string, call it a string

This is probably well documented, but it’s a good reminder anyway. If you’ve got a column in MySQL that is textual (like a varchar), you need to make sure MySQL sees the data going into it as a string. Here’s an example I stumbled across today when I left out some quotation marks [...]

Tagged ,