Why HTML5 Makes Sense for Business
There's a lot of buzz from developers about HTML5, but what does it really mean to business? I look at in terms of...
There's a lot of buzz from developers about HTML5, but what does it really mean to business? I look at in terms of...
One of the biggest dilemmas I faced as a new Drupal developer was figuring out which module was the best to use in any given situation.
Drupal 7 includes a big re-factor of the way CSS and Javascript are aggregated. What does this mean for your sites? In short: You will see a greater...
JSONP is a way to make cross-domain requests through javascript. It takes advantage of a loophole in the browser's same-origin policy: tags are...
A previous post described how to reposition node comments with Drupal's hook_menu_alter(), to facilitate a tabbed interface. One side effect that...
Developers think of design as Black Magic*. Really.
If you haven't already heard of it, the Theme Developer is a great tool. It works like firebug, but for Drupal.
So there we were, facing a Flash based video player that could have multiple tabs of many videos apiece.
During the theming process for the Emmys, specifically Emmys.com and Emmys.tv, we were presented with 2 differently styled marquees. On Emmys.com,...
A strange quirk in Drupal 6 hard-codes comment rendering into the node module. This makes it quite difficult to reposition comments, for instance...
This week I had the wonderful opportunity to work on an interesting problem that as far as I can tell hasn't been documented. The call came out that...
I was recently working on a Brazilian Drupal 6.x site that uses CCK forms and needed some functionality to map a dropdown select list of states to...