This script will allow you to tag image like you do on Facebook. Also beside image it displays description about that particular image. Try it yourself. This is simple and easy to understand project. Hope you learn from this.
A simple Php Msg System/Url Encrypting. Each user has a login form to have an identity. After the user login, the home page display and you can start chatting. It can send and receive messages at the same time. You will learn alot from this especially if you are new to PHP. Enjoy! my email: [email protected]
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
This project will teach you how to vertically center your element using css. It has only 2 css properties to be set and that is top which is set to 50% and transform: translateY(-50%). Your element will be perfectly centered vertically. Hope you learn from this.
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.
The classic 99 beer on the wall.A java console app that help's people to understand the java programming language. The application uses classes,methods and object references.
A simple guesing game that shows people how to use classes and objects,the game assumes there are three players and they must guess a number between 0 and 9.the game uses the math.random object to randomise the number.
This project contains a database, documentation and source code to Romans pizza storefront. Please create a database in mysql and import tables from the romans_db.
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.
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.