Category
page 1Responsive web design
Bootstrap
web design front-end framework
responsive web design
approach to web design for making web pages render well on a variety of devices
parallax scrolling
computer graphics technique, where background images move past the camera more slowly than foreground images, creating an illusion of depth in a 2D scene and adding to the sense of immersion in the virtual experience
Tailwind CSS
utility-first CSS framework
jQuery Mobile
JavaScript library
Adobe Muse
Offline website builder developed by Adobe Systems
CSS framework
Web framework
polyfill
code that implements a feature on web browsers that do not support the feature
Unobtrusive JavaScript
general approach to the use of JavaScript in web pages
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 sniffing.

progressive enhancement
web design strategy in which core webpage content is set first, then more nuanced and technically rigorous layers of presentation and features are added on top as the browser/internet connection allow
Media queries
CSS3 module allowing content rendering to adapt to conditions such as screen resolution
tableless web design
web design method that avoids HTML tables for page layout control