Archive for the ‘Web’ Category

Gmail Humanitarianism

Tuesday, June 8th, 2004

That inveterate do-gooder Jonas Luster has figured out a way to harness the power of the Gmail Swap meme for the forces of good: he and some other people who have invitations to spare are giving them away to people who promise to do a good deed in exchange (or to people who are already doing good deeds). Never one to miss an opportunity to be a humanitarian without actually spending any money or expending any real effort of my own, I jumped on the bandwagon and contributed an invitation. If you can spare a golden ticket or two, you might think about doing the same.

Googling My Email

Sunday, May 23rd, 2004

Erik mentions not wanting to use his Gmail account because he prefers a desktop app to Gmail’s web-only interface. I too have struggled with how best to use Gmail since I was granted a coveted invitation by a kindly Google employee (who I thank sincerely, but I won’t name—unless he wants me to—in case he wants to be spared the inevitable pleas for invites). On one hand I feel quite privileged to be able to give the service a try (particularly now that things like Gmail Swap have started appearing), but on the other hand, I already have a well-established email address at my own domain, and, like Erik, I’m a desktop app kind of guy who is a bit reluctant to commit to Gmail’s web-only interface (particularly until it works better in Safari).

Fortunately, thanks to this post by Danny O’Brien, I think I’ve finally cracked the question of how to make use of Gmail based on its strengths: archive and search. I’ve added a .procmailrc rule on my web host’s server that automatically forwards any messages I receive to my Gmail account (in addition to delivering them to my normal inbox). Then I set up a filter in Gmail that takes any messages coming from my scifihifi.com account and places them directly in my Gmail archive (bypassing the inbox).

Gmail filters interface

This way I can still use my normal email address, and still receive and send email primarily through Mail.app, but I also get to use my Gmail account as a huge email repository with the world’s best search engine attached. I’ve never really thought full text search was one of Mail.app’s strong suits, and I also like the fact that I can walk up to any computer that has web access and search for a message that someone sent me awhile ago, so I think this arrangement is a big win.

My only real complaint about it is that it doesn’t also catch my sent mail, but that’s not that big of a deal. I suppose there’s also the potential privacy issues to worry about, but I honestly have a hard time getting myself too worked up about them.

Preventing AAC Spew

Tuesday, January 27th, 2004

As much as I love to hear everyone’s GarageBand compositions (and I’m not being sarcastic—I do), I am getting a little weary of clicking on links to AAC files, only to have Safari dutifully display 4 MB of incomprehensible binary data because the web server isn’t savvy to the AAC MIME type. So, as a public service, here are instructions that will help at least some people prevent that from happening to their listeners:

  1. Make sure your web host allows you to use .htaccess files (which they probably won’t unless they’re running Apache).
  2. In the root directory of your site (not the root directory of your shell account, mind you—we’re talking about the one that contains the main page someone sees when they come to your site), create a file called “.htaccess”. If one already exists, simply open it.
  3. In this file, add a line like the following:
  4. AddType audio/mp4 .m4a

  5. There is no step 4. Safari should now correctly recognize AAC files served from your site as audio.