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…
Apache not decoding %3F – causes 404 errors
This happens on only one of my servers, and I haven't been able to nail down the problem. It feels like a configuration related issue,…
Using simple boolean operators to replace conditional statements
The conditional statement (if..then.else) is Programming 101 and used in almost any useful chunk of code out there. But, they can certainly add to "code-clutter"…
WordPress and duplicate content concerns
Duplicate content is a issue faced by any website, not just those driven by WordPress. But, out of the box, WordPress tends create duplicate content…
ColdFusion lists – issue with empty strings
I can't believe after all these years using ColdFusion, that this is the first I've encountered this issue with the way lists are manipulated. Without…
The case for DL
It's not news to any web developer that table-based layouts are way out of style. Tables were originally intended for tabular data, or data in…