Budapest Table Sorting Plugin
Budapest is a jQuery plugin that allows for simple table sorting. It allows the developer to have full control over the sorting. Basic usage: $("table").budapest(); Advanced usage: $("table").budapest({ headers: { 0: { sortable: true}, 1: { sortable: true}, 2: { sortable: true} }, sortIndex: 2, sortDirection: "asc", onSort: function(index, val1, val2, direction){ //provide your own [...]
No AJAX request in IE7
I was recently trying to solve an issue regarding jquery and a ASP.NET Webforms application. I would sometimes get an AJAX call to execute and other times it would not fire. I was beating my brain into a bloody mush, when I discovered that it was skipping the AJAX request only in IE7 browsers. IIIIIEEEEEEEEEEEEEEEEEEEEEE! [...]
The numbers don’t lie
Yesterday I talked about my hatred of postbacks and third party controls. Looking back on it, I didn’t include any numbers to back me up. Well, here are some numbers. In this scenario, I have a page that contains two dropdown controls. One is populated with the numbers one through 10. The second one is [...]

