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
Awesome rundown of JS events: JavaScript Events And Responding To The User http://t.co/OU8gvKEx via @smashingmag
Awesome rundown of JS events: JavaScript Events And Responding To The User http://t.co/OU8gvKEx via @smashingmag View on Twitter Not everything I say on Twitter is important, but I thought this was. You should follow me @thegarrettp
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
Stop http.sys from listening on port 80 in Windows http://t.co/he2g0sVu via @mikeplate #notetoself
Stop http.sys from listening on port 80 in Windows http://t.co/he2g0sVu via @mikeplate #notetoself 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
Get Value from XMLA result file in NAnt with xmlpeek
If I got paid for every hour spent wrangling with XML… Oh wait, I do Problem: Read a scalar-result out of an XMLA response file from an MDX query run against a cube. Store it in a NAnt property. Jiest Read More