<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>westworld: a webmasters best friend &#187; sniffing</title>
	<atom:link href="http://www.westworld.be/tag/sniffing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.westworld.be</link>
	<description>A webmasters best friend</description>
	<lastBuildDate>Mon, 14 Jun 2010 18:12:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>usersniffing: visitors from a dogs point of view</title>
		<link>http://www.westworld.be/a-note-to-self/usersniffing-visitors-from-a-dogs-point-of-view/</link>
		<comments>http://www.westworld.be/a-note-to-self/usersniffing-visitors-from-a-dogs-point-of-view/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 13:36:44 +0000</pubDate>
		<dc:creator>westworld</dc:creator>
				<category><![CDATA[a note to self]]></category>
		<category><![CDATA[sniffing]]></category>

		<guid isPermaLink="false">http://www.westworld.be/?p=71</guid>
		<description><![CDATA[Companys put a lot of time and effort in creating compelling websites. Tons of resources are spend to ensure sites add to sales. But is all this money well spend? Thats what analytics software should clarify. Tools like Google Analytics, AWstats,&#8230; give a wide overview of visitors, time on site, conversions and other usefull information. [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Companys put a lot of time and effort in creating compelling websites. Tons of resources are spend to ensure sites add to sales. But is all this money well spend? Thats what analytics software should clarify. Tools like Google Analytics, AWstats,&#8230; give a wide overview of visitors, time on site, conversions and other usefull information. But what if this is not enough? What if you want to target your visitors in a more personal way. What follows are some of the options that I found and that could help you change your content on a page per page level.</p>
<p><strong>GeoIP:</strong><br />
This tool allows you to check the visitors ip adres and make an estimated guess as to where he/she is from. <a href="http://www.maxmind.com/app/ip-location">Maxmind</a> offers a free and a licensed version for GeoIP Country and GeoIP City.<br />
I tried out the free version and it gave me:</p>
<ul>
<li>country code</li>
<li>city</li>
<li>Postal code</li>
<li>latitude &#8211; longitude</li>
</ul>
<p>Device<a href="http://www.handsetdetection.com/devices/properties"></a></p>
<p><a href="http://www.handsetdetection.com/devices/properties">Handsetdetection.com</a> has a big list of hardware it can detect. Even Kindle 2 is included.</p>
<p><strong>PHP</strong></p>
<p>With php you have a few tools to analyse your visitors. Just like GeoIP, you cannot be 100% sure. Some of the data that gets send to the server can be manipulated. Here are some of the things that I use.</p>
<p>$_SERVER referer. What is the page that the visitor was on before he came to the current.<br />
<a href="http://be.php.net/function.get-browser">get_browser</a> A php function that uses an ini file to detect browserinfo.</p>
<p><strong>CSS, HTML and Javascript</strong></p>
<ul>
<li><a rel="nofollow" href="http://ha.ckers.org/weird/CSS-history-hack.html">css history</a>: a css-javascript trick to check visited sites from a list. This is a very old bug but noone seems to be fixing it. <a rel="nofollow" href="http://www.merchantos.com/makebeta/tools/spyjax/">Spajax</a> is a good example of this. <a rel="nofollow" href="https://www.blackhat.com/presentations/bh-usa-07/Grossman/Whitepaper/bh-usa-07-grossman-WP.pdf">[Blackhat</a>]</li>
<li><a rel="nofollow" href="http://www.quirksmode.org/css/condcom.html">conditional comments</a> Test if a visitor uses Internet Explorer, Microsoft office [<a rel="nofollow" href="http://www.sitepoint.com/blogs/2008/07/18/conditional-comments-for-html-email/">*</a>]</li>
<li> <a rel="nofollow" href="http://www.mikeonads.com/2008/07/13/using-your-browser-url-history-estimate-gender/">estimate gender</a>: build ontop of the css history hack. Script to guess visitors gender.</li>
<li><a rel="nofollow" href="http://www.azarask.in/blog/post/socialhistoryjs/">socialhistory</a>: uses the css history hack to track your bookmark sites.</li>
<li><a href="http://kentbrewster.com/patching-privacy-leaks/">privacy leaks<br />
</a></li>
<li><a href="http://kentbrewster.com/amazon-wish-lists-are-dreadfully-insecure/">Amazon wishlist</a></li>
<li><a href="http://jeremiahgrossman.blogspot.com/2009/03/detecting-private-browsing-mode.html">detect private browsing</a></li>
<li><a href="http://jeremiahgrossman.blogspot.com/2008/10/clickjacking-web-pages-can-see-and-hear.html">clickjacking</a> [this is pure evil and should not be used in marketing, yuk]</li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none"></li>
</ul>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.westworld.be/a-note-to-self/usersniffing-visitors-from-a-dogs-point-of-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
