- Categories
- Best Practice (7)
- DotKernel (12)
- javascript (1)
- PHP Development (6)
- Zend Framework (3)
Monthly Archives: October 2008
Zend Framework as PEAR accessible repository on Plesk server
Why we want to install ZF as PEAR ? Because is too boring and time consuming to move all ZF files up and down for each script you want to install , there are a lot of files. Also that … Continue reading
Javascript: Email Validator
Problem: email should allow +/- characters in user, – in domain. dash (-) should be allowed anywhere in an email address or domain. plus (+) is allowed in the username (many people use this for categorization, especially at gmail) Solution … Continue reading