Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

Tech

WEBMASTER@ a manifesto for everyone

A week ago, when authoring a project for HTML Day 2026, Jay Hoffman came across a passage from an essay on blink and marquee tags. At the time, webmasters were seen as a new breed of web professionals, part designer, part developer, and part evangelist, responsible for managing, editing, and creating websites of all sizes. This passage inspired Hoffman to write dozens of articles on the Independent Web, focusing on principles, technical tutorials, accessibility, and advocacy. It led to the creation of a manifesto, which he considers his most important work to date.

Written by urgent.news from Lobsters's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at brennan.day →

More in Tech

How Do I Send Password Reset Emails from a Backend App Using an Email API?

Here's the full flow the way I've built it, using Notify as the email API. The shape of this is the same regardless of which provider you pick — generate a token, send a link, verify it on submit — so…

  • Generate secure reset token using cryptographically secure random value generator.
  • Build reset URL with hashed token as parameter for password verification.
  • Send password reset email via email API, handling bounced emails with webhook.

More from Monday 17 August →