Author Archives

Taavo Smith, CTO, Senior Web Developer

Taavo is a Boston native who earned his B.A. at Macalester College in St. Paul, Minnesota. Since he first learned to program in '94, he's been involved with a wide variety of projects - from neural network message categorization, software internationalization and desktop application development to everyday web development. Paradoxically, Taavo is also an actor, dancer and playwright, and received his M.F.A. from Naropa University in 2009. You can find info on his performances at taavosmith.com.

Taavo Smith

Taavo's Posts

View Full Archive

WordPress Local Install Instructions

[Quick guide written for internal DD9 use, published for the good of mankind.] This is a rough guide, since I don’t have a specific project to test it on. When we get there, I’d like to test it out myself to improve this document. That said… 1)  Download and Install … more

Attaching .docx files via PHP

Interesting bug today: A client’s web form takes file uploads and forwards them as email attachments. Script works great for .doc files, but .docx files end up as mysterious attachments with filenames like ATT00010.txt, whose content starts with this: application/vnd.openxmlformats-officedocument.wordprocessingml.document; name=”filename.docx” Content-Disposition: attachment; filename=”filename.docx” Content-Transfer-Encoding: base64 This “header” is followed … more

One WordPress Install, Multiple Sites

One of our clients wanted two sites—two URLs, two designs, two sets of content—on a single WordPress install. They wanted to be able to log into a single admin area to manage both sites, and to be able to make posts of certain categories show up on both sites, while … more

PHP-MSSQL on Linux: Easier Than You’ve Heard

We’ve integrated in-house Microsoft SQL Server databases with public PHP web sites a number of times, now. Until today, this meant dealing with Windows VPSes for even modest sites, simply because we were unable to find a Windows shared hosting plan which permitted access to remote databases, and all the … more

Updating Drupal

Compared to WordPress’s automated self-updates, Drupal’s update process is something of a chore. This chore isn’t made any easier by Drupal’s documentation (also here), which at the time of writing takes up nine pages, is self-contradictory, unnecessarily time-consuming and somewhat paranoid. And it never offers a canonical pragmatic checklist. After … more