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

Search In

ios automatically converting dialed number

I am writing code to make calls from the app.I am in India. It works fine for non toll free numbers. But for some number such as 18601231000 for BigBasket it is converting the number as +1(860)1231000 which when dialed comes as wrong number.But for n

Defect Tracking and Reporting

It is a portion of the test plan that documents the tool and process used to record and track defects. It describes team resources involved in the defect tracking process and the categories used to prioritize defects. Some of the sample categories f

Build Verification Testing

Build Verification Testing:- A build verification test is a set of tests execute on each new build of an application/software/product to confirm that the build is testable or not, before delivering it to the testing team. It is generally a small gro

How to install OpenERP-9 (Odoo9) in windows server 2012 R2 ?

Step-1 Go to the link https://nightly.odoo.com/9.0/nightly/exe/ Step-2 Select->latest exe file like->odoo_9.0.latest.exe -> (Latest Date) Step-3 click on Downloaded exe->select the languages->click on Next button. Step-4 select-> O

Get nodes with the same taxonomy as the current node

Use following steps to create a similar content block for a particular content (Similar contents work on the basis of taxonomy. So first create a taxonomy and assign this to your content type): 1: Create a view with block view. 2: Set field and fo

Butterknife (Easy way to Eliminate findViewById)

Remove findViewById calls by using @Bind on widgets and fields. Remove the click listeners by annotating methods with @OnClick and others. class MainActivity extends Activity { @Bind(R.id.user) EditText username; @Bind(R.id.pass

Javascript typeof Operator

The typeof Operator : typeof is a kind of keyword that returns a string which tells the data type of an expression. Syntax : `typeof operand` (The operand used is an expression representing the object or primitive whose type is to be returned.)

How to create Cordova plugin directory structure

Hi, Here is the steps to create cordova plugin directory structure : Install Yeoman by this command $ npm install -g generator-cordova-plugin then go to folder where you want that directory structure and run this command $ yo cordova-plugin F

Bug Isolation Approaches

The approaches that we use for bug isolation are :- 1- Bottom-up Approach 2- Top-down Approach 3- Bisection Approach 4- Refinement Approach Bottom Up Approach:- The bottom-up approach is used when testers have an intuition about the items of the de

PDO connecting to mysql

Access data from mysql using PDO includes the following steps: connect to a MySQL database: $db_conn = new PDO("mysql:host=$hostname;dbname=$dbname", $username, $password); create a select statement and then execute it by using query() method. $s

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