Programming

Shutdown app

Submitted by sminuwa on
Hello welcome, once again, here also, is another application called shutdown app that I've created to help new window 8 user on how to shutdown, restart, hibernate, logoff and remote shutdown activities automatically. I found it expedient for me to share it to you guys! Have fun! And show me your appreciation. For more.......contact @ [email protected] Whatsapp and Calls +2348135067070 Have

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

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

Inserting Data in PHP/MySQL

Submitted by Yorkiebar on
Introduction: This tutorial is going to be on how to insert data in to a MySQL table through PHP. This is in companionship with my 'How To Retrieve Data' tutorial found here (http://www.sourcecodester.com/php/7510/retrieving-data-mysqlphp.html). 'Insert': To insert data in to a MySQL table, we have to use the 'INSERT' keyword command in our query statement. Steps: First we need to create the data

How To Get Dropdown List From Database

Submitted by GeePee on
This is sample project on how to get a dropdown list from the database. This project is very simple and easy to understand especially for beginners. I have one dropdown list which contains car brands. When the user choose an item from the list, it automatically display all the recorded car model under the selected brand/item. Hope you learn from this simple project.