Monthly Archives: August 2005

Gross Emissions Problem

If you think the title of this post sounds disgusting, so do I. My car’s in the shop to get new tires* and to check out why the “Check Engine” light is on. The mechanic’s explanation was that my car … Continue reading

Tagged | Leave a comment

Professor Schurter

It’s official: I’m an adjunct professor at Greenville College in Greenville, IL. I’ll be teaching CIS210: Programming and Data Structures. I chose a textbook that uses C#, but I was pretty disappointed with the state of CS2-level textbooks. Now if … Continue reading

Tagged | Leave a comment

Our antivirus is better than your antivirus…

…77% of the time at least. Synthesys’s mail server runs Postfix + ClamAV via clamsmtp, and I haven’t received an e-mail virus since setting it up. Evidently this isn’t just a fluke or good luck because Electric Mail found that … Continue reading

Posted in Open Source | Leave a comment

I’m spreading PHP6 FUD

Evidently, I’m helping spread FUD about PHP6 because I linked to Rasmus’s post about PHP6. I have to admit, I’m a bit confused by Tobias Schlitt’s assertion that “I [Tobias] concider it harmful to bring those discussions to the wide … Continue reading

Posted in PHP | 1 Comment

My 5 Rules of PHP

1. Never use register_globals. 2. Never use magic_quotes_*. 3. Never use eval(). 4. Never use extract() – aka Quit being so lazy. 5. Never put $_REQUEST variables into SQL queries unescaped.

Posted in PHP | Leave a comment

Waiting patiently for PHP 6

Rasmus just posted a PHP 6.0 Wishlist. I love them all! I spend a lot of my time at work using PHP, and I don’t see any of Rasmus’s proposed changes breaking any of my existing apps. I don’t use … Continue reading

Posted in PHP | Leave a comment