Advanced Web Store Using PHP/MySQL

Submitted by donbermoy on
This is an Advanced Web Store of Dadad's Merchandising, a food establishment providing food ingredients. This is designed like the lazada.com as having the shopping cart and an online ordering system. The features of this system are the following: - order product online - add, edit, delete product - shopping cart designed - search product in home tab - send order confirmation via email - manage

Bouncing Ball Animation in JAVA using MutiThreading

Submitted by moazkhan on

TUTORIAL NO 8

Bouncing Ball Animation in JAVA in MutiThreading

In this tutorial you will learn: 1.Multi Threading 2.Inner Classes 3.Swing Animations 4.JAVA awt 5.JAVA swing 6.Adapters A lot of newbies ask this question how to make a bouncing ball animation in java using graphic elements so I decided to address this problem and today I am going to teach you how to make a very simple bouncing ball animation in java. In this tutorial we will be working in JAVA SWING.

How to Encrypt a File in C#

Submitted by donbermoy on
In this tutorial, I will teach you how to encrypt a file using C#. This is different in encrypting just only a textbox, but here we will encrypt the content of a file. 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 and name your project as Encrypt and Decrypt. 2.

Printer settings: Display the list of valid paper sizes

Submitted by donbermoy on
This tutorial will teach you on how to get and display the list of valid paper sizes of the printer. I already have this tutorial on how to display the list of printers installed in the computer. 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 and name your project as Printer Settings. 2.

Marquee Text with NumericUpDown Control in C#

Submitted by donbermoy on
Today in C#, I will teach you how to create a program that has the marquee text functionality and has a NumericUpDown control to control the speed of the marquee text. We all know that in HTML, a marquee is a small section of the browser window that displays text that rolls across the screen. You use the MARQUEE element to create scrolling section. Now, let's start this tutorial! 1.

Simple Add, Update, Delete and Search using PHP and MySql

Submitted by Talarng on
This is a simple Add, Update, Delete and Search using PHP and MySql. Only for first class of PHP -Connect to Database with MySQl -Insert -Update -Delete -Search all of Using HTML, CSS and PHP Only. Note: Extract File Zip 1. Create Database name test_db 2. Import file test_db.sql 3. execute.

JAVA Catch the Eggs Game Programming part2

Submitted by moazkhan on

TUTORIAL NO 7

JAVA Catch the Eggs Game Programming part2 In this tutorial you will learn: 1.Game Programming 2.CardLayout 3.Changing screens in the game 4.Internal Classes 5.Swing Animations 6.Event handling 7.JAVA awt 8.JAVA swing 9.Adapters In this tutorial I will continue coding my previous tutorial and write the GamePanel class which we left empty in our previous tutorial.

Get All Files under a Directory in VB.NET

Submitted by donbermoy on
Today in VB.NET, I will teach you how to create a program that gets all files under its corresponding directory not all the folders that are inside on it. 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.