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.

View and Display PDF Files in Android

Submitted by donbermoy on
I want to share this project of mine that can view and display PDF files on phone. It does not use Adobe Reader or any app but this is purely of hardcode. This android app views and display PDF files, gets the number of pages, and has zoom in and zoom out button to zoom the PDF. This greatly helps the students in their thesis/capstone projects that involves viewing of PDF files.

Typography Effect in CSS

Submitted by GeePee on
This project will teach you one example of typography effect using css. There are no images included in this example. What we have to do is skew each letter. The odd letter will set the transform property into 10deg skewY and the even is negative 10deg skewY. This will look like each letter is folding. Hope you learn from this simple project.