Editing 1309: Infinite Scrolling

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 8: Line 8:
  
 
==Explanation==
 
==Explanation==
βˆ’
Infinite scrolling is a technique in web design where a large data set is displayed as a seemingly infinite list, but in reality only the visible part of the list (and the surrounding data) is rendered. This is done to work around memory limitations of old browsers and mobile devices or to save on data transfer size.
+
Infinite scrolling is a technique in web design where a large data set is displayed as a seemingly infinite list, but in reality only the visible part of the list (and the surrounding data) is rendered. This is done to work around memory limitations of old browsers and mobile devices of to save on data transfer.
  
 
The problem with this technique is that if you navigate from this page to a different page and go back, the location of the scrolled data set is often lost and the top of the data set is displayed again. Also it is usually not possible to point a URL directly to a certain section of the infinite list, a practice known as {{w|deep linking}}. For these reasons, many prefer {{w|pagination}}, the method traditionally used in books, over infinite scrolling.
 
The problem with this technique is that if you navigate from this page to a different page and go back, the location of the scrolled data set is often lost and the top of the data set is displayed again. Also it is usually not possible to point a URL directly to a certain section of the infinite list, a practice known as {{w|deep linking}}. For these reasons, many prefer {{w|pagination}}, the method traditionally used in books, over infinite scrolling.

Please note that all contributions to explain xkcd may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see explain xkcd:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel | Editing help (opens in new window)