CDeutsch's Blog
Ramblings of a Computer Programmer & Amateur Motorsports Enthusiast
Tuesday, April 19, 2011
Using RazorJS with MVC3
›
I've been working on a project where I've managed to accumulate 1200+ lines of javascript in my View file. There are two reasons for...
Wednesday, April 6, 2011
Sort Table Rows By Drag and Drop Using jQuery
›
jQuery UI allows you to make a list of elements sortable , but if you want to use it to sort table rows you have to do a few workarounds. T...
Saturday, March 26, 2011
Sensitive Web.config Settings + GitHub + AppHarbor
›
So I learned some lessons with having an open source project ( WatchedIt.net ) on GitHub that is also being deployed to AppHarbor using th...
Tuesday, March 22, 2011
Get Mime Type From File Extension using C#
›
I thought this would be built into .NET but I guess it's not. The first way to do this is to use the registry like Kaushik Chakraborti ...
Friday, March 18, 2011
Ruby Cheat Sheet for .NET Developers
›
....or anybody who sucks at OSX/Linux. I've been learning Ruby on Rails over the last couple of months and when you've been progra...
Saturday, March 12, 2011
Make reCAPTCHA Smaller
›
I don't recommend this solution BUT if it's your only option he's how to make reCAPTCHA smaller. First you'll need to use ...
Sunday, February 20, 2011
Preserve Telerik MVC Grid Checkboxes When Paging
›
This article explains how to preserve the state of input checkboxes in a Telerik ASP.NET MVC Grid control when paging, sorting, and filteri...
‹
›
Home
View web version