Tagged Questions

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?
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
97k 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 ...
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 ...
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 ...
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 ...
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
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
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 ...
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 ...
17
votes
7answers
563 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 ...
17
votes
5answers
787 views

To HTML 5 or not to HTML 5?

I am a designer whose main marketing strategy is multi browser compatibility. I assure my clients that the site will work even in IE6 (!). Of late i have been pondering over the question of moving ...
16
votes
2answers
848 views

Network-Path Reference URI / Scheme relative URLs

Scheme relative URLs (network-path references) are something that I've just found out about - where you don't specify the scheme of a URL and it picks it up from the current context. For example: ...
15
votes
6answers
318 views

Why should y.innerHTML = x.innerHTML; be avoided?

Let's say that we have a DIV x on the page and we want to duplicate ("copy-paste") the contents of that DIV into another DIV y. We could do this like so: y.innerHTML = x.innerHTML; or with jQuery: ...
15
votes
6answers
542 views

How does a parser (for example, HTML) work?

For argument's sake lets assume a HTML parser. I've read that it tokenizes everything first, and then parses it. What does tokenize mean? Does the parser read every character each, building up a ...
14
votes
2answers
103 views

How do tell a browser not to offer to save an incorrect password?

Often on a website, if I enter the wrong password by mistake, I get a page back that indicates the wrong credentials, but Chrome (Or whatever) prompts me with "Would you like to remember this ...
14
votes
7answers
578 views

Is there a way to track if a user prints a web page?

Is there a way to track if a user prints a web page? Thanks, Graham
14
votes
13answers
20k views

What the typical viewport size on a 1024x768 screen?

I am designing a web application, and I wish to know the largest size (x and y) that I can design for. As of January 2008, about half of users are using 1024x278 screens, and probably less than 10% ...
13
votes
3answers
230 views

How do browsers detect GIF image sizes?

I was noticing that a GIF was being displayed with padding in FireFox 5 and IE 8. When I viewed the image size via FireBug, I noticed that it was a few pixels larger than expected. Expected ...
13
votes
3answers
12k views

Best way to determine user's locale within browser

I have a website (Flash) localized into a dozen of languages and I want to auto-define a default value depending on the user's browser settings in order to minimize the steps to access the content. ...
13
votes
19answers
3k views

Firefox vs IE vs Chrome vs Safari

Currently I am designing a website and I am finding it VERY difficult to display the website perfect on ALL browsers. Is there any rules, suggestions etc to follow? Thanks
12
votes
2answers
231 views

Form being randomly submitted as GET instead of POST

This is kind of crazy. Here's a form on our OpenID provider: <form method="post" action="/affiliate/form/login/submit?affId=7" autocomplete="off"> <table class="position-table"> ...
12
votes
8answers
339 views

Update all IE6 to IE8? [closed]

This has always confused me. Everyone says that IE6 dies slowly. But what is preventing Microsoft to update all IE6 to IE8? When a user open the IE6, if it says "Update to a newer version" then I ...
12
votes
5answers
2k views

Detecting if a browser is using Private Browsing mode

I'm building an extranet for a company paranoid about security. They want to make sure that (among other things) their users are browsing the site with the Private Browsing mode switched on in their ...
12
votes
3answers
1k views

Which browsers support data URIs and since which version?

Which browsers support data URIs (RFC 2397) and since which version?
11
votes
6answers
2k views

Browser's Default CSS

Are there any lists of browser CSS defaults? (browser stylsheets in tabular form) I want to know the default font of textareas across all browsers and also for future reference.
10
votes
2answers
262 views

Why do BITMAPS load “upwards”?

If you have a really really large JPG and a BMP embedded on HTML and you load it into Firefox, you will notice that the JPG will load "downwards" (paint from left to right, then down) and the BMP will ...
10
votes
6answers
9k views

Disabling browser print options (headers, footers, margins) from page?

I have seen this question asked in a couple of different ways on SO and several other websites, but most of them are either too specific or out-of-date. I'm hoping someone can provide a definitive ...
9
votes
2answers
193 views

How is CSS applied by the browser, and are repaints affected by it?

Let's say we have an HTML page with a single stylesheet <link>. How does the browser take the rules in this stylesheet and apply it to the HTML? I'm not asking about how to make it faster, I ...
9
votes
6answers
194 views

Does the order of rules in a CSS stylesheet affect rendering speed?

While this could possibly result in a simple yes or no answer I'll go for it anyway Consider the following example: HTML <html> <head> </head> <body> ...
9
votes
8answers
1k views

Web application on an iPhone - styling it to look like native iPhone app

I saw some web pages display diffrently on an iPod Touch (and iPhone) - they pretty much looked like the native iPhone apps. Think this can be done with styles and, optionally, rendering diffrent ...
9
votes
1answer
3k views

Embedding Base64 Images

Purely out of curiosity, what browsers does Base64 image embedding work in? What I'm referring to is this. I realize it's not usually a good solution for most things, as it increases the page size ...
8
votes
6answers
186 views

Printing viewable contents of browser window

I have a website I am currently developing and the client has a very unique request. They would like the user to be able to hit a button and print the contents of the browser window. I wanted to ...
8
votes
1answer
897 views

HTML: Why does Android browser show “Go” instead of “Next” in keyboard?

I have an HTML login form that contains following elements (in this order): input type=text (user name input) input type=password (password) input type=submit (Login button) Why does the Android ...
8
votes
5answers
642 views

Image load timeout in Internet Explorer

I have a page for an internal app that displays document images streamed from a document storage system using a web service. The problem I am having is that when a user does their search they may get ...
8
votes
2answers
1k views

Javascript: how to find out if user browser is chrome?

So I need some function returning boolean to check if browser is chrome. How to create such thig?
8
votes
3answers
224 views

Has form post behavior changed in modern browsers? (or How are double clicks handled by the browser)

Background: We are in the process of writing a registration/payment page, and our philosophy was to code all validation and error checking on the server side first, and then add client side validation ...
8
votes
7answers
17k views

Force browser to clear cache

Is there a way I can put some code on my page so when someone visits a site, it clears the browser cache, so they can view the changes? Languages used: ASP.NET, VB.NET, and of course html, css, and ...
8
votes
6answers
9k views

Browser Caching of CSS files

Quick question regarding CSS and the browser. I tried searching SO and found some similar posts, but nothing definitive. I use one or two CSS files in my web projects. These are referenced in the ...
8
votes
7answers
2k views

Javascript + IMG tags = memory leak. Is there a better way to do this?

I've got a web page that's using jquery to receive some product information as people are looking at things and then displays the last product images that were seen. This is in a jquery AJAX callback ...
8
votes
7answers
6k views

Browser application & local file system access

I want to enhance my browser-based web application with functionality that enables management of local files and folders. E.g. folder tree structures should be synchronized between local workstation ...
8
votes
15answers
2k views

How can you make a web page send to the printer something different than what's in the browser window?

Google Maps used to do this bit where when you hit the "Print" link, what would be sent to the printer wasn't exactly what you had on the screen, but rather a differently-formatted version of mostly ...
7
votes
7answers
377 views

Browser displays � instead of ´

I have a php file which has the following text: <div class="small_italic">This is what you´ll use</div> On one server, it appears as: This is what you´ll use And on another, as: ...
7
votes
4answers
141 views

any good new web-developer browser addons? (as in released in the last 6 months)

I used to be pretty ontop of the latest plugins but it's lost my attention recently (probably due to so many itentical blog articles called 'the best {num here} addons for firefox'). Last time i ...
7
votes
4answers
1k views

When do browsers start to render partially transmitted HTML?

I have a long-running report and want to show a wait-spinner to the user while it's generating. I have made this work already but am not sure I'm doing it the best or right way. This is using ...
7
votes
6answers
230 views

I have a linux box. How do I see how my html pages look as rendered in IE?

I have a linux box. How do I see how my html pages look as rendered in Microsoft Internet Explorer? How do I test javascript functionality in IE? I don't want to install a VM and a copy of the ...
7
votes
3answers
2k views

What external resources are loaded when window.onload event is fired and what is the loading order of the resources?

Since a single web page may contain lots of external resource: external javascript, external css, images, applets, flash, etc., usually my conventional wisdom tells me that the window.onload event is ...
6
votes
1answer
78 views

How much activity do browsers allow on unload?

I am using a JavaScript to track the activities of users on my page upon unloading that very page. Consider the following simplified dummie-script to simulate what I am doing on unload: ...

1 2 3 4 5 16