A web browser or Internet browser is a software application for retrieving, presenting, and traversing information resources on the World Wide Web.
39
votes
13answers
1k views
How can I see what my web site looks like in various browsers?
How can I see what my web site looks like in various browsers?
Short of actually having every different browser version installed, is there any tool or service that can provide a preview?
11
votes
14answers
583 views
5
votes
4answers
196 views
At what visitor share do you stop supporting a given browser?
I'm lead dev for a large website which has a higher than average percentage of IE6 users - about 4.4% of our audience. Our new version is going to make use of progressive enhancement - including ...
66
votes
9answers
5k views
So now Google has said no to old browsers when can the rest of us follow suit?
Google recently announced that they will no longer support older browsers on Aug 1st:
For this reason, soon Google Apps will only support modern browsers. Beginning August 1st, we’ll support the ...
18
votes
7answers
12k views
How can I simulate mobile device browsers to test websites on a desktop?
Are there any good tools that can be run on desktop machines (Windows or Linux) that can simulate a mobile device, preferably with some options as to screen size and mobile browser (user agent if not ...
8
votes
4answers
6k views
How do you save/export changes made in Firebug?
Using Firebug to edit CSS, how do I save/export changes made to the CSS?
TOOLS: Firefox, Firebug
MAJOR UPDATE: If you know of a way to lock the forward/back/refresh on a FireFox tab, please let me ...
11
votes
4answers
14k views
Using multiple A-records for my domain - do web browsers ever try more than one?
If I add multiple A-records for my domain, they are returned in a round robin order by DNS servers.
Example:
1.1.1.1 A example.com
1.1.1.2 A example.com
1.1.1.3 A example.com
But how does web ...
6
votes
3answers
2k views
What is the best browser usage statistics source?
I wonder about what source of browser usage statistics is most reliable and updated.
I've been using
Google Analytics (with use of my analytics enabled pages)
W3 Counter
Stat Counter
but they ...
4
votes
1answer
2k views
IE9 changes Browser Mode based using domain name or ip address for the url
Update : Tested with IIS6 and IE9 the same problem persisted. using paulmorriss's advice the Browser mode and Document for the page were different, so this problem had nothing to do with IIS6 or 7 but ...
8
votes
2answers
208 views
Should I tell visitors that their browser is out-of-date?
I have seen many sites like browser-update.org that provide small bits of JavaScript & CSS to implement in a page that inform a user through a yellow bar at the top of the page that their browser ...
4
votes
3answers
830 views
How Wide-Spread is Browser Support of .PNG Graphics
We are deploying a web application and I am considering replacing some of the JPEG graphics with PNG.
Has the use of PNG-aware browsers passed 95%?
0
votes
2answers
2k views
Screen resolutions and browser canvas sizes
I've yet to find the ultimate resource that lists 'all' browsers and the actual visible canvas size (excludes browser chrome) for content. The closest was a table in the O'reilly book Web Design in a ...
-3
votes
1answer
116 views
Does browser understand PHP? [closed]
I know that PHP is server side scripting language, but I got confused when asked in an interview if the browser understands PHP?
I have Apache installed in my system.
If in a PHP file I write ...