drupal 7
How to Drupal 7, CDN Module, and Amazon Cloudfront in 10 minutes
patrick — Mon, 09/26/2011 - 10:43
Recently I decided to check out Amazon Cloudfront to use as a cdn. I had a delighted experience with it. It was so easy to setup with drupal and configured so easy in just a few steps.
Working with the file object in Drupal 7
patrick — Wed, 09/14/2011 - 21:09
Drupal can be mysterious in many ways sometimes. Tying to do the simplest things can become a complex series of function calls, that sometimes makes your head hurt tyring to remember everything. http://api.drupal.org can usually give you the answer you are looking for, if you know how to find it. Recently I had to figure out how to create a full path to a file from a file object uri and wanted to share this information.