You can use newline characters in URLs

We locate web content using special addresses called URLs. We are all familiar with addresses like https://google.com. Sometimes, URLs can get long and they can become difficult to read. Thus, we might be tempted to format them like so in HTML using newline and tab characters, like so: <a href="https://lemire.me/blog/2026/02/21/ how-fast-do-browsers-correct-utf-16-strings/">my blog post</a> It will … Continue reading You can use newline characters in URLs

Daniel Lemire's blog

#Development #Guides
A complete guide to bookmarklets · How browser bookmarks become tiny web tools https://ilo.im/16axbr

_____
#Bookmarklets #URLs #Browsers #Security #CSP #CssSpecificity #WebDev #Frontend #CSS #JavaScript

A Complete Guide to Bookmarklets | CSS-Tricks

Browsers don't just let you bookmark web pages. You can also bookmark JavaScript, allowing you to do so much more than merely save pages.

CSS-Tricks
Unsung heroes: Flickr’s URLs scheme – Unsung

A blog about software craft and quality

Unsung heroes: Flickr’s URLs scheme – Unsung

A blog about software craft and quality

Unsung: Unsung heroes: Flickr’s URLs scheme. “This was incredible and a breath of fresh air. No redundant www. in front or awkward .php at the end. No parameters with their unpleasant ?&= syntax. No % signs partying with hex codes. When you shared these URLs with others, you didn’t have to retouch or delete anything. When Chrome’s address bar started autocompleting them, you knew exactly […]

https://rbfirehose.com/2026/02/20/unsung-heroes-flickrs-urls-scheme-unsung/
Unsung heroes: Flickr’s URLs scheme (Unsung)

Unsung: Unsung heroes: Flickr’s URLs scheme. “This was incredible and a breath of fresh air. No redundant www. in front or awkward .php at the end. No parameters with their unpleasant ?&…

ResearchBuzz: Firehose

Gadget Review: How a Basic URL Change Exposed Sensitive Epstein Files on DOJ Servers. “A viral internet discovery just exposed the Department of Justice’s digital incompetence in spectacular fashion. Users found they could reportedly change ‘.pdf’ to ‘.mp4’ in URLs from DOJ releases and access different content types.”

https://rbfirehose.com/2026/02/19/gadget-review-how-a-basic-url-change-exposed-sensitive-epstein-files-on-doj-servers/
Gadget Review: How a Basic URL Change Exposed Sensitive Epstein Files on DOJ Servers

Gadget Review: How a Basic URL Change Exposed Sensitive Epstein Files on DOJ Servers. “A viral internet discovery just exposed the Department of Justice’s digital incompetence in spectacular …

ResearchBuzz: Firehose
The Site #Checker #Report: The #URLS take too #long to #load, and #readers aborted
When a #blog is manipulated, the readers can’t get access to read, and if they click, it can direct them somewhere else.
https://juskosave.blogspot.com/2026/02/the-site-checker-report-urls-take-too.html
I have recently finished my series on the different HyperText Transfer Protocol (HTTP) status codes associated with the #Internet and distinct #URIs and #URLs of all types. You can find the content on my #YouTube channel at https://www.youtube.com/@novaTopFlex.
Andrew Kay (novaTopFlex)

This channel is dedicated to software based on #GNU and #Unix, including #Linux and #NetBSD. Videos may include graphical application programming with #Python as well as command-line and graphical system setups. For more information, please consult the descriptions of individual videos. There will be information about whether #QEMU or #Docker is being utilized, along with other technical specifications and related resources. Current Topics: #html (#html5), #linux, #markdown

YouTube

Vorsicht vor zu tief verschachtelten URL-Strukturen. 🏗️

​Viele spiegeln ihre Menü-Hierarchie 1:1 in der URL wider:

domain.de/kategorie/unterkategorie/produkt.

​Das Problem: Benennt man oben die Kategorie um (z.B. von "Schuhe" zu "Sneaker"), ändern sich automatisch tausende URLs darunter mit.

Plötzlich muss man massenhaft 301-Weiterleitungen einrichten.

​URLs sollten beständig sein.
Besser sind flache Hierarchien (/produkt-name).

Stabilität schlägt hier Hierarchie. 🧱
#seo #urls