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

Chat System - User Levels

Submitted by GeePee on
Introduction: This tutorial is the seventeenth in my Java Network Programming using KryoNet series, or twelfth in creating a chat client and server system, in which we are going to be adding a user level system in to the server in preparation for the next tutorial (making requests from clients to admins). 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 c

Search Highlight in jQuery

Submitted by GeePee on
This project will teach teach you how to include a search highlight in your website in an easy way using jQuery. What we'll do is to download highlight jQuery plugin and customize the codes. Here is the sample code that I created using highlight jQuery plugin: $(document).ready(function() { $('#search_btn').click(function(){ var search_str = $('#str_search').val(); $('body').unhighlight()

Chat System - Server Commands & Kicking Clients

Submitted by GeePee on
Introduction: This tutorial is the fifteenth in my Java Network Programming using KryoNet series, or tenth in creating a chat client and server system, in which we are going to be adding a feature to the server where the user in control of the server is able to kick specific clients out of the chat room. Previous: In the previous tutorial we finished making the ChatGUI work along with adding the functionality of commands. The System: We are going to give the user a GUI to interact with the system - to send messages and see the currently conn