Google Tag Manager Auto Event Tracking. Good guide, but you’ll want to walk through the steps in Google Analytics as you read it to fully understand. This feature isn’t a simple as advertised, it requires some knowledge of HTML and programmatic thinking. The steps it takes are close to what I’d do as a developer… Read more »
Posts Tagged: websites
Best Practices for Linking To and Opening PDFs on your Website
Every now and then I get a request to change the behavior of the links to PDFs on our website. Currently we follow Jakob Nielsen’s recommendation on the issue: … prevent the browser from opening the document in the first place. Instead, offer users the choice to save the file on their harddisk or to… Read more »
HTML5 Doctor, Steve Faulkner – the Cite Element in HTML5
cite and blockquote – reloaded | HTML5 Doctor. Short version: you can cite stuff in the blockquote element, as you would expect. Unexpectedly, this was contrary to the initial HTML5 spec.