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…
Thickbox imageGroup is undefined
I'm not sure this is worthy of a post, but it's an issue that I couldn't find a solution to on the web, so may…
WP E-Commerce – element classes could be more unique
WP E-Commerce does a nice job filling the "product store" gap left in the available WordPress plugins. Overall, it does a nice job of getting…
WP E-Commerce Gold Cart Product Gallery – no lightbox
I was pumped to upgrade to the Gold Cart plugin for WP E-Commerce today, but was disappointed to find that the product gallery lightboxes simply…
Styling tables with rowspan
Tables have got to be the most awkward set of elements offered by the HTML spec. Both JavaScript and CSS have their issues in dealing…
ColdFusion CFFile rename – source attribute invalid
While this quick troubleshooting tip is aimed at ColdFusion, it actually has some application to other scripting languages when performing file system operations. If <cffile>…