Nov 23, 2009
Pages: 1, 2, 3

Firefox Plugins For Web Developers

free web hosting

Read Latest Entries..: (Post #20) by bobbybeeelan on Apr 29 2009, 09:48 PM.
You know just about everything is good on the developer part of Mozzila Firefox Add-ons
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion & Free Web Hosting > Computers & Tech > Designing > Web Design and HTML

Firefox Plugins For Web Developers

FirefoxRocks
Thanks for the list. It was really helpful in addition to the extensions and web development tools that I have installed currently.

Instead of IE View, try using IE Tab instead, much faster because it doesn't need to up Internet Explorer.
Out of this whole list, I only have #40 installed before seeing the list. tongue.gif

I think I installed at least 7 or 8 from here. The SEO one wasn't that great.

Comment/Reply (w/o sign-up)

saint-michael
I mention this from the other topic

interesting their quite a few that I didn't mention in post about the firefox tools for web developers, might have to find that post and do some updating biggrin.gif.

One correction the following don't work with the current version of FF2

Add N Edit Cookies (Bad download file, Invalid Flash hash)

Checky 2.5 (is not compatible with FF2)

CSS Sync (is not compatible with FF2)

CSSMate ((Bad download file, Invalid Flash hash)

cuneAform (is not compatible with FF2)

DevBoi (is not compatible with FF2)

Fangs Screen Reader Emulator (Not compatible with FF2)

Search Status (is not compatible with FF2)

SpellBound 0.7.3 (don't really see the need for this since it most likely will override the current spellcheck that comes with FF)

MetaTags Sidebar (website does not exsist)

After installing most of these my FF crashes so if not some of them are gltiched. So I will check to see which ones does it. It seems that the XML developer and SEOpen are conflicting with the rest of the addons

 

 

 


Comment/Reply (w/o sign-up)

livingston
Thanx Saint Michael for point out the problems. smile.gif

I've updated a few and I'll update the rest when I get free time wink.gif

Comment/Reply (w/o sign-up)

bluefish
Nice list. And yes, IE Tab is better.

The two I personally use the most are Firebug and Web Developer. Firebug is awesome - there is nothing, Firefox or no, that can match it for debugging pages. And Web Developer is handy, especially when I want to disable cache if I am editing pages often.

Comment/Reply (w/o sign-up)

diyar
I will need most of them!!

Thanks for the list!! wink.gif

Comment/Reply (w/o sign-up)

jlhaslip
add FireFTP to that list of Add-ons. An easily configurable FTP Client that allows you to retain several different FTP logins and will position the Local and Remote Folders according to the User you select for connection.
Saves a whack of time in navigating around before uploading/downloading.

Comment/Reply (w/o sign-up)

saint-michael
Also I made a post on trap on a few other plug ins for firefox, I did a little break down on useful tools and what not, you can find that topicHere.

Comment/Reply (w/o sign-up)

Habble
Thanks for the list! I've often thought when I'm testing my site in Firefox that there ought to be a few more validators, debuggers etc. These will really help! thanks!

Comment/Reply (w/o sign-up)

Latest Entries

bobbybeeelan
You know just about everything is good on the developer part of Mozzila Firefox Add-ons laugh.gif

Comment/Reply (w/o sign-up)

kpxchunsa
That's a great list! and I agree ietab is faster than ie view.
file FTP isn't bad as well although filezilla is superior.

Comment/Reply (w/o sign-up)

The_Fury
Great list man, thanks for sharing, there are a few things there that i am going to give a try. There is one plugin i use a bit and thats one from http://www.onlywire.com its a social bookmarking plugin that allows onlywire to send your bookmark to abut 40 different sites. It just hurts your fingers signing up to all of them.


Comment/Reply (w/o sign-up)

Quatrux
I also have most of those Web developers addons installed on Firefox, but the best for me and which I usually use when I want to do something and which makes my live more easier is:

Web developer, it really has lots of functions to make you happy

EditCSS in real time, when you change something, it changes and you can fast know how to change something, no need to go to an Editor and later refresh..

View source of even linked file, for Javascript and CSS files which are outside..

To view source and the ability to edit something in that page locally on your browser and see the result!

Viewing of headers, received and send, most of browsers don't show everything..

and of course Firebug, when I found it, it really made me enjoy it biggrin.gif

Comment/Reply (w/o sign-up)

magiccode9
Thanks for this valuable list for web developement.
Actually I just aware some of it and now knew more.

Thanks,

---
Magiccode9

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2, 3
Similar Topics

Keywords : firefox, plugins, web, developers

  1. Css With Firefox
    (5)
  2. Firefox Inventing Its Own Html?
    (9)
    I am building a website for a client. I finally have the animations and the site content the way i
    want it. I updated the site via FTP, and IE displays it perfectly. Firefox however displays my "work
    in progress" animations still, even though the index file references the new animation. I have
    cleared cache, and even looked up the site on different computers, and on every one, FF displays
    those darn rough draft animations while IE works perfectly. Any idea as to what is going on here?....
  3. Internet Explorer 7 Problem
    Works fine in Firefox! (Shocker) (9)
    Hey, I'm helping my mom with one of her web projects for class and I've noticed a pretty
    big problem (no thanks to IE7) that cost her a few points. It won't load an image of an email
    icon, however, Firefox will load and display it properly. Here's the line for the image: CODE
    Also, IE7 complains about some ActiveX content, but this is just a basic page and NO
    JavaScript, NO Java applets, NO ActiveX of any kind! I've never seen anything as crazy as this!
    Wow... IE really sucks... anyone had a similar problem? F....
  4. DHTML Fade-in/out Loading Bar
    (Firefox Only) (5)
    Today I was looking around for a good DHTML loading bar and couldn't find one so I decided to
    make it myself! Here is the javascript that goes into the part of the doc: CODE var x = 0;
    var y = 115; var a = 0; setTimeout(fadeIn, 1); function fadeIn(){
    document.getElementById("003").style.opacity=a; a = a+.1; if(a setTimeout(fadeIn, 100); } else{
    setTimeout(progressBar, 1); } } function progressBar(){ x = x+1;
    document.getElementById("001").style.width=x; document.getElementById("002").style.width=x; if(x
    setTimeout(progressBar, 1); } else{ setTimeout(fadeOut, 1....
  5. Web Designers Dream Package
    FireFox 2.0 add-ons/plug-ings that are a must have (9)
    Well since Fire fox got updated and I have got the universal package browser for web design I
    thought why not share it to those who do not know about these tools so here we go. I will explain
    each tool and what it is used for and then give you the simple instructions on where to get it and
    where to find it. First download Firefox http://www.mozilla.com/products/download.h...&lang=en-US
    then install it and your set from there, Now for the plug-ins and add-ons. ColorZilla What
    this program does is that once you select it a small ink dropper icon will show up and ....
  6. How Do You Show..
    borders for frames in Firefox? (11)
    Okay, I don't know if it's because of the Firefox browser not supporting this part of the
    HTML code, which I doubt, since it shows up just fine around text, but not sections where graphics
    are. Anyways, here's what the layout looks like in IE: And what it looks like in Firefox:
    And here's the code I'm using that wants to screw with my head, apparently: CODE
    style="border-right:2px solid #003300; border-top:2px solid #003300; border-left-width: 1;
    border-bottom-width: 1; padding: 0"> And that's basically what it looks like for a....
  7. Imagemap/IE/Firefox problem
    (0)
    OK - The first page (intro page) of my website uses an imagemap button to link to the menu page of
    the site (I use an embedded flash menu). This all works fine in Firefox, but when I use IE,
    clicking on the "Enter Site" button opens a new IE window for the menu page - even though I put
    _SELF in the imagemap link. In Firefox, the menu page loads into the same browser window, which is
    how it should be. Can anyone explain why this is happening? Thanks.....

    1. Looking for firefox, plugins, web, developers

See Also,

*SIMILAR VIDEOS*
Searching Video's for firefox, plugins, web, developers
advertisement



Firefox Plugins For Web Developers

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com