Frameworks

Java EEJava EE

Java EE Usage Statistics · Download List of All Websites using Java EE

Java Platform, Enterprise Edition (Java EE) is the industry standard for developing portable, robust, scalable and secure server-side Java applications.

Viewport MetaViewport Meta

Viewport Meta Usage Statistics · Download List of All Websites using Viewport Meta

This page uses the viewport meta tag which means the content may be optimized for mobile content.

JavaScript Libraries and Functions

ModernizrModernizr

Modernizr Usage Statistics · Download List of All Websites using Modernizr

Modernizr allows you to target specific browser functionality in your stylesheet.

Compatibility

jQueryjQuery

jQuery Usage Statistics · Download List of All Websites using jQuery

JQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.

JavaScript Library

Swipe JSSwipe JS

Swipe JS Usage Statistics · Download List of All Websites using Swipe JS

Swipe is a lightweight mobile slider with 1:1 touch movement.

SSL Certificates

HSTSHSTS

HSTS Usage Statistics · Download List of All Websites using HSTS

Forces browsers to only communicate with the site using HTTPS.

Web Servers

Apache Tomcat CoyoteApache Tomcat Coyote

Apache Tomcat Coyote Usage Statistics · Download List of All Websites using Apache Tomcat Coyote

Coyote HTTP/1.1 Connector element represents a Connector component that supports the HTTP/1.1 protocol. It enables Catalina to function as a stand-alone web server, in addition to its ability to execute servlets and JSP pages.

ApacheApache

Apache Usage Statistics · Download List of All Websites using Apache

Apache has been the most popular web server on the Internet since April 1996.

Document Encoding

UTF-8UTF-8

UTF-8 Usage Statistics

UTF-8 (8-bit UCS/Unicode Transformation Format) is a variable-length character encoding for Unicode. It is the preferred encoding for web pages.

Document Standards

HTML5 DocTypeHTML5 DocType

HTML5 DocType Usage Statistics

The DOCTYPE is a required preamble for HTML5 websites.

HTML5 BoilerplateHTML5 Boilerplate

HTML5 Boilerplate Usage Statistics

This site is using code from the HTML5 Boilerplate project.

Meta RobotMeta Robot

Meta Robot Usage Statistics

This page contains a meta robots tag which tells search engines and robots to index or not index the page.

JavascriptJavascript

Javascript Usage Statistics

JavaScript is a scripting language most often used for client-side web development.

Cascading Style SheetsCascading Style Sheets

Cascading Style Sheets Usage Statistics

Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML

Javascript DeferJavascript Defer

Javascript Defer Usage Statistics

The defer attribute gives a hint to the browser that the script does not create any content so the browser can optionally defer interpreting the script. This can improve performance by delaying execution of scripts until after the body content is parsed and rendered.

HTML 5 Specific TagsHTML 5 Specific Tags

HTML 5 Specific Tags Usage Statistics

This page contains tags that are specific to an HTML 5 implementation.

WAI-ARIAWAI-ARIA

WAI-ARIA Usage Statistics

A way to make Web content and Web applications more accessible to people with disabilities. It especially helps with dynamic content and advanced user interface controls developed with Ajax, HTML, JavaScript, and related technologies.

X-UA-CompatibleX-UA-Compatible

X-UA-Compatible Usage Statistics

Allows a website to define how a page is rendered in Internet Explorer 8, allowing a website to decide to use IE7 style rendering over IE8 rendering.

Strict Transport SecurityStrict Transport Security

Strict Transport Security Usage Statistics

The HTTP Strict-Transport-Security (HSTS) header instructs the browser to only use https.

X-XSS-ProtectionX-XSS-Protection

X-XSS-Protection Usage Statistics

X-XSS-Protection is a HTTP header set by Internet Explorer 8+. This header lets domains toggle on and off the "XSS Filter" of IE8, which prevents some categories of XSS attacks.

X-Frame-OptionsX-Frame-Options

X-Frame-Options Usage Statistics

The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a frame or iframe. Sites can use this to avoid clickjacking attacks, by ensuring that their content is not embedded into other sites.

Content Type OptionsContent Type Options

Content Type Options Usage Statistics

Used to disable MIME-sniffing for a particular HTTP response.

Referrer PolicyReferrer Policy

Referrer Policy Usage Statistics

Requests made from a document, and for navigations away from that document are associated with a Referrer header. This policy determines in the browser should send a referrer or not.

CORSCORS

CORS Usage Statistics

The Cross-Origin Resource Sharing (CORS) mechanism gives web servers cross-domain access controls, which enable secure cross-domain data transfers. Access Control Allow Origin.