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

Search In

How To Install JBoss On Ubuntu

How To Install JBoss On Ubuntu This article will describe that how to install Jboss application server on Ubuntu. Jboss is a powerful open source java application server developed by RedHat. To install Jboss we will follow the following steps : St

Using $scope in Angular JS

“$scope” is an object instance of a controller. “$scope” object instance is created when the “ng-controller” directive is called. The $scope object that is used by views is organized into a hierarchy. Firstly, there is a root scope, and then root sc

A numeric only text box in web application

A lot many times when creating web applications it so happens that we need to accept numeric vales i.e. which accepts positive, negative numbers , whole numbers or decimal numbers. Its easy, show a message on the page that the particular field needs

How To Create a Scrollspy in Bootstrap

With the help of Bootstrap we can create a Scrollspy function.”The Scrollspy plugin is used to automatically update links in a navigation list based on scroll position.” According to the below example, i am using data-spy=”scroll” it is used to scol

JavaScript createElement() Method

createElement() Method in JavaScript is used to create a HTML element dynamically. lets take an example: var select = document.getElementById("selectbox"); //1 var option = document.createElement('option'); option.text = "XYZ"; select.add(option);

What is a CDN in jquery?

Hello Readers, CDN is a content delivery network or we also call it as content distribution network, its basically a large distributed system of servers which deployed in multiple data centers across the internet. Goal of CDN: Serve content to en

How to exclude the records from Match and Merge?

To exclude a record(s) completely remove from Match and Merge process, regardless of any source system, using Informatica MDM. Step 1: Add a not nuable column is BO as EXCLUDE_FROM_MATCH, with type integer and a default value 0. Step 2: Set the valu

Range in Odoo

The range function specifies a range of integers: range(start, stop) - the integers between start (inclusive) and stop (exclusive) The third value can be accepted by specifying the change between the values. range(start, stop, step) - the int

How to Enable anf disable regions in theme .info file

by placing and removing semicolon(;) in front of line we enable and disable regions in theme .info file REGIONS - ENABLED regions[page_top] = Page Top regions[header] = Header regions[highlighted] = Highlighted REGIONS - DISABLED ;regions[highli

logical expressions in Odoo

In given below table logical expressions are defined . Operator Meaning Example Result == equals 1 + 1 == 2 True != does not equal 3.2 != 2.5 True <  less than 10 < 5 False >  greater than 10 > 5 True <= less than or equal t

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