I've seen many posts on this topic, but none of the seem to account for the fact that your primary key may not start at…
jQuery class selector isn’t selecting my class
If this is true, it most likely is not an issue with jQuery, but rather your class name. Class names follow naming conventions used in…
The .htaccess performance penalty
Direct from Apache's documentation: When AllowOverride is set to allow the use of .htaccess files, Apache will look in every directory for .htaccess files. Thus,…
WP E-Commerce Google Product Feed errors
WP E-Commerce is full-featured enough that it provides us with a Google Product feed "out of the box". But, at no fault of the WP…
Loading jQuery asynchronously
If you're reading this, you probably are already familiar with loading your JavaScript asynchronously, to improve your web page load times. And, you have probably…
Facebook like button HTML 5 code not functional in IE 7 / 8
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,…