
Search In
Hi Reader's,
Welcome to FindNerd,today we are going to discuss login with Facebook in CakePHP.
As we see that login with Facebook is very important feature for a web application because most of users do not take too much interest in signing up i
Capturing and animated elements creation – that’s not only an up-to-day technique of filmmaking or video producing. That’s a real art and the resulting of it are merely masterpieces. Motion design animation that’s a division o
In the below example I have created a RecyclerView, In RecyclerView I have added CardView item. When you click on FloatingActionButton a dialog box will open on screen where user will fill name, address and gender and then finally click on ok button,
Whenever a new angular project is created, automatically a root module "AppModule" in file app.module.ts and a root component "AppComponent" in file app.component.ts is provided. Bootstrapping in angular is performed in two stages
If you have a small scale to medium scale business definitely you may not be going to compete with the global search results. Your main target customers can be of local people who need your services or products. They will be the lifeblood of your bus


Multilingual in cakephp 3
Hello friends, welcome to findnerd. Today I am going to tell you how to use multilingual in cakephp 3.x. Before moving ahead, lets create articles table. Here we are going to translate the title of articles table to french
If you want to perform a super with count as False, to have the ids, not a counter in Odoo then follow the following code in your .py file.
ids = super(mail_message, self)._search(cr, uid, args, offset=offset, limit=limit, order=order,
Customizing Routes :-
In MVC application we are using routing for mapping the URL structure. But sometimes we have situation to change the URL structure according to the requirement. For achieving the requirement, we&nb
To create a wizard for a module, we need to create a wizard folder; this folder will be imported in our main __init__.py of the module. The wizard folder will contain another __init__.py which will import all the wizard class files.
The Wizard Fold
Getting Started With LINQ To XML:
Before starting with LINQ To XML,I am assuming that we all are familiar with the LINQ basics, incase if someone has no idea about it, he can visit the following url of my previous blog about
