Sign Up Form using Bootstrap

Submitted by velmaxtechnologies on
This is a simple clean bootstrap sign up form. It can be easily integrated. This template is free to use or distribute. For any projects email me on [email protected] or follow me on http://valemaxstudio.com. I develop projects for university/college students, companies or private individuals/organization. I am available for hire. Related Code: Sign Up Form Using Bootstrap with jQuery Validation

Login and Logout Using C#.net and SQL Server 2005

Submitted by janobe on
In this tutorial, I will teach you how to create Login and Logout using C#.net and SQL Server 2005 Express Edition. This method is very helpful to ensure the security of the system from invaders who wants to access your system.

Let's begin:

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

5 Tutorials of Select Box or Dropdown Plugins

Submitted by alpha_luna on
If you are looking for the tutorials for Select Box or Dropdown Plugins then you are at the right place. As a programmer, we always need a select box or a drop-down menu when we are going to create or to build a program or a site. So, I have a list of 5 Tutorials of Select Box or Dropdown Plugins.

5 Tutorials of Select Box or Dropdown Plugins

1.) Populate Dropdown List Using CodeIgniter

In this code, you’ll learn on how to populate a dropdown list using CodeIgniter.

Simple Voting System

Submitted by rinvizle on
This tutorial will teach you how to create a simple voting system in PHP. And it has a two user side, the student and the admin, for the student side is were the user vote there candidate while for the admin is the control unit of the system that can edit, update, and see the results or count of all the candidates.

Farming Tools and Equipment Inventory System

Submitted by janobe on
Manual inventory process is very delicate because you need to be accurate with all the details of your items and if you are not careful you might mislook some products that would possibly result to company loss. This Farming Tools and Equipment Inventory system is an automated Inventory system that focus on managing and locating of every equipment/tools easily. This can also track the stock in and

Simple Open Dialog Box

Submitted by rinvizle on
A Dialog window is an independent sub-window meant to open temporary form apart from the main Swing Application Window. Most Dialog present an error message or warning to a user, but Dialog box can present images, directory trees, or just about anything compatible with the main Swing Application that manages them.