
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
Star Topology
In this type of network topology, all the nodes are connected individually to one common hub. The transmission stations are connected to the central node in such a manner that the design resembles the shape of a star, and hence,
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. *
Angularjs is a javascript library which is perfect for single page application(SAPs). Angularjs is nothing just a javascript library which extends HTML with new markups. Single page application are those web application which will load a single web p
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
