Blog

Fresh off the Blog

roundDown for php

It seems crazy that php doesn't have a native roundDown function.

Making the ssl Connection in Drupal

There are times when the connection to your Drupal database will need to be via ssl, such as when using an external DB service like clearDB. How do you accomplish this with regards to the settings.php file?