Articles
Zenlike - a theme for Drupal 6
Gary — Fri, 11/14/2008 - 12:03pm
Zenlike v0.6 is a fixed width two-column theme for Drupal 6.x. It is based on a template of the same name at Node Thirty Three.
Soldier - a military clan theme for Drupal 6
Gary — Sat, 08/23/2008 - 12:57pm
Soldier v1.2 is a fixed width two-column military clan theme for Drupal 6.x. If you use the theme on your site or have any comments, suggestions or requests, let me know by leaving a comment below.
Useful Javascript Routines
Gary — Wed, 06/18/2008 - 2:30pm
I decided I would post some javascript routines that I find extremely useful when I am coding. These are all cross-browser compliant and should work just by copying and pasting into any javascript file.
Scripting the <button> element using JQuery
Gary — Sat, 06/07/2008 - 1:06pm
This example uses the JQuery javascript library to create cross-browser events for all <button> elements on a page. Using the JQuery library signficantly reduces the number of lines of javascript code necessary to create this effect. You can see this effect written in "standard" javascript on my previous post.
Scripting the <button> element
Gary — Fri, 06/06/2008 - 10:41pm
This javascript code creates cross-browser events for all <button> elements on a page. This code literally saves me hours of time when I am designing web forms.