
Why use Able Player instead of video
? - Joe Dolson Web Accessibility https://www.joedolson.com/2025/07/why-use-able-player-instead-of-video/ #video #webdev #a11y #accessibility #html #webdevelopment
Why use Able Player instead of video
? - Joe Dolson Web Accessibility https://www.joedolson.com/2025/07/why-use-able-player-instead-of-video/ #video #webdev #a11y #accessibility #html #webdevelopment
Thursday is the 35th instance of #IndieWeb Front End Study Hall. In a time of trouble gathering with others to learn to make better websites with #HTML and #CSS with folk of all skill levels is terrific. Bring www wishes & confusions and let's learn together. https://events.indieweb.org/2025/08/front-end-study-hall-035-bkD9G9V4HZaz
Thursday is the 35th instance of #IndieWeb Front End Study Hall. In a time of trouble gathering with others to learn to make better websites with #HTML and #CSS with folk of all skill levels is terrific. Bring www wishes & confusions and let's learn together. https://events.indieweb.org/2025/08/front-end-study-hall-035-bkD9G9V4HZaz
Wow! You know that #Web#Tech is getting really good when you are able to replace significant amounts of #JavaScript with a few lines of #HTML and #CSS. Best part is the fact that you get #a11y out of the box with native widgets 🙌
A few examples: <dialog closedby="any">
, stylable <select>
and even HTML autocomplete/typeahead using the <datalist>
.
Wow! You know that #Web#Tech is getting really good when you are able to replace significant amounts of #JavaScript with a few lines of #HTML and #CSS. Best part is the fact that you get #a11y out of the box with native widgets 🙌
A few examples: <dialog closedby="any">
, stylable <select>
and even HTML autocomplete/typeahead using the <datalist>
.
Shared: The Server Doesn't Render Anything https://unplannedobsolescence.com/blog/the-server-doesnt-render/.
> "When I advise people on how they should structure a web service, I always start from the same place: make a server that responds to HTTP requests with HTML text.
>
> That is the most durable, cost-effective, and user-friendly way to build a web service. Most web services should be built this way absent an excellent reason not to."
Shared: The Server Doesn't Render Anything https://unplannedobsolescence.com/blog/the-server-doesnt-render/.
> "When I advise people on how they should structure a web service, I always start from the same place: make a server that responds to HTTP requests with HTML text.
>
> That is the most durable, cost-effective, and user-friendly way to build a web service. Most web services should be built this way absent an excellent reason not to."
any #html experts in the chat? I'd like to replicate these old railway timetables in HTML, and am writing a Python app to write the HTML.
is there a better way than by drawing lines over the layout like this and spamming colspan
everywhere?
e.g.
London Waterloodep
Vauxhall
any #html experts in the chat? I'd like to replicate these old railway timetables in HTML, and am writing a Python app to write the HTML.
is there a better way than by drawing lines over the layout like this and spamming colspan
everywhere?
e.g.
London Waterloodep
Vauxhall
🆕 blog! “What about using rel="share-url" to expose sharing intents?”
Let's say that you've visited a website and want to share it with your friends. At the bottom of the article is a list of popular sharing destinations - Facebook, BlueSky, LinkedIn, Telegram, Reddit, HackerNews etc.
You click the relevant icon and get taken to the site with the…
👀 Read more: https://shkspr.mobi/blog/2025/08/what-about-using-relshare-url-to-expose-sharing-intents/
⸻
#HTML #standards #webdev
🆕 blog! “What about using rel="share-url" to expose sharing intents?”
Let's say that you've visited a website and want to share it with your friends. At the bottom of the article is a list of popular sharing destinations - Facebook, BlueSky, LinkedIn, Telegram, Reddit, HackerNews etc.
You click the relevant icon and get taken to the site with the…
👀 Read more: https://shkspr.mobi/blog/2025/08/what-about-using-relshare-url-to-expose-sharing-intents/
⸻
#HTML #standards #webdev
Just sharing the very bare-bones script I use to make static websites from markdown files. Currently use this for both the https://httpd.rocks and https://openbased.xyz sites:
Just sharing the very bare-bones script I use to make static websites from markdown files. Currently use this for both the https://httpd.rocks and https://openbased.xyz sites:
Coming soon (likely this afternoon, I’m writing tests and docs and updating examples as we speak)…
This is the sort of thing you’ll be able to do with Markdown pages. Just pop any arbitrary JavaScript you want in the new script block in the front matter and then import and use components as well as plain old JavaScript tagged template variable interpolation (not shown in this example) inside your Markdown.
The screen has all the code (sans the end of the last line of CSS and the closing tags for the
OK, so here’s likely the simplest possible example demonstrating:
• The same route, implemented as both a Kitten JavaScript Page (.page.js) and as a Kitten Markdown Page (.page.md)
• How to persist to the default Kitten JSDB¹ database.
(That first line with the nullish coalescing operator creates a “table” on the database with a default value for the count if it doesn’t already exist.)
¹ https://kitten.small-web.org/tutorials/persistence/
#Kitten #SmallWeb #web #dev #JavaScript #HTML #Markdown #example #comingSoon
Coming soon (likely this afternoon, I’m writing tests and docs and updating examples as we speak)…
This is the sort of thing you’ll be able to do with Markdown pages. Just pop any arbitrary JavaScript you want in the new script block in the front matter and then import and use components as well as plain old JavaScript tagged template variable interpolation (not shown in this example) inside your Markdown.
The screen has all the code (sans the end of the last line of CSS and the closing tags for the
Rewriting the Windows section of Kitten’s installation instructions.
Update: it’s live now.
#Kitten #SmallWeb #SmallTech #web #dev #HTML #CSS #JavaScript #NodeJS #FOSS #tech #Windows #Microsoft #israel #genocide #ethnicCleansing #apartheid #settlerColonialism #Palestine #Gaza #WestBank #StopIsrael #StopTheGenocide #BoycottDivestmentSanctions #BDS #FreePalestine
A space for Bonfire maintainers and contributors to communicate