ColdFusion
5
Passed the ColdFusion 8 Certification Exam
Passed the ColdFusion 8 Certification Exam today. Scored a 95 and could not have done it without CF8 Exam Buster.
I have heard all the debate on whether or not to take the CF exam and I think most arguments against taking it are rubbish.
The real benefit of taking any exam is the fact that [...]
Tags: ColdFusion
19
ColdFusion and Google Analytics: Getting Out What You Put In
2 Comments
ColdFusion, Google Analytics
The Hooking into Google Analytics post details how to connect to the Data Export API of Google Analytics (GA) and get a simple visitors count in return. Here we will expand greatly on that and create a cfc that will process just about any result from the API. I submitted this topic to present at [...]
Tags: ColdFusion, Google Analytics
28
ColdFusion cfgrid Selected Row Disappearing / Blank in IE
After selecting a row in cfgrid in Internet Explorer, the selected row goes blank or all white. The data is still there and the row is selected, you just can’t tell.
The problem lies in a css file that ColdFusion uses for the cfgrid. According to some other posts on the web, there is some incorrectly [...]
Tags: ColdFusion, IE
23
jQuery.ajax and jQuery.post Form Submit Examples with ColdFusion
This is the same as the previous jquery form submit post that used PHP just flavored with CF this time.
Two jQuery functions that allow for the submission of form are the jQuery.ajax function and the jQuery.post function (there is also jQuery.get but that is not addressed here).
More functionality, along with more complexity, is offered [...]
Tags: ColdFusion, forms, jquery
12
ColdFusion Example: Session Timeout Warning with jQuery/JS
Updated 11-Jan-2010: Improved ability to adjust timeouts and simplified code a bit.
I wrote a post on session timeout warnings with PHP; here’s a version with ColdFusion. Some of the text is the same because the method and principles are the same for both languages.
Javascript is needed to keep track of the time the user has [...]
Tags: ColdFusion, jquery