Image Drag & Drop Shuffle & Reorder Position

Submitted by rinvizle on
This tutorial we will create a Image Drag & Drop Shuffle & Reorder Position. And would be very helpful for your programming projects. This project you will learn how to build drag and drop shuffle & reorder position of images using jQuery, Ajax, PHP and MySQL. And you would be able to provide a better user interface for your web project.

Confirmation Alert Box using JavaScript

Submitted by alpha_luna on
In this article, we are going to create Confirmation Alert Box using JavaScript. You can use this simple script source code to give any confirmation to the user or the admin whether delete, accept, add, view, or etc. This simple article usually used for deleting or confirming information to your systems or websites. This is a simple source code.

Members Information System using PHP/MySQL

Submitted by alpha_luna on
In this simple Members Information System, all readers can learn how to create this simple full source code system using PHP/MySQL. This system provides you a simple source code to make you productive and you can easily to understand how to use this source code. In this system, you will learn how to codes add, edit, and delete using PHP/MySQL. This system suitable for the beginners who want to learn basic coding first.

Product Fly To Cart Effects in jQuery

Submitted by rinvizle on
In this tutorial we will teach how to create a flying effects of products or images through the cart. This project we will create named Products Fly To Cart Effects. This tutorial will help you to provide better user interface for your eCommerce web application using the shopping cart. To run the effects of the application we use jQuery fly to cart effect.

Vb.Net Calculator Ver. 1.0

Submitted by velmaxtechnologies on
Hello, this source code demonstrates how to create a basic calculator using Visual Basic.Net This Calculator application can perform two tasks i.e Addition and Subtraction of whole numbers. Global Variables Dim operater_on As Boolean = False Dim operater As String = "" Dim val1, val2 As Double Form Load Event Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load AddHandler

Dynamic Selection Box

Submitted by rinvizle on
In this tutorial I will show you a how to create a Dynamic Selection Box. This project or the dynamic selection box is compose of country, state, and city using the dropdown function. This project will implement a relational dropdown of country, state, and city using jQuery, Ajax, PHP, MySQL and Bootstrap. And it means that state is related with country and the city is related with the state.

How to Validate a Registration Form Using Regular Expression in C#

Submitted by janobe on
In this tutorial, I will teach you how to validate a Registration Form using Regular Expression in C#. With this method, you can restrict all the textboxes in a form.It is also a guide for all users when they're going to fill up a registration form.

Let’s get started:

Open Microsoft Visual Studio 2008 and create new Windows Form Application for C#.

C# : Autocomplete in a Textbox with SQL Server

Submitted by janobe on
When you search data in the database, it is hard to search accurate data without a hard copy for your basis. So, in this tutorial, I will show you how to create an Autocomplete Textbox using C#.net and SQL Server 2005. This method has the ability to auto suggest and append the corresponding data on the Textbox when the first letter has an exact the same data in the database

Let's get started:

Step 1.