ColdFusion
18
Clicks and Impressions from Google Adwords API using ColdFusion
No Comments
Adwords, ColdFusion
Requests for simple data like clicks and impressions from the Google Adwords API can be made via SOAP requests. For more complex data and calculations, the client libraries are more aptly suited. This example does not use the sandbox. Calls to it will counts against the Adwords units. It also uses the latest version of [...]
Tags: Adwords, ColdFusion
29
Using jQuery Autocomplete to Populate Another Autocomplete – ASP.NET, ColdFusion, and PHP Examples
4 Comments
.net, ColdFusion, jquery, php
As requested, this post covers using one jquery autocomplete to populate another jquery autocomplete on the same page. This example will use a jquery autocomplete to choose a state then, based on the state, another jquery autocomplete will be populated with zip codes for that state. Basically, the state chosen gets used as a filter [...]
Tags: .net, ColdFusion, jquery, php
16
Generating Signatures in ColdFusion with RSA-SHA1 for Secure AuthSub in Google Analytics
1 Comment
ColdFusion, Google Analytics
To send secure AuthSub requests to Google Analytics, you have to sign the request with a private key that is verified against the certificate you upload to Google. Google has a library where this can be done in Java that is specific to Google Analytics and, provided you can add .jar files to your ColdFusion [...]
Tags: ColdFusion, Google Analytics
18
ColdFusion Session Timeout with Warning and jQuery Session Refresh
2 Comments
ColdFusion, Web development, jquery
There are times when a user needs to sit on a page for a while either to read or fill out a long form. If their visit is controlled by a session timeout, for example a member site, then the session needs to be refreshed without refreshing the page. My previous post on user session [...]
Tags: ColdFusion, jquery
18
jQuery UI Autocomplete Widget with ColdFusion
You may also be interested in the jQuery UI Autocomplete Widget with PHP and MySQL or the jQuery UI Autocomplete Widget with ASP.NET VB post. Also, check out the Using jQuery Autocomplete to Populate Another Autocomplete post. The jQuery UI folks have released an autocomplete widget that is pretty slick. Using it with ColdFusion is [...]
Tags: ColdFusion, jquery
