JJB Blog

Archive for January 2007

I hate my MDA; What new smartphone should I get?

I hate my MDA that I got a few months ago. I’ll spare you the details, but suffice it to say my problems are mostly to with Windows mobile. I can’t sync with my address book and calendar properly, every part of using the system is frustrating and buggy, and I have to wipe the [...]

Anti-IE WordPress/Lyceum plugin

I’m throwing together a little WordPress plugin which recommends to readers who are using IE that they switch to Firefox. I’ve been racking my brain for verbiage that is informative, honest, and to the point, but also doesn’t come off as arrogant. I think I have failed: heh heh. No seriously though, does anyone have [...]

INNER JOIN syntax

It’s too bad that ON (column = column) comes after and not before INNER JOIN table, because if it came before it would make for much cuter code formatting: [sql] SELECT DISTINCT $columns FROM $this->comments ON (comment_post_ID = post_id) INNER JOIN $this->post2cat ON (category_id = cat_ID) INNER JOIN $this->categories WHERE blog = ‘$blog’ AND $criteria [...]

← Before After →