Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to apply autocomplete feature to textbox with jQuery?

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

How to disable jQuery animation ?

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

AngularJS Factory

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

How to use array_reverse() in PHP

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

How to add custom logo in wordpress

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

How to make live clock on website uisng Javascript?

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

What is process to find OS version from web browsers using PHP ?

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

Rest API in WCF

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

  • 202
How to add Volley in Android Studio?

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://

How to split text in Google spreadsheet or excel?

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

1 251 408
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: