Software Development Practices
Friday, February 25, 2011
jqGrid - customizing the multi-select option (restrict single selection and adding custom events)
›
Goal: Using the jgGrid to enable a selection of a checkbox for row selection - which is easy to set in the jqGrid - but also only allowing...
Thursday, February 17, 2011
Menu widget - no jQuery nor Javascript required - pure CSS
›
Goal: Create a menu widget that does not require any javascript, extremely lightweight, very fast, soley based on CSS, compatible with Fir...
Thursday, February 10, 2011
jqgrid - dynamically load different drop down values for different rows depending on another column value
›
Goal: As we all know the jqGrid examples in the demo and the Wiki always refer to static values for drop down boxes. This of course is a ...
Thursday, December 30, 2010
Upgrade from Asp.Net MVC 1 to MVC 2 - how to and issues with JsonRequestBehavior
›
Goal Upgrade your MVC 1 app to MVC 2 Issues You may get errors about your Json data being returned via a GET request violating security p...
jQuery 1.4.4 - issue with attr('selected', null)
›
Issue : The code below worked before under version jQuery 1.4.2 but when I upgraded to version 1.4.4 it no longer worked as expected - it...
Tuesday, December 14, 2010
After restoring a SQL Server database from another server - get login fails
›
Issue: After you have restored a sql server database from another server, lets say from production to a Q/A environment, you get the "L...
Thursday, December 2, 2010
Maximum request length exceeded.
›
Issue: The file upload size on your machine or web app is too small. The default file upload size for IIS is 4096K. The file size the user ...
›
Home
View web version