Which is the best web browser for a programmer?
I think of tools and extensions like "developers toolbars", but maybe other reasons may justify the choice of a specific browser for a programmer.
|
As it currently stands, this question is not a good fit for our Q&A; format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
Chrome is the best web browser out there, bar none, the best web browser for a software developer is still Firefox -- mainly because Chrome add-ins can only be web pages, so the full richness of FireBug is impossible to achieve in Chrome. At least not using the current Chrome plugin model. |
|||||||||
|
I don't think there's anything that comes close to Firebug for being featureful and intuitive, so Firefox gets my vote. |
||||
For a programmer who's not related to web programming, it's just a browser. For a web developer, it's probably Firefox. |
||||
|
For me, nothing beats the vimperator plugin for firefox, it saves me having to context-shift quite so much when going from editor to browser.
|
||||
|
Almost all major browsers out there have all the functionalities required for serious development and debugging. You should use the browser you are most comfortable with, but also learn how to use the others, cause a bug may be present in one browser and not in others, so sometimes you may have to rely on the debug functionalities of only one browser. You'd better be prepared for that. Personally, I like Opera with Dragonfly the most. It has nothing less than Firefox in term of debugging capabilities. It also has some features other browsers don't have. For example you can take a look at the source code of a webpage, modify the code and reload the page with the new modifications. Really nice. |
||||
|
IE6. Yep, IE6. Why ? Well someone has to. |
|||||||||||||||||
|
I like Google Chrome. It's fast, it follows web standards well, and it has built in developer tools for debugging Javascript and inspecting HTML and CSS. Of course, the same could be said for Safari, as well (since they're both based on Webkit). That said, there are some things that seem to work better in Firebug (like debugging Javascript when a page loads), but, for the most part, it's a good browser to work with as a programmer. |
||||
|
UzblBecause you get to (i.e. have to) write programs to use it.
Not only do you have to read a header file before you even get started, you get to configure your entire keyboard shortcuts from scratch. |
||||
|
I use Chrome as my primary browser and especially when doing web development. Also, conkeror for Emacs users and FF with Vimperator for Vim users. |
||||
|
I browse in Chrome but develop in Firefox. Firebug is amazing but the real reason I use Firefox is the Selenium IDE. I find that I can use the Selenium IDE as a macro recorder to automate interaction with the browser. So If I am developing part of an app that may take 4-6 steps to get to from when you load the page I can automate that with Selenium and have it do whatever is needed automatically. Actually I find that in many cases I can do it all from a command line and never have to take my hands off the keyboard. (I start up Selenium under Linux with xdotool) |
||||
|
While Firebug helps Firefox to be a great browser, I've found that Chromium (the open-source version of Chrome) is both faster and more stable and it's Developer Tools are fantastic. With the Chrome Extension directory open, Chromium will continue to improve. |
||||
|
Many web development tools are only available in Firefox. e.g. Selenium IDE, firebug. When it comes to web development, Firefox is still my number one choice. |
||||
|
Yeah, I'm using Google Chrome for web browsing; it's fast and reliable especially it supports most features of HTML5 and CSS3 while Firefox I'm using for my main web development; it's quite convenient with firebug but it's very slow working with javascript. Hope that the new release of Firefox would be better in term of performance and compiling javascript. |
||||
|
FireFox is My choice. it has the best Addons such as FireBug, Webdeveloper(developers/designers cant live without!). |
||||
|
Lynx… … when connected via ssh. :) |
||||
|
Although chrome has its own tools in browser, opera has dragon fly, IE has IE developer tools and firefox has just addons but still firefox is much more better. Because it don't just have one tool it has many toolbar other than Firebug while firebug is off course a very common tool and I think every web developer use it. It is just one addon there are also many others. So my vote goes to Firefox but remember still firefox is a bit tricky some times. It sometime don't show the errors that actually exists like some tags are if not properly closed, it close them automatically and then on other brower problem still exists. So none is best, you need to test code on every browser. However Firefox can be much more helpful than other browsers. In fact when ever I do some thing that require extensive client side or AJAX work then I use firefox. Other wise I like opera for personal use. |
||||
|
I came here after looking at Jeff Atwood answers, and I thought what an unimportant question this is but I learned a few things here and here is my answer. Google Chrome is probably the best browser for developer Ok I am firefox fan and have always worked in firefox with occasionally using IE and Safari. Here is what I found that makes me change my mind
I found a few nuisances with chrome like in "developer" plugin you can increase the area for edit but if you do, the mouse can't be moved inside the edit area. With that in mind and probably a few more nuisances. Google chrome provides an excellent debugging experience and the fact that is is lighting fast and has larger area is important to me! |
||||
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.