
Search In
Welcome to Findnerd. Today we are going to discuss Auth component in CakePHP 3. Authentication is necessary in all web applications. You can identify the user by his provided user-name and password and authorized his activities in the application so
In my app there is requirement to add Google fonts select-box in existing TyniMCE editor and also fonts family should be load from app/assets folder.
To complete this task we will following the below steps.
Step1: Modi
WE NEED HELP creating a single Form in Javascript. Can you help us?
Our Nonprofit institution is trying to raise donations to save a historical mill. We offer various “thank you gifts” for various donations, and we are currently using Pa
Hello Reader's if you are developing a user based registration portal and you want to make unique mobile number facility then you can do this via ajax and php. In this tutorial we will see how to develop the portal which will check and verify use
In this blog we will learn about some terms and crud operations in mongodb. As we are very much aware about the terms related with RDBMS such as creating database, creating tables and insert records in the table. Here we will learn about the basic te
Linkify is very helpful to create links from TextView or Spannable. Linkify get Regular expression and work on Text with Regular expression.
For example, you have a random text which includes web URLs also and you want to use web URL as click
ButterKnife is library to initialize the views with Annotations.
With the help of Butterknife you have no need to initialize view with findViewBtId().
here we start.
1. Create Project.
2. Open module level build.gradle file.
3. Add below dependen
As we know we have notification bar to show all the notifications in that are, in Android M we can show multiple notifications but from android N we can group them easily with better UI experience.
A summary will also add whenever user wants to add

Hello Readers
Border-collapse property allows you to quickly create formatted tables using plain HTML markup. the border-collapse property sets the table borders are collapsed into a single border or detached as in standard HTML.
Border-collapse:se
strict mode:
It is used to catch or throw errors when some unsafe actions are taken and use strict directive is used to execute javascript code in strict mode. For example: we cannot use undeclared variable in strict mode.
use strict can be u
