Javascript variable scoping

While working on a Web application recently, I came across a Javascript gotcha that I shouldn't have faced in the first place.As a matter of habit, I have made it a point to always declare variables inside a js function with the var keyword. I know many of us consider...

Enhanced Drupal contributed themes

Enhanced Drupal contributed themes

Well, it feels good to be blogging after a while. The past few weeks have been really hectic. Did you notice I do not have a single blog post for this month before this post? Well, I intend to compensate the void now, and what better way to begin than to offer some...

Creating Drupal style tables

UPDATE: Drupal 7 version of this blog post is available here.I recently needed to create a table in Drupal (while working on my next Drupal open source module, Document). It's just too easy outputting a table in PHP using a simple for loop over data fetched from the...

Chit Chat

Projects