Simple Dodge Ball Game using jQuery in JavaScript Free Source Code

Submitted by razormist on
Simple Dodge Ball Game using jQuery in JavaScript Free Source Code - A simple Web Game application where your main objective is to touch the red goal while dodging. The game mechanic quite simple you just need to touch the red goal to gain a score, if you hit by a ball the game will be over. JavaScript Free Source Code.

Creating Glowing Buttons using HTML and CSS Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn how to create Glowing Buttons using HTML and CSS. The tutorial aims to provide students and beginners with a reference for learning to create or build interactive web page components. Here, I will be providing simple web page scripts that demonstrate the creation of glowing buttons.

Simple Task Allocation System using PHP and SQLite Source Code Free Download

Submitted by oretnom23 on
This simple project is entitled Task Allocation System. It is a simple web application that was mainly developed with PHP Language and SQLite database. The system's main purpose is to provide a certain company or organization with a platform to manage/allocate/assign their employees tasks. This mini-project has a pleasant user interface with the help of Bootstrap Framework. It consists of useful

Converting Date and Time from a specific Time Zone to another using PHP Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn how to Convert Date and Time from a specific Time Zone to another using PHP Language. The tutorial aims to provide students and beginners with a reference for learning to set and manage date time zones using PHP Language built-in class or object. Here, I will be providing a simple web page script that demonstrates the conversion of a date and time from a specific time zone into a different time zone.

Earnings and Expense Tracker App using PHP and SQLite3 Source Code Free Download

Submitted by oretnom23 on
This is a simple PHP Project entitled Earnings and Expense Tracker Application. It is a web application that handles multi-users to manage and track their earnings and expenses. The application was mainly developed using PHP Language and SQLite3. It has a simple and pleasant user interface using the Bootstrap v5 Framework. It contains multiple user-friendly features and functionalities for

Creating an Avatar File Upload Selector and Preview using HTML, CSS, and JS Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn to create an Avatar File Upload Selector and Preview component for web applications using HTML, CSS, and JavaScript. The tutorial aims to provide students and beginners with a reference for learning to build useful website components. Here, I will be providing a simple web page script that demonstrates the creation of an Avatar File Upload Selector and Preview Component.

User Management System using PHP and SQLite3 Source Code Free Download

Submitted by oretnom23 on
This is a simple project called User Management System. It is a web application that was developed mainly using PHP Language and SQLite3. The main purpose of sharing this source code is to provide students and beginners with a reference for learning to manage the system user accounts. The application has a pleasant user interface with the help of Bootstrap Framework. It consists of multiple user

Pong the Game(Multiplayer) using jQuery in JavaScript Free Source Code

Submitted by razormist on
Pong the Game(Multiplayer) using jQuery in JavaScript Free Source Code - A simple game application that can be played by two players to compete. The gameplay is so simple each player must hit the ball back to the opponent goal in order to win this round. JavaScript Free Source Code.

Inserting New Element Before or After Existing Element using Pure JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn how to Insert a New Element Before or After existing elements using JavaScript. The main purpose of this tutorial is to provide students and beginners with a reference for learning some techniques and usage using the JavaScript built-in methods. Here, I will be providing a sample web application that demonstrates the usage of JavaScript insertBefore and after methods.