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

Search In

The Influence of Innovative Technologies and AI on Recruiting

Securing proper talent is always one of the biggest headaches that any HR department faces. The nightmare of recruiters begins right from the application process, through screening those resumes, creating a short-list and then narrowing that down to

CONCAT string function mysql

CONCAT(str1,str2,...) CONCAT() string function in mysql returns the string that results from concatenating the all input arguments. CONCAT may have one or more arguments. If all arguments are nonbinary strings then their result will be a nonbinary

Adding textbox dynamically and save the values in angularjs

To create textbox dynamically in angularjs, we have to declare an array named inputs in which we will push the textbox element dynamically. In input box, we have included ng-model to bind the property name to the input. so we will

Identifying the browser with the help of Javascript.

We can easily identify the name of the browser, with the help of "JS navigator".Here we have used the "window.navigator" object that contains information about the visitor's browser.We can write "window.navigator" object without the "window" prefix

How to run two server in same machine at a same time in openerp-7 (Odoo)

If you want to run two server on a same machine at a same time in openerp-7 (Odoo) follow these two simple step 1-Do this in your Terminal to run first server `/workspace/openerp/openerp-6.1-1$` ---> (this is server location ) Now run the below

How to hide title bar and status bar in android

In many application we need to hide the title bar of Activity/Fragment Activity. For this we need to add following line in onCreate() method before calling setContentView() requestWindowFeature(Window.FEATURE_NO_TITLE); Example:- public class Mai

How to create Wizards using osv.memory in OpenErp 6.1

To create a wizard for a module, we need to create a wizard folder; this folder will be imported in our main __init__.py of the module. The wizard folder will contain another __init__.py which will import all the wizard class files. The Wizard Fold

Export Databind control in PDF using iTextSharp library in VB.Net

Export Databind control in PDF using iTextSharp Some time we need to display databind control like Gridview, Label, Textbox into PDF file. here we can use iTextSharp library.Firstly we need to add iTextSharp in our project reference.  Set cont

3D and 2D rotation of a view

Rotating a view in a 2D plane   To rotate a view, we'll create a animation object from a xml file. First, create a anim folder in /res directory. Then right-click on the /res directory then navigate to new -> Animation resource file. Na

Overriding The default text selection color with CSS

Hello Readers! Browsers have a default text selection color (mainly, blue or orange). However, this setting can be overrided with the CSS  pseudo-element ::selection. This overrides the browser-level text selection color with a color of our ch

1 305 481
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: