How to create a Simple Registration Form Using Modal

Submitted by GeePee on
In this tutorial I'm going to show you how to create a simple registration form using Modal. Instead of creating new web page for a registration form, we will use modal so that we could save memory and space in our web directory. To start with application we need to download first a twitter bootstrap framework for this we’ll be using it for this application.

Applying Object-Oriented Programming in PHP Pagination

Submitted by GeePee on
This tutorial is a continuation of our previous tutorial called “PHP Pagination”. At this time we’re going to focus on how to perform Pagination using Object-oriented Programming in PHP. Using this OOP we can minimize our code in creating a PHP pagination in our all web pages especially when we are developing a big system. To start with this application, open our file in the document root called “pagination”. Then, we are going to create a new folder called includes.

Social Networking Site: Adding a Delete control for Comment and Sub comment

Submitted by GeePee on
This tutorial, is a continuation of our previous topic called Social Networking Site: Adding a Sub-comment to a specific Post. But this time, I’m going to show you how to add a delete command of comment and sub comment. To start with this course, open our philsocial folder from the document root and open the home.php file. And inside the well class above all of the codes for comment and sub-comment well creates a function called “date_toText”.

OOP C# and MA

Submitted by meftah on
This is an example project using OOP C#. Hope this system can help you in your future project. Below are codes used in this system. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.OleDb; using System.Collections; namespace employeesapp { class employee { public string EmpID; public string Name; public string Jobtitle

Advance Android Project Management and Browser

Submitted by elinet on
This project source code will help you write an android application for search, delete, update, connection to the internet, a mini browser, posting data to the web server. This project is written to assist those beginners in android development environment to boost their coding ability as the project offers much more than listed here.

School Fees Payment System

Submitted by waqasyaqoob on
Yesterday I saw a project :Automated Billing System which submitted by user name loading. When I read and saw the project then I thought I can convert this project into School Fee Payment system and I am feeling happy that I did it. *Beautiful login system. *Add New Student , View Student , Edit student and Delete Student. *Add Class , View Class, Edit or Update Class and Delete Class. *Add , view

PHP Pagination

Submitted by GeePee on
In this tutorial I’m going to show you how to create a pagination. The concept behind pagination, let’s say we have one million records in our database and we probably we don’t want to see that entire record in the our web browser at once. Instead we’re going to return a subset of results and the first page may consist 20 records on it.

Quiz Game in C++

Submitted by Bhaumik Mistry on
This is a very simple quiz game created using C++. This was intentionally created to help others who wants to learn this programming language. It has a very simple rules. First is enter your name and hit enter. Your name will display on the system. The quiz is a multiple choice. Hope you like this and learn from this project.