-> Home -> Web/UI Design -> Literate Pages -> Lists and Tiny Pages

Literate Web Pages...Don't Break Lists Into Tiny Pages

Don't break lists into excessively short pages.

Don't make it harder and slower for the reader to peruse the data.

Don't break the browser's ability to scroll through the data.

Why Not

It's a heck of a lot easier and faster to scroll in the browser than to go back and forth between multiple web pages.

Details

Consider how easy and fast it is to scroll a web page compared to jumping back and forth between separate web pages.

What does it take to scroll down one pane-full? As little as pushing your finger to roll the mouse wheel.

What does it take to scroll down several times? Pushing your finger just a little more.

What does it take to scroll back up? Just pulling your finger back a bit.

What a "Single Click" Really Entails

Now, what does it take to get to the next page in a broken-up list? A single click? Not quite. The user has to:

  1. visually find and identify the link to the next page
  2. move the mouse to put the mouse cursor on the link
  3. click
  4. wait for the HTTP request and response
  5. visually skip over the page header again and find the first list item in the next page

Note that all that is for only one step. Going forward several pages requires repeating every one of those steps.

Many Ways to Scroll

Recall all the options the user has to scroll vertically in typical browsers:

Additional Considerations

Some additional considerations are:

References

For more information, see:

As The Page Scrolls

"...users are perfectly willing to scroll..."

The Impact of Paging vs. Scrolling on Reading Online Text Passages

Paging vs. Scrolling: Looking for the Best Way to Present Search Results

"...presenting long, scrollable pages may facilitate more efficient scanning, since users will not have to focus as much on paging while searching for the information."