The Web Quality Checklist is intended for all professionals who create websites. It is designed in a collaborative way by a community of Web professionals, led by the French company Opquast (Open Quality Standards).
Links
-
-
Andy Bell and
Heydon Pickering
Every Layout: Relearn CSS layout
Andy and Heydon teach us CSS layout with modern standards, what they call "algorithmic layout design":
-
Functional CSS (sometimes referred to as atomic CSS) is the practice of using small, immutable and explicitly named utility classes to construct components.
-
I've been using Webmention for almost 2 years now, and I am fortunate to use Aaron Gustafson's jekyll-webmention_io plugin for Jekyll, the static site generator I currently use on this site. Aaron's plugin deals with getting the Webmentions from webmention.io, as the name implies, but also with sending mentions to external contents I link to in my own content.
-
When should you be using Web Workers?
Surma explains very well how “low-end phones will mostly likely be used by the massive number of people coming online in the next couple of years“, and why we need to take that into account when we design our frontend Web architectures.