Skip to main content

Questions tagged [cross-browser]

0 votes
0 answers
48 views

I’m writing a web application with an Angular client and a Pyramid/Python server. I need to dynamically interface with an external cloud application, with two requirements: When the end user approves ...
thomasc's user avatar
2 votes
1 answer
339 views

I am building a Browser Extension that captures a Selection made by the user in any web page, and stores it in his account. I don't quite know how to proceed with this, however. My initial thought ...
epilef's user avatar
  • 39
0 votes
3 answers
463 views

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
1 vote
2 answers
5k views

I'm aware that javascript programs running in a browser are bound to the same-origin policy which prevents them from requesting services from a server that is on a different domain. What I've gathered ...
Javacadabra's user avatar
4 votes
3 answers
2k views

Disregard your usual paradigms for a mere moment here.... I've seen a few sites who have used the following logic: a=[]; b=a["sort"]; c=(b)(); c["alert"](1); // intended output: Alert displaying "1"....
Eliseo D'Annunzio's user avatar
5 votes
2 answers
23k views

I have a website. I've been testing crossbrowser on my windows PC, and it looks good in all browsers, but on Mac in Safari it looks like the CSS is not getting interpreted right, or there is a ...
Jakob's user avatar
  • 1,015
-2 votes
2 answers
626 views

Why do browsers use different rendering engines, this causes the problem I hate the most "make your HTML/CSS compatible with all major web browsers". Why don't they use one rendering engine as a ...
user2567191's user avatar
1 vote
1 answer
432 views

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

15 30 50 per page