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

Search In

How to know the average without disclosing the salaries?

Suppose we want to find the average salary of three employee(A,B,C) without disclosing there individual salary.In order to do this see the following algorithm: ALGORITHM : First A will add a random number to it's salary and then tell the tota

How to write LESS CSS?

In our previous blog we talked about how to install the LESS into our system. Now in this blog we will learn how to write LESS CSS. So, are you ready? Let's start then.   As we have many different compilers available for LESS, each of them

Cleint side pagination using jQuery

If you want to perform table pagination using jQuery instead of server side script like PHP, ASP.NET and JSP, then You can use the below code for paginatng a table: <table class="data"> <tr> <th>Name</th> <th>

Applying a Function Against Each Array Element

Hello reader's under this blog we are going to apply a function against each array element. We are using a function to check an array value and if it matches a given value then it will replaced.   To attach a callback function to each arra

Butterknife (Easy way to Eliminate findViewById)

Remove findViewById calls by using @Bind on widgets and fields. Remove the click listeners by annotating methods with @OnClick and others. class MainActivity extends Activity { @Bind(R.id.user) EditText username; @Bind(R.id.pass

How to make Split Invoices in OpenERP(Odoo)?

If you want to make Split Invoices in OpenERP(Odoo) follow the below mentioned steps: Step-1Install 10n_ve_split_invoice module. Step-2 After that we have to customised 10n_ve_split_invoice module. In below example, I have custmozied .py file. You ca

Toggle method

This method is used to show() and hide the content of selected elements. show() method is execute when selected element content is hide while hide() method is execute when selected element content is visible.  The toggle() method toggles betwee

Remember Me using Cookie in CakePHP

Remember Me using Cookie We can remember username and password by using Cookie. As we know cookie resides in a browser and used to store user data and other informations. We will remember username and password by using cookie when user check the re

The Speech Recognition

Hello everyone, HTML5 , javascript provides Speech Recognition API,with the help of the API the user can talk with the browser without the using the keyboard. Html 5 provides voice search option like in google IE and chrome.It uses&nb

How to create Geo Location coding in android

Geocoding is the process of finding the geographical coordinates of the given location, So if you looking help to create Geo Location function see code example below. Here I have created edit text using place name for users. When User enters any plac

1 431 481
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: