Check out DrupalEasy around the web:
DrupalEasy is the collective expertise of Ryan Price and Michael Anello, who joined forces to provide training and consulting services worldwide. Read all about them and what they can do.
Drupal is a free, super-powerful content management system for sites that require information posting and collection, including blogs, forums, videos, photos, and databases of information. We think it is the best platform available. Here's why...
More and more savvy organizations are going with Drupal for content management, and its no mystery why. It’s free, flexible, and easy to maintain for small or large volume sites. Learn more...
What makes an Aston Martin Vanquish such a cool car?
Is it the fact that James don't-call-me-Remington-Steele Bond drove one all over a frozen lake (and into an ice hotel) in Die Another Day? Is it because Jason I-can-take-James-Bond-with-one-hand-tied-behind-my-back Statham's character in The Italian Job used his share of the heist to purchase one? Or is it because it's just one super-fast, totally cool-looking ride?
If you're using ImageField with CCK, then you should be using this module.
You can define an unlimited number of preset image manipulations that can be called upon when displaying images. These "manipulations are usually just different sizes, but the module also give you the option to crop, rotate, desaturate, and sharpen.
What's with the "Cache" in ImageCache? It actually only creates a modified image when that image is needed. Once a modified image is created, it is cached and treated just like any other image on the server. The next time that particular image modification is called, it served from the cache - no additional image processing necessary.
ImageCache also integrates fully with Views to allow you to select how an image appears in a view.
Stats
Like a Souffle rising in the oven, the Flag module rose above its predecssor, the Drupal 5-based Views Bookmark module to expand the palette of flagging possibilities in the Drupal cookbook.
This module integrates well with various other Drupal modules including Views, Actions (part of Drupal core), Rules, and Token. It also has an API with limited documentation.
Flags can be global or per-user. Global flags are shared among all users - an example might be "flag as offensive". Per-user flags are not shared - an example might be a user "favorites list", where they flag their favorite content on the site and then a list of all their "favorites" is placed in a sidebar.
The Flag Weights module makes it possible to reorder flag in an arbitrary manner.
Stats
So, you want to build a content management system? They're all the same, aren't they? Admin screens, RSS feeds, Calendar, Contact form, the list goes on...
On the other hand, that makes me think of one area no framework agrees on... Lists! Drupal doesn't even have a built-in way of displaying a list of all nodes of type "X" to users.
Views is a universal API to let any user or module make a list of just about anything on your Drupal site: views comes with the ability to list all of Drupal's "first class objects":
Stats