Messaging Web Application in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This is a Messaging Web Application in PHP and MySQL Database. This project is a web-based messaging or chat platform where users can communicate with each other online. This project has multiple features that automatically load messages or chat updates. With the help of JavaScript, Ajax, and jQuery, users can have a better experience while using the application. The purpose of this

2048 Game using C with Free Source Code

Submitted by razormist on
2048 Game using C with Free Source Code The 2048 Game with Source Code is a project is a single-player game where your objective is to get a high score 2048. The game contains different kinds of pixelated line the display the graphic of the game. The purpose of the project is to give an enjoyable moment for yourself and family. About the Project The 2048 Game was develop in a simple console

Simple Basketball Game using JavaScript with Free Source Code

Submitted by razormist on
Simple Basketball Game using JavaScript with Free Source Code Simple Basketball Game with Source Code is a project that is a single-player game where goal is to score a basket. The game has a simple design that contains an image of a ball and ring. The purpose of the game is to provide some fun with your friends and family. About the System The Simple Basketball Game using JavaScript with Free

Simple Hostel Booking System using C++ with Free Source Code

Submitted by razormist on
Simple Hostel Booking System using C++ with Free Source Code The Simple Hostel Booking System with Source Code is a project that can manage your booking in the hostel. The system can book a room for your customer by entering required information such as Room no, Customer name, floor no. The purpose of the system is to modernize the current transaction for booking a hostel room. About the System

Simple Bus Reservation System using C with Free Source Code

Submitted by razormist on
Bus Reservation System using C with Free Source Code The Bus Reservation System using C with Free Source Code with Source Code is a project that can reserve a bus ride through computer transaction. The system can help you manage the reserving of bus seat entering such as Name, Seat No, Bus Name. The purpose of the system is to secure the reservation for booking a bus ride. About the System The Bus

Touch my Emoji Game using JavaScript with Free Source Code

Submitted by razormist on
Touch my Emoji Game using JavaScript with Free Source Code Touch my Emoji Game with Source Code is a project that is a single-player game where goal is touch the emoji. The game has a simple design that contain different sprites. The purpose of the game is to have an entertainment with your family member. About the System The Touch my Emoji Game was created in a HTML web browser that use

Simple Barangay Management System in PHP and SQLite Free Source Code

Submitted by oretnom23 on
This is a Simple PHP Project entitled Simple Barangay Management System. This simple web application provides an automated platform for the barangays offices to store, manage, and retrieve their records. The application can help them to ease the flow of their day-to-day work. This can also lessen their bulk hard copies of records which are really hard to find a record for any cases. It has a

Online Motorcycle (Bike) Rental System in PHP/OOP with Source Code

Submitted by oretnom23 on
Introduction This is an Online Motorcycle (Bike) Rental System in PHP and MySQL Database. This project is a simple booking system for Motorcycle (Bike) rentals. This provides an online platform for rental companies or businesses clients or possible clients to browse, explore, and book to rent their bikes. This has a pleasant user interface with the help of Bootstrap and AdminLTE. It has also user

Populating Table From JSON File using jQuery and Ajax Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about how to Populate HTML Table from JSON File using jQuery and Ajax. This tutorial will teach to populate tables from JSON data using asynchronous HTTP (Ajax) requests. This technique can optimize your application page load by loading the data only when the page or document is ready. You can also refresh or reload the table row items without leaving the page.

Printing a Specific HTML Element using jQuery Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about how to create a javascript function that Prints a Specific HTML Element using jQuery. This can help you to lessen your work as a programmer in writing and the lines of your codes. This technique can also prevent code duplication.

The Print function that we will be creating is the cloned data from the HTML. Our goal for this tutorial is to duplicate the HTML Element using jQuery along the elements that contains the codes for styling the element to preserve the design of the element.