Episodes
-
Eric Harrison, MakeStartups
Original twitter post:
https://twitter.com/blister/status/1752357600547545356For-Profit: https://makestartups.com
Non-Profit (school): https://makestartups.org
Personal website: https://ericharrison.info -
Home site: https://alexanderpetros.com/
Utah JS talk (100 year web service): https://www.youtube.com/watch?v=lASLZ9TgXyc
Big Sky Dev Con Talk (Life and Death of Htmx): https://www.youtube.com/watch?v=1g5ruM-16_Y&t=2684s
Triptych Proposals: https://alexanderpetros.com/triptych/
Blog: https://unplannedobsolescence.com/ -
Episodes manquant?
-
Tanner Bass claims to speak on behalf of the CEOS
-
Got a problem? Tell me all about it at
https://htmxlabs.com -
Lucas Pires of CheckSec on when to use htmx and django -- and when NOT too
Links:
PyCon PT 23 | Building advanced back-office interfaces using Django & HTMX
https://www.youtube.com/watch?v=hdLWZQb8pkE -
Ok, so different build (no Node js, no npm, no yarn)
https://tailwindcss.com/blog/standalone-cli -
Sahil's tweet:
https://x.com/shl/status/1839686512767627310Where is our ShadCN? Where is our Flux UI? Where is our Tailwind UI?
-
Hypermedia contrained by ajax and network calls?
No way -- Delaney is here to expand your mind with 60fps hypermedia streaming to your browser!
Data Star:
https://data-star.dev
Grugs around the Fire:
https://data-star.dev/essays/grugs_around_fire -
John is ready to build something real.
What if it went straight into production as a dashboard widget? -
See what I'm talking about:
https://x.com/htmxlabs/status/1831510008946708959Shoutout to reddit user Thoram
https://www.reddit.com/r/htmx/comments/125gha4/prevent_scrolling_on_hxboost/
-
My father in law runs his business using a CAD app running on a floppy disk. No, I'm not kidding
-
Ben Croker is building Sprig for CraftCMS, a reactive framework for CraftCMS built using htmx.
As one of the top contributors to htmx, Ben also shares his tips on contributing to open source.Sprig Cookbook: https://putyourlightson.com/sprig/cookbook
Ben on Twitter: https://x.com/ben_pylo
Craft CMS: https://craftcms.com
http://devMode.fm
Ben Croker + Carson Gross podcast episode: https://devmode.fm/episodes/dynamic-html-with-htmx -
An HTMX success story
https://www.sheenaoc.com/articles/2024-06-30-htmxSheena joins to talk about how she teaches her junior devs to teach noob devs how to become junior devs
-
<dialog> tag is great
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog -
Ignorance is bliss
-
John says what's up with marketing for small businesses
Youtube: https://www.youtube.com/watch?v=S7BX2ocn7XM
-
What's an efficient/great way to add modals using htmx?
-
Anthony's talk at Big Sky Dev Con:
https://www.youtube.com/watch?v=uVKSmR_hBMs&t=9142sThis episode on youtube (i.e. see faces)
https://www.youtube.com/watch?v=LQfKmpx7QZ8 -
Mentioned, how to submit and reset a form on success using htmx:
<form hx-post="/admin/candidates"
hx-target="#candidates_add_form"
hx-swap="beforebegin"
hx-on::after-request=" if(event.detail.successful) this.reset()"
>This assumes the last row is the add form, and places the newly added item directly above it.
- Montre plus