Simple File Management System using C++ with Free Source Code

Submitted by razormist on
File Management System using C++ with Free Source Code The File Management System with Source Code is a project that can manage your file within the directory. The system can create you a new text file after entering some information. The purpose of the system is to help you create a file automatically. About the System The File Management System was developed in a simple console application, the

Simple Rock, Paper, Scissor Game using C with Free Source Code

Submitted by razormist on
Rock, Paper, Scissor Game using C with Free Source Code The Rock, Paper, Scissor Game with Source Code is a project is a single-player game where your objective is to guess what your enemy would choose against you. The game contains only system text that visualize the gameplay of the game. The purpose of the project is to provide an enjoyable moment with your free time. About the Project The Rock

Simple Online Grocery Ordering System in PHP and SQLite Free Source Code

Submitted by oretnom23 on
This project is entitled Simple Online Groceries Ordering System. This is a web-based application that provides an online platform for the Grocery Store/Shop's customers or possible customers to order their desired product. The main purpose of this simple project is to let the customers buy their groceries without going to the shop or store. The system will list all products with available stocks

Creating a Simple Comment Section using PHP and SQLite Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to create a Simple Comment Section in your Web Application Projects using PHP and SQLite Database. Comment Section is one of the most common feature in a web application such as Blog Sites. This application feature allows users to leave a comment, ask questions, or feedback for a certain post/content. This kind of web application feature also allows other users to reply-to-comment which means other users can leave a comment under a specific comment too.

Simple Computer Store System using C with Free Source Code

Submitted by razormist on
Simple Computer Store System using C with Free Source Code The Simple Computer Store System with Source Code is a project that can let you manage your computer score digitally. The system can help you manage the inventory of your computer product by entering information such as Brand/Product Name, Price, Quantity. The purpose of the system is to secure the managing of your computer products. About

Simple Connect Four Game using Python with Free Source Code

Submitted by razormist on
Simple Connect Four Game using Python with Free Source Code Simple Connect Four Game with Source Code is a multi-player game where your goal is to connect a four colored dots. The game design simple it only contains light pink board and two color dots(red and green). The benefit of the project is to have an entertainment and enjoyable moment with your friends, family, classmate, etc. About the

Get my Apple Game using JavaScript with Free Source Code

Submitted by razormist on
Get my Apple Game using JavaScript with Free Source Code Get my Apple Game with Source Code is a project that is a single-player game where goal is to get many apples as possible. The game has a simple design that contains an image of a tree and apples. The purpose of the game is to give some entertainment among your friends and family. About the System The Get my Apple Game was developed in a

Creating a Simple Bar Graph using Chart.js Library Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about how to create a Bar Graph using Chart.js. Chart.js is an open-source javascript library that focuses in generating a graphical canvases such as Line , Bar, and Pie Graphs. Here, I will be providin a source code that demonstrates how to generate a simple Bar Graph using the said javascript library.

How to Sort Data of HTML Table Column using jQuery Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about how to Sort the HTML Table Column Data using jQuery. Here, I will show how to create a custom JavaScript function that can sort each column in your HTML table. I will be providing a simple HTML Application Source code below which contains a sample HTML Table with Table sorting function. The sorting function will be triggered when the user clicks the column header. Each column header will have an arrow up icon if a user triggers the column to sort in ascending direction and an arrow down for descending direction.

How To Create Live Data Monitoring Page in PHP using jQuery and Ajax Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about How to Create a Live Monitoring Page in PHP and JavaScript (jQuery and Ajax). A page which automaticaly updates the data without reloading or refreshing the page. This web application feature can be meet by several methods or techniques but in this tutorial I will be using JavaScript's setInterval() function to execute a certain function for a certain time interval.