Top "Browser-detection" questions

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

How do you detect support for VML or SVG in a browser

I'm writing a bit of javascript and need to choose between SVG or VML (or both, or something else, it's …

javascript internet-explorer svg browser-detection vml
jQuery - detecting the operating system and operating system version

I have been writing a userscript for the past few months, for my company, and have just designed the main …

javascript jquery browser-detection
Find Browser type & version?

Anyone knows of a good and reliable way to find out type & version of a browser installed on client …

jquery browser-detection
Distinguish Chrome from Safari using jQuery.browser

It seems jQuery.browser is able to identify webkit rather easily as of 1.4. But how can I use it to …

jquery safari google-chrome webkit browser-detection
Rails Browser Detection Methods

Hey Everyone, I was wondering what methods are standard within the industry to do browser detection in Rails? Is there …

ruby-on-rails ruby user-agent browser-detection
Environment detection: node.js or browser

I'm developping a JS-app that needs to work both on the client side and the server side (in Javascript on …

javascript node.js coffeescript browser-detection
Browser & version in prototype library?

I am used to using Atlas. Recently i have started transitioning to jQuery and sometimes prototype. The project that i'm …

javascript prototypejs browser-detection
PHP mobile browser detection?

I'm in need of a way to detect mobile browsers server-side. I'd like a way that requires me to do …

php mobile browser-detection
The best browser detection solution in ASP.NET 4.0

I googled this topic and I came across with three different ways to configure browser capabilities: browscap.ini, browserCaps element …

asp.net asp.net-4.0 browser-detection
Zepto fallback to jQuery

I'm using ZeptoJS for my web app, but I'd like to fall back to jQuery if the browser doesn't support …

javascript jquery browser-detection zepto