Full Background Image in CSS

Submitted by GeePee on
This project will teach you how to create a full background image in css. It will create a large photo that will cover the entire background of the webpage. This is simple and easy to understand. We have to set the following properties such as background image(the location of the image), background-position(which should be center center), background-repeat(it should not be tiled), background

Dynamic Dropdown List

Submitted by GeePee on
This project will teach you how to create a dynamic dropdown list using php, javascript and jquery. Here in my example, there are two dropdown lists (Brand and Model). The user needs to select an item on the Brand list. The items on the Model list then automatically changes to the corresponding brand of cars. When the user has chosen an item on the Model list and clicked on the "Go" button, the

ATM Machine

Submitted by arszak on
A simple console based ATM machine written in java. This application utilizes the scanner object to get information from the user. The application uses obbj standards such as objects, classes, object reference's and inheritance. Hope you learn from this.