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

Search In

Pivoting in sql

Pivoting in sql                  Pivoting in sql means changing rows to columns and columns to rows. We often need to change rows to columns in some scenario. Suppose I

Integrate Apache2 and Tomcat 7 Using mod_jk

As we know our most of the projects in Java is run using Tomacat application server. Sometimes we also need some web server like apache2 for other functionalities like wordpress integration. In such situation our project need both of the server to ru

How to set random numbers from an array as title of UIButton in iOS?

  Hi Reader’s,   This blog includes the concept of how to set random numbers from an array as title of different UIButton taken in story board. Random numbers are much needed if you are making a number based gaming application wher

Serialize a form elements in jQuery

The serialize() method of jquery is useful when we have to send a query string to sever in ajax request. It can encode all the form elements as a string by serializing the form values. This method does not accept any arguments. The .serialize() metho

How to divide an array into smaller arrays

This article demonstrates about some PHP functions which can be used to divide an array into smaller arrays. The list and details of each function are given below : 1. array_chunk() : array_chunk() splits an array into smaller chunks(arrays) of spe

SQL Join Query

SQL Join query is used to join the two tables i.e add or combine two or more tables . This clause take data from two or more table in database and then combine them to produce new table . Joining is based upon the common fields from the tables . Adva

How to use Stock Warehouse in OpenERP(Odoo)?

Step-1 Install the warehouse module. Step-2 After that custmozie .py(Python file) file: In below example, I have custmozied .py file. You can directly copy the below python code in your .py file - class stock_warehouse(osv.osv): _name = "stock

Difference between Array and Structures in C

ARRAYS 1). An array is a collection of homogeneous elements. 2. An array is a derived data type. 3) Any array is like a built-in data types. All we have to do is to declare an array variable so that we can use it. Example of Array to find the sum

How to Update Your Theme in Odoo?

If you want to update Your Theme in OpenERP(Odoo) follow the below mentioned steps: - Step-1 Go to Settings menu and click Step-2 Select Users button Step-3 Select the logged-in User button Step-4 Click on Edit button Step-5 Enable "Technical Featu

Could not execute command 'lessc' in odoo-9

If "Could not execute command 'lessc'" Error ocour while installing odoo-9 and the login page will not show clearly. Then use this six command in terminal and run it one by one 1- sudo apt-get install nodejs 2- sudo apt-get install npm 3- sudo np

1 50 423
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: