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
.@seattletimes Help us measure how liquor prices have changed | Seattle Times Newspaper: http://t.co/rcbZNqPx, nice use of #googledocs!
.@seattletimes Help us measure how liquor prices have changed | Seattle Times Newspaper: http://t.co/rcbZNqPx, nice use of #googledocs! View on Twitter Not everything I say on Twitter is important, but I thought this was. You should follow me @thegarrettp
EASILY Bulk Load files into a table with different columns
with NO FORMAT FILE! I consider this a gem just hiding on the MSDN docs : Using BULK IMPORT on a View The following example creates the v_myTestSkipCol on the myTestSkipCol table. This view skips the second table column, Col2. Read More