Virtual Server Annoyances

The company I work for (C2C Systems) are a Microsoft Gold Partner this is great in that it gives us a whole bunch of licenses for internal use, it also gives us (almost ??) unlimited access to software for test, development and demonstration. The problem is :- Demonstration licences are provided…

Read More

Berghaus Sullivan Jacket – Review

It’s been around 8 months since I purchased my Berghaus Sullivan GoreTex outer shell jacket and things have gone pretty well. My original requirements when looking for a jacket were :- 3 Layer Goretex (heavy duty) Just an outer shell (none of this 18 jackets in one nonsense) Able to…

Read More

Singleton Design Pattern

Singleton Design Pattern, is a solution to a common problem in the software domain where you want to create ONE AND ONLY ONE instance of an object/class. Put simply, it stops client applications creating their own instances of an object and routes all creation of the object through one method.…

Read More

Dasblog Macros – Code

Here’s the code for the macros I created – feel free to copy / compile it yourself. I also included a compiled DLL here – BUT it is compiled against .NET2.0 so will only work if your hosting Dasblog in a ASP.NET2.0 virtual directory. Copy the compiled DLL into your…

Read More

Dasblog Macros

So, having recently updated this website to Dasblog 1.9, I decided it was time to check out the source and have a play around. The initial easy step to get involved seemed to be writing some Macros (I wanted to extend the default blogStats() macro to include Total Trackbacks and…

Read More