Skip to main content

Questions tagged [browser-compatibility]

1 vote
0 answers
221 views

How can I determine what browsers I need to support and when I can drop support for old browsers?

I'm debating whether or not to start using CSS variables. They're wonderful gifts from heaven ... except that Internet Explorer does not support them and never will. According to Net Market Share IE ...
JBH's user avatar
  • 151
-1 votes
1 answer
160 views

Web Compatibility Testing with Steam Browser

Background During web development, especially on the front-end, developers must test their code to see how it looks (pretty self-explanatory right?). When doing this, the developer will examine the ...
Will's user avatar
  • 113
0 votes
3 answers
463 views

Development Of Scriptable Webpage Served As XML And Parsed As HTML

In short, this question is about the cross-browser-compatibility-ness of a way to serve a HTML page as XML. I am interested in serving a web page as XML to be interpreted as HTML for increased CSS ...
Jack G's user avatar
  • 242
5 votes
2 answers
593 views

How to create a safe namespace for my application in JavaScript

I'm working on an application in the browser and I would like to make sure that my code does not conflict with code from other libraries or with possible calls added by browser manufacturers in the ...
1.21 gigawatts's user avatar
1 vote
1 answer
349 views

Testing Browser/OS combinations

We support IE9, IE10, IE11, Chrome and Firefox, and we support them on Win7, Win8, Win8, and Win10. If we tested every possible combination of browser and OS that would be 20 times through our script ...
Jeremy Hutchinson's user avatar
1 vote
2 answers
150 views

Java applets with Safari on Windows as compared to Safari on OS X [closed]

I have a developed an Applet which works fine on Chrome/IE/FF on Windows. I am not expecting any users for Safari on Windows but there might be the odd user who may be on a Mac. As of now, I don't ...
jauser12345's user avatar
1 vote
2 answers
318 views

Website compatibility with old operating systems [closed]

I'm a web developer. I most often come across this critical situation when the website layout fits with the design when run on Windows 7 or 8 and Mobile Operating Systems (Android, iOs, Windows 8). ...
Syntax Error's user avatar
-1 votes
1 answer
132 views

How to develop an app for a smartphone to access a web app?

My colleague developed an internal web application. This app works only in Internet Explorer, which means that I can't access it from my smartphone. Is there any way to develop an application which ...
user108351's user avatar
2 votes
1 answer
1k views

How to gracefully handle unsupported browsers?

Recently I have started experimenting with some of the newer W3C specifications such as WebGL and the Web Audio API that are not yet widely supported in browsers. As I want my page to look ...
Qqwy's user avatar
  • 4,937
1 vote
4 answers
318 views

Is it legitimate to ask co-workers to use specific browser in an intranet website?

I developed an intranet (local network) ASP.NET web project for my co-workers. In the development process I used Chrome and Firefox and didn't test much with Internet Explorer. The website works ...
Ofiris's user avatar
  • 411
1 vote
1 answer
226 views

What is the process or term for viewing HTML/CSS using localhost?

I have recently used some software, which come as a regular setup file, where you install your software, and then when you run it, opens the browser, uses the localhost with some specific port number ...
user avatar
1 vote
1 answer
432 views

Web Programming Cross Browser Frustrations Normal? [duplicate]

So I'm a relatively junior programmer, been doing it for a couple years now and have been recently working on a redo of the company's website, and have ran into some frustrations and was just ...
user1767270's user avatar
5 votes
1 answer
19k views

How the Compatibility View in IE works behind the scenes

When I remote connect to my work PC, in IE10, the juniper remote client service which is basically a plugin executed in the browser does not run. I need to turn on compatibility view to see it. My ...
Kaushik's user avatar
  • 1,205
10 votes
3 answers
1k views

What is the most cross-browser/system compatible option for 3d graphics on a web page?

I would like to develop a bit of functionality for a web site that involves a bit of 3D - the user can move around objects, rotate them and texture them. So far I've looked into: WebGL (in ...
Rocklan's user avatar
  • 4,314
0 votes
1 answer
204 views

Why Browsers do not resolve simple known issues? [closed]

Why Browsers do not resolve simple known issues such as: (in the context of CSS) Do NOT start a class name with a number! This is only supported in Internet Explorer and Do NOT start an ID name ...
user avatar

15 30 50 per page