The Webform Private Upload module, which I'm going to refer to as WPU from now on for ease of typing, allows you to set up file upload fields in webforms to be private - that only people who have been given the permission 'view private webform file uploads' can see, without having to set the entire filesystem as private.
The way this works is that after the module is installed you can go into admin/settings/webform/private_upload and set the directory under files/webform/ to be private - by default this is the 'private' directory. Then, whenever you have a file component in a webform whose upload should be private, you direct the upload to that directory or a child of it. For simplicity, if you know that all webform uploads need to be private, you can set the subdirectory to '.' - a single period means *this* directory, which means the entire /files/webform directory is then set private.
It's important to note that this system works by adding an invisible .htaccess file to the directory in question, which Apache then honors by preventing people from being able to access those files. If you are not using Apache as your web server, then this module will not work.
This theme requires the jQuery UI module. In Drupal 7, jQuery UI is included in Drupal 7 core, so this would not be necessary in Drupal 7.
This theme is not intended to be a useful theme for live websites, but is for demonstration purposes only. For that reason it is a sub-theme of Garland.
To see the jQuery demos, go to user/register and interact with the name field of the form. Also try re-order the blocks in the left sidebar by clicking and dragging their titles. You might need to add some blocks to that sidebar first.
This is a CCK field module that provides Vehicle Identification Number (VIN) validation. Additionally, Version 2.x provides optional hooks into lookup/decode services to break out year, make, model and trim level of the vehicle where data is available for the given VIN.