Posts

Showing posts from June, 2019

ERROR: android-apt plugin is incompatible with the Android Gradle plugin. Please use

ERROR: android-apt plugin is incompatible with the Android Gradle plugin.  Please use

Cause: android-apt plugin is incompatible with the Android Gradle plugin. Please use 'annotationProcessor' configuration instead.

Cause: android-apt plugin is incompatible with the Android Gradle plugin.  Please use 'annotationProcessor' configuration instead.

The library com.google.firebase:firebase-iid is being requested by various other libraries at [[16.0.0,16.0.0]], but resolves to 19.0.0. Disable the plugin and check your dependencies tree using ./gradlew :app:dependencies.

The library com.google.firebase:firebase-iid is being requested by various other libraries at [[16.0.0,16.0.0]], but resolves to 19.0.0. Disable the plugin and check your dependencies tree using ./gradlew :app:dependencies.

Cannot change dependencies of configuration ':app:debugApi' after it has been included in dependency resolution.

Cannot change dependencies of configuration ':app:debugApi' after it has been included in dependency resolution.

syncing only active variant You can disable this experimental feature from File → Settings → Experimental → Gradle → Only sync the active variant

syncing only active variant You can disable this experimental feature from  File → Settings → Experimental → Gradle → Only sync the active variant

ause: compileSdkVersion is not specified.

ause: compileSdkVersion is not specified.

ERROR: Cannot add task 'clean' as a task with that name already exists.

LAravel Google Login Simplest and Easy Tutourial

https://medium.com/employbl/add-login-with-google-to-your-laravel-app-d2205f01b895

Argument 1 passed to Illuminate\Auth\SessionGuard::login() must be an instance of Illuminate\Contracts\Auth\Authenticatable, instance of stdClass given, called in

Argument 1 passed to Illuminate\Auth\SessionGuard::login() must be an instance of Illuminate\Contracts\Auth\Authenticatable, instance of stdClass given, called in

Class 'App\Http\Controllers\User' not found

Class 'App\Http\Controllers\User' not found https://laracasts.com/discuss/channels/general-discussion/class-apphttpcontrollersuser-not-found

ABN Number Validation using Java Script with Formula Explaination

1.)Source Code Part 1 Html abn number validation <link href= "//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel= "stylesheet" id= "bootstrap-css" > <script src= "//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" ></script> <script src= "//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" ></script> <!------ Include the above in your HEAD tag ----------> <script src= "http://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.js" ></script> <div class= "container" > <div class= "row" > <div> <form id= "register_form" class= "forms-sample" method= "post" action= "register" enctype= "multipart/form-data" > <div class= "form-group" > <label > ABN Num

Abn Number Validation usign Jquery and javascript

1.)Source Code Part 1 Html abn number validation <link href= "//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel= "stylesheet" id= "bootstrap-css" > <script src= "//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" ></script> <script src= "//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" ></script> <!------ Include the above in your HEAD tag ----------> <script src= "http://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.js" ></script> <div class= "container" > <div class= "row" > <div> <form id= "register_form" class= "forms-sample" method= "post" action= "register" enctype= "multipart/form-data" > <div class= "form-group" > <label > ABN Num

My ABN number Validation with ABN number format masking

For Full Code http://www.expertsuggestion.com/2019/06/abn-number-validation-with-javascript.html My ABN number Validation with ABN number format masking GooD luck //html part < script src = "//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" ></ script > <!------ Include the above in your HEAD tag ----------> < script src = "http://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.js" ></ script > < div class = "container" > < div class = "row" > <div> < form id = "register_form" class = "forms-sample" method = "post" action = "register" enctype = "multipart/form-data" > < div class = "form-group" > < label > ABN Number </ label > < input id = "contact_abn_no" type = "text" name =

ABN Number Validation with javascript and html Full Example and Source Code

Image
1.)Source Code Part 1 Html abn number validation <link href= "//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel= "stylesheet" id= "bootstrap-css" > <script src= "//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" ></script> <script src= "//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" ></script> <!------ Include the above in your HEAD tag ----------> <script src= "http://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.js" ></script> <div class= "container" > <div class= "row" > <div> <form id= "register_form" class= "forms-sample" method= "post" action= "register" enctype= "multipart/form-data" > <div class= "form-group" > <label > ABN Number </label&