A PHP Form Validation Library

There’s a PHP Library for Form Validation hosted on Github by user blackbelt called php-validation. It’s described as “This class follows Zend Framework naming conventions for easy drop-in as a substitute to Zend_Validation. If you opt out of using the … Read More

Cross Browser CSS Background Transparency

In a nutshell, this is what I used to achieve somewhat cross browser css background transparency: #content { background-color: rgba(255,255,255,0.3); }#content { background-color: rgba(255,255,255,0.3); } Then, you’ll of course need to make an exception for stinkin IE: <!–[if IE]> <style … Read More

httpd not running, trying to start

After rebooting my Linux server Apache fails to start. When trying to start with either apachectl or httpd I’ll come across the following message: httpd not running, trying to start (98)Address already in use: make_sock: could not bind to address … Read More