NOTE: In Drupal 7 these functions have been moved to core and can be utilized by simply removing the ctools_ prefix on the function name Recently, I came across this excellent article about using Chaos tool’s AJAX responder. So after digging around in the code for a while I decided a reference guide would be [...]
Posts Tagged ‘Drupal’
Aug 13
A simple drupal module maker written in python
So if you have ever written a few drupal modules in your day then you probably find it as redundant as I every time you need to create a new module. So maybe this simple little python script will be helpful if you are regularly creating drupal modules. I’m just now getting into Python, so [...]
Jul 13
Dynamic Tile Server with Google Maps, Mapnik, and Drupal
Lately I have been working on a project for projecting map data from shapefiles onto a google map. It needed to be easy to manage and the client had to be able to upload shape files to drupal and have the map automatically update itself upon posting. What we came up with was a Drupal [...]