
All articles/Topic
Software Engineering
Javascript runtime compilation using Asp.Net and Google's Closure Compiler
Working on complex javascript projects usually means working with lots of javascript files. When it comes time to deploy this to production it can be be very tedious and sometimes dangerous to do this manually. This…
Game of Life in JQuery
Hi All, I've just done a tutorial video on JQuery, I chose to hack together a quick version of the Game of Life. This tutorial aims to show how JQuery can help you modify the DOM on the fly and do some nifty…
Advanced Javascript Tutorials
I've decided to do a series of videos on using Javascript. I believe that js is one of the most poorly used tools out there and I think that is because it is different to most languages and those differences are slight…
Rendering a Spark Partial View to a string
I needed to do this recently so I searched the interweb and quickly found this great article by Brent Edwards: http://blog.edwardsdigital.com/post/Rendering-a-Spark-partial-view-to-a-string-or-JSONP-with-ASPNET-MVC.aspx…
XML Settings Files - No more web.config
One of my pet hates is working on projects where previous developers have decided to dump all of their settings in the web.config file. Some of the reasons why I dislike this practice is: So now lets look at the nice…
Sharing MVC Views Across Projects
This is something I have been wanting to do for a while in the ASP.Net world however its not untill recently (with MVC) that this has been a 'clean' possibility. This article demonstrates how to do this. At PicNet are…