
Search In
Hello
Today's blog post details out about Administration in PIM. It highlights the aspects of managing users and steps to carry out the same.
User management is generally carried out as part of the administration. A permission concept i
Hello readers,
Cordova native transition plugin provides native transition between your application views. This plugin provides a complete supervision to you over the duration, direction and type of transition required in your app.
This plugin
An NSNotificationCenter is used for broadcasting information within a program. It is like television broadcast where messages are broadcasted throughout the program. We can send the notification when some event occurs.
For example, There is no much
Hi Reader's,
Welcome to FindNerd, today we are going to discuss How to create and add component in CakePHP in 2.4.1 version?
If you want to create or add a component in your web application then you should add your component inside a va
When you start working in the database you have to mention your database name ,User name, Password, Database host and your table prefix the WordPress site has 12 tables in the database including the users table the user doesn't create this
Marquee is a text which is seen floating from right to left or left to right , top to bottom or bottom to top depending on the code . Before we can created marquee effect by simply using <marquee> tag of html as this html tag is not supported b
Welcome to FindNerd. We are going to discuss the general configuration in CakePHP 3.x. If you are working with conventions then there is no extra configuration required so we discuss the general ones.
You can check the configurations files in config
Listview has the callbacks for single click and long click, but the new concept RecyclerView haven't such things like setOnItemClickListener and setOnItemLongClickListener.
RecyclerView.OnItemTouchListener is the key of working with SingleClick
Objects are used to represent the real world entities in our code like bank account, books, person, etc, by storing all relevant information in one place, i.e, an object. We have two ways to create objects in javascript, i.e., 'Literal notation
As we know,Both scope and namespace have to do something with the config/routes.rb file .Yes,in some way ,both are wrapper for our well-known resources method. First,understand the working of scope by examining how it generates paths.Consider t
