For those of you who do front-end development, what browser do you tend to use? I mean, of course you have to eventually do some work in whatever browsers you intend to support, but what do you prefer for the primary development, and why?
|
closed as not constructive by Walter, gnat, ElYusubov, MainMa, Thomas Owens♦ Nov 12 '12 at 13:22
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.
|
Firefox / Firebug. Also chrome has a similar built in dev environment. But of course you'll have to use all browsers at some point to verify it works. |
|||
|
|
|
Chrome. In my experience, it is the best browser for everything outside of a corporate limitation. The console and development tools are sufficiently powerful to rival Firebug. I will test in IE8 as well and have found that if you can make something work in Chrome and IE8, the odds are that the rest of the browsers will do just fine. |
|||||||
|
|
Firefox and Chrome. Mostly because of the development plugins. IETab makes it easy to see how IE has screwed up your web page. |
|||
|
|
|
Firefox (3.6), primarly because I use it also for daily navigation, then because of Firebug and some other plugins (TamperData above all). |
||||
|
|
|
Firefox with the following plugins
These plugins overlap each other in areas, but each offer something unique that I couldn't live without. |
|||
|
|
|
I use Safari and/or Chrome (on the Mac). Why? Firebug is lovely, but I use Firefox as my main browser and I've got a bunch of quite bizarre extensions set up on there. I mean, bizarre to the point where other programmers say "what the hell?" when they look at my screen. This is not a good testing environment, but it is perfect for me. When I'm testing front-end code, I need to be using a normal browser without all my weird extensions. Safari or Chrome fit perfectly. Once I'm done with development, I'll boot up a clean Windows VM with Internet Explorer and Firefox in it to do final testing, and use a clean account on the Mac for testing in all the browsers on there. |
|||
|
|