Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome or Firefox (or browser-agnostic) for an intranet app?

If you were designing a core business intranet app for a small business, and wanted it to be as responsive-feeling as possible, where the staff are indifferent to being stuck with a certain browser, would you design for Firefox, Chrome, or test more widely than you need to just to avoid lock-in? Are there other factors you'd consider before placing all your eggs in one browser basket or not?

For instance, does Chrome have any speed-related features that other browsers lack that would need Chrome to be targeted in a cross-browser-unfriendly way, and if it did, would it be worth designing around them?

like image 693
Kev Avatar asked Jan 22 '09 15:01

Kev


People also ask

Which browser's should you test when developing website for the intranet?

You can make chrome-less web app, so you can make your intranet app looks like and act like a desktop app(fast Javascript helps a lot here).

What does browser agnostic mean?

In computing, a device or software program is said to be agnostic or data agnostic if the method or format of data transmission is irrelevant to the device or program's function. This means that the device or program can receive data in multiple formats or from multiple sources, and still process that data effectively.

Is Firefox is better than Chrome?

Is Firefox Really Better Than Chrome? Firefox is a more private and secure browser than Chrome, but Chrome is faster and contains more features. Is Firefox Safer Than Chrome? Both browsers are safe, but Firefox's tracking protection is more comprehensive than Chrome's.

Why is Firefox so much faster than Chrome?

Which one slows down your computer faster? Mozilla touts that its Firefox browser uses 30% less RAM than Chrome. RAM is essentially your computer's short-term memory where it stores apps you're using for quick access.


2 Answers

Go browser agnostic. There's no telling when somebody will mandate a certain browser, and you'll be stuck having to redo a certain module because it used a special plug or feature only available with the browser now outdated.

Technically we're an IE shop here, but I make sure all my apps function on at least IE and Firefox, and I'm doing more testing in Chrome as well.

like image 110
Dillie-O Avatar answered Sep 27 '22 15:09

Dillie-O


What is the business' IT policy on browsers? It seems like this would determine what you write it for. Why write it for either, if every computer at your client's company has IE6? Lock-in is not a problem for a company as they can dictate the policy on what people use and must have on their computers.

Speedwise you're not going to find significant gains choosing one over the other unless you're doing specific tasks that play towards their strengths (look at the range in benchmarking for instance, some google tests have chrome hundreds of times faster, where as others have firefox beating chrome).

Ideally, you'd want it to be agnostic, but if you had to choose one though, I would go with Firefox, as it's a more mature browser. I'd be reluctant to target the app for a browser that is only a couple months old, especially one that just hit 1.0.

like image 24
jacobangel Avatar answered Sep 27 '22 15:09

jacobangel