Blog
Here is a collection of problem-solving, parts of CSS code, PHP, Javascript scripts chosen for you
Marcello Perri
How to Add an Ajax-Powered Popup Cart in WooCommerce
Why make shoppers wait?Ever waited for a page to reload after clicking “Add to Cart”? Annoying, right? The screen freezes. The spinning wheel mocks you. And for a second, you think, maybe I don’t even need this thing. That’s how your customers feel, too. Shopping online is supposed to be fast. Smooth. Effortless. But clunky […]
Read More...
Do you remember the last time visiting a website felt like increasing your blood pressure? Websites are expected to load fast, be responsive, and be good-looking. Not only does a sluggish webpage drive away traffic, but it also impacts conversion rates, business growth, search engine ranking, and overall site health. Robust solutions often stem from […]
Read More...
How to animate HTML elements and slide them in on mouse scroll using CSS and Javascript Today I want to animate a bunch of HTML elements and create an animation that moves them inside the same parent DIV once the elements are in the viewport, so only when the elements are visible to the users. […]
Read More...
This tutorial will show you how to change your website cursor to any CSS shape and change the shape on hover on certain HTML elements. I have seen a lot of tutorials online about changing the HTML cursor to an SVG icon or to a PGN icon. In my case, I would like to change […]
Read More...
Discover best practices for effective website navigation and information architecture. Learn how to create intuitive, user-centric designs for improved user experience and how to solve laptop repair issues.
Read More...
Marcello Perri
Woocommerce plugin – manage Min Max cart amount and Min Max quantity on the checkout page
Woocommerce Min Max Checkout is a plugin that extends your Woocommerce e-commerce in order to give you the possibility to set the minimum or maximum checkout amount or in order to set a minimum or maximum order quantity on the cart or checkout pages. With Woocommerce Min Max Checkout you can also set e customizable […]
Read More...
How to add Read More/Read Less button next to a too long HTML element. This tutorial will take you through how to display a certain number of rows of an HTML element and hide the rest of it, then we will see how to read a clickable “Read More” element at the end of the […]
Read More...
Today we try to analyze the error that appears on the browser inspector and that is a bit tricky to fix and we try to understand what is causing the error, the error is called “Failed to load resource: net::ERR_BLOCKED_BY_CLIENT“. This error is always followed by an URL, this URL is the link that has […]
Read More...
Marcello Perri
How to freeze the first row and the first column of an HTML table with CSS, Javascript and JQuery
I was working on an HTML table that displays a list of users and user permission, the first row displays the permission names and the first column displays the name of the users involved. I have noticed that when I strolled toward the right I couldn’t see the user names and scrolling toward the bottom […]