Back To Top - WHY!?

liunx

Guest
Can anyone explain to me the purpose of placing a link, "Back To Top", repeatly throughout a web page?<br />
<br />
For example, on the New Features (<!-- m --><a class="postlink" href="http://www.winamp.com/Download">http://www.winamp.com/Download</a><!-- m --> <!--more-->/newfeatures.jhtml) part of Winamp.com (<!-- m --><a class="postlink" href="http://www.winamp.com/">http://www.winamp.com/</a><!-- m -->) there is a list of every version of Winamp, describing the the updates in version 2.xx and 2.xy. After each description is a link which will take you back to the top of the webpage.<br />
<br />
Do not the PAGE UP and PAGE DOWN keys work on, say, pretty much every keyboard? Or even better, the HOME and END keys. Are there really that many users who don't know how to use the scroll bars on the right? And, I might add, keys and scrollbars work much faster, since it will never have to reload the page (maybe just a Netscape issue, too lazy to check). I think there are some versions of itsybitsy Mac keyboards, deprived of Function (F1 to F12) and Page (Up/Down/Sideways;)) keys, but there's still scroll bars.<br />
<br />
I think it's redundant, a waste of code / web page file size / and is a waste of time to bother copying and pasting <a href=http://www.htmlforums.com/archive/index.php/"#top">Back To Top</a>, even if automatically inserted.<!--content-->because in order to please everbody all the time you ahve to give the user as many options as you can. just like programming VB, you have to make the interface easily accessible as possible.<!--content-->The things we do to keep our visitors happy! ;) postitlord has a point though. It's the same as when people put 'back' links on their page when there's a perfectly good Back button at the top of the page. :rolleyes:<!--content-->Another reason could be that while the user's hand is on the mouse, they are too lazy to press the button on the keyboard, then go back to the mouse. ;)<!--content-->I would have to agree with Mark in that people are just too lazy to push the buttons. Also if you have a really long page were there is many long sections it would help keep the whole thing organized. Having a table of contents at the top and after every long section having a link back to the table of contents. This would work good for a FAQ page but for most purposes it would be pretty useless and unnecessary. :D<!--content-->Originally posted by Mark <br />
Another reason could be that while the user's hand is on the mouse, they are too lazy to press the button on the keyboard, then go back to the mouse. ;) <br />
Alot of people don't know or care that the keyboard has a page up/down button. The more they can do with the mouse the better.<br />
Personally, I prefer 'ALT+left arrow' and 'ALT+right arrow' for BACK and FORWARD.<!--content-->I personally don't like using the keyboard unless I am filling out forms. I like the mouse. <br />
<br />
I think the 'back to top' thing was used a lot in the past as developers tended to try to put mass amounts of content in each page. Now, we are realizing that more is not always better. <br />
<br />
Better menu systems, more concise information, and improvements in web technologie make the 'back to top' methods seem crude. <br />
<br />
I still see them on FAQ pages though. I'd rather have a database driven FAQ, but if your stuck with 1 page to statically display lots of stuff.... well, ok then.<!--content-->I have an example! I have some pages with computer tips and on the top I list the tips so that when the person clicks on the tip they want to read, they go right to it. Then, after each tip, I have a "Back to the Top" link so they don't have to scroll way back up to the top if the tip was near the bottom or even in the middle.<br />
<br />
Seems we all concur, many people are lazy and one tries to accomodate everyone! Of course, there is always a critic here and there, too...:rolleyes:, no matter how hard you try to please.<!--content-->Originally posted by scoutt <br />
because in order to please everbody all the time you ahve to give the user as many options as you can. just like programming VB, you have to make the interface easily accessible as possible. I find scoutts explanation the most agreeable. <br />
<br />
When I think of the analogy, programs have Edit > Copy.. You can press ALT, E, C... Or you can press CTRL + C... Or you can click Edit, then Copy... Or you can Right-Click on the thing and choose Copy from the popout menu... And that makes perfect sense to me. There are people used to (these old) key combinations. You should still be able to make the program work without a mouse.<br />
<br />
These are kinds of backwards compatible features for people. Well, I cannot picture any users crying because they lack a Back To Top link.. Have Any Of You Ever Heard A User Say That? I believe, the programmers are being just a wee bit over cautious. We don't need it. Let it rest in peace.<br />
<br />
Goodday. :D:P:cool:<!--content-->
 
Back
Top