Thursday, August 18, 2005

Although I have yet to have that trouble here, but it is nice to see blogger implement word verification for comments. I have had this problem at my f2o site , but have curbed it with comment moderation.

Lets see what other features are going to be packed in.

Monday, August 15, 2005

Wow, some radical changes are being proposed for PHP 6.0, some of which are

Remove register_globals completely
Remove magic_quotes_*
Remove safe_mode
Remove some stuff that has been marked deprecated since PHP 3/4
Remove various function aliases

One thing is for sure, this means people will have to change their code radically in order for it to work on php 6.0 .....

Should be interesting to see how things shape up

http://shiflett.org/archive/135

Friday, August 05, 2005

I just finished redesigning my f2o site and one the "new" things that I wanted to add was AJAX. Since for my site the only place that it seemed obvious was the forms . After some searching here is a nice tutorial that shows you how to mix php and ajax and use it to validate forms: http://particletree.com/features/smart-validation-with-ajax