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.

Chat System - Admin Command Kick - Server Side

Submitted by GeePee on
Introduction: This tutorial is the nineteenth in my Java Network Programming using KryoNet series, or fourteenth in creating a chat client and server system, in which we are going to be continuing the previous tutorial. Previous: In the previous tutorial we added private message features to the client. The System: We are going to give the user a GUI to interact with the system - to send messages and see the currently connected members of the chat. When a client connects, add them to a list. Send incoming messages to everyone within the clien

Chat System - Admin Command Kick - Client Side

Submitted by GeePee on
Introduction: This tutorial is the eighteenth in my Java Network Programming using KryoNet series, or thirteenth in creating a chat client and server system, in which we are going to be giving clients a command to request actions from an admin. Previous: In the previous tutorial we added private message features to the client. The System: We are going to give the user a GUI to interact with the system - to send messages and see the currently connected members of the chat. When a client connects, add them to a list. Send incoming messages to