Security

If you have an old admin account for Google Apps and you can't sign in, try this little trick that just worked for us.

We had a phone number set as our primary verification method, but when we went to sign in, we were getting an error that the system was unable to send us a verification message and that our mobile number was recently...


Securing Zend Framework

If you have a PHP web application built using the Zend Framework, securing all its pages becomes very easy. You just go ahead and add the following tiny function to your Bootstrap file:

[CODE]

What this does is that it captures any non-secure request (Over plain HTTP) and redirects it to HTTPS (HTTP Secure). As...