Archive for March, 2009

Managing code releases

by Josh Fraser on March 25, 2009


Recently I decided to streamline my code release process. I use subversion for my source control which means I push code live by running svn up on each of our production servers. I'm lazy, so I wanted an easier way to do this all at once. The end ...

Too many DNS lookups in an SPF record

by Josh Fraser on March 20, 2009


I recently noticed I was having new email deliverability issues. It surprised me since things had been going well since switching to AuthSMTP for our outgoing mail. The first thing I checked was my SPF record. It looked like this: v=spf1 a mx ...

Doing cool stuff with Flash

by Josh Fraser on March 8, 2009


A few months ago I encouraged my friend Kevin Musselman to start blogging. He had been doing a lot of interesting stuff with Flash and I told him should be writing it down and sharing it with the community. He took my advice and has some interesting ...