Implement Fraud Detection Feature with Free API

Submitted by chrislim2888 on
Fight fraud has never been an easy task. You may feel lucky of not being defrauded yet, but it never mean you will not encounter one in future. As long as you are in web business, regardless of whether you are a merchant or developer, precaution shall be necessarily to protect you from victimized by fraudster. Long story short, let’s dive into coding on how you can get yourself or perhaps your

PHP/MySQLi Creating a Forum - Part 19 - User Search

Submitted by Yorkiebar on
PHP/MySQLi Creating a Forum - Part 18 - Related Threads Introduction: This tutorial will be continuing my series of creating a forum in PHP/MySQLi/HTML. In this part I will be covering searching for users. Pre-creation: First you will need a host for your PHP, either a web host or localhost is fine but you will need PHP and MySQL(i) capabilities. Also, this will not be covering creating users, or styling the pages.

Parcel delivery system ( Edited version From Jack Murithi )

Submitted by Mutuma on
This is a system originally developed by Jack Murithi. It has more enhanced features and was developed with an imagination that it was owned by easy coach company as a first year IT project in Kibabii University college of Kenya. The system mainly captures the parcels to be transfered and notifies the clients through regular emails. For manager section use username as "manager" and password as

Android Custom Dialog Tutorial using Basic4Android

Submitted by donbermoy on
Hi! I will introduce another tutorial in Dialogs using Basic4Android, the Custom Dialog. A custom dialog refers to be in the customization of your dialog that you will going to create on your own. First, you need to create two buttons and named it Button1 and btn1, and also one label and named it as lbl1. Next, named your layout name as "Main".

PHP/MySQLi Creating a Forum - Part 18 - Related Threads

Submitted by Yorkiebar on
PHP/MySQLi Creating a Forum - Part 17 - User List Introduction: This tutorial will be continuing my series of creating a forum in PHP/MySQLi/HTML. In this part I will be covering related threads. Pre-creation: First you will need a host for your PHP, either a web host or localhost is fine but you will need PHP and MySQL(i) capabilities. Also, this will not be covering creating users, or styling the pages.

Navigate Record In the DataGridView Control (Count the records, First and Last Buttons)

Submitted by janobe on
This is the continuation of my previous tutorial which is the Navigate Record In the DataGridView Control. This time I’m going to add the last and first buttons and at the same time I’m going to add the counting of how many times the displayed records change in the DataGridView.