Topics

There are many topics that spark my interest. Click on the topic to learn more.

Ohio Route 1

Read about my research and thoughts about Ohio’s route 1.

My Favorite Firefox Add-ons

I seem to recommend a Firefox add-on to a friend or colleague at leaast once a day. It’s so frequent, I created a page listing them all.

PHP Programming

I love to talk PHP. I have a few useful development tips and tricks that I’ve accumulated over the years.

Filenames

Choosing a file naming convention early in your development career will save you a lot of headache and time. Find out how I name my files in PHP.

Database Connections

Handling database connections in PHP can be tricky, but I have a couple functions that will make your life a lot easier.

Handling Form Data

There are many ways to handle form data within your PHP scripts. Learn how I deal with the situation. My methods simplify the whole process.