Drupal 11: Making Interactive Elements With HTMX

HTMX is a JavaScript library that allows you to make ajax calls and create CSS transitions without writing any JavaScript code. It works by adding attributes to HTML elements, which it then uses to set up and perform ajax requests, swap elements, and a few other things.It was added to Drupal in version 11.3.0* and gives developers the ability to create interactive elements using render arrays and HTML attributes. The intent is to replace the entire ajax sub-system with one built around HTMX, and there is quite a lot of work ahead to accomplish this task.

#! code
The Programmer’s Fulcrum: 20 March, 2026

Welcome to this week’s The Programmer’s Fulcrum.

It’s your weekly review of the essential news in the Open Media Network and Fediverse development communities with a focus on devastating big tech via Techno Anarchism. We aim to provide actionable content you can use to destroy Techno Feudalism each week. It has the additional benefit of weakening authoritarianism.

IMHO, the best way to do […]

https://newsletter.mobileatom.net/the-programmers-fulcrum-20-march-2026/ #ActivityPub #Akkoma #ATProto #bluesky #Buttondown #CSS #Drupal #DrupalCMS #fediverse #Friendica #GNOME #Gutenberg #Holos #HTML #HTMX #Hubzilla #Inkwell #javascript #Joplin #Linux #Madblog #Markdown #Mastodon #MicroBlog #NodeBB #nodejs #OMN #OpenProject #PostmarketOS #Sigil #Tangled #Twig #WebComponents #WordPress
The Programmer’s Fulcrum: 06 March, 2026

This post first appeared on The Fulcrum.

Welcome to this week’s The Programmer’s Fulcrum.

It’s your weekly review of the essential news in the Open Media Network and Fediverse development communities with a focus on devastating big tech via Techno Anarchism. We aim to provide actionable content you can use to destroy Techno Feudalism each week. It has the additional benefit of weakening […]

https://newsletter.mobileatom.net/the-programmers-fulcrum-06-march-2026/ #ActivityPub #AI #ATProto #Blacksky #bluesky #BuildAwesome #Buttondown #Calibre #CSS #Emissary #FAIR #fediverse #Forgejo #Furilabs #Ghost #GoToSocial #Gutenberg #Holos #HTML #HTMX #Inkscape #javascript #Linux #Mastodon #Modal #NetNetNewswire #Nextcloud #OMN #PostmarketOS #Tuta #Wafrn #WordPress #XMPP

Carson Gross's 2025 Keynote: Lateral Thinking with Weathered Technology: How The Nintendo Philosophy Applies to Modern Web Development

https://youtu.be/ZLpCIw19lE0

We'd love to have you on our stage this year, but you have to get your talk proposal in by Monday at 11am Chicago time: https://pretalx.com/djangocon-us-2026/cfp

#Django #HTMX #DjangoCon

I took a look at Go and HTMX using a web generation tool, Gowebly.

A next-generation CLI tool for building amazing web apps. Go, htmx & hyperscript, modern CSS frameworks!

</> htmx - high power tools for html

htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext htmx is small (~14k min.gz’d), dependency-free, extendable, IE11 compatible & has reduced code base sizes by 67% when compared with react

Net een demo van Jeroen Akkerman van #Divotion (zusterbedrijf van @jdriven) bijgewoond over #Fresh, een web framework waarmee je ook serverside code schrijft in TypeScript. Deed me denken aan #HTMX en serverside rendering met #JSP, #Freemarker of #Thymeleaf. Interessant spul.

https://fresh.deno.dev

Fresh - The simple, approachable, productive web framework.

Fresh features just-in-time edge rendering, island based interactivity, and zero-configuration TypeScript support. Fast to write; fast to run.

Started playing with an idea where I have #claude replace the business logic layer of a web app and pass back #htmx views on the fly. Wrote a post describing how it works https://anoliphantneverforgets.com/notes/2026-03-18-hexagonal-agents​​​​​​​​​​​​​​​​

Its Thursday, that means its Weekly Brain Dump time!

- More work on the Taylor Community site
- A big clean up of my desk
- Modding my Arcade Stick to be leverless

https://sean.taylormadetech.dev/2026/03/19/weekly-brain-dump-14.html

#WeeklyBrainDump #Ruby #Rails #htmx #CleanUp #Arcade #Modding

Sean - Weekly Brain Dump #14

Taylor Community: Rewrote the live update mechanism Desk Cleanup: Finally cleaned up my desk again Arcade Stick Modding: Modded my Arcade Stick Interesting Links: Cool things I found this week

Last week I published my new tool Inbox to Kindle, to read newsletters directly on the kindle. Today, I'm sharing a behind the scenes of it.
Go to Tyn Studio blog, to read more about it, the technology choices: why I went for #Django instead of #FastAPI, using #HTMX rather than #React, etc.

Give it a read here: https://tynstudio.com/blog/inbox-to-kindle-behind-the-scenes.html

Check Inbox to Kindle in https://inboxtokindle.com

Building InboxToKindle: Behind the Scenes of an MVP

How InboxToKindle processes newsletter emails into Kindle-ready EPUBs using Django, HTMX, and AWS. Full architecture breakdown of an MVP built to stay simple.

TYN Studio Blog

To my younger me: Please use 2 different resource URI for #htmx and non-htmx requests. It makes development much easier later even tough you could destinquish by htmx headers, you definitely have more "control" and less surprises as things grow.

e.g. /todos/<id> and /hx/todos/<id>