Outside Red Rock Canyon, Nevada

Drupal module

Stickynotes

Stickynotes behave similarly to the Stickies application and Dashboard widget on Mac OS X. On each node, you can attach floating stickynotes that can be resized and edited independently of the node itself. Remembers absolute position and size on the page. Originally intended for internal annotations, Stickynotes could have multiple purposes.

Node Type Revisions

Node Type Revisions adds a node_type.type field to the node_revisions table schema. This allows the content type to be tracked within node revisions. This module also adds a local task to modify a node's content type.

Twitternode

Twitternode creates nodes from a specified Twitter feed. It downloads new content from the feed each time cron runs. Nodes created by Twitternode are standard Drupal nodes, and thus can be extended by CCK, included in Views, etc.

Twitternode attempts to play nice with the Twitter API and only requests the most recent status updates. Also, because it keeps the updates as nodes, it effectively functions as a local cache of that Twitter account. Other modules and widgets tend to grab the latest updates straight from Twitter on each page load, which I find incredibly wasteful.