console.log throws error on Internet Explorer IE
If you have calls to console.log in your Javascript, you will get an error in Internet Explorer. This is because there is no console...
How to customize the ColdFusion AutoSuggest
ColdFusion 8 and 9 have an autosuggest functionality that just couldn’t be simpler. If you want to have an autosuggest input on the...
A Side Effect of ySlow and Firebug
A Side Effect of ySlow and Firebug I spent a number of hours researching a bug in a Model-Glue application. Each time a form was submitted...
How to Make a Show Password Link with JQuery
While we all agree a good security measure is hiding passwords in form inputs, giving a user the ability to unhide the password is a nice...
Tip to Speed Up Your Website – Compress CSS
There are a number of ways to speed up a website. An easy one would be to compress asset files and compact the files. This has been widely...
Solution for JQuery Animation Content Bleeding Through
Here is a quick tip for those using animations with the JQuery library. I just tracked down a weird issue with a JQuery Animation. The...
Running An Effect on Body Unload
I was recently asked to help with adding a page transition effect. JQuery makes tasks like this blazingly simple. Here is the source code...
The New JQuery UI Launched
The first drop of JQuery UI was released September 16th 2007. This release includes: Accordian Calendar Dialog Draggables Droppables...
Thanks Adobe onAir BusTour
This past Saturday evening, the Adobe onAir Bus Tour breezed into Raleigh/Durham for a three hour stop. Mike Chambers and Kevin Hoyt gave...
Solving Problems with FireBug
Dave Ferguson posted recently about HTML CFGRID style column content and focuses on how to style columns in an HTML CFGRID. The true gem of...