Probably not worthy of a blog post, but the solution was so simple, yet finding it was so hard! Are you sending emails to yourself,…
MySQL Union All – Unexpected behavior
I don't use the UNION ALL SQL keyword all that often. In most cases, I'm happy with UNION, which merges duplicate rows. Today, for this…
Firefox, some things are better left unchanged
I love Firefox, it's been my web developers tool of choice for years. The Web developer's toolbar, firebug, and various other web development tools make…
Image colors render differently in various browsers
I ran into this issue today, specifically with a 24-bit transparent PNG, saved via Photoshop's "Save for Web" feature. The name "Save for Web" should…
Eclipse Remote Systems FTP issues
I don't normally drift outside of the coding skillset, but this one has irked me for a long time, and I know other's are feeling…
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…
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,…
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…