
Search In
Sometimes we need to implement autocomplete feature to input field for searching purpose. We can do this by using "autocomplete()" with jQuery.
Example: In the below example I have created an array of country names and passed that as source to autoc
Hello Readers,
We use the jquery property jQuery.fx.off or $.fx.off (globally disable all animations). By default its value is false, when we set this property to true, disables all the animation in jquery.
So, instead of displaying an effect it wil
Hi All,
In this we will discuss about factories in Angular JS, as Factory and Services plays an important role in Angular jS application as they allows us to put reusable code at a single place that can later on used in many other places like contro
array_reverse() function reset the order of elements in an array in reverse order. The function takes an array as argument and return an array containing all values in reverse order. The function also reset the index of elements. To keep the indexes
Many of the wordpress themes are having options in admin panel for uploading and changing the logo. But if we want to make a custom logo that is used in converting HTML to wordpress or for making any custom wordpress theme or we do not have any optio
Hello readers if you want to show a live clock on your web page then you can use the javascript to make it.
So lets start with html page. Create blank HTML page name is clock.html, And it's code will go like this:-
<html>
<head>
<tit
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to find OS version from web browsers using PHP ?
If you want to get the OS version which you are using. Then you can use the library code below:-
<?php
//here craete a arr
Representational State Transfer or Rest services in WCF Windows Communication Foundation is the way of making services by which it is accessed by any platform
We make Rest services because it has a feature of getting communicated with any pl
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://

Many time we need to split the data in our spreadsheet for this we can use SPLIT formula
lets take an example,
I have a large set of data which includes mail address like, sachin@gmail.com, findnerd@abc.com
in column A, so if I need to split the t
