Improve your website loading speed by using AVIF images
AVIF is an image format that’s been here for some time, but recently browsers added support for it. AVIF images can be up to 300kb smaller in size compared to WebP.
Embark on a journey with HTML through our dedicated category. Explore tutorials, gain valuable tips, and stay informed about the latest trends in HTML development. Elevate your web development skills with djolecodes.
AVIF is an image format that’s been here for some time, but recently browsers added support for it. AVIF images can be up to 300kb smaller in size compared to WebP.
In this post we will go through simple process of creating pure HTML5 modal, using dialog element. There is no need to use any of the frontend libraries or frameworks anymore, we can acomplish this with pure HTML, vanilla JS and CSS. Let’s dive right in!
Introduction We have all worked on at least one project where we used jQuery. It was a popular library developed in 2006, and people are still using it because it’s handy or they are used to working with it, but also because a lot of other libraries or front-end frameworks are dependent on it. In …
10++ great JS Methods as a replacement for jQuery Read More »