<About />

My name is Kevin. I am a web professional living in Massachusetts. I build websites mostly using Drupal and jQuery. I use Vim even when I don't need to. When I'm not on the computer, I'm usually hanging with my wife, Melissa.

<Search />

New versions of TableField module for D6 and D7

I just got around to making some final commits and packaging two new versions of the TableField module. The D6 version backports the "import from CSV" functionality. The import was the most requested feature, so there ya go! You can now import any valid CSV file to any table. The D7 version adds a super convenient rebuild function using the #ajax features of the Forms API.

For those of you who haven't tried it, the TableField module lets you add tables to your nodes with a convenient input widget. In Drupal 7, you can add tables to any entity. Any help testing the new modules would be greatly appreciated!

TableField for Drupal 7!

I just released an alpha version of TableField for Drupal 7. All of the hooks are updated to use the new Field API, so now you can add tables to any Drupal entity. There were a ton of little changes required, but it seems to be working pretty well. Any help testing would be greatly appreciated :)