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

Search In

How to fix Error:(52,55): Incompatible Types: EditText Can't be Converted to String in Android Studio

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

How to resolve the error "The server response was: 5.5.1 Authentication Required"

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

Data formatter in YII

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');

How to read properties from property file in jsp?

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 Lotus Notes NSF Format

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

Age and Email validation by using javasciprt

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

How to insert values into database in php.

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

Late Binding Using Reflections

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

Register a user using Parse.com

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

How to create an object in JavaScript

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

1 70 75
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: