revjim.net

July 28th, 2003:

contactinfo code

A few people asked for the code to my contact info page. It’s not very complex. The hardest part was getting it to work within the bBlog template system. Of course, to make it easier, I’ve taken that part out. Here’s the code:

$oldnum = preg_replace('/[^0-9]/','',$_REQUEST['oldnumber']);
switch($oldnum) {
  case '2145551212':
  case '8175551123':
  case '9725559982':
    $ret = 'My new number is 4695554432';
    break;
  default:
    $ret = 'You didn't provide a valid number';
    break;
}

print $ret;

Enjoy!

John Mayer/Counting Crows concert review

We had planned our weekend perfectly so that we’d be able to go to the John Mayer/Counting Crows concert Sunday night. When we got up that morning, I decided to dig the tickets out of their resting place so they’d be ready to go. I took them out of the envelope so I could see what time the doors opened. They read:

JOHN MAYER
and
COUTNING CROWS
doors at 6PM
SAT July 26th, 2003

SATURDAY!?! I thought it was SUNDAY!

Shit!

Anyone want to buy two unused John Mayer/Counting Crows tickets?