Posts Tagged ‘Drupal’

My Drupal ready VIM config

For some reason I just can’t stop using vim. This article is not ment to get into the debate of pros and cons between using a modern IDE like Eclipse or Netbeans. However I have tried many IDE’s and always find myself back to pecking away at a terminal. VIM is available out of the [...]

Chaos Tools Ajax Commands Reference Guide

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 [...]

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 [...]

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 [...]