Compute Number of Days to Months and Days in Java GUI

Submitted by donbermoy on
This tutorial will teach you how to compute a given number of days to months and days using Java GUI. For example we input a number of days of 65, the equivalent months and days is 2 months and 5 days. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of monthsDays.java. 2. Import javax.swing package. Hence we will use a GUI (Graphical User Interface) here like the inputting the number of days.

Veterinary Clinic Management System for Surigao Pet Doctors

Submitted by donbermoy on
This is a system entitled Veterinary Clinic Management System for Surigao Pet Doctors that was programmed using Visual Basic 6.0 and SQL Server 2000. This is a thesis software/capstone project made by my friend way back in college. This system helps the pet shop clinic, clients, and health care services for pets. This system features: Register Clients Register Pet Check-up Confinement Surgery ____

Interact With Webpage Using Chrome and jQuery - Mass Follow on Twitter!

Submitted by Yorkiebar on
Introduction: This tutorial is on how to use basic jQuery knowledge and Google Chrome to manipulate a webpage. Notes: The webpage we will be using for this is Twitter of which we will be following a page full of users with a simple, one line jQuery command. First: You need to find a list of users of which have the 'Follow' button displayed next to them.

Computerized Enrollment and Billing System for CRSHS

Submitted by donbermoy on
This is a complete Enrollment and Billing System for Caraga Regional Science High School that has also a grading system. This system is basically a project for Software Engineering Subject made by my classmates with a particular group. It was programmed using Visual Basic 6.0 and SQL Server 2000. This system features: Transaction Student -All Students -Active Students -InActive Students

JLT Traveller’s Inn Reservation System

Submitted by joken on
This JLT Reservation system is a capstone project of BSIT student as their final requirement of the said subject. Using this system,the user is able to view gallery of JLT Traveller’s Inn. It can also allow the guest user to reserve a room. This system has an admin side wherein the administrator can view and update and delete the reserved rooms. The admin side has also a user management system

Chat Box w/ Login and Registration

Submitted by GeePee on

Learn how to create a simple chat box with login and registration using PHP, Jquery and Ajax. Once you have registered in the site and login, you can then start to chat. The messages you sent are saved in the database and are displayed in the chat box which all users can view. You can test this project by opening two(2) different browsers with different username in each browser. Hope you learn