Note from 27 January 2022
Me: I would use a link with an image:
<a href="link/to/profile"><img src="picture.jpg" alt="Nicolas Hoizey" /></a>
Twitter:
🤷♂️
Me: I would use a link with an image:
<a href="link/to/profile"><img src="picture.jpg" alt="Nicolas Hoizey" /></a>
Twitter:
🤷♂️
Bobae Kang
[HTMX] can get you 80% there with radically less complexity. No extra dependencies, no build step, no advanced tooling (now re-written in Rust!),…
67 Weird Debugging Tricks Your Browser Doesn't Want You to Know
A list of useful, not-obvious hacks to get the most out of your browser’s1 debugger. Assumes an intermediate-level-or-higher understanding of the…
Educational Sensational Inspirational Foundational
A historical record of foundational web development blog posts. I've already read most of these great articles, and will of course read the few missing.…
Many of the latest additions to HTML, CSS, and JavaScript first existed as JavaScript libraries or frameworks or pre-processors or polyfills and then…
Michael Scharnagl
Loading and replacing HTML parts with HTML
I really would like HTML to be more powerful, and I think showing other content without a full page reload is something people wanted for decades…