Twipler - A twitter web clientI know I don't update this website that often and that's because I spend most of my free time working on twipler. Twipler is my Twitter Web Client written in C# and is Open Source. My main motivation for writing it, is that I wasn't really happy with how twitter web worked and felt inspired by other web clients. Bustling with ideas for things... Posted: 17 Jun 2010
|
New features of VS2012 revealedWith the release of Visual Studio 2010 just around the corner, I was lucky enough to get a sneak peak at Visual Studio 2012. Here are a few of the exciting things I found. Code window resize A feature you can turn on/off is automatic resizing of the code window. When you are editing your code, selecting the code window maximizes it at... Posted: 11 Feb 2010
|
aspnet_regiis 0x80004005 Windows 7 IIS 7Problem "aspnet_regiis -i" crashes when executed from command giving error code 0x80004005 on Windows 7 with IIS7 My solution I have UAC switched on, and launched the command prompt -as administrator-. Start -> cmd -> right click "Run as Administrator". Then aspnet_regiis worked fine. Did this work for you? please comment below for the... Posted: 26 Jan 2010
|
Anti-Bug PatternThe Anti-Bug Pattern occurs when you have two bugs in a system which cancel each other out. While refactoring one day, I couldn't work out why my code had broken. That's not unusual, and so I checked and re-checked the new code that I'd written. Nope, it was bug free! This was when I discovered the Anti-Bug Pattern, which occurs when there... Posted: 26 Nov 2009
|
ChgDoc first releaseAfter what seemed like a never achievable first release, and much personal deliberation over "what's the point" "will people think my code stinks" etc, I'm finally in a position to offer up a first version of the source code behind this site. Download ChgDoc Source Code here. This is GPL Open Source. You really need to be a developer to... Posted: 08 May 2009
|
Create a new IBM databaseA nice daily WTF (worse than failure). Using Visual Studio 2005 to connect to an IBM database. Step 1. Step 2. Posted: 07 May 2009
|