Saturday, August 20, 2005

Thursday, August 18, 2005

Creating Licensed Web Controls

Doing a blog rolling and found the following article in regards to controls. Even though I am not creating these right now, it is good to know how to do these things.

Check out : PeteL's Blog : Creating Licensed Web Controls

http://blogs.msdn.com/petel/archive/2005/08/11/450469.aspx

Bug Tracking Software

What software do you use to do defect tracking or even enhancement request management? I have recently started to use Axosoft OnTime 2005 to do it for me. It has helped me organize the features I want to add to the software I have been developing and upon release, it has dramatically increased my ability to respond to the users bug reports. You can get a Free Single-User Installations license for the small developer and the new Team System for the larger shop. Definitely worth the time to investigate.

Get the software here: Bug Tracking Software

Tuesday, August 16, 2005

Anatomy of a ProgressBar for ASP.NET

Good article about building a ProgressBar in .net. Included is a discussion of the problem and the solution with full C# source Code.

Anatomy of a ProgressBar for ASP.NET