Auto Typing Application in VB.NET

Submitted by donbermoy on
Typing means to encode or write. It is really a hassle when we always encode or type such long sentences and paragraphs. But now, i will introduce some kind of tutorial in visual basic.net; the Auto Typing Application. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2.

An Easy Way to Validate Billing and Shipping Information

Submitted by chrislim2888 on
You have an online business that you make your living with. There is nothing more important to ensure all the orders are from legitimate buyers but not fraudsters. Many approaches or tools you may use to ensure this, and here I’m going to show you how to do this by leveraging a free API from http://www.fraudlabspro.com. First of all, I assume you have basic technical background and well familiar

Query Data From Database Using Date Range in PHP/MySQL

Submitted by argie on
This tutorial will teach you on how to query data base on two dates using PHP/MySQL between query. This tutorial is helpful if your are creating your system that needs sales report base on the range of date. To further understand this tutorial follow the steps bellow.

Creating Our Database

First we are going to create our database which stores our data. To create a database: 1. Open phpmyadmin 2. Then create database and name it as "tutorial". 3.

Calculate Or Auto Sum All Price In Database Table Using PHP/MySQL

Submitted by argie on
This tutorial will teach you on how to Compute or Autosum the price of all products in database table using sum function in PHP. To understand more lets follow the steps bellow.

Creating Our Database

First we are going to create our database which stores our data. To create a database: 1. Open phpmyadmin 2. Then create database and name it as "tutorial". 3.

Genetic Algorithm: Solving the Function Optimization Problem using Java

Submitted by pavel7_7_7 on
In this article you will find a description of basic steps of the genetic Algorithm and an example of function's optimization in Java. There is a variety of problems that can not be solved with a simple algorithms. This problems needs a lot of time and resources to find a solution. Often we don't have a to find an exact solution : we can find a solution that is enough good for the goal. An example of such a kind of algorithm is Genetic Algorithm. Genetic algorithm is inspired by the process of the evolution in nature.

Simple Notepad Application using C# - Part 2

Submitted by pavel7_7_7 on
This is the second part of the article about C# Notepad. In the first part of this tutorial we already created a simple Notepad with possibilities to open, save, save as and print file. Also, you can change now the font and it's size from the menu. The next step is to implement the basic operations in the text redactor: copy, paste and cut. This actions can be performed in a very simple way by using functions of the textBox class.

Flappy Fly - VB6 version of Flappy Bird

Submitted by raffyapurillo on
Flappy Fly - VB6 version of Flappy Bird I used butterfly instead of bird... Credits to the Original Author: Flappy Bird is a side-scrolling mobile game featuring 2D retro style graphics. The objective is to direct a flying bird, which moves continuously to the right, between each oncoming set of pipes without colliding with them, which otherwise ends the game. The bird briefly flaps upward each

Keeping Data in the Form after Refreshing the Page Using PHP

Submitted by ronard on
Hi to All, Have a nice day..this script is just a simple that will teach you on how to keep your data in the form by refreshing the page. Just copy the script below in your web server and run to your web browser, Hope this will help you guys..happy codings.. Thanks for reading, please comment below.