IPv6 zones in URLs are a mistake
https://xeiaso.net/notes/2026/ipv6-zones-go-url/
#HackerNews #IPv6 #URLs #mistakes #internet #debate #tech #news
IPv6 zones in URLs are a mistake
https://xeiaso.net/notes/2026/ipv6-zones-go-url/
#HackerNews #IPv6 #URLs #mistakes #internet #debate #tech #news
Tool: URL Comparer, by (not on Mastodon or Bluesky):
#Business #Approaches
I’ve banned query strings · “I don’t like people adding tracking stuff to URLs.” https://ilo.im/16d7c6
_____
#URLs #Tracking #Privacy #Websites #IndieWeb #SmallWeb #Development #WebDev #Frontend #Backend
I Will Not Add Query Strings to Your URLs
https://susam.net/no-query-strings.html
#HackerNews #IWillNotAddQueryStrings #URLs #WebDevelopment #TechDebate #UserExperience
Working with custom content types in WordPress
Different ways of working with custom content types in WordPress, and the pros and cons of each.https://duncanstephen.net/working-with-custom-content-types-in-wordpress/
🟣 Chris’ Corner: URLs
by @chriscoyier
at @codepen
#urls #webdev
You Can Use Newline Characters in URLs, by @lemire:
https://lemire.me/blog/2026/02/28/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