Matrix URIs, a URL syntax from Tim Berners-Lee that never shipped (1996)
1–10 of 35 posts
Re: Matrix URIs, a URL syntax from Tim Berners-Lee that never shipped (1996)
#2Re: Matrix URIs, a URL syntax from Tim Berners-Lee that never shipped (1996)
#3I quite like the semi-colons. I wonder how we ended up with the slightly unwieldy ?foo=bar&some=thing
The question mark indicates you’re making a query. And the ampersand is a boolean operator. You could imagine query params implementing | in addition to &.
Re: Matrix URIs, a URL syntax from Tim Berners-Lee that never shipped (1996)
#4I quite like the semi-colons. I wonder how we ended up with the slightly unwieldy ?foo=bar&some=thing
Thinking about it, it is a little surprising as, if I remember correctly, in HTML source you should encode & as & right?
Re: Matrix URIs, a URL syntax from Tim Berners-Lee that never shipped (1996)
#5I quite like the semi-colons. I wonder how we ended up with the slightly unwieldy ?foo=bar&some=thing
Re: Matrix URIs, a URL syntax from Tim Berners-Lee that never shipped (1996)
#6I quite like the semi-colons. I wonder how we ended up with the slightly unwieldy ?foo=bar&some=thing
Think “how do I implement a search engine whose interface is visible in the browser address bar?” This was a reasonable question on the early web. And that’s why they are called query params. The question mark indicates you’re making a query. And the ampersand is a boolean operator. You could imagine query params implementing | in addition to &.
Re: Matrix URIs, a URL syntax from Tim Berners-Lee that never shipped (1996)
#7Why in the world this didn't gain traction?
Re: Matrix URIs, a URL syntax from Tim Berners-Lee that never shipped (1996)
#8I quite like the semi-colons. I wonder how we ended up with the slightly unwieldy ?foo=bar&some=thing
Is there any reason we couldn't just use that anyway?
Re: Matrix URIs, a URL syntax from Tim Berners-Lee that never shipped (1996)
#9I quite like the semi-colons. I wonder how we ended up with the slightly unwieldy ?foo=bar&some=thing