Showing posts with label firefox. Show all posts
Showing posts with label firefox. Show all posts

15 February 2012

Best Firefox Simple Proxy Toggle

The best Firefox Simple Proxy Toggle that I have found is in QuickJava 1.7.5

It accomplishes the following:

  1. Has a toolbar button

  2. Simply toggles between No Proxy and Manual Proxy Configuration

  3. Toolbar Graphic remains synced between windows

18 February 2011

Firefox 4 beta tips

Firefox 4 beta tips:

  • To have firefox remember which tabs were open when you close firefox:


    • Firefox button -> options

    • General Tab

    • In the startup box change when firefox starts to "Show my windows and tabs from last time"


  • If your tabs are not showing on top correctly with the firefox single button menu


    • View -> Toolbars

    • Make sure Tabs on Top is checked

    • View -> Toolbars -> Customize

    • Click Restore Default Set


  • Hotmail Appears to have trouble in FF4beta. I just use Chrome for that

27 May 2010

Firefox printing woes

So I was working on a webpage that included alot of generated content (aka content were I could not control the length) and firefox kept putting the page breaks in the middle of content instead of just before or just after. I tried implementing page-break-before: avoid; inside of the paragraph. I also tired page-break-inside: avoid;. However, both were to no avail.

The all at once it hit me! I was using floats to do the page layout with my divs! So I just switched from float:left; to display:inline-block; Then with a couple other minor changes to widths, Firefox was correctly inserting page breaks!

16 March 2010

Firefox 3.6 on Ubuntu Intrepid Ibex (8.10)

Here are the steps to install Firefox 3.6 on Ubuntu Intrepid Ibex (8.10)

  1. sudo vi /etc/apt/sources.list

  2. Add the following:
    deb http://ppa.launchpad.net/mozillateam/firefox-stable/ubuntu intrepid main
    deb-src http://ppa.launchpad.net/mozillateam/firefox-stable/ubuntu intrepid main

  3. Get the gpg key: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CE49EC21

  4. Update apt-get: sudo apt-get update

  5. Install firefox 3.6: sudo apt-get install firefox


For other versions of Ubuntu check here:
Ubuntugeek