Simple Calculator using a Class in C#

Submitted by donbermoy on
In this C# tutorial, I will teach you how to create a program that will compute sum, difference, quotient, and product as just a simple calculator that uses a class. 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. 2.

Razmazio : JAVA Side Scroller Game Programming part2

Submitted by moazkhan on

TUTORIAL NO 15

Razmazio : JAVA Side Scroller Game Programming part2

In this tutorial you will learn: 1. Playing sound in JAVA 2. Adding points in java 3. Adding custom Mario FONTS 4. Timer class 5. Animations using timer 6. Side Scroller game 7. Game Programming 8. Changing screens in the game 9. Swing Animations 10. Event handling 11. JAVA awt 12. JAVA swing 13. Adapters In this tutorial I will continue coding my previous tutorial. I will continue adding more functions in GamePanel class.

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