Reading List
The most recent articles from a list of feeds I subscribe to.
Disabled form controls and how to tackle them
Find out how to use the HTML disabled boolean attribute, toggle it with JavaScript and style disabled form controls.
HTML replaced and void elements
Learn more about the HTML replaced and void elements and visualize the intersection of these two HTML elements sets using a Venn diagram.
Light and dark themed SVG favicon using the CSS prefers-color-scheme media feature
How to use an SVG as a favicon for your website, considering the light and dark theme detection in the browser using the CSS prefers-color-scheme media feature, with PNG and ICO fallbacks.
The current DOM node in browser’s console
Find out how to get the current DOM node, React and Vue.js components or current Angular scope in order to speed up debugging in the browser console.
How to copy to the clipboard using JS and the Clipboard API
Find out how to copy to the clipboard using JS and the modern asynchronous Clipboard API.