Dylan Barlett

Main menu

Skip to content
  • About
  • Work

Google Analytics on Steroids

May 16, 2012

Google Analytics on Steroids (GAS) is a wrapper around the Google Analytics API that adds several useful events categories. One of the most interesting is YouTube. By default, _gasTrackYoutube fires events for play, pause, finish, and error. You can also … Continue reading →

Posted in Software | Reply

Export AD User Details

March 14, 2012

To list the name, department, and manager of all users in an Active Directory OU: Full documentation of Dsquery user and Dsget user.

Posted in Software | Reply

Selective Realtime SQL Monitoring

February 3, 2012

While investigating unusual WordPress behavior, I needed a way to log all queries to a file for detailed analysis, but stream a subset to the console. This wp-config parameter and snippet in functions.php (from Bob Sherron) logs all queries to … Continue reading →

Posted in Software | Reply

Capital Bikeshare Trip History Data

January 10, 2012

Capital Bikeshare just posted quarterly Trip History Data. I’ve imported the files into Google Fusion Tables: 2011-4th-quarter 2011-3rd-quarter 2011-2nd-quarter 2011-1st-quarter 2010-4th-quarter

Posted in Software | Reply

Android WebDriver without the SDK

January 8, 2012

The Android WebDriver docs imply that you need the Android SDK and a USB connection to run Selenium tests on an Android device. This is not the case. You can run the WebDriver APK and connect via Wi-Fi. On your … Continue reading →

Posted in Python, Selenium, Software | Reply

Post navigation

← Older posts
Newer posts →
Powered by WordPress and Foghorn