PHP SaaS Contact Management application

Submitted by andy100 on
Rainbow is saas-like php contact management system. It has a simple system for adding, retrieving and editing contacts. The project is very good for people who are starting to learn PHP. Almost all web applications have some form of CRUD system (create,retrieve, update,delete). So starting your php journey by learning how to build a CRUD system is a very good decision. On this project you will

Product Information System in PHP/MySQL (Shopping Cart)

Submitted by donbermoy on
This is a Simple Product Information System that is capable of adding products with product name, product price, category, sub category, product details. This system can also add image of the product you wanted to add. Then the added products will go to its home tab with its information and images to be the list in shopping cart. Note that this system is not yet complete because i haven't done

Data Entry With Picture Uploads and Pagination

Submitted by GeePee on

This is a simple project which features data entry, picture uploads, and pagination. In this project, you will be able to learn how to upload pictures and input data, store each data into the database, and navigate through all stored entries. This is best for profile page of a site or of a certain system. I hope this helps.

Creating User Account Information in Java - Searching Records to Database

Submitted by donbermoy on
This is a continuation of my last tutorials entitled Creating User Account Information in Java - Adding Records to Database. So, in this tutorial we will create a function button that provides searching of records in the access database. Now let's start this tutorial! :) 1.

Text Effects in Visual Basic 2008.. (Reflect)

Submitted by janobe on
In this tutorial I will teach you how to put an effect in the text using Visual Basic 2008. In here, I use the reflected text for the effect. It reflects any kind of text that you will type at the bottom and you can also change its font size. Others may think that reflected text is just easy to do. But, they were wrong. You have to take a closer look at each codes and calculate everything to make it accurate. Let’s begin: Open Visual Basic 2008, create a new Windows Application and drag a PictureBox, a TextBox, a ComboBox and a NumericUpDown.

Creating User Account Information in Java - Adding Records to Database

Submitted by donbermoy on
Good day! This tutorial will focus on creating a user account information in java particularly in adding records to the database. Now let's start this tutorial! :) 1. Create your database in ms access and named it sample.mdb with Login table and the following entities below. design design 2. Create your java program now named UserSettings.java. 3.

Byte Converter using VB6.0

Submitted by donbermoy on
Here in this tutorial, we will create a program that convert bits, bytes, kilobytes, megabytes, gigabytes, and terabytes to their corresponding bytes cases. We all know that 1 byte is equal to 8 bits and 1 kilobyte is equal to 1024 bytes. So that is the formula that we will going to use in this tutorial. Now, let's start this tutorial! 1.Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2.