Javascript

Hospital's Patient Records Management System in PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a Simple PHP Project entitled Hospital's Patient Records Management System. It is a web-based application that provides an automated platform for a hospital to store and manage its patient records. Here, the management can record the patient's diagnostic/treatment and admission records. The data are stored using MySQL Database. It has a simple and pleasant user interface using

New Year Countdown Timer using JavaScript with Free Source Code

Submitted by razormist on
New Year Countdown Timer using JavaScript with Free Source Code New Year Countdown Timer with Source Code is a project that can track the timer for the incoming new year eve. The application was made so simple that contains only a text and image sprite. The benefit of the project to make you and your family to counter for the new year celebration. About the Application The New Year Countdown Timer

Creating a Video Tag's Custom Controls using jQuery Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to create a Custom Controls for the HTML Video Elements. here, you will know how to create a custom play/pause button, stop button, playback slider, and volume slider. The custom controls functionalities can be achieve using JavaScript and jQuery Library.

List Pagination using PHP, jQuery, and Ajax Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to add a Pagination Feature in your HTML List loaded from the Database. Here, you can achieve the said feature in your project with the use of jQuery library and Ajax Request. This feature is very helpful to optimize the load duration of your website in terms of loading a page with a bulk list data.

Simple Table Tennis Game using JavaScript with Free Source Code

Submitted by razormist on
Simple Table Tennis Game using JavaScript with Free Source Code Simple Table Tennis Game with Source Code is a project that is a single-player game where your main goal is to bounce back the ball to your opponent side. The game has a basic design that contains lines and shapes. The purpose of the project is to provide some fun free time with your love ones. About the System The Simple Table Tennis

Computer and Mobile Repair Shop Management System using PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This is a Simple PHP Project entitled Computer and Mobile Repair Shop Management System. This is a web-based application that provides an informative website of the shop. The project also manages the repair records of clients and clients can also check the status online if their device is already repaired or the service is done. This has a simple and pleasant user interface using

Simple Cupcake Catcher Game using JavaScript with Free Source Code

Submitted by razormist on
Simple Cupcake Catcher Game using JavaScript with Free Source Code Simple Cupcake Catcher Game with Source Code is a project that is a single-player game where your main goal is to catch many cupcake as you can. The game has a basic design that contains colored sprites and background images. The purpose of the project is to provide some entertainment with your friends. About the System The Simple

Sentiment Based Movie Rating System using PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Sentiment Based Movie Rating System. This is a web-based application that calculates the success rating or review ratings of a movie. The project uses a simple sentiment-based analysis to identify or calculate the movie success rate. This has a simple user interface and easy-to-use. The application contains user-friendly functionalities and features

Online Baptismal Information Management System in PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a Simple PHP Project entitled Online Baptismal Information Management System. This is a web-based application that provides a certain church to store and manage the christening or baptism certificate records. The application also allows the public to search the Baptismal Records of an individual online. This has a pleasant user interface and user-friendly functionalities

PHP CRUD with Live Input Data Duplicate Validation Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about creating a Simple Web Application with CRUD Operation and preventing duplication input value. We will be using PHP Language as the back-end and MySQL Database. The Duplication Validation that we'll be creating, is a real-time or live function using jQuery, and by using Ajax Request, data validation will be automatically triggers without leaving the page or submitting the form yet.