I became a hater by doing precisely those things AI cannot do: reading and understanding human language; thinking and reasoning about ideas; considering the meaning of my words and their context; loving people, making art, living in my body with its flaws and feelings and life. AI cannot be a hater, because AI does not feel, or know, or care. Only humans can be haters. I celebrate my humanity.
— Anthony Moser
Nieuws uit de frontend wereld
Adam Argyle: 25 new & rad features in CSS — 30 oktober 2025
De taal CSS is voortdurend in beweging. Nieuwe mogelijkheden worden toegevoegd, soms in kleine stapjes, soms in grotere sprongen (zie ook opdracht 4 uit module 1). In dit filmpje toont Adam Argyle 25 nieuwe en interessante features. Hou je vast aan de takken van de bomen, want Adam gaat er snel doorheen in onderstaande youtube video (jammer genoeg wel vaak onderbroken door reclame).
The Coyier CSS Starter — 28 september 2025
Nooit fan geweest van CSS-resets. Veel auteurs schreven hun eigen versie waarvan sommige een zekere mate van populariteit kregen. Ik stel me meestal tevreden met de standaardwaarden van de browser, die je dan verder in je CSS gaat aanpassen. Maar het is wel interessant om eens in de verschillende benaderingen te duiken.
Chris Coyier, bekend van CSS-Tricks, heeft een nieuwe starterkit voor CSS uitgebracht die een aantal van deze benaderingen samenbrengt. Zoals altijd bij dit soort van reset is het zijn persoonlijke keuze, maar wel eentje die de moeite waard is om te bekijken, vooral omdat hij gebruik maak van moderne CSS-technieken.
A Friendly Introduction to SVG — 29 augustus 2025
“SVGs are one of the most exciting technologies we have access to in-browser. We can do so many cool things with SVG. It’s an absolutely critical part of my toolkit.” Lees deze toegankelijke introductie tot SVG op de blog van Josh Comeau.
Style your underlines — 13 augustus 2025
“We shouldn’t rely on colour alone to indicate that something is interactive.
Take links, for example. Sure, you can give them a different colour to the surrounding text, but you shouldn’t stop there. Make sure there’s something else that distinguishes them. You could make them bold. Or you could stick with the well-understood convention of underlying links.
This is where some designers bristle. If there are a lot of links on a page, it could look awfully cluttered with underlines. That’s why some designers would rather remove the underline completely.” Lees meer op de blog van Jeremy Keith (adactio.com)