I had been putting off doing an custom autocomplete programmatically in drupal for a long time. I finally sat down and decided to work it out for a project i was doing. It was surprisingly very easy. My project consisted of pulling an autocomplete text field from a taxonomy list.
The first step is to build [...]

Drupal custom form with autocomplete drop down

Creating an Alpha Pager with Views 2 and Drupal 6
This is a reprint of an article I found here:
http://tedserbinski.com/tags/drupal/creating-alpha-pager-with-views-2-and-drupal-6
This is article that saved me tons of hours while I was chasing my tail trying to find an easy way to do this, reprinted so I can remember it later:
From reading all of the docs and quietly watching development commits, I knew Views 2 was [...]

Drupal node templates based on node id
Code Snippet to allow you to override and specify node templates based on node id.
Put the code in your template.php file
/**
* Override or insert variables into the node templates.
*
* @param $vars
* An array of variables to pass to the theme template.
* @param $hook
* The name of the template being rendered (“node” [...]

Drupal, a pleasant surprise
I’ve spent the last number of years developing my own CMS (content management system) as well as using many others. Several years ago I looked at Drupal for about 10 mins then moved on. I didn’t give it a respectful look, or the time it would take to give it a fair review. The only [...]