I'm working on a major Drupal (6) site migration now, and one of the components that needs to be automatically migrated is taxonomies, mapping old vocabularies and terms to new ones.
I have a need on several projects to use Google Analytics for lists of "Most Popular" content. Drupal's core node_counter stats are DB write-heavy and don't work on sites behind a full-page cache like Varnish or Akamai.
I've been building a lot of custom functionality over the last few weeks on top of the GMap module for Drupal, but was constantly pushing the limits of the module and finally decided to d