Programming

Online Activity Logger with SMS Notification in PHP/MySQLi ( with Android Application)

Submitted by janobe on
This online activity logger system aims to notify students every time there is an upcoming activity in the school. With the use of a sms notification, every student will have the knowledge with the activities that is going to be held, in what place and time. This system contains two sides the admin and the student. In the admin side, the admin has the ability to create the event and announce it to

School Admission Processing, Screening and Scratch Cards Platform

Submitted by Harriyour on
Hi guys, this is a School Admission Portal that will help schools process their admission with ease. Student can apply for admission and take exams online, wait for result, start uploading details and many more. Admin can print out pins, activate students and deactivate them any time. Feel free to modify the system. Database is located in the Database folder. Documents is in the Documentation

Upload Any Image Size using PHP and Javascript Resizer

Submitted by Imani Mbwaga on
The image resizing has been a problem for programmers. Here I have developed a PHP Image upload that can handle any size even if you have slow internet connection. It can upload to your server without problem. The file is zipped and have it attached with sql file and database. You dont need a login credentials. Download it for free. Feel free to contact me for any technical support or development

Online Class Record System Using PHP/MySQLi

Submitted by janobe on
This class record system is a web-based system that aims to minimize the work of advisers or instructor in a school in processing the class record. In this system the instructor can add grades and the students can take examination through online. This also includes a scheduling of classes and can print report of grades in every instructor. This system will certainly help establish an effective management within the school.

CRUD Using Angular and Firebase

Submitted by gebbz on
Scope of a project: - Form design using reactive forms - Firebase crud operations - List records in angular 6 table - Angular 6 table filter operation - Sweetlalert popup integration How to run project? This project was generated with Angular CLI version 6.1.2. -Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source

Purchase Request Tracking System - PHP/MYSQL

Submitted by gebbz on
The scope of the project includes: -The web application is able to allow end users or requestors to sign up for an account. -The web application can be able to record purchase requests done by the users to be submitted to the SPU Office and Authorized Personnel. The users will input their requests in the web application. -The web application administrator or the SPU Staff is responsible of

Municipal Budgeting System demo

Submitted by proudpinoy357 on
Municipal Budgeting System is usable for transaction tracking of Daily Obligation Request from different department. Features: 1. Menu Tab the approach with Prayer Request Database System/MS Access Menu Bar Sample which you can download the basic code. 2. Run sum function 3. etc. for more details: you can contact me in : [email protected]

How to Call .exe Files Using Visual Basic .NET

Submitted by ClydeTiu on
Hi guys, In this tutorial you will learn on how to call .exe files. Source code is downloadable below. Step 1 First Create a new Project Step 2 Create User Interface Step 3 In Every button put this code Source Code Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Try System.Diagnostics.Process.Start("Calc.exe") Catch ex As Exception