Jan 28 2010

How to: Make Firefox 3.6 open new Tabs to the far right – Firefox Tips and Tricks

How to: Make Firefox open new Tabs to the far right – Firefox Tips and Tricks

If you’re like me, you’re awesome. And, although being awesome is… awesome, it can come with some drawbacks. I’ll outline those now in the form of a pros vs. cons list. If you have reached this page accidentally, and, in fact, are not awesome, scroll to the bottom of this post and read the Short Version.

The Pros and Cons of being Awesome.

Pros Cons
we’re awesome the non-awesome begrudge us our awesomeness
people like us people want to be us
we make our own decisions and think for ourselves we make the decision to stay up all night drinking at a party when we know we have to work a 7am the next day
we use Mozilla Firefox Mozilla Firefox 3.6 changed the new tab creation order

As you may have noticed, that last con I listed is pretty horrible. You may be thinking, “I know, now I have to find another Firefox add-on to fix the new tab creation location.” Well, my awesome friend, think again…

Changing the configuration of Firefox 3.6

So that new tabs open all the way at the end of open tabs instead of immediately to the right of the current tab.

In the release of Firefox 3.6 the default manner in which new tabs are opened in the browser has been changed. New tabs used to be created at the end of the list of other open tabs, on the far right. Now, with Firefox 3.6 default, tabs are created immediately to the right of the tab in which the link was clicked. To change the functionality Firefox 3.6 configuration so that new tabs will once again be opened to the far right, read along or skip to the bottom for the short version.

Listen closely, dear reader. On your computer there is a program (Firefox 3.6). Within this program there are configuration settings (about:config). Locate these configuration settings and you will find that of which you seek… a solution to your problem.

Step 1:

Firstly, we must calculate the average cruising airspeed velocity of an unladen European Swallow. Fortunately there are many Monty Python fans who have performed this step admirably. (http://www.style.org/unladenswallow/)

24 miles an hour = Average cruising airspeed velocity of an unladen European Swallow

Step 2:

Now that we know the average cruising airspeed velocity of an unladen European Swallow, we have one more thing to add to the Pros side of our list. This makes us all just that much more awesome. Move on to step 3.

Step 3:

In your address bar, type about:config.

Type into your Firefox address bar.

Type into your Firefox address bar.

Step 4:

Read the humorous, yet serious, yet strangely laughable warning provided by the good people at Mozilla, and click the “I’ll be careful, I promise!” button.

Step 5:

Type browser.tabs.insertRelatedAfterCurrent into the filter box.

Type browser.tabs.insertRelatedAfterCurrent into the filter box.

Type browser.tabs.insertRelatedAfterCurrent into the filter box.

Step 6:

Double Click the listing so that the Value field changes to false.

Double click the listing so that the value is changed to false.

Double click the listing so that the value is changed to false.

All done – we just fixed your Firefox

Now you can see that new tabs open all the way at the end of open tabs instead of immediately to the right of the current tab. To change Firefox 3.6 so that new tabs open immediately to the right of the current tab, set the value for browser.tabs.insertRelatedAfterCurrent to true.

Short Version:

In your address bar, type about:config.

Read the warning provided by the good people at Mozilla, and click the “I’ll be careful, I promise!” button.

Type browser.tabs.insertRelatedAfterCurrent into the filter box.

Double Click the listing so that the Value field changes to false.

Spread the word

Only one thing left to do now that you’ve gotten the answer to your question, tell others. You can digg this post, or click the I like it! button on your Stumble! toolbar. Or, as always, just share a link to this post with your friends.


Apr 6 2009

URL to HTML Link and Image Converter

What does it do?
I’m glad you asked. This little gem will convert a URL (Uniform Resource Locator) into either HTML Link text, or into HTML Image text. There are a few other bells and whistles, such as the ability to add an alt text attribute to the image tag, or a target attribute to the link tag. (see the directions below for more information)

Why?
My wife has her own blog, The Modern Hippy. Back before she was using wordpress, her blog was with blogger. She asked me how to make links and images show up in her posts because she didn’t like the way that blogger was doing it. I explained about HTML and how it required code to be processed in order to achieve her desired result. I showed her how to do it and she was content. A little while after I noticed she had written the code in a word document and was copying it each time she wanted to use it. This made me want to make an easier tool for her to use. Voilà!

Directions:

  • Insert the URL you would like to use in the ‘URL to make into HTML Link or Image Tag’ field.
  • Select which you would like, an HTML Link or an HTML Image tag.
  • Click the ‘Make Tags’ button.
  • Select additional options and click the ‘Update Code’ button to apply them.
  • Copy and paste the text wherever you need it to be.

More detailed directions as well as troubleshooting steps can be found below the converter.

Detailed Directions:
Quite simple really.

  • Enter the URL of the image you would like to display, or the location you would like the link to go to when clicked.
  • If you are trying to make a link:
    • Visit the page that you would like to link to.
    • In the address bar at the top of your browser, you will see the URL. It will begin with http. Select all of this text and copy and paste it into the ‘URL to make into HTML Link or Image Tag’ field.
    • Click the circular button that is labeled ‘Make an HTML Link Tag.’
    • Click the ‘Make Tags’ button.
    • The page will load new information for you to review.
    • Directly underneath the text field where you entered the URL a message will display telling you if the URL appears to be valid, or if there was a problem. If a Warning displays, see the troubleshooting section below.
    • You will now be presented with further options that will modify your link text.
    • The Link Tag Options: Include Title Attribute, and Open link in a new window / tab.
      • Include Title Attribute: The text that is entered into the title attribute will display whenever anyone hovers over the link. Like this.
      • Open link in a new window / tab: This will add a target=”_blank” attribute to your link. This will make the page that displays after your link is clicked open in a new browser, or in a new tab.
      • Clicking and placing a check in either of these check boxes and then clicking the ‘Update Code’ button will display the code with the desired selection added.
    • Below the text area with the link is a ‘Test your link here’ link. This, when clicked, will attempt to visit the URL you entered in a new window or tab.
    • To copy your link, click inside the text area and then right click > copy.
  • If you are trying to make an Image tag:
    • Locate the image that you would like to link to online.
    • If using Internet Explorer, right click on the image > Properties then highlight the information next to the ‘Address (URL):.’ It should begin with http. Right click > copy and then paste it into the ‘URL to HTML Link and Image Converter’ field.
    • If using Mozilla Firefox, right click on the image > Copy Image Location. Then paste the image location into the ‘URL to HTML Link and Image Converter’ field.
    • Click the ‘Make Tags’ button.
    • Directly underneath the text field where you entered the URL a message will display telling you if the URL appears to be valid, or if there was a problem. If a Warning displays, see the troubleshooting section below.
    • You will now be presented with further options which will allow you to modify your link text.
    • Image Tag Options: Include border=”0″ Attribute, and Include Alt Text Attribute.
      • The Include border=”0″ Attribute will add an attribute to your image tag which will make it display without a border, regardless of the browsers default. The zero can be changed to a positive number in order to display a border of that many pixels.
      • The Include Alt Text Attribute will add the Alt Text attribute to your link. This text is displayed if your image cannot load. It is also used by screen readers, or text-to-speech programs in order to help the blind. The Alt text will be read aloud by the program to the blind person. Also, this is used for SEO purposes when spiders attempt to determine what this image is a picture of.
      • Clicking and placing a check in either of these check boxes and then clicking the ‘Update Code’ button will display the code with the desired selection added.
    • To copy your link, click inside the text area and then right click > copy.

Troubleshooting:
I apologize if you are having trouble. I tried to think of everything, and have even identified a few things that I haven’t been able to fix just yet. Check the list below for possible problems and their solutions.

  • The link I’m trying to convert starts with https, not http. What do I do?
    • This is something I didn’t plan for when creating this converter. If you are creating a link, after you copy the code look for the href=”" attribute. In between the quotes you will see the http text, add an s after the http and you should be fine. This works in the same fashion with the image converter, only it applies to the src=”" attribute.
  • Found another problem? Shoot. I’m only one man. Click here and scroll to the bottom of the page. Use the form to tell me what happened. I’ll do my best to correct the problem and get back with you.

Apr 1 2009

Looking for a New Computer or Laptop? TigerDirect.com

TigerDirect

TigerDirect.com offers hands down the best prices on new and refurbished desktops and laptops.

As some of you may be able to relate, I’m my family’s technical contact when it comes to computers and technology. While sometimes this can be quite a chore, TigerDirect.com has made it extremely easy on me. When a family member calls me and says something like, “I want to upgrade to a new computer, this one is too slow.” I’m already on my way to my computer to visit their website to start the search.

My last two desktop computers, my mother’s desktop computer, my brother, his wife and his daughter’s desktop computers have all come from TigerDirect.com’s website. Not to mention the friends that I have helped find computers. And, to add to the list, my brother and my mother are each going to be purchasing a laptop from TigerDirect.com with their tax returns this year.

This is no joke, TigerDirect.com has the best prices and service. They regularly have discounts on shipping or are running other specials such as their $20 cashback on $200 dollar purchases.

Desktops and Laptops aren’t all they sell!
Far from it. Monitors, Keyboards, Mice, Memory, Hard Drives, Cam Corders, Digital Cameras, HDTVs, Plasma TVs, Projectors, Cell Phones, MP3 Players… sorry, need to catch my breath. And this is just scratching the surface. Oh, and by the way, all of these items are at unbeatable low prices.

Need help finding a good deal on whatever it is you need?
Visit my contact / about page and scroll to the bottom. You’ll find a form there that you can fill out and send to me. Just let me know what it is you’re looking for and your price range, I’ll do my best to find you a good deal on whatever it is you need.

TigerDirect