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:

246
active users

#javascript

33 posts27 participants0 posts today

My version of a Pilot Logbook application reached alpha status. 🙂💪

It stores the minimum data required by the German NfL 2212-21, plus some data recorded in my paper log. And some data I deem interesting, like engine time and fuel consumption.

I even managed to hack together a CSV parser (no native support in Javascript 🙄), so that the program can import data from Vereinsflieger (fleet management web app of my club).

Speak Their Language: Simple Code Mods for a Multi-Lingual Website

In today's interconnected world, your website has the potential to reach users across the globe.

Good news! While large, enterprise-level localization involves many layers, you can start making your web pages multi-lingual with surprisingly simple HTML, CSS, and JavaScript hacks

Ready to make your website a polyglot?

codemodd.blogspot.com/2025/06/

#programming #Coding #Computers #HTML #JavaScript
#languages #CSS

I hate saying things which seem blindingly obvious, but when Famous People™ such as Theo on YouTube make these basic mistakes, I wonder. 🧐

So here you go:

`document.querySelector("# my-dumb-button").addEventListener(...)` is completely obsolete in the year 2025.

Never do that again please. You don't need to!

If you're wondering “well, what should I do instead?”, check the comments; we'll talk about what to do instead. Apparently it will BLOW YOUR MIND! 😂