How to prevent scroll chaining with overscroll-behavior property in CSS
Posts Tagged with 'webdev'
Phoenix 1.7 is dropping Phoenix.View, but it's for a good reason! Controllers and LiveViews will now render function components. And the aim is to collocate templates next to the controller that renders them!
Learn how microcaching (short-term caching of dynamic content) can improve performance on a website powered by WordPress or similar applications.
The history of JSON is the history of the people that created it, and what they set out to do with the software they wrote.
Bookmark of https://deno.com/blog/v1.28
The View Transitions API (formerly Shared Element Transitions) could be the best or worst thing to happen to the web in years.
Bookmark of https://adactio.com/journal/19573
Bookmark of https://pepelsbey.dev/articles/conditionally-adaptive/
JavaScript owes part of its development to a retired open source language with a small community, called E.
Y’know what I love? That I can do that in one line of CSS: html { font-size: clamp(100%, 50% + 0.666vw, 150%); }
In this article, Juan Diego covers the least known yet extremely useful APIs, such as the Page Visibility API, Web Sharing API, Broadcast Channel API and Internationalization API. Together we will see what they are, where we should use them, and how to use them.