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.
Applications with features indispensable members in the development, I try to give a simple example in the manufacture of the member login registration application. This application is built using the CodeIgniter framework, with MVC and OOP concepts. Hope it will be useful to you in finding a complete reference learn Codeigniter. Regards. Gamma EMail: [email protected] http://sourcecode-ta
This is a simple program that demonstrate how to bind data from two tables in vb.net and ms access. This was created most especially for beginners. Feel free to make improvements and repost. Hope you learn from this.
This project will teach you how to use a background-blend-mode in css. Background-blend-mode allows you to blend images and background color. We have different kinds of blend modes(multiply, screen, overlay, burn, color, darken...). Each blend modes applied will produce a stunning effect to an image. I have here an examples of all blend modes that you can use. Hope you learn from this.
GITHUB - > https://github.com/Welsen97/PageSwitch PageSwitch is a small program that allows you to display ramdom pages as if it was a projector. In order to use it , you place insert some links , and adjust some settings , and on the click of the green button , the program will continiously load the links ONE by ONE. It's meant to use as dynamic dashboard. One page is displayed , then closes and
This project will teach you how to clip text using background-clip in css. First we have to set background-clip into text, set the text-fill-color into transparent so the background image will display. Put a background image and animate. In my example, I have a text LIFELINE which has a background image of a lifeline and slide the image from left to right. Hope you learn from this.