
Search In
Router is like a device or gateway which is used to send data form sender to the receiver end in the optimum way.
For doing this the router will share the details of the nodes in the network and the neighbour routers if receiver if f
Each IP address have subnet mask which contains the boundaries for that address and associate it with the particular class .
The Subnet mask is changed accordingly to reflect subnetting. Given below is a list of all possible combinat
Types/Sorts of Beta Testing:-
There are a wide range of types of beta tests and each of it has distinctive sets of difficulties, objectives, and advantages.
Any individual product/item test is likely contained these :-
Sort/Type of the
Hi All,
In this blog we will see how easy is to get HTML element in AngularJS. We many a times stuck in situation where we need to get HTML element that are not bind to AngularJS Model. Here is quick and easiest way of doing that.
Using Class Name:
I was facing issue while populating markers and adding click event on them. When the user clicks on a marker I would like it to send the user to different webpage. For example: If marker represents home page, when you click on this marker it will tak
While writing insert or update queries in the SQL server, we need to use the predefined functions of the SQL to get the current inserted or the updated record in the table.
For this we use the function called the scope identity for getting t
Hi all,
Shuffling an array means randomly re-arranging the content of an array .Shuffling algorithm can be used in many places now days like in card games, music player , media player etc.
Shuffling of an array can be done in two ways.
Using Gam
REST (Representational State Transfer) is based on resources and actions. A resource can be an URL referencing a object or any entity on which we want to perform action for example: /listUser or /searchUser. Action can be one of the following:
 
There are different ways to compare two strings in PHP whether by using built-in functions like strcmp or strcasecmp of PHP or using equality operator(==). None of these methods return the number of matching characters in both the strings.
This arti
Displaying running totals is a common request, and there is no straightforward way to do so in SQL.
The idea for using SQL to display running totals similar to that for displaying rank: first do a self-join, then, list out the result
