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

Search In

How to kill openerp server in openerp

To kill openerp server in openerp when this error occurs-> socket.error: [Errno 98] Address already in use To kill the server of openerp Run this below command in terminal:- step1- ps aux | grep openerp-server step2- kill -2 11141 <here 1

How to resolve the issue Invalid Token in Joomla

Hello Readers, If you want to resolve the Issue of Invalid token in Joomla while login then use the some basic points which are given below: 1.Clear all cache and cookies from your browser. 2.Disable apache mod_cache. 3.Disable the server Memcache

How to create department in Human Resources module openerp

To create department in Human Resources module openerp follow these step given below:- Step1- Install Human Resources module in openerp Step2- create department in Human Resources module in openerp and then go to Configuration -> Departments ->

How to Dynamically add element in DropDownList?

I have created a dropdownlist with the help of Jquery and javascript. In this, when we will enter the text in the field given, that value will be stored and will be added to the next list dynamically. Also We can easily remove all the items by just c

Difference between AutoCompleteTextView and MultiAutoCompleteTextView

In most of the applications user wants suggestions from a ListView/Source while typing in an editable text field. For that particular thing we have two different editable TextViews which provide a drop down menu. 1. AutoCompleteTextView only offers

Replace default WordPress jQuery script from Google Library

Hello Readers, There are default scripts that is included with each WordPress installation. These types of scripts have reached disposal regarding style as well as plugin experts to make use of of their function. Via our experience, jQuery is one of

how to upload & save images into database In CakePHP

In this post, I am gonna give an example to upload Images and store its file path in the database with the help of custom component. Example: Add this UploadComponent class in app/controller/component folder. <?php class UploadComponent e

How to load string array value from string.xml in android

Using below code I have created a load string array value from string.xml. String is a simple resource using the value provided in the name attribute. So we can combine string resources with other simple resourecs in the xml file. Below code will cle

How to get smallest key from an array using JS

Hello Reader's! if you have to get the smallest number from the array, Then you can use the JS for short calculation. And here is the example:- Lets say the array is [0] = 54.25 [1] = 536.2 [2] = 100.2 Now make a function and use the Math.min.ap

IN operator

IN Operator use: It allows us to put multiple values in a where clause . With the help of this we can compare multiple values wtih where. Syntax: Select columnname(s) from Tablename where columnname IN(value1,value 2, .... value n); Example: SE

1 248 949
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: