norden.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Moin! Dies ist die Mastodon-Instanz für Nordlichter, Schnacker und alles dazwischen. Folge dem Leuchtturm.

Administered by:

Server stats:

3.4K
active users

#webdev

158 posts117 participants0 posts today

Looking for a new web host because NameCheap was getting expensive (sic).

I already got a domain just gotta have a place where I can drag and drop some HTML files, maybe a bit of java.

Neocities is ideal and something I like using and I'd pay for their premium tier but looking for something a bit more low cost (under $60/year). Another option is self hosting (I already have Yunohost running locally) but I'm worried about IP.

Suggestions welcome :boost_ok:
#indieweb #hosting #webdev #mastoask

Lerne Webentwicklung – kostenlos und ohne Vorkenntnisse! Bei unserer Infoveranstaltung stellen wir Dir das sechsmonatige WebDev-Programm vor: Inhalte, Ablauf, Bewerbung und Support. Am Montag, 28. April 2025, 17–19 Uhr im COBL, Legienstraße 40, Kiel oder online via Zoom. Die Veranstaltung ist auf Englisch, Fragen gern auf Deutsch.

👉 Mehr Infos & Anmaleung: edu.opencampus.sh/course/532?u


@kaffeeringe @webmontagkiel @kieliscalling

Made a slip-up in some awkwardly shoehorned custom CSS today.

I had forgotten to close `:root { … }` (no trailing curly brace).

I only spotted (and fixed) it because although Chrome, Edge and Firefox all rendered the rest of the styles as if it had been closed, Safari was not so tolerant!

Considering accessibility and the `<details>` elements: Is it okay to update the `<summary>` element on the fly based on the values of a nested form? And if yes, should this update be announced to screen readers? I've been trying to research this but my search result only return auto-generated garbage 😔

🦖 HTMLOutputElement: validationMessage property
✅ Widely available (from Dec 2018)

developer.mozilla.org/en-US/do

The validationMessage read-only property of the HTMLOutputElement interface returns a string representing a localized message that describes the validation constraints that the <output> control does not satisfy (if any). This is the empty string as <output> elements are not candidates for constraint validation (HTMLO…

The MDN Web Docs logo, featuring a blue accent color, displayed on a solid black background.
MDN Web DocsHTMLOutputElement: validationMessage property - Web APIs | MDNThe validationMessage read-only property of the HTMLOutputElement interface returns a string representing a localized message that describes the validation constraints that the <output> control does not satisfy (if any). This is the empty string as <output> elements are not candidates for constraint validation (HTMLOutputElement.willValidate is false).