Posts Tagged ‘javascript’
Monday, August 18th, 2008
One of the key things I want tracked on my website is those who click on the rss icon and add me to their feed reader. When someone actually clicks on subscribe – hey that means that they like what they have seen and want to read more. I am humbled. I am overjoyed. I have a conversion! (more…)
Tags: DOM scripting, google analytics, javascript, js, tracking
Posted in Scripting | No Comments »
Tuesday, July 22nd, 2008
Enlarging the click area of an element has obvious benefits for a person using your website, making it easier to get from one page to another without having to target small links with their cursor. Using this simple DOMscript we can easily make our click areas much bigger and easier for people to click.
From both a marketing and usability point of view it is always important to make sure that people using your website can get from A to B as easily as possible. (more…)
Tags: Add new tag, Dev, DOM scripting, javascript
Posted in Scripting | 2 Comments »
Sunday, July 20th, 2008
Whenever I implement a new tracking script it always strikes me how obtrusive the scripts tend to be.
They tend to put the script either at the start or the end of the document body, and they tend to use nasty document.writes. I love google analytics but sadly on this count it is no different. In this article I look at implementing google analytics in a less obtrusive way. (more…)
Tags: Dev, DOM scripting, javascript, Scripting
Posted in Scripting | 31 Comments »