Site Archives for November 2004


Halo 2 Stats via RSS... an interesting idea that I think could be improved

Posted on November 22nd

I like that Bungie is exposing your stats as RSS (see mine here), but it would be cooler if they had added some additional elements and attributes to the feed to describe the games in a more usable format, rather than just in HTML... instead of; <item> <title& […]

An interview with Rocky about VB.NET

Posted on November 10th

[…]

Less frustrated...

Posted on November 9th

I love the internet for one main reason.... porn. Or is the fact that everyone is willing to help you when you have a problem? […]

Frustrated with my own incompetence...

Posted on November 8th

I've been rebuilding my site to use master pages (which is done and works great!) and along the way I decide to get rid of the tables used to create my top and side menu areas, moving instead to a CSS model... […]

MSDN Team Bios up :)

Posted on November 4th

A variety of folks (including me) associated with the online MSDN site have their bios up at http://msdn.microsoft.com/aboutmsdn/team/default.aspx

HTML to XHTML

Posted on November 2nd

I have been pondering the best approach for ensuring user supplied HTML is XHTML... and while it actually isn't hard to validate whether or not a given block of HTML is valid XHTML, what I really wanted was something that would fix up some of the more basic errors. Well, MSDN Magazine to the rescue. […]