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

Search In

How to create Fragment Communication in android

In the below example I am describing "how to communicate fragments"?, fragment is a part of Activity in android. In one Activity we can use multiple fragment easily and each fragment have it's own functinality. Without activity we can n

How to create threads in Java?

How to create threads in Java? From main thread we can create our own user defined threads, we can create threads in two ways: By extending thread class. By implementing run-able interface. By extending thread class Create a class which extends

Tomcat and Servlet/JSP where write a file on HDD?

hi all i am use tomcat 8 and my war file initially i want write a file a .properties file, here the code: Boolean wflag = false; String wnomfile="my.properties" Properties prop = new Properties(); OutputStream output = null; System.out.println(

How to query mongodb with “like”?

Hello All, In this blog we will discuss about how to query mongodb with "like". In MySql you might have normally used below code to find by like select * from users where name like '%text%' But for using “like” in mongoDb you have to write in

How to show a div or a label on Click or MouseOver of a link in gridview.

How to toggle the visibility a div or a label on Click/MouseOver of a link in gridview. This demonstration is very useful to make a pop up like window opens on click/Mouse Over on every link in a row in a grid view. To begin this lets start with wr

How to use SharedPreferences in Android to store, fetch and edit values

SharedPreferences are used to store primitive data types in Android such as int, long, float, string. SharedPreferences have an added advantage over storing data in singleton class as Singleton class can store data and available throughout the app bu

How to change user password in CakePhp using Auth

Hi All, In this blog we will discuss how to change the password in cakePhp by using Auth. Firstly, in your model you have to define a function beforeSave which will hash your password to auth password, you can do this by writing the below code: pu

How to use ng-repeat loops through array from scope?

ng-repeat is used to iterate over the properties of an object. I am showing how you can use ng-repeat loops through an array from scope variables. The below code uses ng-repeat in a list that takes values through an array from scope. Here is the HT

How to calculate area of a circle using .value and .service in angularjs?

Services in angular is the best way to put all your business logic. Two of the ways of creating of services is- value and service. I am showing you how you can calculate area of a circle by passing any value of radius in the text box using .value an

How to append/add and remove input field in a form with just on a click?

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

1 227 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: