Your first thought might be that IE 7/8 doesn't support HTML 5. While that may be the case, there's still a very simple fix that…
WP E-Commerce product meta data
If you've been involved in a moderately custom e-commerce store based on the WP-Ecommerce WordPress plugin, you've probably come across the need to display product…
Image link – enlarge on hover
If you're looking to jazz up your site a little bit, you've probably explored various CSS tricks, such as changing the opacity of images on…
jQuery Datepicker doesn’t work on cloned elements
I tabled this issue for a while, trying not to spend too much time on it. But, it came back to haunt me in another…
CONCAT returning empty value
This is a strange one, and I don't have anything to back it up, just one occurrence. I attempted a CONCAT of a few fields,…
ColdFusion AJAX tags reference inaccessible location
If you're trying to use a ColdFusion AJAX-related tag, such as <cffileupload>, you will notice that your HTML source now includes references to JavaScript files,…
Cross Browser CSS: No JavaScript, No Conditionals
You may or may not be familiar with the various methods of forcing non-compliant browsers to conform to your style needs. JavaScript and Conditional IE…
JavaScript – IE 7 Error: Expected identifier, string or number
This is a common error when debugging JavaScript for the IE 7 and earlier IE browsers. Essentially, it appears that IE 7 is a little…
jQuery form submit method doesn’t work
This one is quirky. If you've checked your Error Console, examined your code to make sure the proper element is being used and have done…
Page speed is calling out Google hosted Javascript libraries
You may have done everything you can to optimize the JavaScript resources that you host on your server, but if you find yourself using a…