Online Computer and Laptop Store using PHP and MySQL Source Code Free Download

Submitted by oretnom23 on
This project is entitled Online Computer and Laptop Store. This web application was developed to provide an online platform for a certain computer store or business possible customers for exploring and ordering the products. The project is written in PHP Language and MySQL DB. It has a pleasant user interface using Bootstrap Framework and AdminLTE Template. It consists of multiple user-friendly

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

Submitted by oretnom23 on

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

Submitted by oretnom23 on

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.

Responsive Chatbox UI using HTML, CSS, and JavaScript Source Code

Submitted by oretnom23 on
In this article, I will be providing a simple Mobile Responsive Chatbox UI Template. The Chatbox UI Template is written in HTML, CSS, and JavaScript. The primary purpose of this article is to share a free Chatbox UI Template for students or beginners for their website chat feature or chatbot feature of their projects. How does this Mobile Responsive Chatbox UI Template work? This Mobile Responsive

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

Submitted by oretnom23 on

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.

Simple Scramble Game using JavaScript Source Code Free Download

Submitted by oretnom23 on
This mini-project is entitled Scrambled Word Game. This is a simple web application game that was developed using HTML, CSS, and JavaScript. The game requires the player to guess each scrambled word within a specific time duration. This game is like a Word Guessing Game but aside from the hint, the game also provides the word characters but not in the right order. The program has a simple and

Truncate String with Ellipsis using CSS Only Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn to Truncate Long Text of HTML Element content with Ellipsis using CSS only. The tutorial aims to provide students and self-learners with a reference for learning useful tricks using CSS for building a website. Here, I will be providing a simple web page that demonstrates the way for truncating the long text.

How to Populate Textarea using Drag and Drop in JavaScript

Submitted by razormist on
How to Populate Textarea using Drag and Drop in JavaScript - A simple JavaScript program that use the drag and drop feature to populate the html textarea. This tutorial will show you how to integrate the drag and drop function to a certain event that involve of transferring of data. JavaScript Free Tutorial.