Making Firefox’s Location Bar More Useful


More Handy Location Bar Shortcuts

I went to town when I started creating these shortcuts. I used only one of the shortcuts from the Lifehacker article cause I only have a need for one (ping.)

Here are the other's I added.

Name: Whois (shortcut: whois)
Location: http://www.networksolutions.com/whois/results.jsp?domain=%s
Keyword: whois
Description: Network Solutions Whois Lookup Shortcut

Name: Ping (shortcut: ping)
Location: http://network-tools.com/default.asp?prog=ping&host=%s
Keyword: ping
Description: Network tools ping shortcut

Name: Google Maps (shortcut: map)
Location: http://maps.google.com/maps?complete=1&hl=en&q=%s&ie=UTF-8
Keyword: map
Description: Google maps lookup shortcut

Name: Flickr Search by Interestingness (shortcut: flickr)
Location: http://www.flickr.com/search/?q=%s&ss=2&s=int
Keyword: flickr
Description: Flickr search ordered by interestingness

Then I wanted to create one for my own website's search. So I did a quick search using my built in search tool and grabbed the query.
http://blog.ninedays.org/index.php?s=search%20query I then replaced 'search%20query' with %s like the above examples, which will put the text I type after the shortcut as the search query.

Name: Ping Ninedays Blog Search (shortcut: ninedays)
Location: http://blog.ninedays.org/index.php?s=%s
Keyword: ninedays
Description: Ninedays Blog Search Shortcut

I spend a lot of time referencing the posts I write. Truth be told that's why I write these posts, my blog is more of a reference diary for myself than a knowledge sharing expedition for the rest of y'all.

What shortcuts have you created? Leave a comment if you've come up with anything cool!

Information and Links

Join the fray by commenting, tracking what others have to say, or linking to it from your blog.


Similar Entries
301 Redirects from your Wordpress 404 Error Page
Getting too many 404 requests because you've deleted a post, or moved it/changed it's name. Well there's an easy way to make your Wordpress 404 page redirect to whatever page you need it to!
Flickr to Explore Places
Cool new feature on Flickr now is that places have pages! A great reason to start geo-tagging, or get a device that geo-tags for you such at the Sony GPS-CS1KA GPS Unit Kit. Go to Flickr Places and search for where you want to go. Or you can read more about the new feature
7 Ways to Find an Up and Coming Bloggers
Seven suggestions and tools to help you find the next big thing in blogging for your niche. It's important know who the big mouths in your niche are and to make contacts and relationships with other bloggers early on so that you can build your readership and network of personal contacts. You want to be
Internal Search Optimization
Exploring 3 Wordpress internal search plugins to see if they help fulfill my needs to track internal searches, as well as making lovely search query URL's and ensuring that all content is begin searched.
Search Query for 404 Error Pages Wordpress
A code snippet update to a Wordpress 404 template that immediately redirects to a search if a tag no longer exists. It even re-directs with a 301 code to ensure search engine's follow.
Next Post
Smart Quotes in Code with WordPress and Markdown
Previous Post
Block Tracking and Detect WordPress Login

Write a Comment

Take a moment to comment and tell us what you think. Some basic HTML is allowed for formatting.

Reader Comments

This is why I blog: I just started a new job today and needed to fix the default Firefox search and add back in all my keywords. Since these are not things I do often I had to look it up in the search here to find where I wrote about it last time.

Blogging is very handy when you're secretly doing it for your own reference library!