• 0

recommended web browser?


Question

two qs

1. if i am going to write web programming code and asp.net and want to run them on the browser, which one do you recommend?

2. my laptop shows up blue screen when i use firefox after a while while in ie and chrome, ive never have had that issue before.

do you know any reason behind this?

thanks

Link to comment
https://www.neowin.net/forum/topic/1139474-recommended-web-browser/
Share on other sites

10 answers to this question

Recommended Posts

  • 0

If you're going to use Visual Studio, then you should probably use IE as the debugging is directly linked back to the source code.

I always develop around Chrome - if it looks right in Chrome, it will probably look right in the majority of other browsers. However, bear in mind you will have to test using IE and add additional stylesheets to cater for earlier versions of IE.

  • 0

I've experienced people developing and testing in Chrome and it results usually in things being broken in other browsers so suggesting Chrome only is a bad idea

That's a developer problem, not a technology problem.

My code is fully inter-operable between Firefox/IE/Chrome (and Opera for those that care..).

Chrome has the best dev tools, it renders how mobile platforms render, and it shows you how Chrome/Safari will render it.. So long as you aren't getting caught with -webkit usage, you should be fine.

  • 0

Depends on the usage. I've always tested my code in Firefox mainly, and then tested in other browsers later. For intranet development though I've tended to use newer versions of IE alongside Firefox since IE's trust level settings can sometimes make a difference in loading of images and scripts and stuff. I personally find that Firefox has the best developer tools (Firebug, Web developer toolbar, 3D layer view, etc), and the tab groups means you can have a set of tabs for each thing you're working on, which I find useful.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.