Monthly Archives: June 2007

A Divine Framework

[code lang="php"]name = $name; } public function __toString() { $out = "Hello there. I am $this->name. "; if($this->health > 0) { $out .= "I am healthy. "; } else { $out .= "I am sick. "; } if($this->abundance > 0) … Continue reading

Posted in Code, Humor, PHP | Comments Off

Funny Office Quote

While being employed at Innitech (joke), I get to hear some randomly humorous comments from the folks across the cube. Today, this one made me laugh out loud. “Sorry I’m late. I was up last night explaining to my daughter … Continue reading

Posted in Other | 1 Comment

Don’t Forget to…

Today is the first day ever that I’ve let go of standards because of a job requirement. I feel dirty. <blink>

Posted in Other | 1 Comment