#Development #Techniques
Newlines in URLs work · Making long links more readable in HTML https://ilo.im/16b45d
_____
#Newline #Tabs #Readability #URLs #DataURLs #Specification #Browsers #WebDev #Frontend #HTML #SVG
#Development #Techniques
Newlines in URLs work · Making long links more readable in HTML https://ilo.im/16b45d
_____
#Newline #Tabs #Readability #URLs #DataURLs #Specification #Browsers #WebDev #Frontend #HTML #SVG
You can use newline characters in URLs
https://lemire.me/blog/2026/02/28/you-can-use-newline-characters-in-urls/
#HackerNews #newlinecharacters #URLs #techblog #webdevelopment #programming

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
#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
#Design #Explorations
Flickr’s URLs scheme · ”It was a beautiful and predictable scheme.” https://ilo.im/16aq98
_____
#Flickr #URLs #Schemes #Keyboard #Readability #Predictability #UrlDesign #ProductDesign #UiDesign #WebDesign
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/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/
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
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).