How to Save Data in the Database Using Visual Basic 2008 and SQL Server 2005

Submitted by janobe on
This time, I will show you how to save data in the database using Visual Basic 2008 and SQL Server 2005 Express Edition. Using this method, the data will be saved in the database and It will also display the data that you have been saved in the database to the Datagridview. See the step by step procedure below.

Let's Begin:

Step 1. Create a database in the SQL Server 2005 Express Edition and name it "userdb". Step 2.

How to Create Username Availability Check using PHP

Submitted by alpha_luna on
In this article, we will tackle about Username Availability Check using PHP. This example is common to all of us, and it is popular in the websites. Like “Facebook”, “Gmail”, and etc. If you are creating your user account, after you input the username in the TextBox the script will check if it is an available username or not. NOTE: These list of username is not available in this source code example: "rolyn02", "mark111", and "billGates".

Responsive Apartment Management System

Submitted by optimumlinkup on
“Apartment Management System” or “AMS” is a webbased responsive application for apartment management. You can manage your whole apartment system through this web application. “Apartment Management System” is the best software for managing highly customizable apartment, flat, building or any kind of real estate properties. It will help you to control whole apartment in your hand at a glance. This

Date and Time of Last Visit

Submitted by alpha_luna on
This is simple script record which displays the date and time of your visitor's last visit. It will display when the user returns to your site. If it is your visitor's first visit to your site, a greeting message will be shown. You can customize the message to be displayed on your site. It will display the message, date and time of the user's last visit to the site.

Digital Clock using jQuery

Submitted by alpha_luna on
In this article, we are going to create Digital Clock using jQuery. You can use this simple program to your thesis projects or any kind of systems that you've created. Kindly download the full source code below.

You will Learn:

  • You can learn to construct simple markup using HTML.
  • You can learn to create stylish Digital Clock.
  • You can learn to build Digital Clock using jQuery.

Creating Markup

Creating simple HTML source code to display our Digital Clock.

Contact Form with Captcha Confirmation using PDO in PHP

Submitted by alpha_luna on
We are going to create Contact Form with Captcha Confirmation using PDO in PHP. These simple tutorial, you can download for free. I will teach you in step by step on how to create a contact form with captcha confirmation using PDO in PHP. Also, you can learn how to generate a random code and you can use this to protect your page from random spammers.