Author Archives: Steve

Fun with action filters

I was fortunate enough to be able to attend the brilliant DevWeek developer’s conference in London this year, and even more lucky to attend a lecture by Dino [..]

Articles , ,

Asp.Net Bundling, minification and convention

The new “bundling” support in Asp.Net MVC 4 looks massively appealing to .Net web developers – finally, an integrated way to dynamically package up multiple Javascript/CSS files into [..]

Articles , , , ,

ScriptSharp: Taking care of ‘this’

Making sure ‘this’ points to exactly what you think it does in Javascript is one of the challenges that a new programmer to the language has to overcome. [..]

Articles , , , ,

.Net Image Processor v1.2 released!

I’ve just put another release out for .Net Image Processor, my image processing and resizing code library for .Net and GDI, which includes a number of new filters, [..]

Projects , , , , ,

.Net Image Processing library now available

This is a pet project which I’ve had around for a while now, which started off as a simple wrapper for GDI+ which allows you to create thumbnails [..]

Projects , , , ,

Problems with ResourceManager and neutral culture in Asp.Net MVC

I’ve been struggling with this for a couple of hours now and found a solution that I would like to share. The problem is this: I added a [..]

Snippets , ,

Adding a new Jquery UI theme to the default Asp.Net MVC 3 Project

The default project template for Asp.Net is pretty functional out of the box, but an interesting feature is that new templates install jQuery and jQuery UI out of [..]

Snippets , , , , , , ,

UK Techdays 2011 in London

I was able to get along to the UK Techdays event this year in Fulham (it’s a free event – if you can make the time, it’s worth [..]

Articles ,

AjaxOnly actions and controllers in Asp.Net MVC

Currently as part of my work I find myself doing a lot of client-side work (using the excellent ScriptSharp I might add) and this does involve a lot [..]

Snippets , , , , ,

Top 3 jQuery Tools

While I wait for my shiny new download of Visual Studio 2010 SP1 to install, I just thought I’d share a couple of awesome frameworks and plugins I’ve [..]

Snippets , ,