How To Config htaccess For WordPress To Improve Speed

.htaccess is a specific configuration file in WordPress that can regulate how your server runs your website. .htaccess is one of the most powerful configuration files on your WordPress site, and it may handle 301 redirects, SSL connections, password protection, the default language, and more. More specifically, the .htaccess file name contains directives for controlling… Continue reading How To Config htaccess For WordPress To Improve Speed

Steps For Building Your Own Blockchain Tutorial

In this article, we’ll cover all aspects in need to take into consideration for building your own blockchain. When Satoshi Nakamoto revealed Blockchain technology in 2008 in the paper Bitcoin: A Peer-to-Peer Electronic Cash System, it was a revolutionary combination of public-key cryptography (developed in the 1970s), cryptographic hash functions (born in the 1970s), and… Continue reading Steps For Building Your Own Blockchain Tutorial

Javascript Particle Animation: Particle Animation GSAP

In this article, I will show you how to create a javascript particle animation using just a few lines of code. The HTML code you will need to create this animation is looking like this: As you can see there is no need for more HTML code because the rest of the structure will be… Continue reading Javascript Particle Animation: Particle Animation GSAP

How To Install WordPress With Docker Tutorial

Because of its numerous features and ease of use, WordPress is one of the most popular content management systems (CMS). Setting up a new web host environment, on the other hand, can be time-consuming, especially if you need to do it frequently. Docker helps to reduce the time and effort required by simplifying the installation… Continue reading How To Install WordPress With Docker Tutorial

How To Paste From Excel To Multiple Inputs Using jQuery

In order to be able to paste from excel to multiple inputs, you will have to split the whole string in an array and then just change the value of every input. Let me show the code you need to add:

How To Delete Row From Repeater ACF Using PHP

In order to delete a row from repeater ACF using PHP, you have to open functions.php and use the following code. In the below example $repeater_key is the key of the element that was clicked. You have to check if the keys start from 0, if they do, you will have to increment it by… Continue reading How To Delete Row From Repeater ACF Using PHP

How to Start an Ecommerce Website (Step by step)

If you decided to start your own ecommerce website, you probably did  the best choice because this industry is exploding, the single problem here is how to start an ecommerce website? There had never been a better time to start an online business than today, anyone with a computer can start an ecommerce website in… Continue reading How to Start an Ecommerce Website (Step by step)