
How to load JSON file into a variable?
In this tutorial, I will show you how to get JSON file in JavaScript.

How to show and hide password input in JavaScript?
In this tutorial, I will show you how to implement a show and hide password input using a button with text and with eye icon in JavaScript.

How to manipulate XML file in PHP?
In this tutorial, I will show you how to generate an XML file dynamically and manipulate it in PHP.
How to apply box-shadow evenly on 4 sides in CSS?
In this tutorial, I will show you how to apply box-shadow evenly on 4 sides in CSS.

How to check if an array contains an object in JavaScript?
In this tutorial, I will show you what you need to do to check if an array contains an object in JavaScript.

How to store array in HTML data-attribute?
In this tutorial, I will show you how to store array in html data-attribute and access it in JavaScript.

How to access checkboxes with unknown names in PHP?
In this tutorial, I will show you how to send checkbox as an array in HTML.

How to truncate a foreign key constrained table in MySQL?
In this tutorial, I will show you how to truncate a foreign key constrained table in MySQL.

How to store array in MySQL?
In this tutorial, I will show you how to use multiple tables and JOIN them in our queries.

How to transfer data from table row to form when button is clicked in JavaScript?
In this tutorial, I will show you how to transfer data from table row to form in JavaScript.