Slashdot Mirror


Eye-tracking Study Shows How Users Scan Web Pages

apatrick writes "An article in UsabilityNews.com describes an experiment where Internet users' eyes were tracked while they searched for information on WWW pages from three well-known newspapers. The findings indicated that people learn very quickly where ads are usually placed on web pages, and then they no longer look there. The results also show that users look to the left hand side for navigation menus, and they scan from the middle of the page outward. Such results may be useful for developers wanting to make their pages more usable, or to attract the users' attention."

1 of 62 comments (clear)

  1. How to disable flash in IE by Goyuix · · Score: 3, Informative

    While not entirely on-topic, I use this little tidbit to disable flash while I am surfing, only flipping it back on when I absolutely need to (like for watching the latest Strong Bad Email)

    HKLM\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{D27CDB6E-AE6D-11CF-96B8-44455354000 0}

    Disable Flash:
    "Compatibility Flags" = 0x400

    Enable:
    "Compatibility Flags" = 0x0

    Enjoy your somewhat more advertising free world.