Feeds Crawler

"Feeds Crawler is a Feeds fetcher plugin for paging through a site or a feed. It is useful for building powerful web scrapers using Feeds"

PHP FTP classes for connecting to and getting a file list from a Windows FTP server

Here's a couple of classes that I wrote to connect and retrieve an array of file paths, names, and sizes from a Windows FTP server. There is high npath/cyclomatic complexity in getFileList() but it is left that way for easy reading of code and for performance, as this method may run (recursively) thousands or more times per request, depending on how many files and directories exist.

Video Filter

Lets you use tokens to embed video and have the ability to add a button to the WYSIWYG for easily adding a video (for those to0 lazy to type).

Migrate

This is by far the coolest and easiest way to do complex migrations. Once you learn this, you will be able to migrate just about anything into Drupal including old Drupal sites where using the core updater doesn't work right because of whatever complexity the old site had.

Soon, I'll be writing up an article on using this great module... For now, here's an article that I found which is a great read for anyone who may need to use this