How to Check if an Inputted Year is a Leap Year using Java GUI

Submitted by donbermoy on
In this tutorial, i will teach you how to check if an inputted year as leap year or not. Hence we already know that leap year has 366 days instead of the normal 365 days. Leap years occur every 4 years. And this fact is our formula in finding a leap year using Java GUI. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of leapYear.java. 2. Import javax.swing package. Hence we will use a GUI (Graphical User Interface) here like the inputting the year.

Search and Retrieve a Record from Access Database and VB.NET

Submitted by donbermoy on
In this tutorial, i will teach you on how to create a program that can search and retrieve a record from an access database and vb.net. Now, let's start this tutorial! 1. Create an access file with the table, entities, and record below. Name your access database as sample.mdb (2003 format). access access 2.

How to Download File in a Website using VB.NET

Submitted by donbermoy on
Today, i will teach you how to create a program that can download file in a website using vb.net. This is one of my tutorials here for FTP program in VB.NET. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add only one Button named Button1 and labeled it as "Download".

Auto Scroll Animation

Submitted by GeePee on
Auto Scroll Animation using JavaScript. In this project, I also used PHP to lessen the codes and MySQL so that I can grab all the contents of the topics that I placed in the page. One feature of the project is that, once you click a topic, it automatically slides down to its content. And by clicking Go Back To Top, it will automatically slide to top. Hope you learn from this.

Compute Grade Using VB6

Submitted by jayzeeman on
This is a simple Grading System and this is my first project this past year. I have used Microsoft Visual Basic 6.0 and Microsoft Access 2013 and make sure you have all required Software before open vb *this is all you need to open in References "Microsoft active x 2.8 library" and into components "Microsoft data grid control 6.0 (OLEDB), Mircosot ADO data control 6.0(OLEDB), Microsoft Windows

Image Slider in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create an image slider in Visual Basic. Design: For this project, our design requires; Button, button1, To go to previous image. Button, button2, To go to next image. Picturebox, picturebox1, To hold the current image. Note; You will most probably want to set the appropriate properties for the picturebox, otherwise some images will look larger than others. Loading: On form load, we want to get all the images in the default directory.

MaxOn Accounting Software

Submitted by zadr50 on
Maxon is a software that helps you to make transactions on the company, including sales, purchases, accounts payable, accounts receivable, stock, assets, cash book, accounting, and so forth. MAXON made by a group of programmers who are experienced, you can communicate or discussion about the manner of use of the software, business process problem, request and modification modules via online forums

Image Slider

Submitted by GeePee on
This is a simple image slider using JavaScript and jQuery. This slider automatically slides and takes you to the next image. And while the slideshow plays, you can also click the previous and next button. To pause the slideshow, hover the mouse pointer over the image. Hope this helps.

How to Create a Log File in Java

Submitted by donbermoy on
Today, I will teach you how to create a log file in java. We all know that a file is a list actions that occurred in which a program records events, such as user access or data manipulation as they occur to serve as an audit trail or warning message. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of logFile.java. 2. Import java.io package. Hence we will use an input/output in creating files and for the IOException class.

Book Application (PageTurnerView in Android)

Submitted by donbermoy on
It's me again! :) I have created another Android application entitled Book App using Basic4Android. This book application is not an ordinary application that will just put some text on it and read only in one form. This application features to have a PageTurnerView in Android, meaning it is just like a book that you scan through its pages. This app also may help you on how to customize font, color, margins, line spacing, and page numbering. Just install Book.apk to your android phone and run it. This book app contains an utmost dedication to my girlfriend.