Monthly Archives: March 2009

Cool YouTube Tip : Seek

Youtube TIP: You can link and seek to a specific point in a video using #t=2m13s at the end of a URL. The t=2m13s means t = time m = minutes s = seconds Example As shown in the video below you can specify a particular part of a video. For example, I really like…

Unit Testing JsonResult in MVC

Unit testing ActionResults is fairly easy yet JsonResults can pose a problem. I’ve seen a few ways to do this and they just seemed like “too much” to me. So here’s a way that I’ve devised that works very well. Its sort of has a “hack” feel to it, but it works perfectly. Controller Action:…

AHK Script for Enabling/Disabling Spark Intellisense

As stated here the Spark View Engine’s Visual Studio Integration does not support the ReSharper intellisense code complete mode. This is a HUGE issue for me as I use a  lot of ReSharper templates. Turning off the ReSharper code completion slows me to a crawl because the ReSharper templates no longer work. Major bummer. However,…