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

Search In

Extreme Programming Planning?

Extreme Programming (XP):- A software development approach which assists better software standard and responsiveness to modify customer requirements. Being a part of agile software approach, it encourage frequent delivery. Development circle/patter

How to perform the screen rotation in Appium ?

Many times the application screen has to be rotated to automate any testcase. Most of the applications opens in portrait mode and if there we have to verify something in landscape mode then we cannot rotate the screen manually in the middle to any te

How to modify(Remove) parent theme feature within child theme

Hello reader's, in this blog I discussed ablout "How to Modify(Remove) Parent Theme feature Within Child Theme". We all know that parent theme and child theme follow inheritance. The basic meaning of Inheritance is, child theme get the property of t

Send email in cakephp

First create configuration file name as email.php inside app/config/email.php and setup different config options here. public $default = array( 'transport' => 'Mail', 'from' => array('fromname@email.com' => 'kshitiz dixit'), '

Intent - Xamarin

Hello all, I this blog we will discuss about another very important part of the building blocks of Xamarin.Android, that is Intent class. The easiest way to understand the Intent is really an messaging object that you are to create and pass that t

Finding max and min value in an array using javascript

To find the maximum and minimum in an array we can use Math.max and Math.min function that returns the largest and smallest of zero or more numbers. Syntax : - Math.max([value1[, value2[, ...]]]) Using apply,you can choose your own context. Apply

Significance of Workflow Reassignment in MDM

Workflow Reassignment describe the data changes through the defined workflow and track which change is in what status. Workflow Reassignment enable business users, data stewards and data owners to author and validate master data in the MDM hub as we

SQL Server : How to fetch records in one table that are not present in another table?

In this article we will see how to fetch records in one table that are not present in another table. First let us create two tables which will be used for illustration purpose: CREATE TABLE Table1 ( ID INT ) GO CREATE TABLE Table2 ( ID I

How to get all folders in a given folder using PHP

Hello Reader's! If you want to get all of the folder inside a given directory then PHP offers you many ways to do that, Lets see them from the basic programs. you can use glob() with GLOB_ONLYDIR option here's how you can see how to retrieve only d

How to print a List is Java?

There are different ways to print a List, below are some example to print a list using: 1. For loop 2. While loop, and 3. Iterator import java.util.Arrays; import java.util.Iterator; import java.util.List; public class printmyList { public stat

1 97 363
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: