Top "Browser-detection" questions

Detecting the type and version of the browser the user uses to view the webpage.

Request.Browser.Platform not returning iPad, OSX, or Windows7

I'm working on some advanced browser detection, and I've downloaded the MDBF browser file from CodePlex. Unfortunately my Request.Browser.…

asp.net browser-detection
Use jQuery to detect whether a device can make telephone calls (supports "tel://" protocol)

In my website, I have several links like so: <a href="tel://+12181112222" class="call">218.111.2222</a> I …

javascript jquery mobile detection browser-detection
Detect mobile device browsers, not only screen width

I know that I can activate some styling with media query like that: /* Magic for mobile devices */ @media (max-width: 33em ) { } …

css browser-detection mobile-devices
Modernizr checks that exclude IE6, IE7, IE8 or IE at all, that identify iOS devices

Are there any checks (or combinations of checks) I can run with Modernizr where: IE6 fails, but higher versions do …

javascript jquery browser-detection feature-detection modernizr
How do I detect whether a browser supports mouseover events?

Let's assume I have a web page which has some onmouseover javascript behaviour to drop down a menu (or something …

javascript html touch onmouseover browser-detection