Welcome to Jonathan Parker's Blog Sign in | Join | Help

May 2007 - Posts

Those that know Scott Hanselman know what a great guy he is. Some of you, however, may not know that he is a diabetic. A while back he anounced his Diabetes Walk 2007 . As soon as I saw this I wanted to help, but for some reason I've been putting it off. Read More...
Jeff Atwood posted about Your Favourite Programming Quote and influences so I thought I'd share mine. Like Jeff I also like Steve McConnell. Specifically I like his idea of designing a feature in greater and greater detail until you feel that implementing Read More...
Today I passed my first Microsoft Certification Exam! The exam was 70-528 . My next exam will be the other one in the MCTS certification which is 70-536 . So though I don't think I'm technically an MCP yet, I'm half way there. If you haven't done any Read More...
Have you ever thought of generating XAML on the fly? Well it's as easy as implementing your own HttpHandler in ASP.NET. Add the following class to your App_Code folder in a new ASP.NET web application project. using System; using System.Web; public class Read More...