
Search In
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
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
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
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'),
'
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
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
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
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
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
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
