
Search In
When a device has multiple path to reach a point selection is been made. This selection process is termed as Routing.
Routing is been performed by the devices called routers. The software based routers have limited functionality and limited
During initial days of internet, its use was limited to military and universities for research and development purpose.
Later when all the source is getting integrated then people start to transmit data from one location.
All securi
The UINavigationBar class provides a control for navigating hierarchical content. It’s a bar, typically displayed at the top of the screen, containing buttons for navigating within a hierarchy of screens. The primary properties are a left (back
I am writing this blog, which will provide you help to compress files with the help of .htaccess file.
When Gzip Compression is enabled on your web server then it will make the file sizes smaller. This will load your website faster. When a req
Network Layer Protocols
While sending or receiving data there is lot of things happens at the background. We call that things a set of rules commonly called as protocols.
Address Resolution Protocol(ARP)
While communi
Hello Friends,
In order to fetch the latitude and longitude of a location based on its address,you may use the following code:
double latitude = 0;
double longitude = 0;
Use the google api along with your address
NSString *req = [NSStr
Hello readers, if you are looking for a code to upload multiple file in CakePHP where user can upload more than one image through input browse box, then your are in a right place i.e findnerd.com.
Here is a quick tutorial which will explain how to u
The element of an Array in PHP by default are accessed by the index number i.e. the position in which the element or value is stored in the array.
For example :
<?php
$temperature = array(10, 20, 30, 25);
echo "Delhi temperature : ".$temperatu
Border Gateway Protocol is a kind of exterior gateway protocol mainly designed to exchange the information related to routing and the reachability in the internet.
The neighbours in the BGP are called the peers that are lin
In this tutorial , you will learn that how to get the server time automatically with the use of jQuery-ajax code. We can make the simple input form in html for time.When the name is input by the user , the time input feild will automatically called f
