I have just released a new version of my PicasaWeb Uploader tool. This is a maintenance release to fix issues with large video uploads and to port to the new GData API.

I have published my little tool that extracts just the Eclipse colour theme preferences out of the Eclipse exported preferences here. Usage is pretty simple – point it to an Eclipse preferences file and it will spit out the theme, which you can the import into your workspace without importing...

There are a few blog posts around the web regarding ASP.NET MVC custom model binding, but there are two key pieces of information missing. Just a quick intro – to implement custom model binding in ASP.NET MVC we need to implement the IModelBinder interface: public interface IModelBinder { object BindModel(ControllerContext...