2009 Aug 28 Today, we mourn a great loss. Only spotted this today in the Telegraph's weekend Sport section.'Nuff said :-DCodeGecko READMORE
2009 Aug 27 New clients, updated portfolio Silence can get a bit deafening from time to time so I thought I’d post up a quick update. New Joomla project launched! READMORE
2009 May 19 Tech toys My Skype friend just bought this from Amazon.He is now no longer my friend. I want it!CodeGecko READMORE
2009 Apr 27 DotNetNuke 5 upgrade SO I finally took the plunge and upgraded to DotNetNuke 5.00.01 beta on my live website.Having create a staging site and then tested the upgrade in a protected environment, I discovered a few things READMORE Categories programming Posted in DotNetNuke, jQuery
2009 Feb 23 Pre-authentication and one-time passkeys (OTPs) using ASP.NET I came across an interesting problem on Friday (which is why I'm blogging about it on Sunday evening - I've been working to fix this problem over the weekend!), regarding pre-authenticated links. READMORE Categories programming Posted in c#, ASP.NET
2009 Feb 20 Domains and programming It's been a while since I've blogged so I've drafted out about 5 posts to put up over the next two weeks which cover everything I've been doing for the last month - it's a lot, trust me. READMORE
2009 Jan 13 How many ways can you tell if a variable is a number in C#? Lots, according to the comments on this post! I finally settled on: if (int.TryParse(isNewList, out isNewList) != false) {} It conspires that TryParse has a try...catch block built into it. READMORE Categories programming Posted in c#
2008 Dec 02 I officially hate SQL Don't get me wrong, it's a powerful language, but sometimes it just hacks me off. In case anyone is wondering where the rant is coming from, I'm trying to take two stored procedures and merge them. READMORE Categories programming Posted in SQL
2008 Sep 28 Bytes Desktop Assistant - Feature Release As you may or may not be aware, I am a moderator on the Bytes Technology Forums, overseeing classic ASP forums but kicking around other areas like HTML/CSS, JavaScript/AJAX, SQL Server, Access, and READMORE
2008 Sep 28 Database discovery and dynamic SQL in SQL Server 2005 I'm about to set up a new website, powered by DotNetNuke (my favourite CMS at the moment, mainly because it's free), and I want to install a Counter-Strike game server onto the same machine. I also READMORE Categories programming Posted in DotNetNuke, SQL