Bubble Sort in VB.NET Console

Submitted by donbermoy on
In this tutorial, i will teach you how to create a program for bubble sorting using vb.net console. We all know that bubble sort is a sorting algorithm that is repeatedly searching through lists that need to be sorted, comparing each pair of items and swapping them if they are in the wrong order. Now, let's start this tutorial! 1. Let's start with creating a Console Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Console Application. 2.

Read Data from a Text File using Java

Submitted by donbermoy on
Today, I will teach you how to read data from a text file using Java. We're done with creating files and writing/appending files, so now we will proceed to reading of data from any files but here we just use the text files or .txt file extension. So, now let's start this tutorial! 1. Open Notepad. Put any data in there, for example, i have write " Sourcecodester is the best!". Save it to the same

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