-
Archives
- February 2012
- January 2012
- September 2011
- May 2011
- April 2011
- September 2010
- May 2010
- April 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- December 2007
- July 2007
- June 2007
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- October 2004
- August 2004
- July 2004
- June 2004
- December 1969
-
Meta
Category Archives: Uncategorized
Hashtags problem
A few days ago, I learned about hashtags and their role within the Twitter microblogging platform. Very useful for some pruposes, although I accept that some people have issues with their use. I thought I’d experiment with the service, and … Continue reading
Posted in Uncategorized
Leave a comment
WordPress Twitter plugin
With a bit of luck, this post will automatically trigger a tweet. Let’s see… By the way, if you are running a WP based blog, and want to try the plugin for yourself, you can get it from alexking.org
Posted in Uncategorized
Leave a comment
Upgraded the MacBook Hard Drive
After getting perilously close to a full disk in OS X, I decided to upgrade the drive in my MacBook yesterday. The process was incredibly simple (are you listening Microsoft?) Physically swap out the hard drives Place the original drive … Continue reading
DeveExpress CodeRush and Refactor! Pro
Just a quick post today, since I’m on holiday. :) Yesterday I attended a couple of product-related events in Bradford. The first was an MSDN event around the changes in Visual Studio 2008 SP1 (Including the Entity Framework, Data Services … Continue reading
Posted in Uncategorized
Tagged CodeRush, DevExpress, Entity Framework, Refactor! Pro
Leave a comment
TC Electronics – Who writes your manuals?
Yesterday I succumbed to temptation and upgraded my guitar rig with a TC Electronics Nova System. I’m extremely impressed with pretty much everything about the unit itself, but I have a problem. As with most electronic deices these days, you … Continue reading
HTTP Error 407 – Proxy authentication required
Recently I deployed an application into the live environment at work and all was running smoothly until a proxy setting change suddenly stopped the app being able to talk to the outside world. I didn’t much fancy having to rework … Continue reading
Programming Quotes
I like these… “Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.” (Damian Conway from the book Perl Best Practices). and “Before software can be reusable it … Continue reading
Posted in Uncategorized
Leave a comment
Fault handling in WCF services
It is oprobably very well known to most WCF developers, but there is a methodology previously unknown to me for handling exceptions in a WCF service, and handling them gracefully. Hopefully this post will give enough of an overview to … Continue reading
FIA strikes again
Once again, the FIA (Ferarri International Assistance) have shown the world where there true allegience lies. At yesterday’s Belgian Grand Prix, the stewards decided to impose a 25 second penalty on Lewis Hamilton after ruling that he “gained an advantage by … Continue reading
WCF Services – a compatibility hack
I’ve recently had to start developing a set of WCF services for my company to use. All good stuff, you might say – and tyou’d be right. For the most part.
The area in which things get “interesting” is around the requirement for backwards-compatibility with some existing .Net 1.1 applications that consume traditional web services. Continue reading