Creating a Dice Roll with Animation using HTML, CSS, and JS Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn how to Create a Dice Rolling App with animation using HTML, CSS, and JavaScript. The tutorial aims to provide students and beginners with a reference for learning some CSS tricks and useful JavaScript techniques. Here, I will be providing simple web page scripts that demonstrate the creation of a dice-rolling app.

Clinic Queuing System using PHP and SQlite3 Source Code Free Download

Submitted by oretnom23 on
This project is entitled Clinic Queuing System. It is a web application the primary purpose is to provide an automated platform to handle the queuing flow or system of a certain clinic. This project was mainly developed using PHP Language and SQLite3 Database. It has a pleasant and simple user interface using the Bootstrap Framework. It consists of multiple easy-to-use features and functionalities

How to Insert new Option in Select Tag Dynamically in JavaScript

Submitted by razormist on
How to Insert new Option in Select Tag Dynamically in JavaScript - A simple JavaScript program that can dynamically insert new options in select tag element. This tutorial will show you the simplest way to dynamically new options for your html select tag. JavaScript Free Tutorial.

Simple Doodleship Game in JavaScript Free Source Code

Submitted by razormist on
Simple Doodleship Game in JavaScript Free Source Code - A simple Arcade style game where your objective is avoid getting hit to continue the game. The game is very fun and easy to play with, you only need to avoid your ship from getting hit. Each successful evade will gain you a score, try to survive longer to gain a good amount of score. JavaScript Free Source Code.

RGB Color Generator Slider App using JavaScript Source Code Free Download

Submitted by oretnom23 on
This simple project is called RGB Color Generator Slider App. It is a simple web application that generates an RGB Color when changing the values of Input Sliders. This application was developed using HTML, CSS, and Pure JavaScript. It has a simple user interface using a custom stylesheet and contains simple functionalities. Here, I will be providing the said application source code and the zip

Visitor Management System in PHP and SQLite3 Source Code Free Download

Submitted by oretnom23 on
This project is entitled Visitor Management System. It is an automated platform for a certain establishment for recording and managing the daily visitors' records. This system was mainly developed using PHP Language and SQLite3 Database. It has a pleasant user interface using Bootstrap v5 Framework. It consists of multiple easy-to-use features and functionalities. How does the Visitor Management

Detecting Keyboard Pressed Key and Code using JavaScript Tutorial

Submitted by oretnom23 on

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.