Top "Cross-browser" questions

Cross-browser development refers to the practice of building web sites, web applications, libraries, or components so that they function across different web browsers and rendering engines.

Automated testing of CSS and HTML front-end coding

I'm a front-end developer coding CSS, HTML and Javascript (in that order) and most of the work I do is …

html css unit-testing cross-browser automated-tests
How to handle lack of JavaScript Object.bind() method in IE 8

I am writing a bit of JavaScript that uses the Object.bind method. funcabc = function(x, y, z){ this.myx = …

javascript internet-explorer-8 cross-browser bind backwards-compatibility
What is the stability of the Array.sort() method in different browsers?

I know that the ECMA Script specification does not specify which algorithm to use for sorting arrays, nor does it …

javascript arrays sorting cross-browser stable-sort
Alternatives to node webkit? (filesize of importance)

Whilst node-webkit is nice, the binaries on mac and linux are over 70MB for a hello world application. Unacceptable. Is …

node.js cross-browser webkit node-webkit
Reliable Way to Detect Desktop vs. Mobile Browser

Possible Duplicate: What is the Best way to do Browser Detection in Javascript? I'd like to essentially do the following (…

php javascript cross-browser browser-detection
Chrome not loading Stylesheet

Seems like Google Chrome is not displaying my site according to the stylesheet. When the page first load, it loads …

css google-chrome cross-browser stylesheet
Browser support for URLs beginning with double slash

I've recently seen a few links used without a protocol. It didn't seem too difficult to understand - I think …

url browser cross-browser
Open file input dialog and upload onchange possible in IE?

This is basically and simplified what I have now: <style> form.noshow { height: 0; overflow: hidden; } </style> &…

javascript file-upload cross-browser openfiledialog
How to find if a browser supports History.Pushstate or not?

I want to change URL without without reloading the page. The possible solution I found is window.history.pushState('page2…

javascript cross-browser hash pushstate
How do I detect IE10 using javascript?

As many already posted in other questions (also in jQuery documentation), the old jQuery.browser.version is deprecated and works …

javascript jquery cross-browser internet-explorer-10