
Search In
The OSI Model
Open System Interconnection (OSI) reference model has become an International standard and serves as a guide for networking.
This model is the best known and most widely used guide to describe networking envi
Exterior Gateway Protocol
EGP is a standard protocol. It is used mainly for the data that needs to be sent outside of the network.
The Exterior Gateway Protocol is the protocol used for exchange of routing information between exteri
In a computer network, there are links and nodes, which help workstations connect to each other. Such a pattern is referred to as a network topology.
It is divided into physical topology and logical topology. When one is talking about the
A server in a web is like a repository which holds the details of associated to your request, we use HTTP for making request and generating response.
The web server can be called to a device a terminal that provides the poten
Hi All,
When we use AngularJS in any of our page, while rendering it on browser we happen to see flicker in HTML with uncompiled raw html. And once the AngularJS is compiled then it will show the compilled output. To avoid this flickering we can use
If you want to create multiple elements with dynamic id on click of button or an HTML element see below program for reference.
/* The following html/jquery snippet will create multiple input boxes with dynamic id on clicking an individual element. *
Push notification plugin supports receiving notification in your phonegap application. It can also handle the notifications received. It supports multiple platforms like android, iOS, windows.
Installing the Plugin:
You have to run the following co
Here I created a small function to get the list values through "forEach" function of Angularjs. In the given functionality, I get the list items and push it in to the "listTextVal" array.
Here are the complete Angular functionali
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to append/add and remove input field in a form with just on a click?
In this blog we will see how to append text input fields in a HTML form using jQuery and process the s
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to use load() in jquery?
Basically load() method is used for loading data from server and putting return data into selected item,in simple word we can say that load(
