
Search In
Hello Reader's! If you are working on PHP framework, Codeigniter then you should learn how to send mail by its functions.
CI offers you the best way to configure the email and send the mail and you just have to call it on the place required.
lets
Kettle Database Repository: while using Database repository, all the information regarding jobs and transformation is stored in Database, which is the store of ETL metadata.
You have to provide appropriate credential of database, and create a separa
The mobile device screen can able to locked programmatically. Appium provides a method through which we can perform the same.
lockScreen(int seconds)
The argument should be an integer value ie the number of seconds we want the screen to be in locked
Surface Programming
Microsoft identifies four key concepts in Surface:
Surface programming like we have seen in many ways browsing things on a surface. It would be like you are placing an order on the order table using its surface like displaying l
Let's create a table with duplicate rows in SQL.
create table CustomerDuplicate(customer_id int,customer_name varchar(20))
insert into CustomerDuplicate values(1,'Adam')
insert into CustomerDuplicate values (1,'Adam')
insert into CustomerDuplicate
There are four main components of Pentaho Data Integration tool:
1: SPOON
2: PAN
3: KITCHEN
4: CARTE
SPOON
It is a graphical design interface for buildings ETL jobs and transformation.
It provide a way to create complex ETL jobs.
This is the
Javascript Object Notation
JSON is a way to transfer data or information from one page to another page.
JSON stands for JavaScript Object Notation
JSON is a lightweight data transfer format
JSON is language independent
JSON is s
Hi All,
In this blog we will discuss about another one of the most important part of the Xamarin, and that is Service.
Service in Xamrin.Android is actually very smiler to concept of service in windows and by that i mean a service is really just a
Hello readers, today we discussed about How to remove parent theme Action and Filter in wordpress child theme.
Some theme have its own hook function that change theme behavior and functionality.
Some example are below, Right now I am not going to ex
Hello Reader's If you have some arguments that you want to pass into function and elements of that array you pass will then be received by your function as distinct parameters.
For instance, if you have this function :
function test() {
var_dump(
