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.

How do I uniquely identify computers visiting my web site?

I need to figure out a way uniquely identify each computer which visits the web site I am creating. Does …

javascript cookies browser
How to detect the device orientation using CSS media queries?

In JavaScript the orientation mode can be detected using: if (window.innerHeight > window.innerWidth) { portrait = true; } else { portrait = false; } …

browser css tablet media-queries
Force browser to refresh css, javascript, etc

I'm developing a website based on Wordpress source code through XAMPP. Sometimes I change the CSS code, scrips or something …

javascript css browser xampp
Make page to tell browser not to cache/preserve input values

Most browsers cache form input values. So when the user refreshes a page, the inputs have the same values. Here's …

html browser forms browser-cache
How to implement my very own URI scheme on Android

Say I want to define that an URI such as: myapp://path/to/what/i/want?d=This%20is%20a%20…

android android-intent browser uri intentfilter
Where can I find the default timeout settings for all browsers?

I'm looking for some kind of documentation that specifies how much time each browser (IE6/IE7/FF2/FF3, etc) will …

http browser timeout request
How to debug Angular JavaScript Code

I am working on a proof of concept using Angular JavaScript. How to debug the Angular JavaScript code in different …

debugging google-chrome firefox angularjs browser
css 'pointer-events' property alternative for IE

I have a drop down navigation menu in which some of the title should not navigate to other page when …

html css internet-explorer browser cross-browser
How to launch an application from a browser?

Is it possible to launch an application from a browser? I am not talking about opening a file from a …

windows internet-explorer browser activex
How to display a PDF via Android web browser without "downloading" first

Is there a way to get the stock Android browser to auto-open a PDF, Word or other typical file without …

android pdf browser