Monthly Archives: October 2008

Debugging PHP

As an old fashioned programmer I grew up with debugging methods like post-mortem traces and trace statements. Today however we have and are used to GUI’s for debugging and can single step code or even re-compile code and retry the … Continue reading

Posted in Programming | 1 Comment

C# WaitCursor Class

  As I started seriously coding in C# for some time ago, I needed to fill a lot of gaps that exists in my toolbox compared to the well filled Borland Delphi toolbox I created over the years.  As expected … Continue reading

Posted in Programming | Leave a comment