
Search In
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 ;
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
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
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>
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)
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
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
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
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
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
