Interest Solver

Submitted by sminuwa on
Hello guys once again, here is another program. I create this software within 8hours the software. The software is based on simple calculation, compound, inflation, and depreciation. But because I divided it into versions this one is only use for calculate simple and compound interest. In sha Allah I'll try to share it with you. I hope you'll appreciate it. For more......contact @ Fformulator

PHCN Billing System

Submitted by sminuwa on
Hello guy, this application seems to be helpful to those that need to learn how to delete, insert, select, update data in the database and crystal report as well. I found it expedient for me to share it with you so that you may have I deas when you go into it. I hope you will appreciate it Customer Login:Username: customer_firstname Customer Login:password: customer_regno Admin Login: contact me @

Power Holding Company of Nigeria (PHCN) Billing System

Submitted by Formulators on
Hello guys, I created this software for my sister as her final semister project. The software is able to do many thing especially with things related to database and crystal report. I hope it will be useful to you. Adnin login: contact me @ [email protected] Or calls @ +23408135067070 Facebook.com/sunusi.mohammad.59

PACMAN Animation Programming part2

Submitted by moazkhan on

TUTORIAL NO 12

PACMAN Animation Programming part2

In this tutorial you will learn: 1. Game Programming 2. Swing Animations 3. Event handling 4. JAVA awt 5. JAVA swing 6. Adapters Now we will continue making our PacMan animation. In this tutorial we will write the functions and conditions for up , down ,left and right. Which we were calling in our detect collision function.

Mouseover Fade Effect

Submitted by GeePee on
A very simple image animation yet a very interesting one. This animation is what we mostly see in web designs and can also be used in making image gallery. The code is very simple and easy to understand. I change the opacity of the image into .5 and when the user hover on it, image opacity change into 100%. Hope you learn from this simple project.

Splash Screen Pro

Submitted by AnassDev on
This project explain how to use splash screen to get professional work. A Splash Screen is a customizable screen that will appear for a few seconds as your application loads up. but in this project the time for splash screen will be customizable. It is a very professional feature to have in your application. MS visual studio 2012 used.

Validating and Inserting User Data in PHP/MySQL(i)

Submitted by Yorkiebar on
Introduction: This tutorial is on how to take user input, check it against a database, and insert if it is not already present. This could be used for registration in terms of unique usernames. Database: First we need a database with one table. My database is called 'fln', table is called 'test', and it has two fields: id, int, 5 length, primary key, auto increment. username, varchar/string, 255

Complete Clock Settings Application

Submitted by donbermoy on
This application was developed using Basic4Android entitled Complete Clock Settings Application. This app features: - Displaying Current Time - Clock Color Settings - Clock Transparency Settings - Background Color Settings (RGB based) - Time Format Settings (12/24-hour format) - Save Current Settings Download this app to study and make your own android application! :) For more inquiries and need programmer for your thesis systems in any kind of programming languages, just contact my number below. Best Regards, Engr.

PACMAN Animation Programming part1

Submitted by moazkhan on

TUTORIAL NO 12

PACMAN Animation Programming part1

In this tutorial you will learn: 1.Game Programming 2.Swing Animations 3.Event handling 4.JAVA awt 5.JAVA swing 6.KeyListeners Today I am going to teach you how to make a simple PACMAN mockup. In this tutorial we will only set up the pacman character and will provide functionality to the character using arrow key. After that we will set up the pacman mouth open close animation. Then we will setup it’s collision with a wall.