I've you've searched other posts, they've not doubt recommended that you URL Encode your parameters, put the access token in a <cfhttpparam>, specify a content…
Facebook like image thumbnail
If you offer a facebook like button on your site, you may have noticed that Facebook chooses a random image from your site as the…
Clear both puts content below all floated content
If you have a left-floated navigation bar, and a main content column, you may notice that when "clear: both;" any content within the main content…
Python-Excel Cell Background Color
If you've never used Python-Excel before, I can introduce it in a couple words – "Excellent and easy to use library for generating Excel spreadsheets…
HTTP Post doesn’t work – OAuth 2.0 – Google – ColdFusion
I spent many wasted hours this morning debugging a Google OAuth 2.0 response error, and felt foolish when I discovered what I was missing –…
MySQL AsText returns BLOB
I've seen many posts regarding this issue, but most point to a bug in MySQL 5.0, resolved in 5.1. This may be true, although I'm…
MySQL GeomFromText Polygon returns null
Trying to add a POLYGON using GeomFromText? I don't know about you, but although it's documented as being able to "construct a geometry value of…
Constant Contact REST API – New Subscriber
This is not a typical post, but I just had to share as it took me a good afternoon of trial error to figure out…
JavaScript Date object – 0 offset Month
I find the Javascript Date constructor to be a little non-intuitive, primarily because the Month is 0 offset, but the day is not. The script…
CSV export – leading zeros
As far as I know, there isn't a "real" solution to this problem. Both Excel, Works & OpenOffice treat anything that can be converted to…