
Search In
Step 1:- To begin adding another page to your WordPress site, discover the Pages menu in the WordPress Dashboard menu. Click Add new.
Then page editor get open. Where we have to add description of our page.
Step 2:-
To open a date picker in textFieldShouldBeginEditing we can use the inpuView property of the textField.
To open a datePicker when text Field start editing we can follow these steps.
1- On your View Controller add a view that contains the our UIDateP
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to send email in PHP.
In web applications sending email is a very important feature.
PHP provides a built-in mail() function for creating and sending emails to one or mo


In this tutorial we'll learn how to make smoke effect.
Step 1: To create a smoke effect, First we need to open a new document of any size. Make sure your color mode is in RGB mode.
Step 2: Now goto the rectangle tool and make
Sometimes your SVN is configured with your own svn-account, but some changes in your code are to be commited from some other person's svn account.
This commit could either be a one time operation or permanently the svn account might need to be c
As in my previous chapter I have explained how we will authenticate using passport module. Now I will explain that how we will write basic query using node.js and mongoDb.
Here are the few query which I will implement step by step:
Step 1:
In WordPress, there is a Reading setting option in WordPress dashboard which is inside setting option. We can use this Reading setting for controlling Reading experience in WordPress. Reading setting is utilized to set the substance which is re
If you want to send broadcasts within your application, LocalBroadcastManager is a more suitable option than sending global broadcast as:
1. The broadcasts sent by LocalBroadCastmanager can only be recieved inside the application so you
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to update one field in database using CakePHP?
If you want update some records or data in your web application database in CakePHP the you have to update your record based on pr
Hello Readers,
We can create apps with ionic2 very fast as ionic1. To create a ionic project first of all we need to install ionic2 beta version SDK via CLI.
$ npm install -g ionic@beta
Important : First of all we need to install
