Top "Browser" questions

A web browser or Internet browser is a software application for retrieving, presenting, and traversing information resources on the World Wide Web.

Detect if device is iOS

I'm wondering if it's possible to detect whether a browser is running on iOS, similar to how you can feature …

javascript ios browser browser-feature-detection
How can you detect the version of a browser?

I've been searching around for code that would let me detect if the user visiting the website has Firefox 3 or 4. …

javascript browser version browser-detection
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 …

browser http-headers specifications
What is the maximum possible length of a query string?

Is it browser dependent? Also, do different web stacks have different limits on how much data they can get from …

browser max query-string
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 …

browser standards resolution
How do I force files to open in the browser instead of downloading (PDF)?

Is there a way to force PDF files to open in the browser when the option "Display PDF in browser" …

pdf http-headers browser embed embedding
How to open in default browser in C#

I am designing a small C# application and there is a web browser in it. I currently have all of …

c# browser window default new-operator
How to programmatically empty browser cache?

I am looking for a way to programmatically empty the browser cache. I am doing this because the application caches …

javascript html caching browser
How do I render a Word document (.doc, .docx) in the browser using JavaScript?

I have successfully done code to display a PDF file in the browser instead of the "Open/Save" dialog. Now, …

javascript browser ms-word
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 …

html windows-mobile browser user-agent