
Search In
bRegister.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
final String password = etPassword.getText().toString();
final String email = etEmail.getText().toString();
mAuth.cre
Sometime the email is sending on local machine but not on the server machine it gives the error "The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required"
To resolve th
For make data more readable YII provide a application component name as 'formatter' by using this we can format our date,numbers,email.
How to use
$dataFormatter = \Yii::$app->formatter;
echo $dataFormatter->asDate('2016-01-01', 'long');
Create a property file in the package with extension '.properties' and use those properties defined in the file in jsp by importing the resource bundle package in the jsp.
Example:
config.properties
name=tom
email=tom@gmail.com
phone=22222
log
How to Convert MBOX to NSF for IBM Lotus Notes? Is it your query too? Then, try the MBOX to NSF Converter to export MBOX to Lotus Notes along with attachments. To fulfill the migration from MBOX to NSF initialize, users essential to opt the 3rd recip
Lets see an illustration how we can validate age and email id through javascript
In this example,we are taking inputs from user in age(textbox) and Email (Textbox). By using functions of javascript we can validate both the values.
function Vali
Inserting data to a database would be possible by using SQL statements, specifically the INSERT command. Data can be entered into the database using insert query into the function, here is simple line of code that will create a database using i
In this blog we illustrate how to get the late binding using reflections for this firstly we need to understand "what is reflection" and "what is late binding".
What is reflection?
Reflection is basically read the assembly cont
As we already know that Parse.com provides a schema-less database. It provides a complete backed solution for mobile applications.
In order to register a user with parse, we use ParseUser class. It is a specialized class that automatically handles t
Hello all,
In JavaScript we can create objects in many ways, some of them are listed below:
We can create objects by using new keyword and we can assign a value to the object while creating in or we can also set the various properties of that obj