@portphillipbug Anyone out there who can help Port Philip BUG out with embedding a Mastodon feed on a SquareSpace site?
Do you really need a SPA and full JavaScript framework for that? htmx might be all you need—it's clean, fast, and plays great with Razor Pages. Let’s break down when to use htmx vs the usual suspects: https://woodruff.dev/htmx-vs-javascript-frameworks-choosing-the-right-tool-for-the-job/
Minimal CSS-only blurry image placeholders
https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/noiseSuppression
The MediaTrackSupportedConstraints dictionary's noiseSuppression property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the noiseSuppression constraint. If the constraint isn't supported, it's not include…
Dear #Microsoft, stop trying to sell me #Copilot. I don't want any AI tool, even if it's free.
First Look at The Modern attr() from @shadeed9
Hello Fediverse, time for an introduction! My name is Matthew (or Matt, Mattie), and I'm a non-binary software engineer based in the UK. I've been on fedi before but I've decided to make a presence here where I can share my more professional stuff. I'll be posting about:
- Typescript, React, Astro and Webdev
- Unreal Engine, C++ and game dev
- Devops and Linux, primarily Opensuse
Feel free to follow me!
Les applications web monopages (SPA – single page applications) posent des défis d'accessibilité, car elles ne chargent pas de nouvelles pages comme un site classique.
Cet article en anglais explore comment gérer le focus, l'historique et les titres pour une navigation fluide :
Spoiler : l'annonce d'un simple titre de page est en réalité une tâche ardue.