Archives » March, 2007

Finally!

It’s taken me a few days, but I figured out how to implement one of our file selector controls on the web. The control is essential a multi-column list box: one column contains the file names, the other contains a check box. The catch is, the file names have a [...]

Read: Finally!

AJAX for .NET

I know I’m a bit slow on the uptake, but my tasks at work have kept me in the VC++/C# windows forms environments, so I haven’t had much need to look into new web technology. However, I am in the process of setting up my home machine with the AJAX extensions for .NET. [...]

Read: AJAX for .NET

Cleaning and Building… Definitely do it seperately.

The autobuild script has been working quite well for a few weeks now. Last week I changed it to utilize an xml configuration file instead of having to modify the script to change build parameters. This makes it quite easy to have different build tasks ready and waiting. The one thing I [...]

Read: Cleaning and Building… Definitely do it seperately.