shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

288
active users

#js

0 posts0 participants0 posts today

New Kitten release

• Now leaves <style> tags within <template> tags alone when collating and normalising the CSS on a page so as not to interfere with scoped styles in declarative shadow DOM.

(Kitten’s Streaming HTML workflow¹ – which uses htmx and WebSockets under the hood – combined with built-in support for slots, etc., in Kitten components² means the use of declarative shadow DOM is mostly useful if you want scoped styles. Ideally, of course, use classes to scope styles to your components and be specific in your CSS selectors in general so as not to pollute elements in your components. Although that’s a bit like saying you should floss everyday. Yeah, we all know we should…) :)

Update: All that said, I’d highly recommend you don’t use Shadow DOM in your Kitten apps. For one thing, htmx’s WebSocket extension doesn’t seem to play well with it. And for another, you really don’t need it and definitely not just to get scoped CSS.

Enjoy!

:kitten:💕

¹ kitten.small-web.org/tutorials
² kitten.small-web.org/tutorials

New Kitten release

• Socket routes now have precendence in the router.

This stops wildcard page routes from capturing the default socket routes that Kitten creates to enable the Streaming HTML workflow.

e.g., Previously, the following route:

/videos/index_[slug].page.js

Could not connect to its default socket (/videos/default.socket) because default.socket would be captured by the [slug] parameter.

Now, it will work as intended as the /videos/default.socket (a socket route) has precendence over index_[slug].page.js (a page route).

Learn more about Kitten’s Streaming HTML workflow here:
kitten.small-web.org/tutorials

Enjoy!

:kitten:💕

this is it, folks! we are in the final week before submissions are due for GOOD INTERNET, a new print periodical magazine about all the things that make the #web fun: things like the #smallweb, the fediverse, the #indieweb, and efforts to actively fight #enshittification. submissions are open until MARCH 15.

check the submission guidelines or sign up for email alerts to be notified when we publish in may!

goodinternetmagazine.com

if this is your first time hearing about this, you still have enough time to come up with and write an article or complete a digital #art piece, if you're passionate about the #internet and want to write about it! :) bloggers, it's your time to shine!~

i can't wait to show y'all the incredible stories that have been submitted from all over the 'net, and some of the coolest art i've seen about the web!

thank you to everyone who's been so supportive of this project already. this is why this side of the internet is amazing. ❤️ please boost, if you can; i want to make sure i did everything i could to include as many diverse voices as i can.

thank you! 🤟

original post: tilde.zone/@xandra/11391327776

goodinternetmagazine.comgood internet magazine | for the small webA print and digital magazine coming soon.

Has anyone come across any #js lib that helps wire up points (times) in a video to functions? I'm probably going to roll my own, but just wondering if there is any good prior art. The task I have been set is to connect docs and videos together to form sort of tutorial content.

Still on the look out for work, contract or full time. Must be remote unless you have offices in Spain.

Over 20 years of experience doing: #UX/UI, design (web, product, service), front-end (#CSS, #HTML, #JS), #PHP (#kirby, #craftcms) and more recently #React, #NextJS.

My last project was NextJS with React - I did most of the things listed above. A design engineer or front-end designer role would be right up my street.

Would be nice if you do work that gives good belly feels.

Replied in thread

As you see there is plurality, but there is nothing easy about building a web engine.

Rendering HTML via DOM, implementing JS parsing, all the modern #JS standards, the #HTTPS protocol, every #W3C standard that hasn't been deprecated. It's a big, big task to build something like this.

Shout outs to #Ladybird. That slipped my mind completely, a bottom up rewrite - which is insane.

In any case, there are engines a plenty...

So why not build a browser?

@florimond
> Am I crazy for pushing back on "#JS #SPA frontend by default"?

If it's "by default, before even describing the purpose of the site"? You're right to push back against mandatory #JavaScript and #SPA, etc.

One relatively bright line I find useful: Are we building a site for *presenting information* or for people to *actively do something*?

The latter *can* be a web application. Information sites *must* be HTML + CSS, with some #ProgressiveEnhancement JavaScript.

Am I crazy for pushing back on "#JS #SPA frontend by default"?

For 2 years. I've been in a team working on a French public service business logic app, mostly lists and forms w/ neat UX.

The tech is boring. PHP, Symfony, Twig templates. Treat: Turbo, Stimulus, custom elements, for those required bits of interactivity.

Hell it works. It's fast. It doesn't break. We been updating deps monthly w/o breaking changes. Never had to rewrite!

Am I crazy, or are we fooled by the JS industrial complex?

Y'all, I'm not done with squircles! 😅

A few days ago I demonstrated utilizing #CSS clip-path and SVG data to round the corners of an element in a more attractive manner.

That #WebComponents demo turned out well, but it got me thinking I might attempt to “squirclize” a grid of thumbnail images, which eventually led me to the html-squircle #JS library for generating refined curve paths.

Now this looks pretty fun! 🥳 #WebDev

thathtml.blog/2025/01/squircle

Little shoutout to #freesewing !

✨ freesewing.org/ ✨

Freesewing is a crazy bonkers amazing open source project that lets people create patterns and clothes based on their measurements and preferences.

It is very cool to use, and the code behind is just as impressive !

It's super inclusive and free, I encourage anyone remotely curious to check it out !

FreeSewing.orgFreeSewing.orgFree Bespoke Sewing Patterns

I completely resonate with what @csswizardry is saying in his post about building on the web for the long run:

“If you’re going to build for the web, build _on_ the web and build _with_ the web.

If I was only able to give one bit of advice to any company: iterate quickly on a slow-moving platform.”

csswizardry.com/2025/01/build-

csswizardry.comBuild for the Web, Build on the Web, Build with the Web – CSS WizardryWhat is the real, long-term cost of adopting a JavaScript framework?