Alumni Tracer with SMS Notification Using PHP/MySQLi

Submitted by janobe on
Alumni Tracer with SMS Notification is an online based system that its main goal is to track the current status of every Alumnus and Alumna of the school. This system will help you determine if they are employed, self-employed or unemployed. It can also post activities such as Announcements and Events. And once the activities have been posted it will send an SMS to every Alumnus who already has an

Tourism Website Blog: Faces of Negros Web application

Submitted by chrisjelo on
The Faces of Negros Occidental Web Application major function which is to gather guest’s feedback through the guest’s post, comments, a rating for a certain place and the answered survey. The system would generate survey reports, most visited, highly rated, and monthly visitors of Negros Occidental Reports. The web application function consists of serving as a travel guide, track location, gather

How to Put a Form Inside a Form Using C#

Submitted by janobe on
In this tutorial, I will teach you how to add a form inside the form using C#. This method has the ability to change the display and how the form works into an MDI parent form. Then, you will see that the form displays a sunken client area with a raised border, once you set this property into true . And in the client area, it is where all the MDI child forms placed to the parent form are displayed.

Calculating the Number of Years Interval Between Two Dates Using C#

Submitted by janobe on
In this tutorial, I will teach you how to calculate the number of years interval between two dates using C#. This simple program is commonly used for getting the age of the person or getting if how many years you have been working in a company. Follow the procedure below to see how it works

How to Search Data Between Two Dates Using C#

Submitted by janobe on
This time, I will teach you how to search data between two dates Using C#. This method has the ability to find all the records in the database between two inclusive dates. In this way, you can filter the data to be displayed in the datagridview. Hope this tutorial will help you to solve your problem in filtering data between two dates. See the procedure below.

3 SQL Version of NorthWind Database

Submitted by nostradamus1566 on
A great way to learn database programming is to have a good sample database with lots of tables and appropriate relationships between them to work with. Queries can then be composed from within a variety of programming platforms, such as Java, PHP, Visual Basic 6, Visual Basic.Net, Visual C#, etc. NorthWind is a free sample database that Microsoft included with every version of Access going all