I stumbled across this very interesting post regarding google analytics over at Dan Mackey’s blog. He has found an Adobe AIR application that hooks into Google Analytics yet acts like a desktop app. The app is still in BETA but looks really nice. Download it over at aboutnico.be
Currently working on restructuring some google sitemaps for my client. Instead of the usual query, loop, output process for a ColdFusion XML manipulation based task, I decided to get SQL server to do the work for me. Using FOR XML AUTO, ELEMENTS at the bottom of my query, I can get SQL to return the results of [...]
A few months back I was confronted with the problem of writing a fairly large CSV file using ColdFusion. The file size was around 10mb so I got to work with cffile. After building the code, I sat back and pushed the button to test. BANG! the memory on the ColdFusion server was sky high [...]