Ask HN: why "scrolling" prevail on the web

6 points by yotamda ↗ HN
I've just heard a lecture on the carolingian renaissance in which it is explained that somewhere in the early middle ages the scroll format was completely abandoned in favor of others forms (pages). however, virtually all web pages reverts back to scrolling. If I were a web designer at the early days of the web, I would think that a page-by-page approach is a more natural format. Why did scrolling win in the end?

(http://itunes.apple.com/il/itunes-u/20.-early-middle-ages-284/id515946405?i=112575720)

3 comments

[ 3.5 ms ] story [ 20.3 ms ] thread
I would presume it's more intuitive. Also with a physical scroll you have an annoyingly huge amount of paper in one roll, where as on computers any part of the 'scroll' which isn't shown on the screen is taken care of automatically. Pages aren't completely non-existent either, you often see large news articles broken into 3 or 4 pages.
Scrolling won because it doesn't require typesetting (or its web analog); not worrying about page length makes publishing easier; and scrolling provides a consistent user interface in a way that digital paging does not (e.g. links versus tabs versus "next" buttons).
Scrolls were abandoned because they became unwieldy much faster than a codex. Essentially, they were much more work for the user (in terms of reading, holding and storage). The opposite is true of text on the Web — navigating between pages is more trouble than scrolling downward. In the worst case, scrolling down a page in a digital document is as much work as navigating to a different page, and there are a lot of ways it can be easier. One long document doesn't necessarily take up much more physical space or cognitive resources than a short one, but a whole bunch of related documents are often harder to navigate than a single one.

Remember, scrolling was the dominant way of reading documents on a computer long before the Web came along. Some programs used a page interface, but again, it was generally more trouble, and scrolling won out on its merits. The only areas where paging dominates over scrolling are those meant to emulate physical media (e.g. ebook readers) and those where reader satisfaction is a secondary goal (e.g. news sites that divide stories up to boost ad views).