Whimception
28-02-2005, 08:12
Lists of nations and regions are incredibly long, yet there are links only to pages at the beginning and end of the list and near the current page. It would be a good idea to have some way to move to the inner reaches of a list more efficiently. Some suggestions follow:
An alphabet to reach nations/regions beginning with a given letter.
Links for next/previous page, move 10 pages forward/backward, move 100 pages forward/backward.
Instead of the first few, last few, and surrounding few, have
first, last, next, previous, half-way from here to the beginning of list, half-way from here to end of list. This ends up being fewer choices, but easier/faster navigation. (binary search is one of my favorite tricks)
I look forward to discussion of these and other possibilities, and implementation of anything that makes list navigation faster.
An alphabet to reach nations/regions beginning with a given letter.
Links for next/previous page, move 10 pages forward/backward, move 100 pages forward/backward.
Instead of the first few, last few, and surrounding few, have
first, last, next, previous, half-way from here to the beginning of list, half-way from here to end of list. This ends up being fewer choices, but easier/faster navigation. (binary search is one of my favorite tricks)
I look forward to discussion of these and other possibilities, and implementation of anything that makes list navigation faster.