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,...
March 2008
1 post
eval(jsonResponse): invalid label
eval(“(” + jsonResponse + “)”) fixed it for me.
February 2008
2 posts
Focus TextBox onfocus
onfocus=”this.select()”
Mock
A person who implements an interface without anything under the surface to really backup the methods they expose.
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