Tagged Questions

40
votes
29answers
18k views

Running IE6, IE7, and IE8 on the same machine

Like everyone else ;), I need to test my code on IE6 and IE7. Now IE8 has some great tools for developer, which I'd like to use. I'd also like to start testing my code with IE8, as …
32
votes
10answers
3k 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?
31
votes
25answers
1k 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 a …
23
votes
33answers
996 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 fe …
16
votes
15answers
1k 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 deve …
12
votes
11answers
2k views

Best WYSIWYG CSS editor?

[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 tho …
11
votes
10answers
1k views

Browser-based application or stand-alone GUI app?

I'm sure this has been asked before, but I can't find it. What are the benefits/limitations of using a browser-based interface for a stand-alone application vs. using a normal GU …
11
votes
10answers
2k 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, …
10
votes
3answers
2k 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 numb …
10
votes
5answers
182 views

Does browsing speed depend on the browser?

Is browsing speed depends on browser (like IE,firefox)? If it depends on browser which browser is best and works fast? And if we clear the cache in browser will it slow down the …
10
votes
12answers
1k views

How to get PNG transparency working in browsers that don’t natively support it?

Our (beloved) designer keeps creating PNG files with transparent backgrounds for use in our applications. I'd like to make sure that this feature of the PNG works in "older" browse …
9
votes
6answers
4k views

Jquery Change Height based on Browser Size/Resize

Hi all, 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, …
9
votes
16answers
573 views

Is Web Browser “Discrimination” Okay?

Is it acceptable to add "special," but unnecessary, content based on a user's web browser? For example, is it okay to display this: **.com works better with modern browsers like …
9
votes
10answers
1k 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 …
9
votes
11answers
2k 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 seem …

1 2 3 4 5 63 next
15 30 50 per page