url.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [url]

www.codever.land/bookmarks/t/url

Lunatech Blog: What every web developer must know about URL encoding

https://www.talisman.org/~erlkonig/misc/lunatech%5Ewhat-every-webdev-must-know-about-url-encoding/

This article describes common misconceptions about Uniform Resource Locator (URL) encoding, then attempts to clarify URL encoding for HTTP, before presenting frequent problems and their solutions. Whi...


How to get the full url in Express?

https://stackoverflow.com/questions/10183291/how-to-get-the-full-url-in-express

See explanation in the answer:


normalize-url

https://github.com/sindresorhus/normalize-url

Normalize a URL.


humanize-url

https://github.com/sindresorhus/humanize-url

Humanize a URL: http://sindresorhus.com โ†’ sindresorhus.com.


url-unshort

https://github.com/nodeca/url-unshort

Expand shortened URLs.


speakingurl

https://github.com/pid/speakingurl

Generate a slug from a string with transliteration.


linkify-it

https://github.com/markdown-it/linkify-it

Link patterns detector with full unicode support.


url-pattern

https://github.com/snd/url-pattern

Easier than regex string matching patterns for URLs and other strings.


embedza

https://github.com/nodeca/embedza

Create HTML snippets/embeds from URLs using info from oEmbed, Open Graph, meta tags.


The Problem With URLs

https://blog.codinghorror.com/the-problem-with-urls/

URLs are simple things. Or so you'd think. Let's say you wanted to detect an URL in a block of text and convert it into a bona fide hyperlink. No problem, right?

  • :calendar: published on: 2008-10-29
  • tags: url, regex