Slashdot Mirror


CaminoBrowser.org Launches

Samuel Sidler writes "Introducing CaminoBrowser.org, the new Camino project site. The pages have been completely revamped with up-to-date information, useful and easy-to-read support pages, and, of course, pretty pictures. Months of effort have gone into creating a truly excellent site. While the product pages will remain hosted at mozilla.org, our new website will be the home of the project and all support/development information as well as up-to-date news and information."

4 of 126 comments (clear)

  1. Ok, we have clones by QuantumG · · Score: 5, Insightful
    can we now have some innovation? I remember reading a scientific paper, around 1999, which showed that 90% of web browser users hate "history". They use the back button, hardly ever use the forward button and get annoyed as hell when they lose an entire "forward history" because they happened to click on a link after they went "back". Every browser on the planet (probably, maybe, probably not Opera, don't flame me) still has this annoying behaviour. The paper found that the best "history" was a pictorial one that actually showed the user when and how they got to a page with a thumbnail of that page as each node in the tree. That was pretty damn cool! Unfortunately I don't have it for FireFox or any of the many clones.

    That's one aspect of a web browser, there's dozens more. I kinda feel like tabs are the last real innovation for web browsers. Kinda like cup holders in cinemas. Guess I should be greatful it didn't take 30 years.

    --
    How we know is more important than what we know.
    1. Re:Ok, we have clones by guet · · Score: 4, Insightful

      Actually, I've just been looking at history for a different kind of program, and was surprised by how counter-intuitive the browser ones are when I examined them. The Safari one doesn't reflect the menu, and removes previous moves when you take a positive action and aren't at the top of the history stack.

      An easy solution is to flip the history ahead of the current position and insert it before current when the user chooses a new site.

      ie (where '-' is current position and the user has come back to site c from site a)

      a
      b
      c-
      d
      e

      when the user clicks on new site f becomes

      f-
      c
      b
      a
      d
      e

      because the user just came to c back through b and a, so to them a and b are behind them now.
      Rather than starting it again with

      f-
      c

      As Safari does. Perhaps there are other orderings that make more sense - it'd be interesting to see how a lot of people use history, and how the current ones frustrate them - you don't have a link for that paper do you?

  2. Firefox doesn't cut it by Goalie_Ca · · Score: 4, Insightful

    For a mac, firefox just doesn't cut it. I really love the extensions but i'm willing to live without them to have the power of the wheel mouse and other such useful things. Camino uses a nice native cocoa interface which makes a big difference in usability.

    --

    ----
    Go canucks, habs, and sens!
  3. Re:Why? by Trurl's+Machine · · Score: 4, Insightful

    What does Camino offer that Firefox doesn't? The products seem to do much the same thing, and indeed, look virtually identical on the Mac. I guess my question is, why would somebody want to use Camino over Firefox?

    MacOS X has two native API's - carbon and cocoa. Carbon hardly has any virtues of its own, it's main advantage is that its relatively easy to port old, non-Unix Mac applications to Carbon, so whenever anyone has any project that has its roots still in last century, he sticks with Carbon. This is not just the case of various Mozilla-derivative projects but also of - say - Microsoft Office for MacOS. Cocoa is the "native native" API and here's where MacOS X really shines. If you use MacOS X a lot, you tend to hate Carbon and favor Cocoa because Cocoa apps offer much better overall integration with systemwide services, such as your favorite spellchecker, they generally run faster and consume less resources. Camino is Cocoa, Firefox is Carbon.