
Search In
The Cordova EmailComposer plugin provides the interface where user can send the message through email same as in the email composer. It manages the editing and sending the message. You can use this plugin to show the standard email view inside your m
The social media saga
The previous year was distinctly different in the social media domain. Platforms like Pinterest, Instagram,Stumble Upon and a few others rose up to challenge the dominance of Facebook and Twitter. But the platform to gain most
Hello Readers,
bind() is the jquey method which is used to attaches one or more event handlers for selected elements and specifies a function to run when the event occurs.
syntax:
$(selector).bind(event,data,function)
event: event is a required
Hi All,
You can add auto layout constraints by using Storyboard Interface OR by adding constraints dynamically. There are three ways to add constraint dynamically (as per Apple Inc.)
NSLayoutConstraint is one of the way is used to add autolayout co
In 3 basics steps,you can add volley to your project:
Step 1:First, you need to get the Volley source code:
Use Git to checkout the source code for Volley, preferably to the filesystem where your Android project lives.
git clone https://
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
Wireshark Tools For Analysis:-
Wireshark is the well known network protocol Tools. It lets the user to see what's happening on his network at a microscopic level. It is the de facto (and often de jure) standard across many organizations
Bus Topology
A bus topology is like a serial transmission where all the nodes are connected in a single medium.
In case of Bus topology, all devices share single communication line or cable.Bus topology may have problem while
The tree topology is the arrangement when we we have child parent kind of type in the network.
It is like a parent and its child association in the network among the nodes connection.
A tree topology can be viewed as a collect
There are many times when we need to toggle the class dynamically.
Some time for changing the css.
Some time for adding html.
Some time to display html.
Some time to change dom.
That is all depend on your need. Now here I have tried to gave you
