I just updated my article on Creating a Compound Field Module for CCK in Drupal. It's a programming tutorial on how to create a custom field module for the Drupal content management system and its Content Construction Kit module. In particular, the article covers how to create a custom field that packages an image upload, a caption, and taxonomy term, as one "compound" field.
This module enhances the core search functionality of Drupal by indexing content as rendered by your theme, and giving you more control over which pages on your site are indexed. You might also be interested in my article on options for search in Drupal, which I wrote recently.
My Washington State Sales Tax module for Ubercart/Drupal, which had previously been released as a "contrib" module on the Ubercart web site, is now an official contributed module on drupal.org. You can find it at http://drupal.org/project/uc_tax_wa.
It was a bit of a process to make this happen, but hopefully the module will get better exposure and the improved issue queue management will be worth the trouble.