Tutorials

Detecting Keyboard Pressed Key and Code using JavaScript Tutorial

In this tutorial, you can learn how to Detect the Pressed Key and Code of the Keyboard using JavaScript. The tutorial aims to provide students and new programmers with a reference for learning some useful techniques that might help them to achieve the requirements of their current or future projects. Here, I will be providing simple web page scripts that demonstrate the main goal of this tutorial.

Creating a Typing Animation Effect using HTML, CSS, and JS Tutorial

In this tutorial, you can learn to create a simple Typing Animation Effect Tutorial using HTML, CSS, and JS. The tutorial aims to provide students and beginners with a reference for learning how to create an interactive component animation for websites or web applications. Here, I will be providing a simple web page script that demonstrates the creation of a simple typing animation.

Creating an Input Password Visibility Toggle (Show/Hide) using CSS and JavaScript Tutorial

In this tutorial, you can learn to create an Input Password Visibility Toggle (show/hide) using CSS and Pure JavaScript. The tutorial aims to provide students and beginners with a reference for learning to create some useful components such as the password visibility toggle for websites or web applications. Here, I will be providing a simple web page script that I created that demonstrates the creation of an Input Password Visibility Toggle.

Creating a Responsive Custom ToolTips using HTML, CSS, and JavaScript Tutorial

In this tutorial, you can learn how to create a Responsive Custom ToolTip using HTML, CSS, and JavaScript. The tutorial aims to provide students and beginners with a reference for learning to create or looking for a script of the Responsive ToolTip Component. Here, I will be providing reusable scripts of this component and a sample web page that demonstrate the Custom Tooltip Component.

Preventing CSRF (Cross-Site Request Forgery) Attack in PHP Tutorial

In this tutorial, you can learn to prevent your site from CSRF or Cross-site Request Forgery Attacks using PHP Language. The tutorial aims to provide students and beginners with a reference for learning to build a secure web application using PHP Language for the server-side script. Here, I will be providing a simple web page script that demonstrates the main Idea for preventing the site from CSRF Attacks.