Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

SQL Like Operator

This operator is used when we want specific pattern from a column in a table . % : This is called wildcards , it is used before and after the pattern . Syntax : select column_name1 .......column_nameN from table_name where column_name like pattern ;

Basics of IP addressing

What is IP Address ? IP is an address which is given to each and every device in a network. It's a logical address given to devices in a network. It Works in Network layer IP Versions: 1> IPv4 - 32 bits(represented by 0 and 1) - IP a

How to Animate the Table cells

Hi Readers, To make the tableView cell animate from a particular point to its position, you just have to add the lines below in the “willDisplayCell:” delegate function of the table view as shown below. -(void)tableView:(UITableView *)tableView wi

Make a line in Canvas on mouse click

HTML5 Canvas element is used for making 2D graphics in browser. Canvas has several methods to draw 2D graphics path, boxes, line, circle, rectangle etc. One of these we are using here is line method. <!DOCTYPE html> <html> <head>

How to install Unity3d

Install Unity : Below are the steps to install Unity 3d: First download the Unity 3d from the URL: [http://unity3d.com/unity/download][1] Then double click on the UnitySetup-4.3.1.exe Click on Next button to set the installation path. After setti

Terrain in Away3D (Part 1)

Terrain in Away3D (Part 1) User are always curious with the heights of Hills, Mountains and Depth of river and wells in the game. He always thinks how these things are done. By this blog you will have a fair idea about Height Maps, Alpha Maps used t

How to Make a user friendly Interface for Mobile Platforms?

We all web Ninja knows the value of USER EXPERIENCE. In mobile platform it requires a different approach to make a better user experience. I am listing few points one must remember while making mobile Interface. 1 .Responsive Web design 2 .The event

Making a user friendly Interface for Mobile Platforms?

We all web Ninja knows the value of USER EXPERIENCE. In mobile platform it requires a different approach to make a better user experience. I am listing few points one must remember while making mobile Interface. 1 .Responsive Web design 2 .The event

Improve User Experience On Mobile Plateform

We all web Ninja knows the value of USER EXPERIENCE. In mobile platform it requires a different approach to make a better user experience. I am listing few points one must remember while making mobile Interface. 1 .Responsive Web design 2 .The event

How to delete elements from array while iterating or delete multiple elements from array simultaneously

Sometimes we may face a situation when we need to remove objects from an array while iterating through the same array. We cannot remove elements from the same array on which we are fast enumerating (for in loop). And if we use the traditional "for lo

1 224 949
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: