This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. Alerts (or Dot_Alert’s) are e-mails usually sent to the site developers, these messages are sent with mail() therefore … Read More … Read More
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 … Read More