User Registration and login System in Codeigniter .

Submitted by ranjit1 on
In this tutorial you will be able to know how to make User Registration and login System in Codeigniter . System Requirement to run CI: Xampp server or Wamp server . Any Browser Google chrome,Firefox,Opera,Safari.. etc. Php editor you can use Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the

Trainscript Student columbans Add Develop For2014-2015

Submitted by pitou_pum on
The Student Transcript Processing System is a complete system created using PHP/MYSQL and a Twitter Bootstrap Framework. This system has an administrator side has a data entry for student, courses, Grade level, Faculty, Department and Rooms. The system also has an import and export information of student in student module and import for Course and Grade level module. The Student Transcript is

Filling and Getting the ValueMember of a ComboBox in Vb.Net

Submitted by janobe on
In this tutorial I will show you how to fill and get the ValueMember of a ComboBox in VB.Net. Knowing the value member of the items that will be displayed in a combo box is very important.Why? For instance, in the “employee’s table”, you want to display the name of the employee in the combo box, but you want to get the id of it.

Hotel Directory, Query, and Destination Information System

Submitted by donbermoy on
This is a system for Hotel Tavern Surigao as one of our clients. This is named Hotel Directory, Query, and Destination Information System that has been programmed through Visual Basic 6.0 and SQL Server 2000 as backend. This system is different from a hotel reservation system because this system is designed for queries, directories, and destination of guests. This system features: Guest

Screenshot v1.1.0

Submitted by A7medGeek on
a Simple Program using the basics to do a Screenshot so it will be helpful for who looking for learn from source code and i put some comments to help you to understand what is going on what is news : 1- now you can add a Specific time and capture the image when the time is end 2- you can using short key ( ctrl + C ) to capture an Image if something you don't understand in the code just send a

Repairs Management System

Submitted by Raj.Sharma on
This Computers and Phones Repair System is written using C# and Sql Server 2012 for my client. Main Fetaures are : 1. Customers Management 2. Billing 3. Invoice Receipt Login Information: Username- Admin Password- admin For students or anyone else who needs program or source code for thesis writing or any Professional Software Development,Website Development,Mobile Apps Development at affordable

Sales Order Management System v1.0

Submitted by Raj.Sharma on
This Software is developed using Visual Basic.NET and MS Access 2010 for my client. Main Features are : 1.Dealers Management 2.Products Management 3.Sales Officers Management 4.Sales Management 5.Advanced Reports Login Information : Username- admin Password-admin For students or anyone else who needs program or source code for thesis writing or any Professional Software Development,Website

Get IP Address of a Website using C#

Submitted by donbermoy on
In this tutorial, i will teach you how to create a program that gets an IP address of a website using C#. When a user inputs the link of a particular website, then the program determines its ip address. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and name your program IP Address of a Host. 2.