View Site News

Archive for October, 2007

1st Philippine PHP Developer’s Conference

Posted on: Oct 10th 2007 | Posted by: Rolan

PHP Everywhere

“Welcome to the 1st ever Philippine PHP Developer’s Conference that will be held this upcoming December 1, 2007 where sharing opensource solutions in the enterprise and schools is the main theme.This is in follow up with last April’s grand meetup which caught the attention of Philippines IT Industry and were looking forward of expanding it’s presence thru this event.”
Still accepting event sponsors. For more info, please visit:

PHPUGPH Logo

Filed in: Reminders, WebDev | | 2 Comments |

Input Elements: disabled vs. readOnly

Posted on: Oct 9th 2007 | Posted by: Rolan

Disabled and readOnly input elements both prevent its data from being changed (at least via the user).
But a disabled input element’s data is not sent with other data when the form is submitted. Could’ve saved me that extra 30-minute debugging time.

Filed in: Daily, Reminders, WebDev | | Add Comment |