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

Search In

How to send mail using Codeigniter mail function in php

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

Difference between File Repository and Database Repository in PDI

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

How to lock the mobile device screen in Appium ?

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

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

How to delete duplicate data in Oracle SQL?

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

PDI Components

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

JSON

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

Services in Xamarin

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

How to remove parent theme Action and Filter in wordpress child theme

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

How to pass arguments to PHP

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(

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