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...
If you are a Drupal module developer, then the title of this Quicktip might be enough for a lightbulb to suddenly appear above your head.
This tip is one of those where you might say to yourself, "I didn't know there was a Drupal function for that!" The ip_address() function simply returns a reverse proxy adjusted value for the user's IP address. Until I found this function I was using PHP's $_SERVER['REMOTE_ADDR'] variable to capture the user's IP address.
A quick search of Drupal's code (and of some commonly used modules) indicates that this is the preferred way to capture this information, as modules such as comment, poll, webform, and votingapi all utilize this function.