Month: April 2005

The effects of browser settings on web analytics

The effects of browser settings on web analytics

Modern web browsers give the user some degree of control over their privacy and security settings. These can have a major impact in trying to measure how web site’s are used either through preventing web analytics products from registering the user at all or by altering the way data is captured such that the information …

+ Read More

Reliance on cookies in web site user tracking

Reliance on cookies in web site user tracking

In the field of web analytics, one of the permanently hot topics is how to track a user’s activity on a web site accurately with the information that the technology available to us is able to provide. There are two main aims: Tracking a user from their entry point into a site until they leave …

+ Read More

Deleting page elements using removeChild in JavaScript

Deleting page elements using removeChild in JavaScript

Here’s a handy(?) script to delete pieces of any page you’re on when you click on them: javascript:document.onclick=new Function(‘e’,’document.all?src=event.srcElement:src=e.target;src.parentNode.removeChild(src);return false’);void(0); Go to any page on the web, paste it into the address bar of your browser and then start clicking around. It works okay in IE6 and Firefox – I haven’t tried it in anything …

+ Read More