ZDNet UK has a special report on AI.
1/25/2001 3:47:06 PM



Found an aging gem, using the visual search addon Girafa -- proceedings from a '96 M$oft conference. The highlight for me was “Between the clicks” Skilled Users Scanning of Pages, Else Nygren. There are some significant datapoints for design rationale. :
The speed of scanning a page of familiar layout improved about 25% with practise, but became stationary after about 200 trials. ...

The scanning rate (time per item) for close and equidistant vertically oriented items was estimated to about 100 ms; for separated items it was estimated to about 220 ms.
The Yahoo style navbar suffers in this analysis.
The scanning rate of horizontally aligned items was estimated to be 1.2 times that of vertically aligned items. This shows that vertical alignment of data is preferable and that data items within a group should be grouped close together...

The average time for comparison of adjacent numerical values was estimated to about 450 ms.

This offers opportunity and rationale for design!
As expected, searching for a target item was significantly faster (83%) if the target item was given a unique feature, compared with if no unique feature was used. The colour, shade, space, slant and size features were equally effective compared with a control condition without features.

...If the probability of finding an interesting item was non-uniformly distributed across the screen area, then this pattern of varying probability was learned by the users. The search strategies were suitably adopted and this resulted in significantly faster search (32%) than if the probability distribution was uniform. A post experimental test showed that the subjects were not consciously aware of the probability distribution, but in spite of that, the search strategies were almost optimally adapted to the pattern of varying probability. This finding reveals that even if there are many items on the screen, the average search time can still be short if the probability of finding the target item is non-uniformly distributed across the screen area, and this distribution is constant over time.

The slowest search is obtained for multiple groups of horizontally aligned items in a random order.

The fastest search is obtained when search space can be restricted by knowledge captured by the peripheral visual system. Highlighting, informative patterns and spatial constant positions are such design principles. Presenting data items in fixed positions on the screen, so that each position has a meaning, is thus useful for effective interaction.

Other highlights include Signal Detection Analysis of WWW Search Engines by Erik Nilsen from Lewis & Clark and Measuring User Motivation from Server Log Files by Rodney Fuller& Johannes J. deGraaff from Bellcore.
1/21/2001 12:39:20 PM



The event loop for my IE dhtml pie menu is finally working well. A little more work on screen boundary and link collision detection and it will be time to port to Netscape 6. The wackiest part of the current implementation is the hoops I have to jump through to find out how large a rendered element is -- I'm hoping this information if available in NS6 in some other way. Other interesting expansions include implementing a second level and attempting to make the pie slice hot, as opposed to the link (probably a task better suited for Flash).
11:03:20 AM