Archive for the ‘Programming’ Category

Drupal meets geolocation with Quova

Posted on September 8th, 2011 in Programming | No Comments »

Quova – the worlds largest geolocation provider – has sponsored the development of a suite of Drupal modules to bring geolocation to Drupal.

With their suite of modules site developers can now easily create locale aware, geo-targeted compelling experiences in Drupal.

Read the rest of this entry »

Better integration with Facebook for Django

Posted on November 18th, 2010 in Programming | 7 Comments »

I have released django-facebook which offers total and seamless integration with Facebook for your social apps.

Read the rest of this entry »

Executing a callback for all files in a directory

Posted on June 17th, 2009 in Programming | No Comments »

directory_walk allows running an arbitrary callback on all files in a deep directory structure.

Read the rest of this entry »

Implementing row level access control in CakePHP

Posted on May 2nd, 2009 in Programming | 4 Comments »

The ACL Component in CakePHP is very powerful and can be used to solve a wide variety of access control problems. In this tutorial, we provide a step-by-step guide for implementing row level access control to a model.

Read the rest of this entry »