Client-Server Based Payroll System using VB.NET Console/MSSQL

This is a Payroll System that is created using VB.NET Console as frontend and MSSQL Server 2000 as backend. This is a client-server based payroll System. Server Features: Login with only 3 attempts Working Days Employee Information Generate Employee Username and Password Employee Date/Time Record Deductions Leave Permission Leave Absences Payroll Generate Payslip User Accounts Client Features

Kingsfield hotel reservation client complete version with email link comfirmation

This project is the renewal of kingsfield express inn hotel reservation the system use PHP class mailer,OOP mysql process and bootstrap 3.1.1 to use the mailer system please upload the file to your own domain. 1.$fgmembersite->InitDB(/*hostname*/'localhost', /*username*/'root', /*password*/'', /*database name*/'kingsfield_database', /*table name*/'tb_guest'); update membersite_config.php to your

Chat Application

This is a chat application program created by my co-professor using Visual Basic 6.0 and Winsock component. This features: Client-server network Chatname IP Address COM Port Sending Messages Download the source code and enjoy! :D Best Regards, Engr. Lyndon Bermoy IT Instructor/System Developer/Android Developer/Freelance Programmer If you have some queries, feel free to contact the number or e

Patient Information and Billing System

Hi! I want to share this system entitled Patient Information and Billing System created using VB.NET as frontend and SQL Server 2000 as backend. This system features: Patient Information Doctor Information Ward Information Patient Admission Billing System X-Ray Transaction User Accounts Administrator Account Information: username: admin password: admin Enjoy! :D Best Regards, Engr. Lyndon Bermoy

How To Load Content w/o Refreshing Page

This is just a part of my new project POS and Inventory. This portion will teach you how to load content without refreshing using Ajax and CodeIgniter. You have to know CodeIgniter first before running this program. Sourcecodester has a tutorial for codeigniter. In this project, you will also learn how to animate menu button using ajax and jquery. As you will see, you can hide and show the submenu

Get and Display all COM Ports using C#

Today in C#, i will going to teach you how to create a program that will get all Computer ports and display it in a ListView using C#. We all know that COM Ports are serial communications port on a PC. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and name your program as Get all Computer Ports. 2.