Field data extraction
USE THAT VERSION OVER THERE: Field Extract Values NOT THIS ONE. It's the same code but packaged correctly.
This module is for module writers and has no UI of its own. Unless some other module uses it, it won't add anything to your site. Only install this module if another module requires it.
The field_extract module provides a couple of easy-to-use functions that make extracting data from entity fields much easier - as a developer you don't have to worry about languages and deltas, you just make the call.
It's worth noting that the functionality in this module overlaps with the Entity API wrapper. The object-based wrapper is more elegant than this procedural solution but it's heavier and slower, so you have a choice.
For clarity: this module does not load individual Field API fields for entities, it accesses the contents of Field API fields that are already loaded into entities. That's important because the $user object and taxonomy terms are often loaded by Drupal without their Field API fields. You may need to use the field_attach_load() call to get the fields before using field_extract_value().
Read morePDFPreview
This module lets you show a preview of PDF files uploaded through FileField.
This module uses ImageMagick to extract the first page of a PDF file to a JPEG image which is used as PDF preview link to the file.
In Drupal 6, if imagecache module is available, you can select any imagecache preset for the PDF preview image link.
In Drupal 7, image styles are available to use as preview image.
Read moreAmazon cloudfront signed url formatter
Signed private amazon cloudfront urls.
Protected the content.
Comment Anonymizer (take 1)
While Drupal provides capabilities for commentng for both anonymous and authenicated users, it provides no easy way for authenticated users to post comments anonymously without having to manually log out first. This is not only inconvenient to users; it also poses a problem on sites that may choose to implement a "paywall" or other means of limiting access to content but wish to allow for anonymous commenting.
This module adds a "Post anonymously" checkbox to the default comment form in Drupal, for authenticated users granted permission to make use of this module's functionality. Comments posted when this box is checked will be stored in the database as anonymous comments, and displayed as such.
To prevent abuse, however, this module also implements an administration tab with the Comment admin that allows administrators (with sufficient privileges) to view a list of anonymous comments created by this module. These "anonymized" comments can then be unpublished or deleted like regular comments, or even converted back to "regular" comments with the author's name attached.
Release for Drupal 6 is complete; a Drupal 7-compatible version should be available (at least in beta) by June 1, 2011.
Mask Input
It allows a user to more easily enter fixed width input where you would like them to enter the data in a certain format (dates,phone numbers, etc). 99/99/9999, a*-999-a999
Module works under Drupal 7, there is a similar project that works on Drupal 6 ( http://drupal.org/project/masked_input )
My version is more user friendly, now You don't need to know a element #id, just choose mask input widget and enter a mask.
Find more on about input mask here http://digitalbush.com/projects/masked-input-plugin/
Widget is sponsored by MOONBERRY, a european interactive agency.