via css-tricks...
You Might Not Need…JavaScript?
Remember You Might Not Need jQuery? Pavel Laptev’s The Great CSS Expansion has a similar vibe, noting CSS alternatives to JavaScript libraries (and JavaScript in general) that are smaller and more performant.

#css #js #frontend #ui

https://blog.gitbutler.com/the-great-css-expansion

The Great CSS Expansion

CSS now does what Floating UI, GSAP ScrollTrigger, Framer Motion, and react-select used to require JavaScript for. Here is exactly how much that saves, why these libraries were painful beyond their size, and what the platform still hasn't figured out.

Butler's Log

Spaß mit Scripting auf InDesign-Server:

Ein LanguageWithVendors-Objekt hat u.a. diese Properties:
- "name" – z.B. "Spanisch" (bei deutscher UI)
- "untranslatedName" – z.B. "Spanish: Castilian", so steht’s z.B. auch in IDML/ICML

Finden kann man ein gültiges Objekt mit:
> app.languagesWithVendors.itemByName("Spanish: Castilian")

Soweit so gut, gibt ja auch Sinn hier einen unlokalisierten Namen zu verwenden.

Auf dem Server nun: "untranslatedName" gibt es einfach nicht, die Objekte enthalten nur:
- "name": "Spanish"

Wenn ich das aber finden will, brauche ich weiter:
> app.languagesWithVendors.itemByName("Spanish: Castilian")
während
> app.languagesWithVendors.itemByName("Spanish")
kein Ergebnis liefert.
🤔

#adobe #indesign #scripting #JavaScript #js

V únoru 2025 vyzval Anthony Fu, autor populárních nástrojů kolem Vue, Nuxtu a Vite, ekosystém k opuštění duálního publikování npm balíčků a přechodu na ESM-only. S odstupem více než roku je jasné, že měl pravdu – a že se ekosystém posunul ještě rychleji, než sám čekal. Node.js dnes umí require() i na ESM moduly, podíl balíčků s podporou ESM přesáhl třetinu a komunita označuje rok 2026 za „rok plné adopce ESM“.

https://zdrojak.cz/clanky/je-cas-prejit-na-esm-only-ekosystem-je-pripraveny/

Bei mehr als 36 mutmaßlichen Mitgliedern der rechtsextremen Jugendgruppen "Deutsche Jugend voran" und "Jung und Stark" ist es heute zu Razzien gekommen. Der Generalbundesanwalt wirft beiden Gruppen vor, kriminelle Vereinigungen gebildet zu haben. #DJV #JS

👉 https://www.tagesschau.de/inland/gesellschaft/razzia-rechtsextremismus-102.html

🌶️ auto-detection for #signals dependencies in #js is a bad idea

At runtime, you'll only discover dependencies in the execution flow. i.e. if your signal or effect logic is conditional in any way, dependencies may be missed. When that happens the bugs are a huge pain in the ass to debug

🔗 https://tonysull.co/posts/auto-detection-for-signals-dependencies-in

🌶️ auto-detection for #signals dependencies in #js is a bad — Tony Sullivan

An IndieWeb site built with IndiePub.

I've redesigned my website-- my art blog now lives at https://blog.doomvega.art/. Go check it out! 📄 #Webmaster #Webmastery #HTML #CSS #JS #RSS #Website #Frontend #Code #Webdev #Webdesign
DOOMVEGA's Blog!

I've redesigned my website-- my art blog now lives at https://blog.doomvega.art/. Go check it out! 📄 #Webmaster #Webmastery #HTML #CSS #JS #RSS #Website #Frontend #Code #Webdev #Webdesign
DOOMVEGA's Blog!

Gérer le thème foncé / clair, Tutoriel video CSS

Grafikart.fr

New comiCSS Game: ABCnagrams (JS Edition)
https://comicss.art/games/49/

26 Anagrams. Each is missing a different alphabet letter to complete a JavaScript related term. Can you solve it?

#javascript #js #game #puzzle #webdev