Online Hall Reservation System using PHP

Submitted by sminuwa on
Hello everyone, This is "Online Conference Hall Reservation system" actually I got a code of booking system from argie tamera. And I changed it to conference hall reservation system. I've added a lot of thing in it, such as if a hall has been booked people will book for sits in the hall And if one booked a sit no one will book the sit again Honestly the thing look interesting, You can contact me

How To Use Pointers In C Plus Plus (CPP) (C++)

Submitted by Yorkiebar on
Introduction: This tutorial is on how to use Pointers in C++. Theory: So why exactly do we need to use pointers? And what are they? If you write a simple program with two functions and a variable where one of the functions parses the variable to the second function in order for the variables value to change, it will only change in the local scope of the second function. Here is an example;

Drag & Drop in Javascript

Submitted by GeePee on
Drag and drop was created using javascript. In this project, I used different types of event like dragstart, dragend, etc. Hope you can use it on your projects. This features dragging and dropping image into another div. Once image is dragged into the other div, border color and background will change. Hope you learn from this project.

Product Information System using VB.NET/MS Access

Submitted by donbermoy on
Hi guys! I want to share with you this Product Information System created by 2nd year ITP students using Visual Basic.NET and MS Access as database. This system was programmed through Visual Studio 2010 and have your crystal reports installed. This system features: - add, edit, delete, search product information - product records - login/logout - user registration - inquiry - stockin for having

NC4 Programming - TESDA Library System Reviewer

Submitted by donbermoy on
We all know that National Certification IV (NC4) Programming of TESDA was vanished. But now it was replaced by NC3 that is composed of Java, .NET, and Oracle Programming. In this article, I want to share the work of my co-professor five years ago since he passed the NC4 programming exam. This is a TESDA Library System reviewer created in Visual Basic and Access Database. This system reviewer has

Auto Recognise Users via IP Address Through PHP/MySQLi

Submitted by Yorkiebar on
Introduction: This tutorial will show you how to quickly identify your website users through their IP. Database: First we will need a database (mine is 'fln'), a table - 'test', and columns with data. My columns are; id, int, 5 length, primary key, auto increment username, varchar, 255 length ip, varchar, 255 length The IP field does not have to be 255 characters long but it will help to avoid

Razmazio : JAVA Side Scroller Game Programming part1

Submitted by moazkhan on

TUTORIAL NO 14

Razmazio : JAVA Side Scroller Game Programming part1

In this tutorial you will learn: 1. Timer class 2. Animations using timer 3. Side Scroller game 4. Game Programming 5. Changing screens in the game 6. Swing Animations 7. Event handling 8. JAVA awt 9. JAVA swing 10. Adapters Today I am going to teach you how to make a simple yet fun game in JAVA. This tutorial will be divided into two parts so that thing remain simple and everyone could easily understand. In this game we will try to copy the basics features of SUPER MARIO.

Retrieving Specific Data in MySQL/PHP

Submitted by Yorkiebar on
Introduction: This tutorial is on how to retrieve specific data from a database through PHP and MySQL/MySQLi. Latest: In my latest tutorials I have shown how to retrieve all rows from a database table, how to insert data, and how to validate data. Now I will show you how to retrieve specific data through slightly more advanced queries. Database: First you will obviously need a database with table