
Handy functions for parsing and formatting Javascript dates:
http://www.xaprb.com/blog/2005/12/20/javascript-date-parsing/


Finally getting back to working on the old browscap module, and needed to ape a particular browser string. I found this article on configuring Safari and Firefox to accomplish this:
Spoofing the User Agent with Safari or Firefox
So, first I do the command using Safari's actual browser string, so I can easily revert to it later:

Developing on my MacBook, with the MAMP stack installed, attempts by any of my local Drupal sites to send email out to a Drupal user (say, a new account notification) go into the local mail queue and get stuck there. /var/log/mail.log shows "Operation timed out" errors from Postfix, whether sending to an account on my webhost or my Gmail account. telnet to port 25 (using a couple different hosts) also fails with "Operation timed out".

As a first step, I simply want to use SVN to track changes in my local development environment. Simple step-by-step instructions are lacking on drupal.org, but Nick Sergeant's blog got me started:
References:

Resources:
Quick-and-dirty CCK imports (Lullabot)
Creating a node programmatically
drupal_execute and svaing a node?

Recipes for particular tasks when doing Drupal development.

Now trying Eclipse as my Drupal development environment... Starting with Rob Loach's approach: