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

Search In

How to implement "Select All" in Jquery

If you would like to implement Select All/UnSelect check-boxes with jquery please follow the below code:: <table class="demo-table"> <tr><td><input type="checkbox" name="selectall" id="selectall">Select All</td></tr&

The default Drupal themes

There are four default themes included with Drupal 7 To view available themes, log in to your site as an administrator then click on the Appearance link on the Toolbar. The Theme Manager displays a list of all the themes installed on the syst

valueOf() method in JavaScript String

JavaScript String valueOf() method : The valueOf() method is used to cast the string object to the primitive value. It doesn't change the original string. Syntax of the valueOf() method : string.valueOf() Example of valueOf() method : Here I wi

trim() method in JavaScript

JavaScript String trim() method : The trim() method is used to trim the unwanted extra space from both sides (left and right). It returns the new string without having the white-space on both sides. It doesn't change the original string. Syntax of t

Use of Drawable folder in Android Application

Whenever we create an android app we have many folders in out solution which are used for building application in android. Drawable folder in android app is mainly used to change or set the background image of an android application .In that fold

toLowerCase() method in JavaScript

JavaScript String toLowerCase() method : The toLowerCase() method is used to convert the letters to the lower case. It doesn't change the original string. It returns the new string in lower case. Syntax of toLowerCase() method : string.toLowerCase(

How to remove item from RecyclerView DataBase Sqlite helper class(RecyclerView)

Here I have created a method in DataBase helper(sqlite) to remove Items from RecyclerView. In the example code first i have created deleteCallDetail method and after then In Adpter class I have used ClickListener, so that when we click on cross(Image

what is jquery blur method?

Hello Readers, Jquery blur is the jquery method which is used to attach the function to the jquery event and the function get executed to a given element after the event occurs. Event lose the focus when we click on input field and it performs the a

How you can set multiple checkbox in an array using PHP

Hello Reader's if you want to send the checkbox in post for this you have to pass the form name as an array and afterwards you can access all checked boxes using the var itself which would then be an array. Lets consider the example below:- <form

How to validate an ORS in MDM Hub?

Below are the steps to validate an ORS: Step 1: Launch the jnlp file. Step 2: Enter you credential, select the ORS. Step 3: Under Workbench, select Repository Manager. Step 4: Connect to Master Database. Step 5: Select the repository to validate and

1 113 342
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: