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

Search In

Two Phase commits in MongoDB

Hello All, In this we will discuss about how to perform two phase commit in MongoDB. Consider a example where funds will be transferred from one account to another. In a relation database approach we just subtract fund from account a and add same a

How to change the number of records “show 10 entries” of jquery datatable

Hi If you are using the DataTable then by default it will show the records for 10,25,50 and 100. And if you want to change this number according to your needs. You just need to make changes inside the script by adding the aLengthMenu and iDisplayLeng

Java Interview Coding problems for Freshers- Part II

In the previous tutorial of Java Interview Questions and Answers Part 1, I have explained some basic coding problems of Java.This part is in continuation with the previous Java Interview Questions and Answers tutorial. In this part of the tutorial we

Type of "properties of object" in JavaScript

In this tutorial we will learn about the properties of an object in JavaScript, classification of the properties, attributes of properties.There are 3 kinds of properties an object in JavaScript have: 1: Data Property: In this property of javascri

How to Create Basic Form View In Odoo

You can create form view in odoo by using below code in .xml file There are two ways to create a Form View in Odoo. 1. Existing Form 2. Simple Form View. 1- Existing form – Here you have to inherit form view and change this form view in odoo. &l

Prototypical Inheritance

Javascript is a prototype-based language. It works on objects. Each object has an internal property called  prototype,from which other objects inherit properties. It extends the functionalities of class. The prototype object has a prototype obj

How to Clear Cache in Magento

We can delete magento cache in either way - A- Usign magento admin panel - 1) Go to magento admin 2) Go to system > cache management . 3) There you will find the list of caches available in magento 4) To clear the cache click on

Magento Mini cart problem

Hello, I have a question my Mini cart (ajax) doesn't work well. It doesn't update. The checkout cart works well. I'm using Magento 1.9 latest stable version. Does somebody knows the solution. Thanks in advance, Friendly regards, Mirjam Knook.

How to define many2many field in OpenERP/Odoo ?

If you want to define many2many field in OpenERP use like below code - class test (osv.osv): _inherit='sale.order.line' _columns={ 'product1_cat':fields.char('product academy'), 'product&_cat':fields.many2one('produc

How to adds a separator line in OpenERP/Odoo ?

To add a separator line separator string is used, below us the way to do this. Go to .xml file and use the below code . <separator string="Session" colspan="4"/> <field name="session" nolabel="1"> <tree> <field name="name"/>

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