Today at work I ran across a helpful JQuery script you can use to pre-load images on a page. function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $(”)[0].src = this; // Alternatively you could use: // (new Image()).src = this; }); } // Usage:…
Today at work I learned about a useful JQuery plugin for dealing with wide tables. It’s called DoubleScroll, it was created by Pawal Suwala. Here is a link to his blog posting, as well as the Github page for his…
New design.