>

Inserting Records Conditionally

Posted on January 10, 2012 By

I faced a typical problem at work not too long ago dealing with inserting conditional data into a table. Typically I would write a bit of code to handle the conditional logic, but I thought about the problem for a bit and came up with a different solution using SQL. Here is the background of…


How to use JQUERY to set a DIV height to stretch the DIV to the Bottom of the Screen.

Posted on January 9, 2012 By

Many times it is necessary to have a div positioned as it normally would, but have the height set to extend to the bottom of the browser window.  Setting the height to 100% does not work, it will either stretch the div to the entire size of the document (not the visible window), or have…