Strict 404 handling for Drupal sites
By default, a Drupal site allows undefined arguments on any system path instead of returning 404 Not Found (e.g. http://drupal.org/node/1/asdlfkjadlfkdjaflakjsldkfa). I created the Strict 404 module...
View ArticleSingle Page Interface with Drupal
We recently built a community app in Drupal. It has:a fully abstracted (no Drupal), single page (no reloads) frontenda web service enabled Drupal backendan integrated Drupal overlay for edit and admin...
View ArticleA clean, lightweight, pure JS alternative for anchoring file fields to Drupal...
jquery.modalize.js is a lightweight, pure-javascript approach to automatically turn part of any web page into a modal overlay.I originally wrote it as a simple alternative for associating file upload...
View ArticleEasy local stack management with Vagrant
I’m using Vagrant to hand-off complete copies of my local development environment to other members of my team. This is a great way to lower setup time, isolate dependencies and eliminate...
View Article