The Artima Developer Community
Sponsored Link

Java Buzz Forum
URL Bar Navigator Firefox Extension

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
URL Bar Navigator Firefox Extension Posted: Jan 22, 2007 7:52 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: URL Bar Navigator Firefox Extension
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement

I did a typical rant about the URL bar auto- suggest in Firefox, and how it can be annoying when you are in the use case of "most common" and it is throwing up "most recent".

The beauty of being in our profession, and having a tool that is scriptable and extensible, is that you can do something about it.

Firefox also makes it simple, because you can get access to the URL bar via:

document.getElementById("urlbar"); // aliased via gUrlBar in many contexts

I wrote the URL Bar Navigator plugin to do what I needed. A simple Control + Left Arrow narrows the scope of a URL that I am on to just the root domain, and I am enjoying it already.

Kudos to the Mozilla team for making life so easy. It isn't without warts though. There are many resources on building Firefox extensions, but it is hard to grok which are out of date (FF 2.0 happy). The system is flexible, so you run into the ant-vs-maven problem of "hmm, should I create a chrome directory to put the overlay in? or should I just put it up here". The extension extension helped a little, but it was buggy for me on Mac OS X. Many of the scripts didn't work on OS X too.

Read: URL Bar Navigator Firefox Extension

Topic: Good Stuff Previous Topic   Next Topic Topic: Logically SOA

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use