Posts Tagged ‘php’

Email Form Fixed

Sunday, June 29th, 2003

Those of you whom have attempted to contact me using my site’s email form recently, please try again. It turns out the email form, which previously worked, weren’t passing variables to the script because of a change in my hosting company’s server configuration. In other words, I got your email messages but with no name, return address or body. I fixed the problem now after much digging around for solutions in PHP bulletin boards and script sites. I merely had to use $_POST in place of the old variables to get the form working again. Whew, there’s nothing like coding with one hand while cradling a baby and favoring bruised ribs all at once in 90 degree weather.

Tags: , , ,

iCal

Monday, January 6th, 2003

I just downloaded the latest update to iCal, the second one in a week. I wonder if there is any significance to the number displayed on the iCal app icon. The first release had day 30, the second had day 17 and this last one has day 6. Hmmm…

iCal is a nifty app. I use it in conjuction with PHPiCalendar to publish it here sans a .Mac account.

[update: wow, this is cooler than i thought. the new iCal dynamically displays the current day on its icon. duh.]

Tags: , ,