<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comentarios en: Zero budget eye tracking. Clickmaps.</title>
	<link>http://blog.corunet.com/english/zero-budget-eye-tracking-clickmaps</link>
	<description>Diseño web</description>
	<pubDate>Tue, 07 Oct 2008 08:59:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>Por: Andrew</title>
		<link>http://blog.corunet.com/english/zero-budget-eye-tracking-clickmaps#comment-21</link>
		<pubDate>Thu, 10 Aug 2006 15:50:54 +0000</pubDate>
		<guid>http://blog.corunet.com/english/zero-budget-eye-tracking-clickmaps#comment-21</guid>
					<description>Oh just realized my post of 'trackiung every click' is obsolete.
Just didn't see it does track everything.

Shame today i seem to be blind somehow...
Just ignore it.

Thanks.</description>
		<content:encoded><![CDATA[<p>Oh just realized my post of &#8216;trackiung every click&#8217; is obsolete.<br />
Just didn&#8217;t see it does track everything.</p>
<p>Shame today i seem to be blind somehow&#8230;<br />
Just ignore it.</p>
<p>Thanks.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Por: Andrew</title>
		<link>http://blog.corunet.com/english/zero-budget-eye-tracking-clickmaps#comment-20</link>
		<pubDate>Thu, 10 Aug 2006 15:26:29 +0000</pubDate>
		<guid>http://blog.corunet.com/english/zero-budget-eye-tracking-clickmaps#comment-20</guid>
					<description>Addition:

after ' function getMouseXY(e) { '

i added this line and it also worked in IE then:

if (!e) e = window.event;

before that i had some problems in IE.</description>
		<content:encoded><![CDATA[<p>Addition:</p>
<p>after &#8216; function getMouseXY(e) { &#8216;</p>
<p>i added this line and it also worked in IE then:</p>
<p>if (!e) e = window.event;</p>
<p>before that i had some problems in IE.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Por: Andrew</title>
		<link>http://blog.corunet.com/english/zero-budget-eye-tracking-clickmaps#comment-19</link>
		<pubDate>Thu, 10 Aug 2006 14:58:06 +0000</pubDate>
		<guid>http://blog.corunet.com/english/zero-budget-eye-tracking-clickmaps#comment-19</guid>
					<description>But your code works for me in firefox, thank you very much, it quite helped me out!</description>
		<content:encoded><![CDATA[<p>But your code works for me in firefox, thank you very much, it quite helped me out!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Por: Andrew</title>
		<link>http://blog.corunet.com/english/zero-budget-eye-tracking-clickmaps#comment-18</link>
		<pubDate>Thu, 10 Aug 2006 14:49:54 +0000</pubDate>
		<guid>http://blog.corunet.com/english/zero-budget-eye-tracking-clickmaps#comment-18</guid>
					<description>By the way, i haven't found any 'document.onclick' in different manuals.
According to documentation only 'document.body.onclick' exists.
Just to mention.

Have fun, Andrew.</description>
		<content:encoded><![CDATA[<p>By the way, i haven&#8217;t found any &#8216;document.onclick&#8217; in different manuals.<br />
According to documentation only &#8216;document.body.onclick&#8217; exists.<br />
Just to mention.</p>
<p>Have fun, Andrew.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Por: Andrew</title>
		<link>http://blog.corunet.com/english/zero-budget-eye-tracking-clickmaps#comment-17</link>
		<pubDate>Thu, 10 Aug 2006 14:38:38 +0000</pubDate>
		<guid>http://blog.corunet.com/english/zero-budget-eye-tracking-clickmaps#comment-17</guid>
					<description>Sorry about the braces. Just forget them, i had put some a-tag in there but it was filtered out i guess.</description>
		<content:encoded><![CDATA[<p>Sorry about the braces. Just forget them, i had put some a-tag in there but it was filtered out i guess.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Por: Andrew</title>
		<link>http://blog.corunet.com/english/zero-budget-eye-tracking-clickmaps#comment-16</link>
		<pubDate>Thu, 10 Aug 2006 14:36:43 +0000</pubDate>
		<guid>http://blog.corunet.com/english/zero-budget-eye-tracking-clickmaps#comment-16</guid>
					<description>How about doing the whole click thing independent of some element like 'link' or anchor(&lt;a&gt;).
I'd prefer to log every click on the site, what do i need to change then.

Thought about using something like:

    var clickable = document.getElementsByTagName('*');

But i haven't tsted if it works but think it would, just an idea.</description>
		<content:encoded><![CDATA[<p>How about doing the whole click thing independent of some element like &#8216;link&#8217; or anchor(<a>).<br />
I&#8217;d prefer to log every click on the site, what do i need to change then.</p>
<p>Thought about using something like:</p>
<p>    var clickable = document.getElementsByTagName(&#8217;*');</p>
<p>But i haven&#8217;t tsted if it works but think it would, just an idea.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Por: david</title>
		<link>http://blog.corunet.com/english/zero-budget-eye-tracking-clickmaps#comment-15</link>
		<pubDate>Thu, 10 Aug 2006 11:09:31 +0000</pubDate>
		<guid>http://blog.corunet.com/english/zero-budget-eye-tracking-clickmaps#comment-15</guid>
					<description>Thank you so much, Andrew. 

I am working in a new version and I´ll try your code as soon as possible.</description>
		<content:encoded><![CDATA[<p>Thank you so much, Andrew. </p>
<p>I am working in a new version and I´ll try your code as soon as possible.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Por: Andrew</title>
		<link>http://blog.corunet.com/english/zero-budget-eye-tracking-clickmaps#comment-14</link>
		<pubDate>Thu, 10 Aug 2006 08:14:52 +0000</pubDate>
		<guid>http://blog.corunet.com/english/zero-budget-eye-tracking-clickmaps#comment-14</guid>
					<description>i would suggest using this piece of code to get the mouse position:

var xpos = e.pageX &amp;#124;&amp;#124; (event.clientX + (document.documentElement.scrollLeft &amp;#124;&amp;#124; document.body.scrollLeft));
	var ypos = e.pageY &amp;#124;&amp;#124; (event.clientY + (document.documentElement.scrollTop &amp;#124;&amp;#124; document.body.scrollTop));
	var mpos = array(xpos, ypos)
	return mpos;

Here you always get the right result with the logical OR ...</description>
		<content:encoded><![CDATA[<p>i would suggest using this piece of code to get the mouse position:</p>
<p>var xpos = e.pageX || (event.clientX + (document.documentElement.scrollLeft || document.body.scrollLeft));<br />
	var ypos = e.pageY || (event.clientY + (document.documentElement.scrollTop || document.body.scrollTop));<br />
	var mpos = array(xpos, ypos)<br />
	return mpos;</p>
<p>Here you always get the right result with the logical OR &#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Por: david</title>
		<link>http://blog.corunet.com/english/zero-budget-eye-tracking-clickmaps#comment-9</link>
		<pubDate>Wed, 02 Aug 2006 18:02:55 +0000</pubDate>
		<guid>http://blog.corunet.com/english/zero-budget-eye-tracking-clickmaps#comment-9</guid>
					<description>I wrote a -quite long- post about making heatmaps using colors. You can find it at /english/how-to-make-heat-maps-in-the-cheap</description>
		<content:encoded><![CDATA[<p>I wrote a -quite long- post about making heatmaps using colors. You can find it at /english/how-to-make-heat-maps-in-the-cheap
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Por: david</title>
		<link>http://blog.corunet.com/english/zero-budget-eye-tracking-clickmaps#comment-8</link>
		<pubDate>Tue, 01 Aug 2006 09:55:46 +0000</pubDate>
		<guid>http://blog.corunet.com/english/zero-budget-eye-tracking-clickmaps#comment-8</guid>
					<description>Hi noname!
I noticed some of these shortcomings and wrote about them in the second part of the post (http://blog.corunet.com/english/zero-budget-eye-tracking-clickmaps-part-2)

This is just a proof of concept. Of course, we will need to take care of many concerns before running it on the wild, but is a good tool if you can bring your trial users to your premises.</description>
		<content:encoded><![CDATA[<p>Hi noname!<br />
I noticed some of these shortcomings and wrote about them in the second part of the post (http://blog.corunet.com/english/zero-budget-eye-tracking-clickmaps-part-2)</p>
<p>This is just a proof of concept. Of course, we will need to take care of many concerns before running it on the wild, but is a good tool if you can bring your trial users to your premises.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
