Archive for September 13th, 2006

An upgrade and some plug-ins

Posted by Edward on September 13th, 2006

So I finally stole some time to polish some kinks out of this site. It is now updated to WordPress 2.0.4. I have also started adding some plug-ins. You may notice the gravatars in the comments, the little name/picture/e-mail thingy at the top of the sidebar, Technorati tags and a syntax highlighter.
I also […]

How to write custom events in C#.Net

Posted by Edward on September 13th, 2006

There are plenty of books on the subject for those who want some deeper insight into events and .Net programming. All books I’ve come across tend to be very verbose. This will be a brief How-To that just presents the rudimentary steps needed to add a custom event to your class.
The necessary steps are:

Create an […]

My personal How-To repository

Posted by Edward on September 13th, 2006

If you are anything like me, i.e. has a terrible memory, you might want to keep a recepie of a common task written down somewhere. I find that I frequently forget how to do simple things like declaring custom events properly. And when I need a refresher course I grab a book or surf the […]