Blogging on the Tablet

I got my blogging front end – built on Front Page – moved over to my new tablet. I wrote at least part of this entry in ink. I was surprised to discover that Office 2003 does not include the Office Web Services Toolkit functionality, so I had to install that separately. While I was at it, I downloaded the VS.NET Tools for Office. I was thinking of writing a C# based blogging front end that used Word instead of Front Page or InfoPath since only Word supports the Text Services Framework. This means that if the tablet mis-recognizes your handwriting, you can choose alternative recognition options instead of deleting and rewriting the word. For pen based input (with my crappy handwriting) this is a huge time saver.

Recognizable Identity

After introducing myself at a customer meeting today in Phoenix, someone asked “Are you the Harry Pierson from DevHawk?”. First time that’s happened – kinda cool. Nice that he recognized my real name – I think most people who read this blog just know me as “DevHawk”. A couple of times, I’ve introduced myself to blank stares then mention that I write DevHawk to instant recognititon.

BTW, I did take the plunge and put the URL for my blog on my business cards.

Don on XML API’s

I watched Don’s MSDN TV talk on passing XML around within a managed application. The value of XPathNavigaor has been discussed in blogsphere, but it was nice to see it explained by the master.

<nostalgicMusic action=”cue”>

It reminded my of one of my first encounters with Don. I was a recent addition to MCS in SoCal and we were having a team meeting / training at DevelopMentor. Among other speakers, Don was scheduled to discuss the then-brand-new SOAP spec. As is expected with Don, the presentation started with thirty minutes of “look what cool code I whipped up at 3am this morning”. In this case, the code was a COM based SAX parser based on expat. In his implementation, Don had mirrored the SAX API exactly, including providing the setXxxHandler methods. I asked him why he hadn’t used COM Events. He commented that I had really drunk the kool-aid and that was the end of it.

Personally, I hate registration API’s like SAX’s setXxxHandler methods. While COM Events has a lot of plumbing overhead to get nailed up, but the benefit was that it provided a late bound mechanism for locating event sources. Using registration API’s like setXxxHandler means having to redefine your interface to support new event types. Of course, CLR delegates, the pull model XmlReader and XPathNavigator have made the registration API vs. COM events discussion moot.

Interesting follow up to this story: I ran into Don at an internal event last November. He couldn’t remember my name, but he remembered the event at DM and that I was the one who asked about that COM events stuff.

</nostalgicMusic>

BizTalk 2004 Beta

I just sat thru the flash demo for BizTalk Server 2004. While it’s pretty fluffy, it did show glimpses of the new BTS tools integrated into VS.NET and integration with InfoPath for supporting human based workflows. Cool stuff. Downloading from MSDN Subscriber Downloads as I blog.