Food Ordering System using C with Free Source Code

Submitted by razormist on
Bank Management System using C with Free Source Code The Food Ordering System with Source Code is a project that can manage Food ordering system. The system can help you manage the ordering and selling foods by entering such as Food Name, Price, Quantity. The purpose of the system is to secure the managing of ordering business for customer satisfaction. About the System The Food Ordering System

Endless Running Game using JavaScript with Free Source Code

Submitted by razormist on
Endless Running Game using JavaScript with Free Source Code Endless Running Game using JavaScript with Free Source Code with Source Code is a project that is a single-player game where your goal is to continue gaining more score. The game has a simple design that compose of sprite images. The purpose of the provide fun and enjoyable time with your friends. About the System The Endless Running Game

Simple Book Library System using Python with Free Source Code

Submitted by razormist on
Simple Book Library System using Python with Free Source Code The Simple Book Library System with Source Code is a Python program that can manage borrowing and returning of books. The system has a simple design that uses text and buttons. The sole purpose of the system is to manage the book data and make the borrowing convenient for customer. About the Project The Simple Book Library System was

Food Ordering System using Python with Free Source Code

Submitted by razormist on
Project Title: Food Ordering System This Food Ordering System with Source Code is a project that can order some food through the digital transaction of ordering. The benefit of the system is to efficiently take the customer's order and give them a proper calculation in order to generate a billing receipt. The project was built in a console application, the user can openly access the system without

Handling Dynamic Data Fields using Database Vertical Table Design in PHP Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle Handing Dynamic Data Fileds using Database Vertical Table Design. This idea is very useful for such web applications that handling multiple data. This will prevent multiple columns in your database table. Also, this will help you to store new data fields without making changes in your database table structure.

Online Employees Work From Home Attendance System in PHP and SQLite Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Online Employees Work From Home Attendance System. This simple application uses an SQLite Database as the storage that provides certain company's employees an online platform to log their attendance. This simple project can be useful especially this mid of pandemic where some companies let their employees work from their respected homes. The project has

How to Limit Data to Display and Load when scrolled to bottom in PHP and jQuery Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about how limit the data to display from database and load automatically when scrolled to bottom using PHP and jQuery. This technique is very useful especially to optimize the speed of loading bulk data. This feature is commonly used in social network sites like the Facebook news feed, it shows limited posts at first and when you reached the bottom of the page, it will automatically load another data. To meet our goal for this tutorial, we will be using MySQL LIMIT and OFFSET Clause.

Horse Race Game using JavaScript with Free Source Code

Submitted by razormist on
Horse Race Game using JavaScript with Free Source Code Horse Race Game with Source Code is a project that is a single-player game where goal is to bet and predict what horse will go first. The game has a simple design that contain multiple sprites. The purpose of the game is to provide some fun with your friends, family, etc. About the System The Horse Race Game was created in a HTML web browser

Bank Management System using C with Free Source Code

Submitted by razormist on
Bank Management System using C with Free Source Code The Bank Management System with Source Code is a project that can manage your bank account through digital way. The system can help you manage the depositing and withdrawing of your money by entering such as Name, Amount, Pin. The purpose of the system is to secure the managing of banking and safely deposit customer money. About the System The

Creating An Audit Trail/Logs in a Web App using PHP/OOP and Ajax Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about how to create an Audit Trail/Audit Log feature in a web application using PHP/OOP and jQuery Ajax. This feature is useful and a common feature for software or web applications. This is usually included in the project for an application that can be managed by multiple users. With this feature in your PHP Project, you can easily track or monitor the changes or actions made by the user.