August 29, 2008 by Christoff Truter - 3 Comments
Creating composite controls in ASP.net can prove to be quite a tedious process at times, when it comes to the actual HTML the control renders. Especially since design-time support for composite controls are quite limited.
C# ASP.NETAugust 20, 2008 by Christoff Truter - 2 Comments
Post about doing some useful things with the key press events in Javascript
JavaScriptAugust 18, 2008 by Christoff Truter - 4 Comments
A blog about how to convert a doc to a docx
C# Microsoft OfficeAugust 11, 2008 by Christoff Truter - 4 Comments
Blog about the joys of viewstate optimization
C# ASP.NET Coding HorrorsJuly 27, 2008 by Christoff Truter - 10 Comments
Blog about passing parameters by reference to functions using func_get_arg(s)
PHP