Archive for January, 2009

Database, SQL

Sort Data with NULLs at the Bottom in Microsoft SQL Server

One of my clients has a reporting system that orders the data by a column that is a date. They wanted the sort to be ascending, but this places columns with a NULL value at the top followed by the data ascending. They wanted the NULL dates to appear at the bottom. To achieve this, […]

Javascript, PHP

jQuery Superfish Menu and Jeditable in IE7

Since I’m carrying on a love affair with jQuery right now, I’m moving most of my customers to jQuery based plugins to simplify the JS code that I am currently using on their sites. One customer happens to make extensive use of the jQuery Jeditable plugin for dynamic/ajax based content updates. One issue I ran […]