Productivity
Configuring Google Voice as a Jott / reQall Replacement
Jul 23rd
I’m a big fan of reQall, Jott, and the various other voice-to-text services out there. I currently have a reQall Pro account and use it on a daily basis. Naturally, the first thing that came to mind when I heard that Google Voice was going to have voice transcription capabilities was using it to augment or maybe even replace my current tools. After some trial and error, here is the method I came up with to configure Google Voice for this purpose.
By the way, if you would like an overview of the Google Voice service, there are some nice articles on Lifehacker.com.
GENERAL ACCOUNT SETUP
- Create a Google Voice account. Until it’s open to the general public, you’ll need to request an invite here.
- Go through the basic setup following the instructions to add your home phone number and create your account.
- Once your account is created, click the Settings link at the top of the page and go to the General tab (see screenshot below). Make sure that Notifications are set to go to your desired email address. Optionally, you can disable the “Send a text (SMS) message to” checkbox. I disabled this because most of the messages are ones that I leave to myself, so I don’t need a text message telling me that I just left a message


- The Call Screening, Call Presentation, and Caller ID settings will not really matter for what we are doing. Set these however you wish for your other callers. Do check to see that the “Transcribe Voicemails” box is checked, and save your changes.
SETTING UP YOUR CUSTOM GREETING
The idea here is to create a greeting that mimics what you might hear when dialing into Jott or reQall. This greeting will only be heard when dialing in from your cell phone. There are several ways Read the rest of this entry »
Evernote CEO Discusses App (SXSW Video)
Mar 22nd
Phil Libin, Evernote CEO, discusses the current state of the app in this video from the SXSW ‘09 conference (courtesy of Arik Hesseldahl). One of the interesting notes is that the company is now “net margin profitable”, meaning that they are turning a profit even when you consider all of their overhead expenses. Their primary source of revenue according to Phil is their premium subscriptions, so they are already profitable even without the new ads.
Phil Libin, Evernote from Arik Hesseldahl on Vimeo.
Strip Outlook Attachments and Replace with Links
Feb 22nd
UPDATE OCT 2009: Reader jumpjack has created a Google Code project for this macro. You can download the latest source code on the project page.
_________________________________________
There are many good reasons to strip attachments from your email messages. The main reason for me is that I often embed email messages into my Outlook tasks for quick reference. Since some tasks have multiple emails (each with multiple attached files), I need a way to keep the task size manageable. So, I simply strip the attachments before embedding the email into the task. Another reason to strip attachments is to improve Outlook performance. Smaller PST files are less likely to be corrupted and are faster to search and index.
The Outlook VBA macro below is one easy way to strip attachments from your messages. Simply select one or more messages in the Outlook explorer window, then activate the macro. The result is shown in the screen shot below. As you can see, all of the attachments throughout the email are numbered and replaced with links at the top of the message. There is even a hyperlink to the folder containing the attachments. The macro also saves a text copy of the original email message along with the attachments for future reference.
You’ll notice that there is still one small attachment remaining called “Attachments Removed”. This is added so that the paperclip icon in Outlook is still active, which indicates that the message has (or had) attachments.
The attachments archive folder is organized with one folder per email, as shown below. The folders are named using the date of the message, the sender name, and the subject line. At the end of the year, you can grab the whole collection and zip it up for archive purposes. Since the links are hard coded into the emails, you’ll want to be consistent with your folder locations. That is why I simply use “C:\Outlook Attachments\” along with the year. If I ever want to restore some old messages and be able to browse the file attachments, I know exactly where to put them.
>> READ THE REST OF THIS ENTRY >>
Backup All Outlook Contacts to VCard in 3 Easy Steps
Jan 18th
For some reason, the Microsoft Outlook developers never really embraced the vCard format, and did not provide adequate ways to import/export to this format. The “File > Import and Export…” menu only has ways to import vCards, and no options to export them. Because of this, various tools and add-ins have appeared that allow you to backup/export your Outlook contacts to vCard, and some of them even cost money! Why should you have to pay to back up your contacts?
Well, you don’t. It turns out there is an easy (but non-obvious) way to do this in Outlook without any additional tools or add-ins. Here it is in 3 easy steps:
STEP 1: Select all contacts in your Outlook contact folder (CTRL-A).
STEP 2: Select “Forward as vCard” from the Actions menu.

Handy Outlook Attachment Reminder Macro
Sep 17th
Have you ever had one of those “oh shit” moments where two seconds after sending an email you realized something was missing? And you know, by using the Outlook “Recall Message” feature, you’re just going to draw even more attention to your mistake. It’s like a highway accident… people will open recalled messages before anything else in their Inbox just to see what you might have screwed up.
Here’s one easy way to prevent that from happening: use this Outlook VBA macro to automatically scan your outgoing messages and stop incomplete emails & invites before they get sent. This macro will check for missing attachments on messages & meeting invites where you probably meant to attach something. It will also check for blank subject lines, as well as blank locations in meeting invites.



RECENT COMMENTS