How to load Script/CSS files from static HTML with dynamic URLs
When developing a web application, even if you update files by changing the content of externally called Script/CSS on static HTML,
there may be cases where old Script/CSS files cached in the browser are used and the screen is not displayed properly.
Therefore, we will introduce a method to prevent cache usage by loading Script/CSS with dynamic URLs, even if it is static HTML.
Read more
Web
· Script
· CSS
October 05, 2024
How to write a modal "spinning" loader display on the Web with CSS
When developing a web application, I want to display a loader that spins around on the screen while the server side processes it! I think you may think so.
In some cases, this is supported by a web framework that includes a UI, but it may not be easy to install or it may be a hassle to prepare image data.
Therefore, we will introduce an easy way to implement a modal loader using only CSS.
Read more
Web
· Script
· CSS
October 01, 2024