May 2008
1 post
6 tags
CruddySmartDispatcherController
I realized most controllers (I tend to stick with a RESTful design, when possible) basically have the same actions and I wondered if a generic controller couldn’t fit the bill… so I came up with this: [DefaultAction(“index”), Layout(“default”)]   public class CruddySmartDispatcherController : SmartDispatcherController     where AR : ActiveRecordBase,...
May 2nd
March 2008
1 post
eval(jsonResponse): invalid label
eval(“(” + jsonResponse + “)”) fixed it for me.
Mar 6th
February 2008
2 posts
Focus TextBox onfocus
onfocus=”this.select()”
Feb 11th
Mock
A person who implements an interface without anything under the surface to really backup the methods they expose.
Feb 6th
January 2008
1 post
Change SQL Server Port
SQL Server Config Manager Network Config -> Protocols -> Enable TCP/IP     -> IP Addresses         Change each TCP Port to WHATEVER Services -> Restart SQL Server
Jan 18th