A web browser or Internet browser is a software application for retrieving, presenting, and traversing information resources on the World Wide Web.
190
votes
43answers
159k views
Running Internet Explorer 6, Internet Explorer 7, and Internet Explorer 8 on the same machine
Like everyone else ;), I need to test my code on Internet Explorer 6 and Internet Explorer 7. Now Internet Explorer 8 has some great tools for developer, which I'd like to use. I'd also like to start ...
125
votes
17answers
30k views
How can I determine a web user's time zone?
Is there a standard way for a Web Server to determine what Time zone offset a user is in?
From an HTTP header or part of the user-agent description,perhaps?
122
votes
8answers
32k views
Are the PUT, DELETE, HEAD, etc methods available in most web browsers?
I've seen a couple questions around here like How to debug RESTful services, which mentions:
Unfortunately that same browser won't allow me to test HTTP PUT, DELETE, and to a certain degree even ...
114
votes
2answers
9k views
How do Google+ +1 widgets break out of their iframe?
Somehow, hovering over a Google+ plus-one widget can introduce a tooltip-type deal that is clearly larger than the <iframe> element in which it is contained. I’ve inspected the DOM to confirm ...
100
votes
22answers
98k views
Auto detect mobile browser (via user-agent?)
How can I detect if a user is viewing my web site from a mobile web browser so that I can then auto detect and display the appropriate version of my web site?
91
votes
2answers
15k views
CSS Selectors parsed right to left. Why?
CSS Selectors are parsed by browser engines right to left. So they first find the children and then check their parents to see if they match the rest of the parts of the rule.
Why is this?
Is it ...
88
votes
8answers
99k views
What requests do browsers' “F5” and “Ctrl + F5” refreshes generate?
Is there a standard for what actions F5 and Ctrl+F5 trigger in web browsers?
I once did experiment in IE6 and Firefox 2.x. The "F5" refresh would trigger a HTTP request sent to the server with an ...
75
votes
7answers
22k views
How many concurrent AJAX (XmlHttpRequest) requests are allowed in popular browsers?
In Firefox 3, the answer is 6 per domain: as soon as a 7th XmlHttpRequest (on any tab) to the same domain is fired, it is queued until one of the other 6 finish.
What are the numbers for the other ...
67
votes
11answers
36k views
What is JavaScript's Max Int? What's the highest Integer value a Number can go to without losing precision?
Is this defined by the language? Is there a defined maximum? Is it different in different browsers?
66
votes
13answers
19k views
Disable browser 'Save Password' functionality
One of the joys of working for a government healthcare agency is having to deal with all of the paranoia around dealing with PHI (Protected Health Information). Don't get me wrong, I'm all for doing ...
62
votes
2answers
1k views
Do browsers send “\r\n” or “\n” or does it depend on the browser?
This question has bothered me for a million years... whenever I create a website with a textarea that allows multi-line (such as a "Bio" for a user's profile) I always end up writing the following ...
61
votes
6answers
25k views
How to encode the filename parameter of Content-Disposition header in HTTP?
Web applications that want to force a resource to be downloaded rather than directly rendered in a Web browser issue a Content-Disposition header in the HTTP response of the form:
...
46
votes
4answers
749 views
How many JavaScript programs are executed for a single web-page in the browser?
JavaScript programs consist of statements and function declarations. When a JavaScript program is executed, these two steps occur:
the code is scanned for function declarations, and every func. ...
46
votes
14answers
27k views
What are all the valid self-closing tags in XHTML (as implemented by the major browsers)?
What are all the valid self-closing tags (e.g. <br/>) in XHTML (as implemented by the major browsers)?
I know that XHTML technically allows any tag to be self-closed, but I'm looking for a list ...
45
votes
8answers
2k views
Is sizing fonts using “em” still relevant?
Those of you who use em when sizing fonts will know that they can be a headache when dealing with nested elements, and having to make the px -> em calculations (to ensure your design interpretation is ...
41
votes
17answers
4k views
What makes a “friendly URL”?
First of all, please excuse my ignorance on this...I'm totally willing to accept that my opinion on this is wrong. In fact, I suspect that it is given the sheer number of web developers that seem to ...
39
votes
29answers
3k views
IE6: To support or not to support
As most Web developers know, IE6 is a pain to support when it comes to making a website look and feel just as in the other major browsers (Firefox and IE7). I'd like to know what are the feelings of ...
37
votes
6answers
46k views
Copy text to the client's clipboard using jQuery
The workflow is simple:
You click inside a textarea.
The text is copied to the client's clipboard.
Display notice to the user.
How do you do it?
35
votes
18answers
17k views
Standard way to detect mobile browsers in a web application based on the http request
We are beginning to go down the path of mobile browser support for an enterprise e-commerce webapp (Java/Servlet based). Of course there are many decisions to be made, but it seems to me the ...
35
votes
10answers
22k views
Make Browser Window Blink in Task Bar
How do I make a user's browser blink/flash/highlight in the task bar using JavaScript? For example, if I make an AJAX request every 10 seconds to see if the user has any new messages on the server, I ...
34
votes
33answers
2k views
How best to convince people to upgrade IE?
I recently asked a question that got shot down for being too strongly worded. I'm having another go today because it's something I really am concerned about and I really do want feedback and ideas ...
34
votes
13answers
13k views
Why doesn't JavaScript support multithreading?
Is it a deliberate design decision or a problem with our current day browsers which will be rectified in the coming versions?
30
votes
5answers
2k views
Why doesn't the percentage width child in absolutely positioned parent work in IE 7?
I have an absolutely positioned div containing several children, one of which is a relatively positioned div. When I use a percentage-based width on the child div, it collapses to 0 width on IE7, but ...
29
votes
4answers
9k views
Is there a way to detect if a browser window is not currently active?
I have JavaScript that is doing activity periodically. When the user is not looking at the site (i.e., the window or tab does not have focus), it'd be nice to not run.
Is there a way to do this using ...
29
votes
23answers
113k views
Recommended website resolution (width and height)?
Is there any standard on common website resolution?
We are targeting newer monitors, perhaps at least 1280px wide, but the height may varies, and each browser may have different toolbar heights too.
...
27
votes
4answers
473 views
Why do all browsers download all CSS files - even for media types they don't support?
If I specify a CSS link with an unsupported media type ("bork") it still gets downloaded by every browser I've tried (including both desktop and several mobile browsers).
<link href="bork.css" ...
27
votes
11answers
10k views
How to detect page zoom level in all modern browsers?
How can I detect page zoom level in all modern browsers? While this thread tells how to do it in IE7 and IE8, I can't find good solution for FF, Safari and Chrome. For FF one of the suggested ...
27
votes
4answers
6k views
How to have favicon / icon set when bookmarklet dragged to toolbar?
I've made myself a bookmarklet, and it functions just fine, but when added to a toolbar in Opera or Firefox, it just takes on the default bookmark icon for the browser (a globe and a star, ...
27
votes
8answers
11k views
Lightweight XML Viewer that can handle large files
There are plenty of "heavyweight" tools such as XmlSpy, which are good for prodding around in xml docs - but often (very often in some cases!) you just want to quickly open and browse an xml doc, and ...
26
votes
4answers
60k views
Jquery Change Height based on Browser Size/Resize
I was wondering if there was a way to determine the height/width of a browser.
What i'm trying to do is set a height on a div to 500px when the browser size is 1024x768, and for anything lower i'd ...
25
votes
14answers
20k views
Best WYSIWYG CSS editor? [closed]
[rant]
boy how I hate CSS! it's an art that I have no clue about! Spend hours making everything look dandy then you look at the same site in a different browser... WT... I though this was ...
24
votes
7answers
6k views
How to tell if a browser is in “quirks” mode?
Let's suppose you have a page with a relatively strict doctype and HTML markup that's pretty close to compliant, but perhaps misses in a few silly ways that are out of your control.
How can you ...
23
votes
5answers
9k views
What is the best way to profile javascript execution?
Is there a good profiler for javascript? I know that firebug has some support for profiling code. But I want to determine stats on a longer scale.
Imagine you are building a lot of javascript code ...
23
votes
10answers
6k views
What's the best way to open new browser window?
I know that most links should be left up to the end-user to decide how to open, but we can't deny that there are times you almost 'have to' force into a new window (for example to maintain data in a ...
23
votes
29answers
3k views
What is the easiest or fastest way to make CSS render the same in all browsers
Making a web page display correctly im all major browsers today is a very time consuming task.
Is there a easy way to make a CSS style that looks identical in every browser?
Or at least do you have ...
22
votes
2answers
524 views
Does a browser download JS files if the user has JS disabled?
Does a browser download JS files if the user has JS disabled?
I'm wondering if the browser downloads the JS files and ignores them or ignores the download all together.
Do different browsers act ...
22
votes
8answers
47k views
Detecting IE6 using jQuery.support
Anyone have any ideas on how to test for something specific for IE6 (and not IE7) using jquery.support?
My problem is that IE6 supports :hover psuedo-class only for anchor elements and IE7 does ...
22
votes
10answers
17k views
Does IE7 have a “developer mode” or plugin like Firefox/Chrome/Safari? [closed]
Possible Duplicate:
Debugging JavaScript in IE7
Firefox has Web Developer plugin and Firebug for troubleshooting html/css/javascript issues. Google Chrome and Safari have a very similar ...
21
votes
8answers
6k views
Is It Possible to Sandbox JavaScript Running In the Browser?
I'm wondering if it's possible to sandbox JavaScript running in the browser to prevent access to features that are normally available to JavaScript code running in an HTML page.
For example, let's ...
20
votes
9answers
41k views
jQuery on iPhone/Android/BlackBerry
I don't have any of the devices to test at the moment. I guess I'll start using the emulators later on.
We're looking to offer mobile support. I was wondering how jQuery or even javascript renders in ...
20
votes
3answers
7k views
Browser-native JSON support (window.JSON)
I have seen references to some browsers natively supporting JSON parsing/serialization of objects safely and efficiently via the window.JSON Object, but details are hard to come by. Can anyone point ...
20
votes
6answers
6k views
Tips / Resources for building a Google Chrome plugin
After test driving Google Chrome for 30 minutes or so, I like it, even if it seems bare-bones at the moment. The obvious way to add a few things I can't live without would be through plugins. Does ...
19
votes
3answers
189 views
How are JavaScript host objects implemented?
I was thinking about this today and I realized I don't have a clear picture here.
Here are some statements I think to be true (please correct me if I'm wrong):
the DOM is a collection of interfaces ...
19
votes
4answers
2k views
Why is array.push sometimes faster than array[n] = value?
As a side result of testing some code I wrote a small function to compare the speed of using the array.push method vs direct addressing (array[n] = value). To my surprise the push method often showed ...
19
votes
3answers
14k views
When Does Browser Automatically Clear JavaScript Cache?
I have a JavaScript resource that has the possibility of being edited at any time. Once it is edited I would want it to be propagated to the user's browser relatively quickly (like maybe 15 minutes or ...
19
votes
21answers
912 views
When is a browser considered “dead”?
Keep in mind that I'm not looking for a list of current browsers to support, I'm looking for logical ways to make that list, backed by some kind of hard statistics.
Since it's been a while since my ...
19
votes
16answers
2k views
Is there a way to keep a page from rendering once a person has logged out but hit the “back” button?
I have some website which requires a logon and shows sensitive information.
The person goes to the page, is prompted to log in, then gets to see the information.
The person logs out of the site, and ...
18
votes
3answers
18k views
Force IE9 to emulate IE8. Possible?
Is this possible at all?
I tried adding this to the page but it didn't change a thing.
<meta http-equiv="X-UA-Compatible" content="IE=8">
UPDATE- I'm trying to do this because our site has ...
18
votes
2answers
7k views
How to implement my very own URI schema on Android
Say I want to define that an URI such as:
myapp://path/to/what/i/want?d=This%20is%20a%20test
must be handled by my own application, or service. Notice that the schema is "myapp" and not "http", or ...
17
votes
7answers
565 views
Commonly used pixel sizes for webpages and their pros/cons
What are the most commonly used pixel sizes (primarily widths) and what are there advantages and disadvantages?
How can I best find a happy medium to give a good experience to people with a wide ...