Wednesday, May 29, 2024
I have started to consider adding scrolling text into my design process. I started by using a CSS-only approach. The…
Thursday, October 19, 2023
JavaScript is a dynamically typed language, and it doesn’t have specific integer or floating-point types, unlike some other languages. In…
Thursday, October 3, 2024
How to enable JavaScript in your browser and why Nowadays, all web pages contain JavaScript, a scripting programming language that…
Wednesday, August 21, 2024
If you want to use the logo carousel as a WordPress plugin, see How to Create a Logo Carousel as…
Monday, September 25, 2023
If you're looking to create a segmented (stepped) horizontal bar chart using nothing but vanilla JavaScript, you're in luck!
Friday, September 8, 2023
These days, I’ve been working on building a prediction search engine for real estate websites. I started with something small,…
Wednesday, July 12, 2023
Arrays Chunk Creates an array of elements split into groups the length of size. Compact Creates an array with all…
Tuesday, May 30, 2023
As part of decommissioning the Core Web Vitals report from Lighthouse, here’s how the CrUX report has been built. If…
Friday, April 28, 2023
The code below generates a sine wave with a specified amplitude, frequency, and phase. The wave is drawn on the…
Sunday, April 23, 2023
If you’re a web developer or network administrator, you know that DNS records play a crucial role in ensuring that…
Tuesday, October 29, 2024
This is a short story about WordPress website performance optimization. A recent project of mine involved optimizing a website, currently…
Thursday, May 9, 2024
I wrote about client-side JavaScript pagination before, but I have never stopped searching for the perfect pagination method, both from…