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

Search In

Discussions and notifications in Odoo

One is likely to mistake Odoo’s technical models for directly fulfilling business needs. The models actually enable to add capabilities to business objects, by eliminating the need of building them by hand. Odoo's email and messaging system, called

Stateless Protocol Vs Stateful Protocol

In stateless protocol there is no record of the state is saved at server end.Client send request to the server and server response back according to current state. A stateless server does not keeps state between connections.So,When you send a request

Default function for Increment/Decrement updates database field values in rails 2.3.8

Generally at the time of development a situation of incrementing or decrementing a database field it can come like Number of views for a particular page or Number of views of a individual profile. In rails there are two default functions for this whi

Activate deactivated user in Liferay 6.2

Let say you deactivated account in liferay, it won't be visible in Users by default. And if you try to re-register it will give error that this user already exists. Hence in order to activate the deactivated account do following: Go to Control Panel

Why does my CHM have a blank content pane?

Hello Readers, Many times I have heard that, many developers finds blank content pane in CHM, so to resolve this Issue, here I am providing the solution Below. First of all lets see what exactly the problem is- Problem: When creating a CHM File and

User Acceptance Testing

What is user acceptance testing:- It is the final step of testing before hand over of the application to the user. It is done by the end users or customers who will use the application. Its goal is to achieve confidence in the system. Before performi

Difference between hash and hashwithindifferent Acess

The Hash class in Ruby’s core library retrieves values by doing a standard == comparison on the keys. This means that a value stored for a Symbol key (e.g. :my_value) cannot be retrieved using the equivalent String (e.g. ‘my_value’). On the other han

Bootstrap Alerts

Bootstrap Alerts. Bootstrap provides a medium to print contextual feedback messages for typical user actions with the handful of available and flexible alert messages.These alert messages pop-up under specified user action which can be manipulated a

Difference between HashSet and TreeSet

Hi, I am explaining the difference between HashSet and TreeSet in Java. First of all they both come from the same family. They implement the Set Interface. In HashSet, values store in random order. That means it is not sure that the element ente

Creating objects in JavaScript...

Hey guys in this blog we are going to look at creating objects in JS, having properties and methods attached to them : var car = new Object();//Creating a brand new object... //Adding properties to the newly created object ... car.Wheels = 4 ; car.

1 3 82
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: