MGBlogA useless rant...Defect Tracking - Picking Priorities- June 27, 2005 I have been setting up a defect tracking system called FogBugz today. As part of the process I had to set up the Priorities list. Having explained to people, once too often, that "The font colour of the site copyright message is not a priority one defect!" I thought I should come up with a description of what each priority actually means. Now rather strangely FogBugz requires you have exactly seven priorities. Not six, not eight but seven. So I came up with the following list trying to...http://www.mgbrown.com/PermaLink59.aspx Yahoo API update - Now with Term Extraction request- June 24, 2005 I have updated both the Yahoo API downloads to include support for the Term Extraction request. You can download both the VB.Net and C zips from here.The interesting thing about this request it the "context" parameter. As this can be very long it is unlikely to work with a GET request. As a result Yahoo recommend using a POST request instead. This means we need to add some extra code over the usual to make this request work. VB.Net...request.Method = "POST"request.ContentType =...http://www.mgbrown.com/PermaLink58.aspx |