When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Modernizr - Wikipedia

    en.wikipedia.org/wiki/Modernizr

    Modernizr is a JavaScript library that detects the features available in a user's browser. This lets web pages avoid unsupported features by informing the user their browser is not supported or loading a polyfill. Modernizr aims to provide feature detection in a consistent and easy to use manner that discourages the use of failure-prone browser ...

  3. Browser sniffing - Wikipedia

    en.wikipedia.org/wiki/Browser_sniffing

    Browser sniffing (also known as browser detection) is a set of techniques used in websites and web applications in order to determine the web browser a visitor is using, and to serve browser-appropriate content to the visitor. It is also used to detect mobile browsers and send them mobile-optimized websites.

  4. JavaScript - Wikipedia

    en.wikipedia.org/wiki/JavaScript

    This is an accepted version of this page This is the latest accepted revision, reviewed on 18 February 2025. High-level programming language Not to be confused with Java (programming language), Javanese script, or ECMAScript. JavaScript Screenshot of JavaScript source code Paradigm Multi-paradigm: event-driven, functional, imperative, procedural, object-oriented Designed by Brendan Eich of ...

  5. Device fingerprint - Wikipedia

    en.wikipedia.org/wiki/Device_fingerprint

    Instead, the type and version of the browser can be inferred from the observation of quirks in its behavior: for example, the order and number of HTTP header fields is unique to each browser family [33]: 257 [34]: 357 and, most importantly, each browser family and version differs in its implementation of HTML5, [9]: 1 [33]: 257 CSS [35]: 58 [33 ...

  6. Locate your browser version - AOL Help

    help.aol.com/articles/how-do-i-find-the-version...

    Locating the version of the browser you're using is often the first step when attempting to troubleshoot and fix browser problems. Once you find your browser version, you can use that info to check if you're running the latest software. If not, you can update to the latest version to make sure everything runs the way it's supposed to.

  7. Feature detection (web development) - Wikipedia

    en.wikipedia.org/wiki/Feature_detection_(web...

    As JavaScript is the most prevalent scripting language in web browsers [citation needed], many feature detection techniques use JavaScript to inspect the DOM and local JavaScript environment. The simplest technique is to check for the existence of a relevant object or property.

  8. Usage share of web browsers - Wikipedia

    en.wikipedia.org/wiki/Usage_share_of_web_browsers

    Websites often include code to detect the browser version to adjust the page design sent according to the user agent string received. This may mean that less popular browsers are not sent complex content (even though they might be able to deal with it correctly) or, in extreme cases, refused all content. [8]

  9. User-Agent header - Wikipedia

    en.wikipedia.org/wiki/User-Agent_header

    Websites often include code to detect browser version to adjust the page design sent according to the user agent string received. This may mean that less-popular browsers are not sent complex content (even though they might be able to deal with it correctly) or, in extreme cases, refused all content. [ 8 ]