Author Archives: jen
Get Facebook Profile Picture with Javascript SDK
It’s pretty simple to get the profile picture of a Facebook user using Facebook’s Javascript SDK. No extra permissions or access token are required. Create the App If you haven’t already, create your app in Facebook Developers. Add Javascript to Log Into the App and Grab the Profile Photo Review the instructions for setting up [...]
Adding CKEditor Spell Checker and Enabling by Default
To avoid having to look this up again and again, here it is in a sample custom config.js in the ckeditor: This is a basic config.js set up. config.js is found in the main ckeditor folder. The operative lines are: Ckeditor
Google Analytics Event Tracking Optional Field Use: Value Without a Label
In Google Analytics event tracking the category and action parameters are required. Optional fields are label, value, and non-interaction. If you want to use any of the optional fields without the prior optional fields, you need to pass in undefined. For example if you want to pass in a value without a label: _gaq.push(['_trackEvent', 'Purchases', [...]
Google Analytics Reporting API using OAuth 2 with ColdFusion
Google Analytics provides a Core Reporting API (Version 3) that allows for the extraction of data into custom dashboards and interfaces. The API uses OAuth 2 for authentication with refresh tokens for offline access. ColdFusion can tap into the API quite easily.
Tracking Multiple Domains Individually and as a Group in Google Analytics
Website managers who track multiple top-level domains individually but also want to track some or all of them as a group in one profile can do so with the proper tracking code installed.

RSS
Twitter