Tag: HTML
All the articles with the tag "HTML".
htmz: Dynamic Applications Without a <script> Tag
Published: at 05:56 PMhtmz is an experiment that distills the concepts of htmx into a single HTML snippet
Replacing the Jet Engine While Still Flying
Updated: at 11:28 PMFirefox is taking a one-piece-at-a-time strategy to replace the Gecko rendering engine with a modern one coded in Rust.
Writing Less Damn Code
Updated: at 07:02 PMThe better you understand the newest HTML and CSS, you'll find that much of the code we write can be eliminated altogether
The target="_blank" phishing attack vector
Updated: at 03:39 PMIf you use target="_blank" you need to also use rel="noopener noreferrer"
normalize.css hits 4.0
Updated: at 03:22 PMI ran into an IE 9 - 11 bug last night that would have been fixed with a css reset and now I have more respect for normalize.css
Styling Broken Images
Updated: at 08:10 PMUse :before and :after pseudo-elements with an attr() expression to make broken images look snazzy
CSS only Responsive Tables
Updated: at 03:13 PMUse flexbox to make tables responsive and flip columns with rows
The future of loading CSS
Updated: at 10:57 PMWith HTTP/2 asset pipelining, adding stylesheets directly above the html they affect gives you the quickest display of content from first byte.
Responsive email design
Updated: at 07:53 PMThe lessons I've learned for designing emails that look good on every device
Chrome Filmstrip & Improving Page Speed
Updated: at 07:19 PMChrome has a hidden flag for capturing screenshots of your page at various stages of the page loading and rendering process