Kevin Dente's Blog

The Blip in the Noise

December 2003 - Posts

Office 2003
It's been less than a day since I installed Office 2003 for the first time, and I've already had Winword.exe spin at 100% CPU while composing an e-mail in Outlook. Not terribly encouraging. Fortunately, killing it in taskman didn't hose Outlook.

Posted Wednesday, December 31, 2003 1:02 PM by kevindente | 1 comment(s)

Pocket Outlook extension problems

Back during the summer I picked up one of those ViewSonic V37 PocketPC devices available free through an MSDN promotion. It was quite a step up, hardware-wise, from my old Palm IIIx - a nice color screen, MP3 playback, SD support. And a hell of a bargain. ;)

On the other hand, I've been less than thrilled with the PocketPC OS itself. There are some things that are very nice, but generally I find that it takes a lot more pen strokes to accomplish something than it did with my ancient Palm. Simple user efficiency doesn't seem to have been a primary design goal with many parts of the OS.

The biggest complaint that I have in this area is with Pocket Outlook - specifically when assigning due dates to tasks. In the Palm world this can be done with two clicks of the pen on the task list (one to drop down the “due“ combo, one to select). I was chagrined to discover that in the PocketPC world this takes 5 clicks (one to open the task, one to click Edit, one pop up the calendar, one to select the date, and one to close the task). Do this on a couple of tasks and it gets old pretty damn fast.

I started poking around in the PocketPC 2003 SDK, and found that Pocket Outlook supports a nice context-menu extension model - nearly identical to the Windows shell context menu extension model, in fact. So I started coding up an extension that would give you a quick way to re-set the due date of a task from a tap-and-hold context menu.

This being my first foray into the world of PPC programming, it took a little time to get the tools installed and familiar with the environment (after 2 years of C# work, my C++/ATL/COM is seriously rusty). Embedded Visual C++ is like a step back in time, but it does the job, and it's available for free download.  The morass of PocketPC version numbers was confusing at first - they use numbers like WinCE 4.0, 4.1, 4.2, rather than the product names PocketPC 2002, Windows Mobile 2003, etc). Fortunately, I'm only targeting Windows Mobile 2003, so I was able to ignore most of the versioning issues.

Anyway, the samples were instructive, and I got the basics working pretty quickly. Unfortunately, I seem to have encountered a major snag. Although the API lets you set task properties like the due date, the UI doesn't seem to recognize that they've changed and redraw itself. Only if you do something like open and then close the task does it refresh (and the API only lets me automate the opening, but not the closing).

So far I've been unable to figure out a workaround for this. Anyone have a suggestion?

Posted Tuesday, December 30, 2003 2:02 PM by kevindente | 1 comment(s)

Duplicate cleanup...grrrr
I just spent a bunch of time cleaning out a massive round of duplicate postings in NewsGator, presumably due to the updated .Text roll-out. It annoys me to no end that I have to waste time on this. Is this really necessary? Do other RSS readers handle it more gracefully, or is it a problem common to all readers? Does Atom improve things? Surely this is not an intractable problem.

Posted Monday, December 22, 2003 8:41 PM by kevindente | 2 comment(s)

AlphaImageLoader weirdness

The AlphaImageLoader filter, which is used for rendering transparent PNGs in IE, seems to play some funny games with URLs. I'm running into a problem with a URL that contains a “+” sign. I'm using the JavaScript encodeURIComponent function, which converts the “+” into a %2B. However, for some reason when the HTTP request gets spit of the other end of the filter, it gets converted back into a + character (as shown by ieHttpHeaders), and ends up munged on the other end in ASP.NET. Other encoded characters, like spaces (%20) work fine. If I use a regular IMG tag instead of the filter, it works fine (except, of course, no transparency).

Weird.

 

Posted Thursday, December 04, 2003 5:18 PM by kevindente | with no comments

IE Favorites with Longhorn

After mucking around in the badness that is the IE favorites system, I'm lefting wondering if there's hope for the future. Will IE use WinFS in Longhorn for storing favorites? Will we finally get searchable metadata for favorites? For the most part of I've given up on using favorites, relying on my googability for re-finding sites when I need them. Generally this works - until I realize that the only key words for identifying the site are too generic to be useful in Google. Then I long for superior bookmark system of that technical tour-de-force Netscape 2.0.

Help us, Lonhorn-Kenobi. You're our only hope.

Yes, yes, I know about Firebird/Mozilla/Opera/[Insert alternate browser here]. It's great, blah, blah, blah, but it's not preinstalled on every machine that I walk up to.

Posted Tuesday, December 02, 2003 10:40 AM by kevindente | 3 comment(s)

More Posts