The browser-support tag has no wiki summary.
2
votes
2answers
40 views
Is it a good idea to use Normalize.CSS in every website?
For tablet and other mobile devices, new browsers are popping out like mushrooms, and it's practically becoming very difficult to test the rendering of every website we design on all such browsers. Is ...
1
vote
2answers
101 views
Favicon Compatible Resolutions and File Size for various Devices
With the many uses for favicons nowadays (new tab page, bookmarks, url bar, IE pin to taskbar etc,) what sizes should I be including in my favicon.ico file?
I'm using Converticon and thought the ...
0
votes
2answers
40 views
How to browse the subpages of a homepage that does not load
Apparently the homepage of this website http://www.spe.gov.al/ loads a blank page. Is there a way to browse its subpages?
0
votes
0answers
70 views
Locally hosted website not working on some computers [closed]
We've got a website (hosted locally but available over the internet) that does not work for everybody. The problem has been reported by internal users having windows vista home. If they go on our ...
1
vote
2answers
135 views
What are some good pages to redirect users to if they are using an old browser?
Such as this one: http://www.webstandards.org/upgrade except it's just awful and is way out of date (use Netscape 7? really?)
I am going to require IE9+ and the latest versions of the rest of the ...
1
vote
1answer
157 views
How can I block site visitors using legacy browsers
I want my site to block access to visitors that are using outdated browsers such as IE6 and IE7 etc.
I am looking for a script that I can use to block certain browsers accessing my site
0
votes
1answer
159 views
Online iPad 1&2 emulators give different results compared to the real thing [closed]
I'm designing a centered website (jQuery Isotope). Thre sandbox is here. I have used some online iPad 1&2 emulators to test how the site is viewed on these devices. Then, I managed to get hold of ...
2
votes
1answer
60 views
Are filename extensions required on served images?
If the image I'm serving has the proper HTTP Content-Type is it also required that I have the image filename extension (JPG/PNG/GIF)?
Or can I just include the image in the page without?
4
votes
1answer
197 views
jQuery/AJAX on old Computers/Browsers
I am working on a plattform that will have a lot of users in the so called "developing countries". So many of them will be using old computers and old browsers in tiny internet cafes.
We want to make ...
3
votes
2answers
131 views
Do I really need to test on different OSes?
I know testing websites on different browsers is important, but do browsers really render pages differently on different OSes?
For example, do I have to test Chrome for Mac, Linux and Windows to ...
0
votes
3answers
71 views
Browser vesions I should consider when testing compatibility (besides IE)? [duplicate]
Possible Duplicate:
In what browsers do you test your websites?
I'm in the process of setting up 3 windows xp virtual machines for IE6, 7 and 8. Have ie9 on my win7 host machine.
Which ...
1
vote
0answers
83 views
Amazon Silk…How will it effect web development [closed]
Today Amazon announced a new browser for their upcoming Kindle Fire. (Like we need another browser...) In developing websites we add code like -webkit- or -moz- for browser specific styles. Any ideas ...
3
votes
1answer
607 views
Progressive JPEG
This Post: "Progressive" JPEG: Why do many web sites avoid rendering JPEGs that way? Pros, cons? stat that many browsers do not support Progressive JPEG citing this Wikipedia Article.
What ...
29
votes
11answers
2k views
Why don't people upgrade their browsers?
Any web designer/developer will know that we have to make our code backwards-compatible with a number of (much) older browsers, just to cater for those that haven't updated. My question is.. why don't ...
0
votes
2answers
39 views
Is there any browser add-on or extension or anything, by which we can see their current page views?
Is there any browser add-on or extension or anything, by which we can see their current page views of websites displayed in google search results?
or
give us the page views of websites opened in ...
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 ...
2
votes
1answer
481 views
Is text in SVG selectable/copyable in browsers?
More and more browsers support SVG. Is the text in SVG selectable / copy'able?
2
votes
4answers
3k views
Web Safe Area (optimal resolution) for web app design?
I'm in the process of designing a new web app and I'm wondering for what 'Web Safe Area' should I optimize the app layout and design. By Web Safe Area I mean the actual area available to display the ...
0
votes
0answers
53 views
IE6 Support - When to drop it? [duplicate]
Possible Duplicate:
Should I bother supporting IE6?
I'm thinking about IE6 support and when to give up on it.
Do you have a percentage of total visitors figure in mind for when to drop ...
5
votes
4answers
191 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 ...
8
votes
2answers
204 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 ...