While Statements

Submitted by GeePee on
Introduction: This page will show you how to use the While statement. What is the While statement? The While statement is used to run a block of code/script constantly until its conditions become false. When is a While statement used? A while statement is great for multi-tasking in programs, for example; while the character is moving in a game it should run a script to update the screen graphics/player co-ordinates or location. How to make a While statement: To make a While statement there are only two things you need to th

Multi-Dimensional Arrays

Submitted by GeePee on
Introduction: Welcome to the Java tutorial on Multi-Dimensional Arrays. I would highly recommend you have a look at my Arrays page before reading through this one! What is a Multi-Dimensional Array? A Multi-Dimensional Array is an array which contains more than one index at any given placement. For example; instead of just having a value at the index "3", we could have "3""0", "3""1" etc. When are Multi-Dimensional Arrays Used? Compared to arrays there are not used as often.

Add, Update, Delete, Search, Print in PHP

Submitted by mase on
In this package you will learn how to add record, update, search, print or even delete records. =================================================================== INSTALLATION AND CONFIGURATIONS =================================================================== 1. Install wamp5 2. After Installation, copy folder "IC", go paste in the directory below C:\wamp\www 3. Upload database http:/

Arrays

Submitted by GeePee on
Introduction: Welcome, this page will teach you about Arrays within Java. What is an Array? An array is a variable which holds more than one value, in effect, it's a list of values attached to a variable name. When are Arrays Used? Arrays are very useful for holding lists of values for certain scripts. For example; holding the id of each button that has been activated within a game.

Object Oriented Programming (Code)

Submitted by GeePee on
Introduction: Hello and welcome to a tutorial on Object Oriented Programming, with code examples as opposed to theory. Ready the theory page Before starting this page make sure you have read and understand the theory page which can be found here. Instances The use of OOP is to have multiple instances of one class running at the same time, each with it's own variables and methods.

Object Oriented Programming (Theory)

Submitted by GeePee on
Introduction: Welcome! This page will be explaining Object Oriented Programming with examples. The examples are theory only but a code example will be released soon (if not already). What is Object Oriented Programming? Object Oriented Programming (OOP) is commonly used in programs which require doing the same things over and over again. Much like a function or method can be ran multiple times, OOP classes can be ran multiple times, simultaneously. When is OOP used? OOP is used in games and some other software.

Setting Up JFrame/Program Window

Submitted by GeePee on
Introduction: Hello. This page will teach you how to use JFrames within Java. What is a JFrame? A JFrame is a Java component which is able to hold or contain multiple more components. The JFrame is the 'window' of the program (the outer part which has the re-size options, the minimize, maximize and close options as well as the title of the program and icon). Should I use a JFrame in my program? You should only use a JFrame if you need a GUI/UI in your program.

Online Car Selling Site

Submitted by sba stuff on
This is one of my university semester projects. This is my car selling project. The logic behind this site is that user make first his account then he will select cars he want to buy. The cars came from database and only those cars he want to buy. He will then select a car, enter his credit card. When he clicks buy button, it will first verify weather it has sufficient amount in bank or not. Then