css

Bus Reservation System in Python using Django Framework Free Source Code

Submitted by oretnom23 on
Bus Reservation System using Django in Python This application is entitled Bus Reservation System. This is a simple web-based application developed in Python and Django Framework. The application is an online Bus Seat Reservation Platform for a certain bus company or station. It allows the users to reserve or book a seat ahead of time for the bus scheduled trip. The application has a simple and

Job Portal Management System in PHP using CodeIgniter Framework Free Source Code

Submitted by oretnom23 on
Introduction This project is a Job Portal Management System. This is a web-based application project developed in PHP, CodeIgniter 3 Framework, and MySQL Database. This project provides an online platform for browsing or finding Job Opportunities. This system also allows the companies to publish or post their vacancies of job openings. The application has a simple and pleasant user interface with

Pin My Needle Game in JavaScript Free Source Code

Submitted by razormist on
Pin My Needle Game in JavaScript Free Source Code The Pin My Needle Game in JavaScript is a single-player game application coded in a JavaScript programming language. This project contains multiple coding script that display the pin object and the target point. The gameplay is compose of image sprite and background colors. This Pin My Needle Game is a project that contains advance coding

File Management System in PHP using Laravel 9 Free Source Code

Submitted by oretnom23 on
Introduction This simple project is a File Management System. This is a web-based application project developed in PHP, Laravel Framework, and MySQL Database. This project provides an online platform for the user to manage and store their important files or documents. Here, users can upload, download, and organize folder their documents and files. It has a pleasant user interface with the help of

URL Shortener Site in Python using Django Framework Free Source Code

Submitted by oretnom23 on
URL Shortener Site using Django in Python This application is entitled URL Shortener Site. This is a simple web-based application developed in Python and Django Framework. The application allows the users to generate a short link or URL for the Long URLs. This works like the famous Bitly: URL Shortener site where users can shorten or create a custom URL for their site. This application has a

Warehouse Management System in PHP CodeIgniter Free Source Code

Submitted by oretnom23 on
Introduction This project is a Warehouse Management System. This is a web-based application project developed in PHP, CodeIgniter, and MySQL Database. This project's main goal is to provide an Online and Automated Application for a ceratin business to manage their products or goods. This project management can help the business to easily store, manage, monitor, and retrieve their stock records

JavaScript Printing an Element Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn a simple way to print the specific element in your web applications page using JavaScript and jQuery. This technique is useful for your future project for printing reports that have already a display. With this, it helps you to prevent redundant coding just for creating a page for printing. Using this printing technique developer can also modify or customize the element before printing and without changing the original display.

PHP CodeIgniter 4 - CRUD Application Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about creating a CRUD (Create, Read, Edit, and Delete) Operation in PHP CodeIgniter 4. CRUD Operations is one the most common function or feature of the web applications that contains a dynamic data. Here, you will learn how to retrieve, store, update, and delete data into the Database using the PHP CodeIgniter Framework. I will be providing a simple web application source code below that contains a CRUD Opertaion.