T.I.L. How to get the favicon of any site
A quick tip on using a Google CDN to easily retrieve and display the favicon for any website URL without manual crawling.
A quick tip on using a Google CDN to easily retrieve and display the favicon for any website URL without manual crawling.
A tutorial on using JavaScript's URL() constructor to parse components like hostname, pathname, query strings, and hash from URLs.
Explains why complex regexes are often wrong and unmaintainable, advocating for simpler, more robust validation methods.
A guide to correctly extracting URL hash values in JavaScript, addressing common pitfalls and naive approaches.
Explains a bug in PHP's parse_url function when used with the zip:// wrapper and provides a warning for developers.