Auto Recognise Users via IP Address Through PHP/MySQLi

Submitted by Yorkiebar on
Introduction: This tutorial will show you how to quickly identify your website users through their IP. Database: First we will need a database (mine is 'fln'), a table - 'test', and columns with data. My columns are; id, int, 5 length, primary key, auto increment username, varchar, 255 length ip, varchar, 255 length The IP field does not have to be 255 characters long but it will help to avoid

Razmazio : JAVA Side Scroller Game Programming part1

Submitted by moazkhan on

TUTORIAL NO 14

Razmazio : JAVA Side Scroller Game Programming part1

In this tutorial you will learn: 1. Timer class 2. Animations using timer 3. Side Scroller game 4. Game Programming 5. Changing screens in the game 6. Swing Animations 7. Event handling 8. JAVA awt 9. JAVA swing 10. Adapters Today I am going to teach you how to make a simple yet fun game in JAVA. This tutorial will be divided into two parts so that thing remain simple and everyone could easily understand. In this game we will try to copy the basics features of SUPER MARIO.

Retrieving Specific Data in MySQL/PHP

Submitted by Yorkiebar on
Introduction: This tutorial is on how to retrieve specific data from a database through PHP and MySQL/MySQLi. Latest: In my latest tutorials I have shown how to retrieve all rows from a database table, how to insert data, and how to validate data. Now I will show you how to retrieve specific data through slightly more advanced queries. Database: First you will obviously need a database with table

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

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.