Login Page In PHP/MySql
Simple Authentication and admin panel. This is a simple way of making authentication. It was written with PHP and MySql. Good Luck!
Simple Contact Information
Simple Contact Information System using MS-SQL and Vb.net,This Article Enplane how to Add Data using Vb.net Update Data Search Data Delete Data Try and Update Source Code... Thusitha Wijethunga
Real Time Digital Clock in Javascript
Introduction:
This tutorial is on how to create a real time digital clock in Javascript.
HTML Template:
Before we can create a javascript clock, we need a basic HTML template file.
Learning LOOPS in C
In this part you will learn:
1. What is a loop
2. For LOOP
3. More on conditional statements
4. C syntax
5. Showing output
In this tutorial I will teach you how to make a calculator using two different ways, firstly using the Conditional statement method and then using switch statement.
What is a LOOP ?
A loop is simply a statement which can execute a set of defined statements repetitively. You can write any valid C statement within a loop and you can also set how many times to execute that certain statement.
There are three parts in a loop
1.
Change Case: Uppercase and Lowercase in C#
Today in C#, I will teach you how to create a program that changes case either uppercase or lowercase letters using C#.
Now, let's start this tutorial!
1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application.
2. Next, add two Buttons named Button1 and labeled it as "Uppercase" and Button2 labeled as "Lowercase".
Mobile Store Using Codeigniter
I have developed small mobile store beta version, which grabs all points for codeigniter approaches. This project have cart system and also have paypal payment system that all should be know how it works in real life. Here i have linked with my sandbox account you can use it your own.
Resort Management System
This is one of the thesis/capstone projects that I have made for a particular school entitled Resort Management System for Seafarer's Inn. This is programmed thru Visual Basic and SQL Server 2000 as backend. Features of the system: 1. Room, pool, and cottage reservation 2. Room check-in, pool and cottage rental 3. Accepts and cancels reservation 4. Generate refunds 5. Add, edit, delete, and search
Creating Tabs in jQuery
Introduction: This tutorial is going to be teaching you how to create basic tabs using Javascript in HTML. Why Tabs? Tabs are very handy for professional looking websites, and allow you bunch a load of information in to a small space. A common use for javascript tabs is in control panels of user accounts, with different setting topics such as; Overview Billing Settings HTML: First we need the
Calculator using Switch and Conditional Statements
Calculator using Switch and Conditional Statements
In this part you will learn:
1. To make a calculator using Conditional statements
2. What is switch statement
3. To make a calculator using switch statment
4. C syntax
5. Showing output
In this tutorial I will teach you how to make a calculator using two different ways, firstly using the Conditional statement method and then using switch statement.
Using Conditional statments:
Basic Step:
Open Dev C++ then File > new > source file and start writing the code below.