OneNote - Much ado about nothing

I actually love OneNote, but this window has me confused.  Perhaps someone from the OneNote team could shed some light on what the progress bar is measuring?  It popped up after hitting CTRL+2 to tag an item and steadily reported on the progress of some nameless task for about 5 minutes.

Pushing SecurID Tokens to a BlackBerry

I had to resort to this after upgrading to the leaked beta of BlackBerry OS 4.5 on my Curve the email-import method did not work. It's a perfectly legitimate method of importing a SecurID token on your handheld, and now I actually prefer it because it is significantly less problematic than emailing the seed file to yourself. For more information see the RSA BlackBerry Soft Token page.

What you need

  • RSA SecurID Token for BlackBerry Utilities (bb300_utils.zip)
  • SecurID Soft Token for BlackBerry - the app itself, if not installed (bb300.zip)
  • Your soft token seed file (.SDTID file)
  • BES 4.1.3 or newer
  • BB OS 4.2.2 or newer
  • Java Runtime Environment 1.4 or newer

If your BES' MDS Connection Service port (default is 8080) is open you do not need to run this on the BES. Mine is not, so I pushed my soft token out from my BES.

Preparing your BlackBerry

Install the SecurID 3.0 software. Launch it, accept the EULA and open the Settings. Make sure that Listen for Token is set to Yes. When the security prompt appears choose Yes to allow the application to run as a server.

Pushing out the Soft Token with PushToken

  1. Download and unzip bb300_utils.zip
  2. Make sure your .SDTID is on the same disk
  3. Open a command prompt (Start > Run > cmd)
  4. From the command prompt:
    java -classpath <path_to_bb300utils>\PushToken.jar PushToken -e<email address or pin> -h<BES address> <path to .sdtid file>
    In my case I ran:
    java -classpath bb300_utils\PushToken.jar PushToken -ecorey@mydomain.com -hlocalhost x-rimdevice-xxxxxxxx.sdtid
  5. If the .sdtid file was valid and you gave the SecurID application permission to run as a server on your BB you should see a prompt on your handheld about receiving a token.
  6. You may be prompted for a password, if so enter the password you were given with the token.
  7. If you entered the correct password you will receive notification of the token being imported. You can rename the token by choosing Manage Tokens from the menu.
  8. That's it. When you open the application you'll be prompted for your passphrase and PIN, and then be shown the generated token. One nice change between versions 2.x and 3.x of the SecurID application is that the numbers are much larger and split into two groups. Think 14 point font instead of 10.

PushToken Command Line Options

java -classpath PushToken.jar PushToken [options] file
 
Options:
-e      E-mail or device ID of BlackBerry
-h                  Address of BES host (default: localhost)
-p
                  Port on which BES is listening (default: 8080)
Examples:
java -classpath PushToken.jar PushToken -h123.45.67.89 -p8765 -ejsmith@company.com token.sdtid

Guess when the QuickTime plugin loaded

I've got a dual-core Opteron, QuickTime 7.5, Firefox 2.0.0.14.  Good luck figuring out when the CPU pegging, memory leaking Firefox 2 loaded QuickTime.

Emailing a calendar with Outlook 2007

At first glance Outlook 2007 appears to be a new look slapped onto Outlook 2003. The preferences are almost identical and the most noticeable change is Office ribbon. There are a number of subtle changes though, and one that I just found today is the ability to email your calendar to someone.

Launch Outlook and in Calendar or Folder View right click on the calendar name and choose "Send via E-mail…". A blank message will open and a dialog window with options will present itself.

You can choose which calendar to use (if you have multiple), set working hours, change the layout and choose how much detail to include. Predefined date ranges are Today, Tomorrow, Next 7 days, next 30 days, Whole calendar and the option to choose a custom range.

The Daily Schedule layout shows all of your appointments and free time while List of Events only shows appointments. Both options also attach a .ics file to the email. This one of those features that is a huge help when trying to schedule a block of time with someone, and unfortunately I've only discovered it recently.


List of Events Layout


Daily Schedule Layout