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,…
PHP build from source – can’t find libraries
I see this issue posted on countless threads, and the majority of the time, it is because PHP is not aware that you are on…
IE 9 is breaking everything!
So, you've given your best shot and correcting all compatibility issues on your website to make it function properly in IE 9. But, it was…
ColdFusion Query max 64000 bytes
You may have run into this issue when using the MySQL Group_Concat function, or perhaps when retrieving a record with a very large text column.…
IE Gradient filter colors are way off
If you're using gradients within your CSS, you may have encountered an issue with colors in IE. The problem is that the filter parameters don't…
ColdFusion Data truncated for column at row 1
You may receive this error when attempting to insert an empty string into a numeric database column. This logic should provide a good example on…
Remote Host Address returns 127.0.0.1
So you're trying to track your users IP for one reason or another, but a glimpse at the REMOTE_ADDR server variable always returns localhost or…
OAuth 1.0 troubleshooting
It's my personal opinion that OAuth 2.0 came about primarily to address the mental anguish of developers who have struggled with OAuth 1.0. The majority…
IE 9 crashing – css hover
So, after many hours assuming that Internet Explorer 9 was crashing due to a piece of JavaScript in one of our sites, we were astonished…
IE 7 z-index bug – drop-down menus
If you've struggled to figure out why your drop down menus are showing behind other content, you may have come across the IE 7 z-index…