Submitted by Ben Hosmer on Fri, 11/16/2012 - 04:51
One of Drupal's most powerful and compelling aspects is that in addition to the core functionality offered from Drupal Core, the vast number of contributed modules allow you to customize and extend your Drupal site.
These contributed modules are community created modules that have been shared and are available free for anyone to use.
The process of approving who can create these modules, and then allow them to be accessed on Drupal.org may seem intimidating and confusing at first.
Submitted by Ben Hosmer on Tue, 08/07/2012 - 07:03
Using the nc command from your terminal, you can scan a port, or a range of ports, to verify whether a UDP port is open and able to receive traffic.
This first command will scan all of the UDP ports from 1 to 65535 and add the results to a text file:
nc -vnzu server.ip.address.here 1-65535 > udp-scan-results.txt
This merely tells you that the UDP ports are open and able receive traffic.
Perhaps a more revealing test would be to actually transfer a file using UDP.
Submitted by Ben Hosmer on Sat, 08/04/2012 - 04:34
The Drupal Conference Organizing Distribution is a great out-of-the-box solution for quickly setting up a conference site. If your conference site needs sessions, to sell tickets to the event, you want built-in management, and you are comfortable with Ubercart, you can save yourself a lot of time and work by using C.O.D.
Submitted by Ben Hosmer on Sat, 07/28/2012 - 06:49

Available from O'reilly Publishing
The second volume from O'reilly Publishing wasn't what I expected it to be at all. Having not read the first book, I didn't know what it might contain. I received the book from the publisher for review and was actually pleasantly surprised by its contents.
Submitted by Ben Hosmer on Mon, 10/31/2011 - 04:49