Doing some research into CSS based drop down menus. Found 25 Scripts for Dropdown Navigation Menus. The ones I like the most are All Levels Navigational Menu and particularly jQuery Multi Level CSS Menu #1.
Category Archives: Internet
Apache configuration error: couldn’t check user. No user file?
I was trying to configure Digest authentication in Apache and I was getting Internal Server Error 500 when trying to access my site. The Apache error log reported: “configuration error: couldn’t check user. No user file?”
Turned out the problem was that I hadn’t installed the Digest auth module. So the fix was:
# a2enmod auth_digest # apache2ctl graceful
Subversion Apache Digest authentication
Reading about Digest authentication in Apache for Subversion.
Support for OpenID
Total Domain Name Registrations and Obsessed With Facebook
I found two articles today: Total Domain Name Registrations (2010) and Obsessed With Facebook (2011). Here’s the guts of it:


10 AJAX Webmail clients
Found this article today: 10 AJAX-based & PHP WebMail Clients For a Great User Experience. Installed Roundcube at ProgClub, might install SquirrelMail later too.
Binding all IP addresses with MySQL
Had a problem where localhost wasn’t bound because I’d used bind-address to bind the internet IP address. The fix was to remove bind-address altogether, meaning that all addresses get bound.