Cross Origin Resource Sharing (CORS) is intended to be revolutionary, empowering the web to push and pull data from everywhere. In reality I see this causing more problems than helping anyone. Note: I’ll use XMLHTTP instead of AJAX since the Read More
Capture form submission buried in ajax/javascript and no easy event handler
When trying to capture a successful form submission or user action, sometimes they are buried deep within Javascript libraries, or on page widgets, with no good way to reliably tie into their events. These are cases where the typical onclick Read More
d3js multi-time series, timeline or lane charts
I’m starting to play with http://d3js.org/ as it appears to be the way of the future for data visualizations. I’ve set out to create an app that serves and displays images that are in a chronological order in some kind of time-series/timeline, almost a Read More
Set additional label based on event for Quantcast
Quantcast is a great resource and data source for site owners and clients. One of the first to provide demographics data in the web analytics space. Thier feature for “labels” or “Audience Segments” as its also known is an even Read More
PhantomJS and asynchronous resources after load
I’ve been dabbling with PhantomJS for about the past 3 months and just “picked up my pen” again this week. I’m trying to write some automated testing around tag resources loading onto the page. page.open(url,function(status){ if(status==’success’){ var check = page.evaluate(function(){ return Read More
Web Analytics/Media Tagging on ASP.net AJAX Pages
More often than not a site build is deployed with little focus on analytics or any kind of measurement in mind- or, if it was; it was built against a moving target which is now little help to the current Read More