Switch Statements in C#
Introduction:
This tutorial is on how to use Switch statements in C#.Switch:
A switch statement allows a single variable or static piece of data to be checked for mulitple conditions, essentially like a long 'else if' statement but a lot more compact and with slightly more flexability.Case:
To use a switch statement there are a few other keywords we need to learn first, one of which is 'case'. Case is a possible value of the variable or value being 'switched', this must be of the same data type as the value being switched and must be followed by a colon. BreakConverting Timestamp to Time Ago in PHP
This project will teach you on how to calculate and convert timestamp to get the time ago using php. This is what we mostly see in social networking sites like Facebook, Twitter etc. This allows us to determine what time the users has logged in or posted a status. Hope you learn from this simple project.
Social Networking
More about The Project [email protected] This project will teach you on how to develop social network like Facebook. you can add friend,post-comments and so . if you need more about inbox me [email protected] or Facebook id User can add friends, can post, can update profile and other features like Facebook.
Trees in C++ Final part
Trees in C++ Final part
In this tutorial, you will learn 1. Different types of traversal of BST 2. Concept and implementation of inorder traversal 3. Concept and implementation of preorder traversal 4. Concept and implementation of postorder traversal What are different types of traversals of BST? In trees, there are three types of traversals 1. In-order traversal 2. Post-order traversal 3. Pre-order traversal What is in-order traversal? In inorder traversal, first the left child is accessed then root and then right child at last.Editable Table in jQuery
This project will teach you on how to create an editable tables using jQuery. This is very easy. You just have to include the editable table jQuery plugin in your project(you can google the plugin and download). Then, a few line of codes to save the edited data. Just click the table data to edit. By pressing enter and clicking outside or other table data, this will automatically update edited data
Image Mapping in HTML
This project will teach you on how to image map using html. This is easy and simple project. Image mapping has the ability to hyperlink areas of the image to multiple destination. Just like my example, I have one image with with 6 boxes which contains different browser in each box. I set the coords of each box and link to it's preferred destination. The first 2 figures of the coords is the x, y
Binary Search Tree in C++
Binary Search Tree in C++
Note: We will use BST as abbreviation for binary search trees. Code is given with the tutorial separately for thorough understanding. In this tutorial, you will learn 1. About the data members of class of BST. 2. Implementation of constructor of BST. 3. Implementation of function to check whether BST is empty. 4. Implementation of function to insert a node in BST. What are the data members of BST? The class of Binary search tree has only one data member which is a pointer to the node of BST. It is named as root.Registration and Login in PHP
This project has a two forms, Registration Form and Login Form. It easy is to use form. It has a validation form and security. The user must first fill up registration form before logging in. Hope you learn from this.
Billing System using Java
For using this program, you have to create the DNS under control panel. Follow some steps below to create a DNS. 1. copy database any drive 2. open control panel....administrative tool.... DATA SOURCE (odbc) 3. click add button...then click on "microsoft access driver(.mdb,.accdb)" 4. click select....then choose drive where is ur database.. 5. select Billing_System.... 6. then give name as Billing