contact me

This is my email contact form. Please don't hesitate to use this, or you can download my resume in the column to the right.

About this form...

The form is laid out with XHTML compliant code, and it has lables that the user can click on, and it activates that field. Try it - click "Your Name" and your cursor will be active in the field following it. I chose not to use a table for the form, because I believe that tables should only be used for actual tabular data, not for layout. Everything a table can do can be acomplished with CSS.

This form uses javascript to make sure that all the fields are filled out before the email is sent. If you enter something wrong, the script will alet the user which field needs to be filled out, and highlight that field with a red outline and a yellow background.

After the form is valid, it is posted to a php script that mails it to my email account.