Lifetimetv is using textimage!

"Lifetime Television is a cable television network that caters to women. They produce shows such as Desperate Housewives, The Golden Girls, Frasier and Army Wives. LifetimeThis is a massive Drupal site with a movie database, television schedule, videos, photos, editor-produced articles, user-produced stories, games, tag clouds, topic-based search, and a pretty perky looking theme.
...
This is a massive Drupal site with a movie database, television schedule, videos, photos, editor-produced articles, user-produced stories, games, tag clouds, topic-based search, and a pretty perky looking theme. The site was built with the help of the infamous Lullabots and Achieve Internet."

And they are using TEXTIMAGE! ;)
This is the biggest use case of textimage I have ever know...

Great work Folks.

Captcha 3.0 RC 3 Released

Hi Folks,
Last version from Captcha had an PHP 4 incompatibility.
Sorry to all problems it had gave to you folks, and I really suggest you to upgrade your php version (or ask your provider to do so).
PHP4 is deprecated.

We were using a function added in PHP5, and PHP4 was complaining that it doesn't exist. Our are developers are using PHP5, so nobody noted it before. This is an example of how important is that you users always try the last version of captcha, and give us your feedback.

Palestra sobre Drupal na Unicamp

Introdução ao CMS Drupal
Data: 4 de Setembro de 2007
Palestrante: Fabiano Sant'Ana
Local: Auditório do Centro de Computação da Unicamp
Horário: às 10h00
Inscreva-se!

Captcha 3.0 RC 2 Released

Cross-posting here:
I'm proud to say you we have a new Captcha version.
Besides the API, most of changes are user centric, we improved the help pages, improved the usability of module, and fixed some bugs.

And now, we need that you, our users, download, test it, find bugs, suggest improvements, and please say what you think of about our work...

Thanks,
Fabiano

Drupal Automated Staging Toolkit

DAST is a set of build projects, tasks and other extensions created on the Phing framework for automating a wide variety of Drupal deployment and staging scenarios. The goal of DAST is to provide a formal, repeatable, reusable process for 'building' a Drupal site using a formal build tool and build language. DAST applies the concept of the software build to creating Drupal sites...Phing build files are syntactically identical to Ant build files and provide tasks for downloading Drupal core and modules from CVS, copying and deleting files and directories, creating the Drupal database and user, writing to configuration files, and generally any of the manual steps that users / developers / testers / admins repeatdly perform to bootstrap a new Drupal site.

For developers and testers if you're tired of the download/untar/drop/create database routine and you want to automate testing patches and modules then you're in the right place. If you're looking for a tool for Drupal build management and to do stuff like automated unit testing and code coverage reports, and anything that can be done to make Drupal's developers lives easier and improve code quality, you're also in the right place.