Responsive Form Validation

Submitted by rinvizle on
This tutorial we will create a Responsive Form Validation that we will show you how to integrate client side responsove form validation using jQuery validation. The client side of responsive form validation is very useful for validating a form and it makes your web project more user friendly. You can found many ways to perform client side validation in HTML form, but jQuery validation is the easiest way to validate a form.

Captcha Generator

Submitted by rinvizle on
This tutorial we will create a Capthcha Generator. And this simple project would be very helpful for your programming projects. Captcha Generator or a full form of CAPTCHA is telling humans and computers apart automatically. Captcha is a program which helps to protect your website from bots and determine the user is human or not. So, you need to add Captcha for protecting contact form, comment form and any other forms from spam. But many times you need to add a simple PHP captcha in form.

Bootstrap Wizard Registration using PHP/MySQL

Submitted by alpha_luna on
In this tutorial, we are going to learn on Bootstrap Wizard Registration using PHP/MySQL. These form field in registration is separated into a group. We have three steps to complete the registration. And a user can navigate using our previous and next button at every step. Wizard Registration - HTML This source code displays all three steps.

Point of Sale and Inventory System C#.Net Version 2.0

Submitted by cybernick75 on
This is a complete point of sale and inventory system written in C#.NET. You can use this system to your future project. System Features Staff/Employee Categories Products Point of Sale Inventory Daily Sales Report By User Daily Sales Report By Invoice Stocks In Stocks Out/Sales Reorder Level Automatically Print Receipt RePrint Receipt Company And VAT Setting UPDATE 06-18-2017 : Product Import

Retrieving and Deleting Data in the Database Using C# and SQL Server 2005

Submitted by janobe on
In this tutorial, I will show you how to retrieve and delete the data in the database using C#.net and SQL server 2005. This method has the ability to display the records that has been saved in the database to the Datagridview. It will also delete the existing records in the table of the database. Follow the step by step guide below.

So, let’s get started:

Step 1. Create a database and name it “testdb”. Step 2.

How to Create Quick Search using PHP/MySQL with jQuery

Submitted by alpha_luna on
In this tutorial, we are going to create Quick Search using PHP/MySQL with jQuery. Search query using PHP/MySQL is a PHP source code that the users enable to quick search in the table. Creating TextBox for the user where they can type their desired word to quick search data and the table with our data in a data table.

Let's Begin

  • Creating Markup
  • Creating Database Connection
  • Creating PHP Script
First, we are going to create our simple HTML source code.