Archive for the ‘Firefox’ Category

Im running Firefox 3.0b5

Friday, April 25th, 2008

I started and the first thing I noticed is that this is the first time more than 75% of my Firefox plugins did not work.

Oh well, right?  Wrong!  Firebug didn’t work!!!

What am I supposed to do? Go to the official firebug website and download the unstable release of 1.2. It seems to work alright, no real problems. I will update if I find anything crazy going on!

Sphere: Related Content

What is in your firefox bookmarks file?

Wednesday, January 23rd, 2008

Go to Bookmarks>>Manage Bookmarks >>File>>Export

Post it on a server and send me a link.

My Current Firefox Addons

Saturday, September 8th, 2007

This is a list of the FireFox addons that I currently have installed.

Tell me what add-ons you use and why.

Does anyone use IE addons?

  1. AdBlock Plus

    1. You can define what you want to block and what you don’t as well as use predefined filters. This is great for viewing social networking sites like MySpace and FaceBook, because the pages load faster and without all the crap.
  2. ColorZilla

    1. This is a great tool that works like PhotoShop’s eye-dropper tool. It lets you click an icon and then grab the color code information from anywhere on the page. It will give you the color code 6 different ways including Hex and RGB. Also, double-click and get a PhotoShop-like color picker. The only thing it hasn’t been able to grab the color from is a flash file, not a big deal.
  3. DownThemAll

    1. This add on lets you choose what files from a website you want to download. If you come to a site that has a bunch of files (pdf, jpg, etc) you will be able to right click, see all the files and choose which ones to download. If it is not a default filetype you can just put in your own filter (*.pdf) and it will get what you want. It is great for getting all the image files for your most recent quick JS script download.
  4. FireBug

    1. Amazing. I don’t even know about all the features yet, and I have been using it for over a year. This toolbar lets you monitor your DOM and JS interactions. You can inspect the DOM, watch asynchronous http calls (AJAX), and you can use it to “echo out” information to the logger instead of using those annoying alert() statements. Console.log is my favorite JavaScript function besides using $() for document.getElementById().
  5. Google Notebook (disabled)

    1. This is a cool little tool that will let you copy things from websites to your google notepad so that you can come back to it later, or view the info later. This is great for research under a time crunch, because you don’t have to leave the browser window.
  6. Google Tollbar for Firefox

    1. I have this toolbar installed, and enable but it is not actually visible when my browser is loaded. I love Google and I used to use the toolbar a lot. Also, I get a dollar whenever someone installs FireFox with the toolbar from one of my sites, so I figured if I’m getting paid for it I should probably have it too.
  7. Grab and Drag (disabled)

    1. This add on emulates the adobe click and drag functionality. You get the same little hand icon and you can use it to grab onto a part of your page. While you are holding the button down, scroll your mouse around, and the page moves. I disabled it, because i wasn’t used to having it there. It is nice to enable when you have pages that are huge horizontally and vertically.
  8. Html Validator

    1. This is a great tool for validating your page source. When you right click, and choose view page source, this tool attaches itself to the bottom of the source window. It will show you all the errors and problems that are on the page. It has two different validation engines built in, and you can use either one or both. I like the challenge so I use both.
  9. IE Tab

    1. This is a nice add on that lets you run IE in a FireFox tab. What most people think is that it is emulating IE, when in fact it is running an actual instance of IE in FireFox. So, the rendering of the page and how IE handles the page are exactly the same as if you had the blue e (mark of the beast) at the top of your window.
  10. Professor X

    1. This is a great web developer add on. It lets you see all the files, and information that is in between the <head> tags that are in a web page. Works great for making sure that css file is actually showing up.
  11. Stop Autoplay

    1. This add on will stop media players from automatically playing when you get to a site. This is great for social networking sites where people have posted their favorite music. Honestly, just because you like crappy music doesn’t mean I do.
  12. StumbleUpon

    1. This add on lets you click a button to view random websites. Whats really cool is that you define what it is that you like, and it will find you similar sites. Also, it will allow you to put sites you like into the mix as well.
  13. Tab to Window

    1. This add on allows you to move a tab into a new window. It is great when I am looking at a tab and want to compare it to another tab. I just pop it out, and put them side by side.
  14. Talkback

    1. This is installed with Firefox, but it allows the guys to know whats going on if you manage to crash your browser. Its nice to give feedback to people who are giving you free software.
  15. Web Developer

    1. “Adds a menu and toolbar with various web developer tools”. This is my most used addon. It has almost everything and I use it everyday.
  16. YSlow

    1. Developed by Yahoo as an extension to FireBug, this plugin will help you find out why your page is loading so slow. It is a great tool to help you speed up load time, and lower bandwidth usage.
Sphere: Related Content

Use gmail as your ftp, now with extra storage

Tuesday, August 14th, 2007

You have always been able to ftp files up and down from your gmail account:

http://lifehacker.com/software/gmail/store-files-with-gmail-file-space-141833.php

Now, you can get extra storage to do this:

http://www.marketingpilgrim.com/2007/08/google-offers-cheap-online-file-storage-with-a-catch.html

So, if you are only looking for a server so you can access your files anywhere in the world, you can use gmail for free, and add extra storage for fairly low prices.

Sphere: Related Content

Web Developer ToolBar for Firefox

Thursday, July 5th, 2007

From the web developer Home page:

” The Web Developer extension adds a menu and a toolbar to the browser with various web developer tools. It is designed for Firefox, Flock, Mozilla and Seamonkey, and will run on any platform that these browsers support including Windows, Mac OS X and Linux.”

This tool is amazing.  It makes programming for the web MUCH easier, and MUCH more hassle free.  Basically it provides so many tools that once you discover them, you will use them all the time.

Some key features that I like:

  •  Edit CSS
    • Allows you to see and edit all the CSS that is used on the current page, you can copy it and update your site CSS file from the code you updated and created
  • View form information
    • Shows you all the parameters that are defined in the code for your form elements
    • Shows your hidden form fields
  • View Passwords
    • Shows the text that is hidden by the asterisks in password fields
  • Populate form fields
    • Will fill form fields with random data
  • View Image Information
    • Opens a new tab with all the images from your page on it, with path information
  • Find broken images
    • Opens a new tab with a listing of the broken images from your page
  • Display Ruler
    • Shows a ruler, for you to  highlight a selection of the page
    • It will show you the position, width, and height of your selection
  • Display Page Magnifier
    • Shows a square that you can drag around your page, inside the square it literally magnifies the piece of the page you are hovering over
  • Outline current element
    • literally put a box around the element you are hovering over
    • also it will show you the css id/class path to the item
  • Validate HTML
    • Click this and a new tab opens up with the w3c validator results about your page

 Web Developer Firefox Add On Page

Web Developer Home

Sphere: Related Content