Categories
Archives
Monthly Archives: March 2010
PHP GD Library on Snow Leopard Macports
I recently went through a hellish upgrade to Snow Leopard and had to reinstall all my macports.
When I emerged all the graphic imaging functions in a PHP project had died… no warnings, no error messages. After experimenting a bit I realized that the standard GD library wasn’t installed.
Apparently in Snow Leopard macports, GD library doesn’t [...]
Google Data API integration with CakePHP 1.2
I’ve been working on a social media mash-up which requires me to pull content out of Blogger and Youtube. Google obviously has a mighty API, and they’ve released an extensive client library which you can use to connect to their services. Alas the PHP client is designed for the Zend framework, whereas my project was [...]
Posted in Code Leave a comment
Homebrew Primer