Multi-Vendor Online Groceries Management System in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP entitled Multi-Vendor Online Groceries Management System. This is a web-based application that helps consumers and vendors do business online. The system serves as an online shop or store platform for groceries that can handle multiple vendors. This allows multiple vendors to publish their available products online. It has a simple and pleasant user interface with the

Simple Bejeweled Game using JavaScript with Free Source Code

Submitted by razormist on
Simple Bejeweled Game using JavaScript with Free Source Code Simple Bejeweled Game with Source Code is a project that is a single-player game where your goal is to aligned 3 same colored jewel to get a score. The game has a simple design that display the actual graphics of the game. The purpose is to provide some entertainment enjoyable moment with your friends. About the Application The Simple

Simple Guessing Word Game using Python with Free Source Code

Submitted by razormist on
Simple Guessing Word Game using Python with Free Source Code Simple Guessing Word Game with Source Code is a single-player game where the objective is guess what word is hidden in the display. You just need to try your best to guess the word given. The purpose of the application is to provide some friendly relationship with your friends, family, etc. About the Project The Simple Guessing Word Game

Simple Notepad Editor using Python with Free Source Code

Submitted by razormist on
Simple Notepad Editor using Python with Free Source Code Simple Notepad Editor with Source Code is a project that let you enter any text content as a notepad editor. The application contains a simple function that has to generate a random characters. This application is a user-friendly kind of system that can use conveniently. About the Application The Simple Notepad Editor was developed in a

Home Owners Collection Management System in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This is a Simple PHP entitled Home Owners Collection Management System. This simple project is a web-based application developed in PHP and MySQL Database. It provides the Subdivisions/Villages Homeowners Association an automated platform for efficient and effective managing and recording of the collections. The application stores the collection records of the homeowners association

Classic Snake(Difficulty Mode) Game using JavaScript with Free Source Code

Submitted by razormist on
Classic Snake(Difficulty Mode) Game using JavaScript with Free Source Code Classic Snake(Difficulty Mode) with Source Code is a project that is a single-player game, this classic game is a clone of the original game in the nokia phones. The game has a simple design that replicate the original one. The purpose of the project is to show how the snake game has been remade as a web application. About

Simple Exam Reviewer Management System in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This is a Simple PHP entitled Exam Reviewer Management System. This is a web-based application is an online platform for reviewing an Exam. It can be useful for schools, companies, organizations, etc. The system provides an answer sheet to the reviewers which have random questions that are possible to occur in the actual exam. The application has a small scope, simple, and is easy to

Simple Leads Management System in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This is a Simple PHP entitled Leads Management System. This is a web-based application that helps business to manage their leads for their sales. The project is just simple and mainly developed for educational purposes only and to give an idea to the students or new self-learners programmers on how to develop a such like the said system. It was developed using PHP/OOP as the backend

Vehicle Insurance Management System in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This is a Simple PHP entitled Vehicle Insurance Management System. This is a web-based application that was developed in PHP and MySQL Database which helps to ease the daily transaction of a Vehicle Insurance Businesses. The project allows the management to store their client-insured vehicle easily. It helps the business system be more effective, efficient, and easy to retrieve data

Dynamically Add and Remove Form Item using jQuery clone() Method Tutorial

Submitted by oretnom23 on

In this article, I will be discussing about how to create an Add and Remove Form Item Feature in web-application using jQuery's clone() method. This kind of feature is commonly applied to a project which has a process of saving multiple data at once in the database. There are lots of ideas and techniques you can create to achieve this feature with the help of jQuery, but I found this solution more simple and easiest in my experience.