Forum Moderators: DixonJones
I used a little javascript code to detect the location of the user's mouse, and used a little formula to agregate this data irregardless of browser size. The javascript simply calculated a value 0-100 which represented columns across the browser of width browserwidth/100 rounded. This way I could get an idea of the region the mouse was in independent of screen or browser size.
Then I sampled the mouse location 10x/second and had the javascript code request a 1 byte image from the server whose url was unique and included the x-percentage in it. The server recorded all this data. So far I've collected about 400 pageviews(estimate). The graph still hasn't settled out completely, and I had to remove a couple outliers (out of 101 sample points) to make things look reasonable, but there is an obvious trend. Take a look at the graph:
The red points are 99% and 100%. When testing, I noticed that if you ran your mouse off the screen to the right, that you would still record 99 or 100. So these 2 numbers also include the scroll bar, which explains why they are large.
From the trends, I interpret this to mean that few people put their mouse on the left hand side of the screen, and the same goes for the far right. Apparently, the most mices are in the middle, but it does seem to lean towards the right a bit.
Anyone else care to interpret any of this? Also, if anyone wants to add their site's views to the experiment, sticky me and we'll give it a whirl. It would only take 2 lines to include an external js file and you'll be included in the results. I'll update you as the graph becomes clearer.
It looks like something close to a bell shape curve is emerging - and the bottom of the screen looks quite heavy with data points.
I've often appreciated the websites I've seen that maintain a bottom navigation in a frame. Once position:fixed is better supported, bottom navigation will become an interesting venture.
Doing it for several pages where the content is in different positions and corrolating the mouse position versus content would be interesting. (And some work.....)
Ciao,
Shane
I dont think any small scale experiment could truly be deemed reliable when you take factors like screen resolution/browser type/font settings/type of mouse/navigation structure/quality of webmaster
How about it? :)
The results are very interesting nonetheless, and would get outright fascinating with data from more than one site. Seeing this much, I suspect that the useability of any specific navigation menu location depends more on where the user has his eyes focused most often than where his mouse pointer resides at a specific point in time. They can only move the pointer to a location they look at, unless they just want to have it out of the way.