Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Making A Better Browser History

Posted by timothy on Wed Mar 31, 2004 07:41 AM
from the and-a-browser-is-a-mousetrap dept.
jbtule writes "Students at the University of Illinois have released TrailBlazer, a new user interface to represent your web browsing history. It lays out the pages you visit in a simple 2D map with thumbnails and summaries. The project took 2nd place at the university's annual Engineering Open House and a three minute video is available that demonstrates TrailBlazer for those who don't have Mac OS X Panther. TrailBlazer is implemented with Apple's WebKit on a bare bones browser, but this interface would probably be more useful if it were added to a real browser. This is a much better history than chronological lists of web page titles or crazy cubes floating around a 3D space. Hopefully Safari or /insert favorite web browser/ will do something similar in the future."
This discussion has been archived. No new comments can be posted.
Making A Better Browser History | Log In/Create an Account | Top | 291 comments (Spill at 50!) | Index Only | Search Discussion
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1) | 2
  • The cyberspatial compass (Score:5, Interesting)

    by Space cowboy (13680) * on Wednesday March 31 2004, @07:41AM (#8724124)
    (Last Journal: Friday April 27 2007, @02:20PM)

    This is a great idea - a visualisation of the underlying data in a form far easier to recognise than the data itself. Humans tend to react better to visual stimuli (think a map vs a series of co-ordinates, and try to work out which location is farther away from you). Kudos to the authors for the inspiration.

    This new idea tells us where we are in a better, easier-to-use way, and we like that. It can tell us where we can go/have been, and tracks the paths between these nodes on our cyberspatial plane [grin, sounds a bit OTT, but..]. Perhaps a cyberspatial compass combined with a cyberspatial GPS system. CPS perhaps :-)

    It's also interesting to see that the 'cool idea' is something to aid the browsing experience, not to replace it. It seems we're happy with the idea of 'click here, go there', but want more intuitive or rememberable (is that a word?) cues for the journey itself...

    Simon
    • Re:The cyberspatial compass (Score:5, Interesting)

      by wiggys (621350) on Wednesday March 31 2004, @07:50AM (#8724180)
      Yeah yeah great idea... shame about the reality.

      In my experience, every single attempt to recreate a heirarchical system (be it a file system, database or in this instance a browser history) fails utterly because it doesn't adhere to the K.I.S.S. principle.

      Virtual Reality (oh that is sooo 1990s!) systems often make things much more complicated to use no matter what the graphics are like... it's very easy to get lost in VR space, you have no concept of "up" or "down" (no horizon, no gravity) and trying to control your view quickly and effectively using a keyboard and mouse is very tricky, unless you're a seasoned Descent player.

      However, arranging the history in a 2d manner (such as the tree view mentioned here [uiuc.edu]) seems a far better way of going about it - everything you need is within your field of view, arrange in a consistent way (eg all rectangles are same size... unlike a 3d view where they appear to be smaller as they are further away) and you can tell at a glance what the relationship is.

      2d vs 3d - It's kinda like the view a general gets on a battlefield (2d) versus the rather limited perspective a soldier has of the action (3d)

      [ Parent ]
    • Re:The cyberspatial compass (Score:5, Interesting)

      by croddy (659025) on Wednesday March 31 2004, @08:16AM (#8724305)
      sounds like something that will consume enormous amounts of CPU and memory, while at the same time causing the browser history to display about 75% less information on the screen, in 4 times the space.

      a more useful implementation could rely on intelligently excerpting web pages, and tracking things like "did I submit a form here" or "did I start a download from this page"... the things we're really trying to remember when visiting our browsing history.

      visual representations are often a crutch for when we simply cannot come up with anything else.

      [ Parent ]
      • Re:The cyberspatial compass by digitaleus (Score:3) Wednesday March 31 2004, @09:38AM
      • Re:The cyberspatial compass (Score:5, Insightful)

        by mblase (200735) on Wednesday March 31 2004, @09:58AM (#8725122)
        sounds like something that will consume enormous amounts of CPU and memory, while at the same time causing the browser history to display about 75% less information on the screen, in 4 times the space.

        I'd agree, if this weren't built using OS X Panther. This browser history map uses thumbnails (and if those thumbnails aren't resizable, they should be in the next version) and simple arrows, probably using the same basic technology as iPhoto 4 [apple.com] does. OS X handles resizable icons and thumbnails as part of the underlying OS; they probably didn't have to create nearly as much code as you might expect.

        a more useful implementation could rely on intelligently excerpting web pages, and tracking things like "did I submit a form here" or "did I start a download from this page"... the things we're really trying to remember when visiting our browsing history.

        If you submitted a form on page A, then page A+1 will usually indicate that you've done so in some way (at least if the UI designers did their job). I don't think it'll be that hard to deduce if you've downloaded a file from a particular page, either, since it's usually the visual thumbnail of the page you remember rather than the data you got after visiting it.

        visual representations are often a crutch for when we simply cannot come up with anything else.

        I hope you were using a text-only web browser and a command-line OS when you wrote that. If GUIs are a crutch, then nearly every computer user for the last twenty years is a permanent cripple.
        [ Parent ]
      • Re:The cyberspatial compass by skirch (Score:3) Wednesday March 31 2004, @10:15AM
      • Re:The cyberspatial compass by aWalrus (Score:3) Wednesday March 31 2004, @11:20AM
      • Re:The cyberspatial compass by yerfatma (Score:1) Wednesday March 31 2004, @10:40AM
      • 2 replies beneath your current threshold.
    • Re:The cyberspatial compass by Doooh_head (Score:1) Wednesday March 31 2004, @08:58AM
    • Merge bookmarks and history (Score:5, Insightful)

      by TuringTest (533084) on Wednesday March 31 2004, @12:33PM (#8726653)
      The next step in this trend is merging bookmarks and history in a single interface. I've never seen the point in having separate panels for bookmarks and history when they are clearly related to the same task: bringing back pages that I know I've already visited.

      A hierarchical (and usually enormous) tree of bookmarks is a broken, broken, broken concept. I spend more time searching a bookmark I know I have, that looking for it in Google. That means something: Google is a better tool than bookmarks.

      What I'd like to have is a powerful, a-la-Google context search of my history: I don't want to save "bookmarks", I want to drag predefined "keywords" onto TrailBlazer's history thumbnails; so that when I later select a keyword, all pages that I've marked are retrieved in their full browsing context.

      [ Parent ]
    • Re:The cyberspatial compass by thestoffer (Score:1) Wednesday March 31 2004, @04:42PM
    • 3 replies beneath your current threshold.
  • The Real Question (Score:5, Interesting)

    by Anonymous Coward on Wednesday March 31 2004, @07:44AM (#8724147)
    Do people actually use their browser history for anything other than:

    a) Checking up on shared computers' other users porn-browsing habits

    b) Tracking the links they've visited in the past.

    Personally, I have a 25 meg history file going back I'm-not-sure-how-far which I keep around just so that links I've visited are a different colour.
  • Thumbnails? (Score:5, Funny)

    by Short Circuit (52384) <mikemol@gmail.com> on Wednesday March 31 2004, @07:48AM (#8724165)
    (http://shortcircuit.us/ | Last Journal: Sunday October 14, @02:01AM)
    Am I the only one who doesn't want to be reminded of some of the sites he's seen? Like *cx?
  • Opera's History (Score:5, Informative)

    by skermit (451840) on Wednesday March 31 2004, @07:50AM (#8724181)
    (http://www.christopherwu.net/)
    I don't have a problem with Opera's current implementation. Their quick and easy one button (F4) sidebar let's me quickly search by string for title, and arranges it by reverse chronological order. This allows me to quickly type in something like "google" in the filter, and show me every google search I've done in the past let's say 2 months. From this I can usually pick up any trail that I've lost and find a page that I've visited before with ease.
  • Relate-a-zon (Score:3, Interesting)

    by KrunZ (247479) on Wednesday March 31 2004, @07:52AM (#8724186)
    This reminds me of the game Relate-a-zon [relate-a-zon.com] that uses the Amazon's related items lists ("customers who bought this also bought...") to create a pathfinder game in which you have to use common sense and a bit of wild guessing to find your way from one product to another. In the end it visualizes your navigation in a url path graph.
  • Similar thing in 3D (Score:3, Informative)

    by SpatialJ (411269) on Wednesday March 31 2004, @07:52AM (#8724187)
    (http://www.spatialknowledge.com | Last Journal: Thursday September 23 2004, @01:54AM)
    Clara [spatialknowledge.com] has a similar approach. Here though, fully interactive thumbnails are stored in a spatial arrangement and can be relocated to your personal flavour.

    OpenSource, scriptable, customizable ad infinitum integradete IRC for spatial use and finally a good reason besides games to have a fast graphics board

    Videos [spatialknowledge.com] and images [spatialknowledge.com] available

  • If all text (tagged by URL) was dumped into one file per month and made searchable.

    That way when I am trying to remember where I saw the instructions for the excell driving game shown on Slashdot earlier I would only have to search the text I have seen, not try and use google (too many hits) or search by thumbnails and page titles... useless since it was posted in a pretty much unrelated subject.
  • prolly not (Score:4, Insightful)

    by aixou (756713) on Wednesday March 31 2004, @07:53AM (#8724193)
    People may find immense visual interaction to be more appealing at first, but ime it can get cumbersome very fast.
    My history is just that -- history.

    If I want to go to a page I was already at, I'll most likely know when I went to it and can easily find it. This contrasts with Expose which helps you visually organize files currently being used.

    I can see this having it's benefits (when I really need to find a poorly titled page), but I highly doubt it will redefine any standards.
    • Re:prolly not by esarjeant (Score:2) Wednesday March 31 2004, @08:28AM
      • Re:prolly not by aixou (Score:1) Wednesday March 31 2004, @08:47AM
      • Re:prolly not by System.out.println() (Score:2) Wednesday March 31 2004, @01:29PM
        • Re:prolly not by jbtule (Score:1) Thursday April 01 2004, @10:06PM
          • Re:prolly not by System.out.println() (Score:2) Thursday April 01 2004, @10:22PM
    • Re:prolly not by djdavetrouble (Score:1) Wednesday March 31 2004, @11:51AM
      • Re:prolly not by povvell (Score:1) Wednesday March 31 2004, @02:33PM
        • Re:prolly not by djdavetrouble (Score:1) Wednesday March 31 2004, @05:31PM
  • Information Overload by Yeep4711 (Score:2) Wednesday March 31 2004, @07:55AM
  • Konq vs Gecko by MagerValp (Score:1) Wednesday March 31 2004, @07:56AM
  • see also (Score:4, Informative)

    by Anonymous Coward on Wednesday March 31 2004, @07:56AM (#8724216)
    spidergraph [sf.net] (it plugs into Mozilla)
  • Innovation (Score:5, Insightful)

    by peterdaly (123554) <petedaly&ix,netcom,com> on Wednesday March 31 2004, @07:58AM (#8724222)
    (http://www.mythpvr.com/)
    The common way of working with a browser history function is manytimes a frusturating experience.

    It's bad to the point of borderline broken. Hopefully there are no IP issues (in the property sense), and this may lead to improvements making usinging browser history less like pulling teeth.

    -Pete
    • Re:Innovation by System.out.println() (Score:2) Wednesday March 31 2004, @01:35PM
      • Re:Innovation by peterdaly (Score:2) Wednesday March 31 2004, @03:41PM
  • Good as an interface (Score:3, Interesting)

    by Underholdning (758194) on Wednesday March 31 2004, @07:59AM (#8724225)
    (http://www.julefrokost.info/ | Last Journal: Wednesday April 07 2004, @03:52AM)
    This looks like a good idea for browsing your history. However, I usually find items of interst through two metods - I either search or I browse. This will help me in the latter. If this was combined with a free text search (maybe a client-side google) they'd have a heck of a tool.
  • What won first place? (Score:3, Interesting)

    by no haters (714135) on Wednesday March 31 2004, @07:59AM (#8724227)
    This seems very interesting and useful... yet it only won second place. What form of earth-shattering ingenuity won first place? I can't find it anywhere.
  • by j1mmy (43634) on Wednesday March 31 2004, @08:04AM (#8724255)
    (Last Journal: Thursday January 26 2006, @02:20PM)
    I can't remember the last time I used mine. Is this a solution in search of a problem or do people actually use their histories?
  • Very nice (Score:5, Insightful)

    by groomed (202061) on Wednesday March 31 2004, @08:07AM (#8724260)
    It looks beautiful. So bloody obvious! Amazing nobody has figured this out before. I'm reminded of something a former boss of mine used to say: "It took 80 years after the invention of the printing press for someone to figure out page numbers are a good iea."

    Really, I could probably come up with a whole range of criticisms, but why? This is a great idea. Practical, obvious, useful. The most negative thing I can say about this is probably that I feel sorry for the inventors. They'll probably be forgotten after Microsoft and the Mozilla foundation have released their own unspeakably crude and complexified implementations.
    • Re:Very nice by CountBrass (Score:3) Wednesday March 31 2004, @08:23AM
    • Re:Very nice (Score:4, Interesting)

      by russellh (547685) on Wednesday March 31 2004, @09:45AM (#8725004)
      (http://holt-research.com/)
      It was figured out before. There were a lot of wacky interface ideas for the web in the early days. I had this specific idea in 1994 along with a few other people. There was a lot of interest in spiders then - if you think of the history as your small view of the structure of the web, why not have the browser walk forward also, adding those links to your overhead view? This turned out to be rather unmanageable as web pages in 1994 were often just huge lists of links. This page I'm looking at right now has - what? 75 links? Ugg.

      The other strange one I remember from those days (less useful, I know) was the DOOM browser - a DOOM engine that would auto-generate an endless map from the hyperlink structure of the web. Special tags would fine tune it. (shades of VRML). Wouldn't you like to fight demons to get to the information you need? That's what it feels sometimes anyway...
      [ Parent ]
    • Re:Very nice by Beryllium Sphere(tm) (Score:2) Wednesday March 31 2004, @11:00AM
    • Mighte Be Nice for Visually Oriented Sites by jubei (Score:1) Wednesday March 31 2004, @12:04PM
    • Somebody did figure it out before... by Esekla (Score:2) Wednesday March 31 2004, @01:53PM
    • Re:Very nice by N3WBI3 (Score:3) Wednesday March 31 2004, @02:37PM
    • 1 reply beneath your current threshold.
  • and then patent it (Score:3, Insightful)

    by jtwJGuevara (749094) on Wednesday March 31 2004, @08:11AM (#8724280)
    Hopefully Safari or /insert favorite web browser/ will do something similar in the future. And the organization who owns that browser will then patent the technology and own IP rights over it. It's an inevitability with the current business practices right now.
  • It would be nice if the results of Google could be filtered using your browser history.

    This way you would have your own like WWW to search in and would only return sites you have visted in the past.
  • this just made my day... by phunhippy (Score:2) Wednesday March 31 2004, @08:21AM
  • I just want the page url/title sort by timestamp by Anonymous Coward (Score:1) Wednesday March 31 2004, @08:27AM
  • irider has tree-based history by FrenZon (Score:2) Wednesday March 31 2004, @08:35AM
  • What about Bookmarks? by HHMMSS (Score:1) Wednesday March 31 2004, @08:35AM
  • Proof that core libraries are key by acomj (Score:2) Wednesday March 31 2004, @08:38AM
  • by Bazzargh (39195) on Wednesday March 31 2004, @08:40AM (#8724460)
    This paper [ucalgary.ca] reviews history mechanisms in web browsers back in '97. One of the mechanisms mentioned, MosaicG [gatech.edu] is stunningly similar to the work in this article.

    MosaicG was released in 1995.

    It's interesting though that Tauscher's paper (the first link) conlcuded back then that the 'stack based' histories we used were not optimal, mainly because sibling history branches disappear. She found that the best method tested was to have a 'context sensitive web subset', ie a graph showing the relationships between visited nodes in relation to the current node, rather than a strict history.
  • TouchGraph Google Browser by ajutla (Score:1) Wednesday March 31 2004, @08:42AM
  • A modest suggestion (Score:5, Insightful)

    by dborod (26190) on Wednesday March 31 2004, @08:43AM (#8724476)
    (http://www.emergence.com/)
    It would be really cool if TrailBlazer we able to integrate with Safari rather than act as a stand alone browser. If TrailBlazer was able to follow your trail by parsing Safari's cache it would be totally awesome. As it is now, TrailBlazer is a cool novelty, but as a browser it lacks many of the features most modern web users use.
  • Probably a good idea (Score:3, Interesting)

    by ajs318 (655362) <sd_resp2@earthsh ... o.uk minus punct> on Wednesday March 31 2004, @08:46AM (#8724505)
    Not being a Mac user, I have a middle button {that isn't meant to be a flame, although it does sound like one ..... but bear with me and you'll see} which lets me follow links in a new tab. So I can keep a bit of a chain of thought together ..... if I know something is relevant to the page I'm reading, I can call it up and not lose the current page.

    Typically, I'll do a search, then open one result at a time in a new tab; if the article is useful I'll keep its tab open, if it's no good I'll close it. However, it all gets very unwieldy once you have more than about half a dozen tabs on the go at once. Plus, tabs are {TTBOMK} not rearrangeable -- so the structure breaks a bit, because I can't put the tabs I opened from each first-level click next to one another. Tabs are good, maybe even great, but they aren't perfect.

    Other times, I will bookmark a site which, on further exploration, turns out not to be any good. Which is a waste of a bookmark.

    The computer already knows what sites I have visited, how long I spent looking at each one, whether or not I did any word searches {and what they turned up}, and what I clicked to next -- whether it was a link from that page, or if I returned to a previous tab, or started a new search. Now, if I want to find a page that I know I visited recently, how should the above-mentioned information be presented to me so that I can find the page I'm looking for, quickly?

    It's good to see that question being addressed. This could be something the web has been waiting for.
  • What safari isn't meant to be (Score:3, Insightful)

    by adzoox (615327) * on Wednesday March 31 2004, @08:47AM (#8724506)
    (Last Journal: Wednesday February 01 2006, @08:39AM)
    The more code that is added to Safari the more unstable and slower it can get.

    This sounds like a great feature, but like tabs (which is very helpful) - few people will use it to it's potential.

    I think Apple needs to concentrate on being faster and more stable - I really even wish they would remove some features from Safari - when explaining ANY browser nowadays to my LEAP program classes (who are mostly elderly) - it is difficult, at best, to explain ALL the features - something you HAVE to do so they won't be confused and know where to go to set preferences, etc...

    I also would like Apple to remember thet their core is only as good as the bushel - meaning - I would like Apple to realize that Opera, iCab, and Ominiweb give Apple the appearance of broader support - therefore, these should be features for those browsers to integrate - features people should want to pay for if they use them.

  • Can you say "bloated and cumbersome"? by Walkiry (Score:1) Wednesday March 31 2004, @08:49AM
  • Memory.. (Score:3, Interesting)

    by artlu (265391) <artlu AT artlu DOT net> on Wednesday March 31 2004, @08:51AM (#8724539)
    (http://artlu.net/ | Last Journal: Wednesday June 09 2004, @02:32PM)
    Seems awesome, i am even more proud that they did this on OSX first. Although, development with Xcode is extremely easy.
    Anyway, how are they going to deal with people that visit thousands of webpages a day/week. Is their history going to catalog all of those images and take screenshots of each one? It seems like there would be some huge memory/efficiency requirements and would make the browser more unstable as you visit more website.
    Apple's own safari has a similar problem with web icons even, let alone whole thumbnail images!

    Although, it would make searching through all my previous porn a lot more fun ;).
  • does anyone remember Apple's previous technology.. by mattkime (Score:2) Wednesday March 31 2004, @08:58AM
  • We need a tree for browser history. (Score:4, Interesting)

    by scorp1us (235526) on Wednesday March 31 2004, @08:58AM (#8724588)
    (Last Journal: Wednesday March 30 2005, @04:16PM)
    <ECODE>
    I never understood why this hasn't been done before. But a lot of times you go backone or more pages, go to another page, then all your previous stuff is lost.

    We need a way to say, from this page you want to these places.. Currently we are limited to:

    S--->--->--->--->--->
    But we need:
    S--->--->--->--->---> +--->
    +--->--->---> +--->
    +--->--->---->--->--->
    Where the '+' are junctions where two mor more links were followed
    </ECODE>
  • Fad by koniosis (Score:1) Wednesday March 31 2004, @09:00AM
  • My hat's off by cyclobotomy (Score:1) Wednesday March 31 2004, @09:07AM
  • put it in a menu by cyclobotomy (Score:1) Wednesday March 31 2004, @09:10AM
  • Show's off Apple strategy to leverage open source by csoto (Score:2) Wednesday March 31 2004, @09:14AM
  • Wait!! Trailblazer isn't REAL! by The Spoonman (Score:1) Wednesday March 31 2004, @09:22AM
  • Pad++ by ChristTrekker (Score:1) Wednesday March 31 2004, @09:35AM
    • Re:Pad++ by immyz (Score:1) Wednesday March 31 2004, @10:28AM
      • Re:Pad++ by ChristTrekker (Score:1) Wednesday March 31 2004, @10:36AM
  • Athena? by Quixote (Score:2) Wednesday March 31 2004, @09:38AM
  • Looks cool by mvonballmo (Score:1) Wednesday March 31 2004, @09:38AM
    • 1 reply beneath your current threshold.
  • Trailblazer ... by Draoi (Score:2) Wednesday March 31 2004, @09:38AM
  • Only 2D? (Score:4, Interesting)

    by Ryosen (234440) on Wednesday March 31 2004, @09:40AM (#8724968)
    Two-dimensions are all well and good, but, c'mon, this is the 21st century. If I can't have my "Minority Report"-style glove-and-goggle mix, at least I can browse in 3D [2ce.com]! This actually came out a couple of years ago. Fun to play around with.
  • Browser Advancements. by Justifiable_Delusion (Score:1) Wednesday March 31 2004, @09:55AM
  • Just want history of HTTP POSTed pages by SnappingTurtle (Score:1) Wednesday March 31 2004, @10:03AM
  • dang, good thing i clear out my cache! by xMac (Score:1) Wednesday March 31 2004, @10:08AM
  • PHP mini page generator by dreadlock9 (Score:1) Wednesday March 31 2004, @10:10AM
  • Just like sequence diagrams... by paithuk (Score:2) Wednesday March 31 2004, @10:15AM
  • School Projects by superpulpsicle (Score:1) Wednesday March 31 2004, @10:16AM
  • What a great way to study ADD by LqqkOut (Score:2) Wednesday March 31 2004, @10:28AM
  • Just add mouseover magnification (Score:3, Interesting)

    by Derek Mason (767027) on Wednesday March 31 2004, @10:42AM (#8725498)
    This is a great idea - the only problem I can see with it is that the browser history map becomes too unwieldly, requiring a lot of horizontal and vertical scrolling. The missing element is mouseover magnification like the OS X Dock [apple.com] has - that would let the user see their entire history (OK, let's be realistic - one week at a time) in the window, and then home in on the relevant part by moving the mouse. Kudos guys!
  • an easier way by Dstreelm (Score:1) Wednesday March 31 2004, @11:01AM
  • Great just Great by Anonymous Coward (Score:1) Wednesday March 31 2004, @11:24AM
  • Google to rule them all by Sabalon (Score:2) Wednesday March 31 2004, @11:24AM
  • Quite slow. by Jeremy Erwin (Score:2) Wednesday March 31 2004, @11:31AM
  • web map by John.Thompson (Score:2) Wednesday March 31 2004, @11:40AM
  • Sounds Famillier by TheOldBear (Score:1) Wednesday March 31 2004, @11:47AM
  • Mozilla Plugin by hjf (Score:2) Wednesday March 31 2004, @11:52AM
  • This is Excellent! (Score:3, Interesting)

    by CedgeS (159076) on Wednesday March 31 2004, @12:18PM (#8726457)
    (http://www.shockfamily.net/ | Last Journal: Thursday March 18 2004, @09:41PM)
    I have frequently wished that the history in a browser was a tree, so I could go back and then forwards along a different branch. The summary doesn't mention it, but the arangement of the pages in the space is a tree built by your browsing.

    Now where's the copycat mozilla plugin...?

  • fancy but... by timts (Score:1) Wednesday March 31 2004, @12:42PM
  • That's odd by multipart/mixed (Score:2) Wednesday March 31 2004, @12:54PM
  • Is this something the technology finally supports? by finelinebob (Score:2) Wednesday March 31 2004, @01:05PM
  • 2nd place! by rfernand79 (Score:1) Wednesday March 31 2004, @01:12PM
  • The good, the bad... by ecloud (Score:2) Wednesday March 31 2004, @01:39PM
  • It's cute, but... by blair1q (Score:2) Wednesday March 31 2004, @01:39PM
  • anyone remembers TOIP? by Knights who say 'INT (Score:2) Wednesday March 31 2004, @01:48PM
  • Been done .. learn from history... by Atomic Frog (Score:2) Wednesday March 31 2004, @01:58PM
  • Should be easy enough to implement as a proxy by argent (Score:2) Wednesday March 31 2004, @02:22PM
  • that thing is dying for better navigability by scrytch (Score:2) Wednesday March 31 2004, @02:43PM
  • OmiWeb's History/Bookmark's Structure superior by tyrione (Score:2) Wednesday March 31 2004, @03:39PM
  • Any one get this to compile for them? by darkstream (Score:1) Wednesday March 31 2004, @03:46PM
  • What a non-innovation by DulcetTone (Score:1) Wednesday March 31 2004, @03:52PM
  • Nice for a student project, not new idea by weiweb (Score:1) Wednesday March 31 2004, @04:02PM
  • TrailBlazer: been there done that by axcelis (Score:1) Wednesday March 31 2004, @06:37PM
  • Why look at history? by MikeFM (Score:2) Wednesday March 31 2004, @07:32PM
  • Would be useful for undo/redo, too. (Score:4, Interesting)

    by rice_burners_suck (243660) on Thursday April 01 2004, @12:17AM (#8733869)
    (Last Journal: Sunday November 04, @03:38AM)
    Interesting. I thought of a very similar idea about 7 years ago, when I was writing a text editor to fulfill specific purposes. I asked myself why all the programs out there with an "undo" feature are only able to go "backwards" (and those with a "redo" feature can only go "backwards" and "forwards").

    Suppose you've written something. Then, you undid the last sentence or two. You wrote something else. By doing so, you've essentially deleted the "redo" information of the sentences you originally undid. Therefore, if you don't remember what you had written the first time, there is no way to "undo" this "branch" and go back to the other "branch" unless you had originally planned to do so and saved the file, or copied the original text into a buffer, or something along those lines.

    I imagined that the undo/redo information would have to be structured somewhat as a tree, or hierarchy, of edits, much like CVS is structured with multiple branches and the ability to fork, merge, etc. To solve all the problems that I foresaw, the model became pretty darn complicated (about as complicated as re-implementing all of CVS inside of the undo/redo feature, plus supplying an interactive user interface for this mess), so I never implemented it.

    I suppose that at some later point, when I began browsing the web, I thought that something similar should exist for browsers. Every time you go "back" and go on a different path, you basically create a branch. But eventually, I came to the conclusion that having just the simple "back" and "forward" feature has some advantages over a branch-enabled navigation feature. For one, it is much easier for non-tech-savvy users to understand (if they even know the feature exists--many people are really only aware of the "back" button). And furthermore, it allows you to cover up your tracks, to some extent. Say, you're at a public library, and you just used their web browser to find something. And suppose you can't delete the internet cache because of security settings on that machine. So you go "back" a few times, type in a new web address, and you've essentially erased your tracks, as far as any patron without administrator access will ever know. (I assume that if you can't erase the cache, another non-admin patron can't read it.)

    I would still love to have this feature in my web browsers (and text editors), as I like to have lots of windows open all over the screen, and I juggle from one to another, and routinely go back and forth many times. With the ability to go back and open another "branch" in another window with a few keys, I think I could be a lot happier with my web browser.

    In other words, if a slick interactive way to do this kind of stuff can be implemented, then I see at least two applications (browsers and undo) that would greatly benefit from such a thing.

    • 1 reply beneath your current threshold.
  • Making A Better Browser History by jellomizer (Score:2) Thursday April 01 2004, @10:56AM
  • Why Panther-only? by mactari (Score:2) Thursday April 01 2004, @12:14PM
  • Nifty by diez (Score:1) Friday April 02 2004, @08:10PM
  • Re:Very nice... aah, yes! yes! yes! by word munger (Score:2) Wednesday March 31 2004, @07:52AM
  • Re:porn... by Zog The Undeniable (Score:2) Wednesday March 31 2004, @08:16AM
    • Re:porn... by easter1916 (Score:2) Wednesday March 31 2004, @08:22AM
  • by jonathan_ingram (30440) on Wednesday March 31 2004, @08:32AM (#8724401)
    (http://www.pgdp.net/)
    which is a Gecko base

    The underlying HTML technology beneath Safari is KHTML [konqueror.org], not Gecko.
    [ Parent ]
  • Re:How will this help people with shared computers by Eccles (Score:1) Wednesday March 31 2004, @11:11AM
  • 20 replies beneath your current threshold.
(1) | 2