How to make fluid typography with CSS
Zelig880
by Zelig880
6M ago
I have been developing for over a decade and creating Dynamic “font-size” has always been a long-discussed requirement. Until now, this feature was always achieved with the use of Javascript to support the font to scale up and down to fit within the container. Luckily for us, with the advances in CSS, we are actually... Read More The post How to make fluid typography with CSS appeared first on Zelig880 ..read more
Visit website
How to wait for an element to render in the DOM
Zelig880
by Zelig880
6M ago
If you are reading this article, chances are you are looking for a way to trigger some code when an element becomes available on the page. This has been possible for a long time using hacks such as setTimeout or third libraries (usually built on top of setTimeout anyway). In this article, we are going... Read More The post How to wait for an element to render in the DOM appeared first on Zelig880 ..read more
Visit website
How to deploy VitePress on GitHub Pages using GitHub Actions
Zelig880
by Zelig880
6M ago
VitePress is a powerful documentation tool for web development that aims to provide a fast and efficient development experience. In this tutorial, we’ll explore how to deploy a VitePress project to GitHub Pages, allowing you to showcase your web applications to the world with ease. Prerequisites: Before we begin, ensure that you have the following:... Read More The post How to deploy VitePress on GitHub Pages using GitHub Actions appeared first on Zelig880 ..read more
Visit website
Unveiling the Power of SpeechRecognition Web API with Vue.js
Zelig880
by Zelig880
6M ago
In today’s Technology world, staying up to date with all the new trends and technologies is extremely hard. This also includes native browsers Apis. One such technology that has been making waves in recent times is the SpeechRecognition Web API. This API allows developers to integrate speech recognition capabilities seamlessly into web applications, opening up... Read More The post Unveiling the Power of SpeechRecognition Web API with Vue.js appeared first on Zelig880 ..read more
Visit website
How to watch for nested data in Vue Js
Zelig880
by Zelig880
6M ago
Watching an item for changes in Vue Js is quite simple, but things can be slightly more complicated if the item you are watching is part of a nested object. In this article, we are going to cover different methods to help you react to changes to nested watch properties. What is “watch” As with... Read More The post How to watch for nested data in Vue Js appeared first on Zelig880 ..read more
Visit website

Follow Zelig880 on FeedSpot

Continue with Google
Continue with Apple
OR