Dinner @ the Piersons

And then there is Julie, Harry’s wife. Every now and then I go over to their place for an incredible dinner. She is a fantastic cook, and I am sure I could maintain a decent weight if I eat reasonable portions, but its sooooo good, I can’t just have one portion. They keep saying I can come over more often, but thankfully I am in Bellevue, and they are up by the future MS campus in Issaquah. This means that, although the drive is only 10-20 minutes, I have to actively make an effort to go. But when I do go, it is often the highlight of the week. [Matt Williams Technovangelist]

Thanks Matt! As you can imagine, I share Matt’s one portion dilemma. The worst is chicken enchiladas – my wife’s chicken enchiladas are like crack. I look my empty plate and think “I could eat one more” even though I’ve polished off six already.

I also share his resolution to lose weight. Julie does too, but since she’s 8 months pregnant, losing weight now would be a bad thing. 😄

RSS for KurzweilAI?

Does anyone know if there’s an RSS feed for KurzweilAI.net? I got a rare opportunity to hear him speak yesterday as part of a Microsoft event and he was amazing. (I wonder if he got more sleep than Chris Anderson did?) I’ve started on his book The Age of Spiritual Machines (which I’ve had for a year and never found time for) and I was picking through the massive amount of information on his website. But I want to keep up to date and an RSS feed is (obviously) the easiest way to do that.

My Upcoming Article

They haven’t posted the article yet, but MSDN Magazine has posted their March Issue Preview, which will feature my first article:. Site Skinning: Rich XML Classes Let Users Personalize Their Visual Experience on Your ASP.NET Site. It’s about using a custom IHttpHander to build a Transform View for an ASP.NET website. Needless to say I’m pretty excited. I’ll be posting additional content related to the code here on this site (hence the recent facelift to the site – sitelift?) after the article ships. I’ve been delivering the content at .NET user group meetings up and down the west coast (most recently the MSDN chapter Phoenix) to good reviews, so I have high hopes for the article.

Now I just have to finish writing the second half – using CodeDOM to actually compile the pages just like ASP.NET WebForms do. It’s amazing how much easier writing the code is than the article that describes the code.

News Aggregation

I’ve been using FeedReader for aggregating news feeds, but I just downloaded and configured Syndirella. I think I’m going to switch permanently since Syndirella handles some of the 2.0 RSS feeds that FeedReader can’t. (I want to try News Gator, but I’m not running a compatible version of Outlook). Additionally, Syndirella is a .NET app, which I like even if it has little bearing on the apps’ functionallity.

Tracking Referrers

So now I’ve started tracking referrers. I’m using the referrer server variable, and running into canonicalization issues. For example, as I write this entry, there are 8 referrals from ASP.NET Weblog. But it shows up on my list as 3 separate referrers since I’m not sure how to canonicalize the URL. For example, Radio users mostly come from the Radio.Weblogs.com server, so for those users, the specific virtual folder is important. But for other sites, like aspnetweblog.com, it’s not. Anyone have a good suggestion?