Adding a Dynamic jQuery Progressbar to the ColdFusion Twitter/Google Maps Mashup
Posted At : May 12, 2009 10:33 AM | Posted By : Bob Silverberg
Related Categories:
ColdFusion,jQuery
Because my ColdFusion driven Twitter/Google Maps Mashup is so slow, I decided that it would be nice to have a dynamic progress bar, which updates the status as each of the user's friend's addresses are being looked up. I knew that the jQuery UI project has a Progressbar widget, so I did a quick Google for "jQuery Progressbar ColdFusion", and, no big surprise, came across a blog post by Ray Camden on the topic. That was enough to get me started, but Ray didn't cover creating a dynamic progress bar that is updated by the currently running page.
I figured that I could build something using cfflush, and I was not mistaken. Here's a summary of what I did:





