Digitizer

Submitted by Dalimark Tenio on
This simple program is the Digitizer, it extracts digit and display it on the extracted integers with a corresponding integer word like 1=One. It only accepts 5 integers. This is easy and interesting. Try it yourself. Regards, Dalimark Tenio 10uSolutions [email protected] Fan Page: https://www.facebook.com/10usolutions

Calculator

Submitted by Dalimark Tenio on
This program shows a simple calculator with some basic operators like a real calculator. It's kinda hard to understand especially for beginners but interesting project. Hope this project will help you in your project. Regards, Dalimark Tenio 10uSolutions [email protected] Fan Page: https://www.facebook.com/10usolutions

Sales Express Application

Submitted by Dalimark Tenio on
This simple program calculates the total sales from January to December then calculate the average sales. This will identify the company statistics if the company is progressing or not progressing. It was created to serve as an example to those beginners and want to learn in this programming language. Hope this project will help you in your project. Regards, Dalimark Tenio 10uSolutions

Inserting Data using PHP into MySQL Database

Submitted by GeePee on
In this course we will focus on how to INSERT data using PHP into MySQL Database. When inserting data into Mysql Database tables we need to remember the names and types of table columns. For example if you set your field as the name of the person so as expected you must insert string value or if you are referring into the age of a person meaning you need to enter a numeric value.

ASP.NET Data Grid and Crystal Reports

Submitted by shiundu on
This web application system is helpfull to beginners who would wish to learn how to display data from sql server database on a datagrid and the use of master pages in asp. The project is simple to learn with different method of fetching data: 1. Stored Procedures 2. Sql querries 3. Datasource method Remember to the the web config connection string to your local database instance.I used the sql

Login Page with Shake Effect

Submitted by RobertSoriano on
This is a simple Ajax PHP login with welcome page using MySQL database and PDO query that will save you from sql injections. If the user log ins with the wrong username or password, the login box will shake. To begin, follow given steps: 1. Extract files and put the folder shakeLogin in your www(wamp) or htdocs(xampp) directory. 2. Open phpmyadmin and create a database named `wall` 3. Go to that