Currently I use HomeSite. More simply because it's what I used 10 years ago, than any other reason. Now I think I'd like to try an IDE.
Here are the apps I'm reviewing:
- Programmers Notepad 2
- Zend Studio
- EnginSite
- PHP Coder
Code snippet for email address validation:
BFN!function is_email_valid($email) {
if(eregi("^[a-z0-9\._-]+@+[a-z0-9\._-]+\.+[a-z]{2,3}$",
$email)) return TRUE;
else return FALSE;
}
2 comments:
I'm still using Homesite. I love it.
Usually about half way through my day I realise I'm using homesite again, and switch to a new one. It's rough.. but I'm determined to try and find something better!
Post a Comment