Open files in Emacs from the Cygwin command line
I just got this working today. The weirdnesses of Cygwin’s half Unix-half Windows nature had stymied me before, but I’ve prevailed! I’ve got Gnu Emacs 23.3 for Windows installed in c:/emacs, and a fairly recent install of Cygwin on Windows…
sfPropel15Plugin error, “class ‘FooPeer’ does not have a method ‘getUniqueColumnNames'”
Stupid me made the same mistake twice in a row so I’m documenting it for humanity. I’m updating an old Symfony project to use Symfony 1.3/1.4 and Propel 1.5 through François Zaninotto’s sfPropel15Plugin. Problem: I followed the README, right? But……
Parsing ISO 8601 dates in JavaScript
So, I had to deal with ISO 8601 formatted dates in JavaScript, and I can’t just use the cool ISO 8601 support in js 1.8.5’s Date.parse because of IE 6. I found a couple of examples out there on blogs…
New WordPress Plugin to configure user timeouts
I published my second plugin for WordPress today. It lets you configure how long user sessions and the “remember me” cookie last. By default they’re only 2 days and 2 weeks, respectively. Twofold impetus: a problem with the internal P2…
Isolating which rogue program is trying to access the Internet using Windows 7
So my trusty network administrator at work was on my case because my workstation has been trying to get to Internet sites directly without a proxy, and my little machine is the top hitter on her firewall deny rules. Normally…
Convincing IIS7 to accept URLs containing plusses (+)
Problem: Old retiring IIS 5.0 web server has been accepting URLs containing plus (+) for spaces instead of %20 for like 74 years. People have the old URLs bookmarked and stuff so they’ll keep going to them. The content will…

Adding WordPress-like tags to a Symfony 1.4 admin generator form
Update 2010-08-06: It looks like the sfDoctrineActAsTaggablePlugin team has incorporated much of this into the version they released today. I’ll post more when I get a chance to try it out. This week I used the sfDoctrineActAsTaggablePlugin to add tag…
Compiling dansguardian 2.10.1.1 on Mac OS X Snow Leopard
I’m trying the DansGuardian content filtering proxy at home. But it wouldn’t compile on my modern Snow Leopard machine.
Getting Microsoft Visual Studio 2005 to talk to Microsoft SQL Server 2008
Problem: Visual Studio 2005 complains, Database schema could not be retrieved for this connection. Please make sure the connection settings are correct and that the database is online. This server version is not supported. You must have Microsoft SQL Server…
Deny access to .svn directories with IIS
The problem: I like using Subversion to deploy web content to production servers. I check in everything while I’m working on the development copy, then check out onto the server when it’s ready. Subversion creates a .svn directory contain readable…