September 7

Web Browser Homepage Observations

Posted by Bryan Clark
Filed under Browser, Design | 14 Comments

I’ve been looking over the comments from the earlier Web Browser Homepage post and there were certainly a large number of people who said they were using about:blank, mostly for speed reasons as well as the distraction reason. And some other interesting situations / use cases that people mentioned happening, here’s a quick breakdown.

Persistent Browser Sessions was a topic touched upon a number of times by different people.  Having the browser know what sessions you used last time and bringing those back after a crash or having it remember a state you want to have every time you open the web browser.

Dirk mentioned using Wikipedia:Random as a homepage where you always end up learning something new, which I thought was a really cool idea.

Lots of people use google.com or google.com/ig or the firefox equivalent start page.

Many people use a local file:// link to bookmarks.html or another local page of links and useful things they maintain

Straight up about: (which I didn’t know existed) gives a quick loading page that reminds you what version you’re running.

Several mentions of Speed Dial from Opera, which I have to say looks very nice.

Some people use planet, which probably loads fairly quickly and keeps you up with what’s happening in your world / universe.

Bill had an interesting solution of using the about:blank page with custom sidebar of file:// links, lots of speed and the ability to jump off to new places.

A couple mentions of using del.icio.us bookmarks page also with specials tags like “workflow”, i.e. links you’d go to often

Many people used the set | of | tabs | for | homepage which opens multiple pages in different tabs at once, several people mentioned that the order of the pages was very important.  Some people even put in the about:blank at the end of their list of tabs so they have the last one ready to go somewhere new.

Custom web homepage of the /~clarkbw/ variety.  Dan and Jesse had some really interesting and different ones.

Other people used news sites like http://politiken.dk/ or http://news.bbc.co.uk/ because they are pretty fast and they want to get a glimse of what’s happening in the world before start something.

Adam mentioned loading his router’s status page because it’s really fast and can have some useful information sometimes.

Firefox Journal

Walters and I have been talking about the web browsers homepage, bookmarks, and history and how they all relate for a little while now.  A couple weeks ago we started working on something that we think could help this situation we have with them.

  1. History is valuable.  You keep doing the same things over and over again on your computer, especially in your web browser.  Why isn’t that part front and center?
  2. Bookmarks are a management task.  Bookmarks have a tendency to become stale over time and end up as clutter unless you careful prune and manage them like it was your garden.  At the same time the sites you bookmark are probably the ones you go to most often, then what did you need to bookmark them?
  3. A Homepage is usually a waste of time.  Went through the specifics in my last post, but a homepage just isn’t all that useful.  With all the amazing ideas listed above we have an excellent base to make something little bit more useful for all of us collectively.

So we created something we called the Firefox Journal.  It only works with Firefox 3 right now, but we’re working on that.  Here’s the point of it, in bullet format.

  • Show the Places You Visit Most
  • Auto-Clean up and tidy the display of your Recent History
  • Allow quick Searching of your History and Bookmarks
  • Help to perform Alternative Searches

So try it out!  It won’t take much time to get it up and running so you can see what we’re up to.  It’s dead simple to hack on this (i’m doing some of the hacking) and improve it.  We need help with the HTML layout and the Querying of the places.

I’m also working on a “live” history system that pulls RSS feeds from the sites you travel to down into your history view such that we can say:  Colin Walters – LiveJournal (2 Posts since your last visit) instead of just the URL.  Cool stuff!

This entry was posted on Friday, September 7th, 2007 at 3:19 pm and is filed under Browser, Design. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

14 Responses to “Web Browser Homepage Observations”

  1. Jens on September 7th, 2007 at 3:42 pm

    There is also a speed dial for Firefox: https://addons.mozilla.org/en-US/firefox/addon/4810

  2. shivan on September 7th, 2007 at 3:52 pm

    I love the “ctrl+L” + keyletter/keyword in firefox, that works like speed dial, but is less invasive.

  3. Luis Villa on September 7th, 2007 at 5:50 pm

    You guys know that ffox has a team working on integrated+revamped bookmarks/history for ffox3, right? :)

  4. Colin Walters on September 7th, 2007 at 5:54 pm

    Jens,

    Speed dial is related but very different in approach. It’s basically a better bookmarks system.

    The Journal *automatically* updates itself as you browse the web, based on your history. It also integrates going to a website with search.

  5. Colin Walters on September 7th, 2007 at 5:58 pm

    Luis,

    Totally! In fact our extension wouldn’t be possible without their infrastructure. However, their current UI mockups are a lot less “take over the browser” than our approach.

    But they’re actually fairly complementary.

  6. Joe Buck on September 7th, 2007 at 7:51 pm

    You need to give the user a choice before trying to revisit the URLs s/he was visiting before a crash. That’s because it’s quite likely that doing so will cause another crash, if those pages tweak a browser bug.

  7. Bryan Clark on September 7th, 2007 at 8:28 pm

    Joe,

    That’s exactly something we can do with this approach and we’d like to plan on that feature. Right now, after a crash you’re presented with a question of “Do you want to restore your session?” and yet it doesn’t actually tell you what your session was.

    Our extension could turn that dialog off and simply present you with the links to places you were with the option to open them all in tabs again or click on individual ones and open them.

  8. Luis Villa on September 8th, 2007 at 10:06 am

    But they’re actually fairly complementary.

    Awesome. Note that an ex-Helix/Ximian guy (Dan Mills) is heavily involved in that effort, so if you need to talk to them about their APIs and such, I’m sure he’d be receptive.

  9. Around the Browsersphere #4 on September 8th, 2007 at 9:07 pm

    [...] Bryan Clark follows-up on his web browser home page findings. [...]

  10. Paul Collins on September 8th, 2007 at 9:45 pm

    I use about:blank, with the following added to userContent.css so that I don’t get blinded when I open a new tab.

    @-moz-document url(“about:blank”) {
    html { background: window; }
    }

  11. ReinoutS on September 10th, 2007 at 4:41 am

    It would be awesome if you guys could make this available for Epiphany as well. It would be a logical extension of the Google SoC Epiphany project.

  12. nick on September 10th, 2007 at 10:44 am

    Have you seen the homepage in Opera Mini (it’s the mobile browser that works on any Java phone). They’ve been implementing ideas like this for a while and really, it’s one of the best browsers out there, on a phone or not.

  13. Bryan Clark on September 12th, 2007 at 2:52 pm

    Reinout: There aren’t any actual requirements on Firefox for the Journal to work. It only really requires chrome and some of the new work on FF3, which is probably very similar to the Google SoC Epiphany project. All our work is inside the browser and avoiding changing any of the button or toolbar elements, which I believe is something Epiphany can completely take advantage of. I’ll email the list to see how we can work together.

  14. Comença la sessió amb Viquipèdia « Diàspora permanent on September 15th, 2007 at 4:10 am

    [...] de Wikipedia però pel que fós aquesta utilitat no havia penetrat a la meva vida. Fins que Bryan Clark em va explicar que hi ha gent que utilitza això com a plana per defecte quan obren el seu [...]

Leave a Reply