Build your own “Share this page” feature! Not too long ago I added one of the “Share this page” scripts, AddToAny, to our web site. This seemed like it was going to work fine but this approach had 3 major drawbacks. Most of these services require you to link to […]
ColdFusion
At the February 2010 Atlanta ColdFusion User Group (ACFUG) meeting & at the ColdFusion Meetup I gave a presentation on working with Omniture & ColdFusion. I based the presentation on a blog post I wrote last September. As promised here are the presentation materials: Presentation Blog Posts with examples from […]
One of my favorite things about ColdFusion is the level of detail you can get from the debugging information. The ColdFusion server will provide upon request and the right permissions: variable scopes, sql query information, server information, and execution / load times. This is very useful information to have while […]
NOTE: The code samples below are merely a proof of concept. This solution is not actively in place in any production environmetn that I am involved with. I was talking to a fellow ColdFusion developer about a web site he was working on, specifically a registration form, and what were […]