Archive for June, 2008
AIR Installer Badge - Error #2032
by Josh on Jun.30, 2008, under AIR
While working on creating an installer badge for an AIR application I’m working on, I kept receiving the following error when trying to install the application: Error# 2032

After doing a bit of Googling, the most common solution I found was to make sure that the MIME-type for AIR was set on your server so that it would recognize the AIR filetype.
You can do this by adding the following line to the .htaccess file for your server: (I’m not a server guru, so this may not work in all cases, but it works on the Apache server I’m using.)
AddType application/vnd.adobe.air-application-installer-package+zip .air
After adding this I was still receiving the error. So… a little more time searching, and I found another piece to the solution - I had been using a relative path name in the flashVars for my installer badge. That doesn’t work. Apparently, while you can use a relative path for the thumbnail image displayed by the badge, the actual path to the .air installer file must be the full path to the file. (http://www.domain.com/pathToInstaller.air).
Since it took me a little bit longer to find that part of the solution, I wanted to post it here, just to add one more place where you might be able to find it. These aren’t the only two reasons why you could receive this error, but at least it’s two more possible solutions.
SSBs
by Josh on Jun.24, 2008, under Development, Mac, Web
SSBs? Site-Specific Browsers, courtesy of Fluid.app.

Fluid is a slick little app that allows you to create unique browsers for a particular website. These new browsers appear as regular applications that you can leave in your Dock, or Applications folder. In the screenshot above, you can see the Unfuddle app that I made in about five minutes earlier today.
Pretty handy for those sites you tend to visit a lot, and leave open all day long. Plus, if a site supports it, you can get some fancy Coverflow browsing of the links in the page as well.
Unfuddle Your Work
by Josh on Jun.23, 2008, under Development, Web

I seem to have an addiction when it comes to finding the best bug tracker out there - I’ve never been really been satisfied with the ones I’ve used in the past, and I’m just too lazy to write my own. As a result, I’ve ended up playing and installing a bunch of different apps, trying to find the bug tracker I like the most.
Why Are You Still Using Twitter?
by Josh on Jun.03, 2008, under Mac, Web
Because all my friends are on Twitter.