Slashdot Mirror


Building a Better Back Button

Justin Macfarlane writes "From Stuff: 'Net surfers use the back button more than any other key. A computer scientist has made the command more useful, writes Will Harvie.'"

25 of 367 comments (clear)

  1. Link is to a PDF, here is the Google cache by m00nun1t · · Score: 4, Informative
  2. Back button. by 13Echo · · Score: 5, Insightful

    I stopped using my back button when I used to use Opera. Tabbed browsing eliminated my need for a back button (in most cases), and kept my browsing organized. Now, Mozilla and Phoenix support this. It's a great feature. Try using it and you will see that your back button gets only a small fraction of the use that it once had.

    1. Re:Back button. by Apreche · · Score: 5, Insightful

      I use phoenix, and I use tabbed browsing. But it has definitely not eliminated the need for a back button. I still use it quite often. Given, not as often as I used to, but saying tabs eliminate the need for the back button is silly. I open a link in a new tab, when it makes sense to. I mean, sure you can emulate this new back button by opening everything in a new tab, and never closing them, but that's rather silly. I also use my bookmarks very effectively. According to these guys I am in the minority. I have 7 folders of bookmarks, each with 4 to 10 pages in them. Every day I go down one by one and open the folders in tabs, one at a time, until I've visited all my sites. Saves lots of time.
      But, if I'm browsing around I might keep google in one tab, and then when I click a search result, open it in a new tab. But I'm not going to put every page of a 10 page article in a new tab. And if I'm in a forum, I'm not going to open everything in a new tab either. I'll end up having un-updated threads, post windows, and a big mess.
      So, I use the back button less, but not that much less. And I use tabbed browsing and bookmarks about as efficiently as you can. Can I get this new better back button as a phoenix plugin?

      --
      The GeekNights podcast is going strong. Listen!
    2. Re:Back button. by inerte · · Score: 5, Informative

      Don't forget that you can go back a page with your mouse. Deafult configuratios is hold right button and click left button.

      Forward is reverse, hold left and click right.

      And since Opera (by deefault) doesn't reload backed or forwarded pages, this operation is very fast.

      Not to mention gestures: Hold right button and move mouse to the left, you are back. Hold right button and move mouse to the right, and you go forward.

      Frankly, Opera kick ass ;-)

    3. Re:Back button. by Sparr0 · · Score: 4, Interesting

      if your mouse driver allows you to define the behavior of the middle button, which many do, then you can map it to ctrl+shift+leftclick which is the shortcut for open new window in background in Opera. hope this helps

  3. Where's the Info? by metal_llama · · Score: 4, Interesting

    So they've programed a great back button. Cool. Now, I love the back button and all - I use it a lot - but I generally like to have a browser to go along with it. This makes no mention of the idea actually being implemented in any current or future browser.

    --

    ~metal_llama out.

    ---
    move every sig!
  4. Loving Snap-back by Space+Coyote · · Score: 5, Insightful

    I personally love the Snap-back feature built into Safari, where, for example, if you do a google search, go to a result page, go several links deep and realize this isn't what you want, you just click the snap-back button and you're right back to your search results. This goes a long way to reducing my dependence on tabbed browsing, and is probably more intuitive for novice websurfers.

    It works in a generic way for all websites, too, not just google, which is great.

    --
    ___
    Cogito cogito, ergo cogito sum.
  5. The ultimate back button. by nesneros · · Score: 5, Funny

    If I hit back enough do I end up using NCSA Mosaic? Or do I just end up in gopher?

    --
    Some men spend their entire lives trying to kill themselves for having been born. --Ross MacDonald
  6. Just build it like this for now... by Wolfier · · Score: 4, Interesting

    Make it skip those advertising links and go back to the first non-ad location.

    Those back-button-disabled sites annoy me. It is MY back button, not doubleclick's.

  7. Dupe, dupe, dupe, dupe of Earl, Earl, Earl by EvilBuu · · Score: 5, Funny

    If within half an hour of posting a story thirty readers have identified the story as a dupe, there must be some way the /. eds could just run submissions through a filter to detect dupes or not. 'Cause they sure ain't catching them on their own.

    --

    Green-voting, republican-registered, socialist-libertarian.
    1. Re:Dupe, dupe, dupe, dupe of Earl, Earl, Earl by Ratface · · Score: 4, Funny

      It's almost like they need a special button or something. It could be called the "Back" button perhaps! ;-)

      --

      A little planning goes a long way...
  8. The Power Of Goat by Big+Mark · · Score: 4, Funny

    I use Phoenix and the mouse gestures plugin; this means I end up using the "open in new tab", "change tab" and "close tab" mouse gestures almost exclusively.

    However, there is also a "go back" gesture, quite possibly the simplest of them all, and do you want to know what site caused me to use this quick escape?

    Goatse!

    Now, that's one back button I don't want to EVER have to press!

    -Mark

  9. wait a minute by loveandpeace · · Score: 5, Funny

    it took them eight years to figure out that people use the Back button even though they don't understand it???

    puh-leez. i want a job on this team.

  10. 0.002 seconds saved by T-Kir · · Score: 4, Interesting

    Shaving even 0.002 seconds off the back command is worthwhile because millions of button clicks worldwide will be a little more efficient, he says. "If we can save a tiny bit of frustration and confusion, that's the way to improve computer interfacing."

    Well I'm glad they clarifyed that little detail, now I can sleep better at night knowing I've shaved a few clock cycles off my daily routine. I dread to think what the 'analysts' would say if they heard that, we'll be saving X amount of money per fiscal year by using this new back button... kinda straight out of Dilbert!

    On a side note, (when I use Mozilla or Opera) the tabs come in handy... or if using IE, I tend to open most pages in new browser windows, so I have pages available at hand (still on dialup, so it does make a difference)... hehe maybe they're right about the 0.002 seconds!

    --
    Are you local? There's nothing for you here!
  11. Why not a 'tree' back button? by slashbofh · · Score: 5, Insightful
    One thing that has always irritated me about the back button is the lack of a 'tree' effect. In the notation of the paper, lets say I did this:
    a->b->c->d<=>c<=>b->e

    Now with the stand back button, or even their modified results, I tend to see:

    [b,a], where what I would like to see is something like:

    [b, [c,d] , a]

    I like mouse gestures, and I find the only one I really ever use is back, and tabbed browsing does get rid of a lot of the single back, but I'm suprised that this 'tree' view hasn't been investigated/implemented.

    1. Re:Why not a 'tree' back button? by MattJ · · Score: 4, Interesting

      "but I'm suprised that this 'tree' view hasn't been investigated/implemented."

      Oh, but it has. You're describing HistoryTree, my award-winning browser plugin from 1996:-)

      Here, check the Wayback Machine:

      http://web.archive.org/web/19970121043309/http:/ /s martbrowser.com/

      -Matt Jensen

  12. Re:2002 Dupe? by telstar · · Score: 5, Funny

    Maybe that's how the new back button works. It takes you back to stuff you've seen a year ago.

  13. I disagree by Anonymous Coward · · Score: 5, Funny

    ...I never use the back button, I only move forward. It's negativity like the back button that is ruining this country.

  14. what fine academic detachment, from reality by kraksmoka · · Score: 4, Insightful
    Finally, the improved back remembers pages visited days ago. Explorer and Netscape both delete back memory when the program is closed. Not so with Cockburn's improved version.

    oh, it's been improved to be that way? in the early days of the internet, all the questions i ever fielded from the computarded were, "how do i erase where i've been so nobody else knows?".

    kids don't want their parents to know. guys definately don't want their women to know. and nobody at all wants their government to know where they've been surfing. does the super back button have an erase the back button feature built in???? that's all anyone really wants anyway.

    figures, academia always seems to nail their heads right on all the internet hits.

    best back buttons around today are on Mac revs of Mozilla, IE and most mac browsers. CMD + -- = go back . i jones for it on pc's, it rules. course it did wear out the left arrow key on my keyboard after a few years of going back :)

    --
    "You never want a serious crisis to go to waste." - Rahm Emanuel
  15. What would be nice.. by ackthpt · · Score: 4, Interesting
    Would be disabling javascript on selected pages. I.e. the ability to right-click->open-page-in-new-window/tab-with-java -disabled

    I think I could love that. Oh, and the ability to disable page reloads on back.

    One of the worse offenders IMHO is Google when opening cached copies or a failed search, but automatic search on something it thinks is like the search item. I'd rather a failure and leave it at that, perhaps with the hint of other possibilies, but the auto thing is a bastard.

    --

    A feeling of having made the same mistake before: Deja Foobar
  16. More info isn't always good by jtheory · · Score: 4, Insightful

    The "tree" idea won't really catch on simply because most of the alternate branches tend to be mistakes, deadends, etc..

    I think most of the time when you hit a link, back out, and go somewhere else, it's because you didn't find what you wanted. Obviously this isn't always true, but even if it's only true 90% of the time, all of those stumpy little branches on the tree are just extra, unwanted info that will confuse the user.

    I'm curious to see if research would agree with me.... maybe the tree view would be useful if it only saved alternate branches more than 1 link long.

    --
    Everything should be made as simple as possible, but not simpler.
    Albert Einstein

    --
    There are only 10 types of people: those who understand decimal, those who don't, and, uh, 8 other types I forget.
  17. Re:it be nice by GreyPoopon · · Score: 4, Interesting
    I have never had a page that could disable the back button, so I assume this is what he means.

    The funny thing is, this report doesn't address at all what I see as the biggest problem with the "back" button. Since I develop online web scenarios that interact with backend systems in a stateful manner, I'm constantly having to deal with the fact that the back button sends little or no information to the online system when used. This is, of course, because browsers are stateless. It would be nice if the back button could be programmed to work like an html form submit that sent the contents of the current form along with some control code. This would make synchronizing with the online system much much easier, rather than having to "guess" which state the program should be in from the next form submit following use of the back button.

    One option we've used is to deploy browsers with the back button disabled, but this really annoys users who would like to just browse the internet. We discontinued this practice almost before we started it.

    --

    GreyPoopon
    --
    Why is it I can write insightful comments but can't come up with a clever signature?

  18. Back button and PDFs by Ctrl-Z · · Score: 4, Funny


    Nothing makes me hit the back button faster than the realization that I've just clicked on a link to a PDF. Come on! Can't you at least warn us?

    --
    www.timcoleman.com is a total waste of your time. Never go there.
  19. Add this to your UserContent.css... by interactive_civilian · · Score: 4, Informative
    Or whatever your browser uses for user-defined style-sheets:
    /* Blacklist link (Mozilla) -- Blocks goatse.cx */
    a[href*="goatse.cx/"]
    {
    text-decoration: line-through ! important;
    color: brown ! important;
    }
    that will mark all goatse.cx links brown with a line through them. Never be fooled again.

    My apologies as I forget who to credit for this, but is was posted in a recent Slashdot story about how to block ads and such using your UserContent.css or whatever equivalent. I hope this helps to make your browsing a less visually-dangerous experience as it has for mine.

    Cheers. :)

    --
    "Empathise with stupidity, and you're halfway to thinking like an idiot." - Iain M. Banks
  20. Coming Soon! Better FORWARD Button! by Maul · · Score: 5, Funny

    I have done extensive research and have figured out a way to build a better forward button as well.

    Currently the forward button only works after you've hit the back button. This is highly inconvenient, because the forward button is useless when you fire up your browser.

    However, my new improved forward button will allow web users to actually click ahead into the future so that they don't have to type the URL of the site they are about to visit. It does this with my patented Mind Matrix Technology (TM) that uses a complex mathematical formula to determine what the user wants to see next.

    --

    "You spoony bard!" -Tellah