Cute File Browser with jQuery and PHP

Submitted by Pandeyjibanaraswale on
Cute File Browser with jQuery and PHP INSPIRED BY TUTORIALZINE It is a cute file browser, which you can upload to a folder somewhere on your site and share documents, pictures and other files with the world. The app is built with PHP and jQuery and uses CSS3 extensively – no images or icons were used in the design, and the animations are smooth and work well even on smartphones.

Media Rule in CSS

Submitted by GeePee on
This project will teach you how to use media rule in css. @media rule allows different style or layout for different media in the same style sheet. I have here in my example a box with a content. You can see the changes of the page content when the user resized the screen(box color and font-size change according to screen size). Hope you learn from this.

Google and Facebook Launcher and Browser

Submitted by Bhaumik Mistry on
This project will teach you how to create a website launcher and browser using visual basic. I choose google and facebook as an example. I created a separate button of facebook and google. When the user click on each button, the corresponding site and will launch and the user has the option to browse on that corresponding site. Hope you learn from this.

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.