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

Search In

concat() method of JavaScript Array

JavaScript Array concat() method : The concat() method is used to join or combine the two or more arrays. It doesn't change the original array. It return the new array having all the elements of combined arrays. Syntax of array concat() method : a

Creating A PopUp Window in Liferay

The Below Code will show you how you can create the Popup Window in Liferay.we have given the id **patient-popup** to the popup window and enable that window on onclick event of link button. View.jsp <%@ taglib uri="http://java.sun.com/portlet_

SQL Server : Difference between @@IDENTITY, SCOPE_IDENTITY () and IDENT_CURRENT

Difference between @@IDENTITY, SCOPE_IDENTITY () and IDENT_CURRENT   @@IDENTITY   Syntax : SELECT @@IDENTITY   The keyword "@@IDENTITY" in current session is capable of returning newly inserted or last record id of any

SETTING UP ROR FOR THE FIRST TIME ON A NEW UBUNTU SYSTEM USING RVM

1> We need to install RVM before we can install Ruby, because RVM is a version manager and it will help us to install & manage different versions of Ruby on the same system and easily switch between them. To install RVM we first need to downl

EAGER LOADING IN RAILS

In each & every real life scenario our utmost focus is on saving the time. In terms of DB we can save this time by reducing the number of SQL queries fired. This is what “Eager Loading” is used for. Rails provide us 3 methods to perform Eager Lo

webui-popover plugin in jQuery

It is a plugin with jQuery which can be used to show popover . It can work with bootstrap but it can be used without bootstrap. It requires jquery1.7+ It supports browsers IE8+, Chrome, Safari, firefox, Opera. These are the features of this plugin:

Uses of booleans, ranges and constants in Ruby

Welcome to Findnerd. Today we are going to discuss booleans, ranges and constants in Ruby. Boolean is nothing but true or false. We use boolean for comparison. There are different type of comparison  and logical operators. Please have a look. &

Animating the box Borders

We first create the borders we’ll use a dashed outline and a box shadow. The outline have all its values; width, type and color. The box-shadow only needs the value for spread which should be the same as the outline’s width and its color. The outline

How to Edit __openerp__.py ?

If you want Edit __openerp__.py in OpenERP(Odoo) follow the below mentioned steps: - Step-1 Go to given module and click it. Step-2 You will find four files mentioned below. (i)-__openerp__.py (ii)- __init__.py (iii)- _python.py (iv)-_views.xml Ste

Test Coverage and its advantages

What is test coverage and its advantages and disadvantages? Test coverage or Code coverage is a very useful tool which is used to test untested parts of code. Test coverage is a measure which is used to describe the degree to which a source code of p

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