
Search In
Hi All,
Paypal has updated their payment integration API to new REST API and existing APIs have been deprecated since Feb 2019. Due to less documentation, it was very hard to integrate these APIs with Laravel. After spending some time, I was able to
Important Notesa. Please ensure that you clear the browser cache to ensure proper functioning of the changed user interface. Steps to clear browser cache :press Ctrl-Shift-Delete (Windows) or Command-Shift-Delete (Mac).Select ‘C
The product inventory settings can be added in two ways,
1.1) system settings for all the products
1.2) and individually, i.e. you can edit the settings for each product.
To access and configure system settings, log into the admin panel, navigate g
Defect Life Cycle
It indicates the complete life cycle of a defect or a bug right from the stage found, fixed, re-tested and closed.
It consist of various status like open/new, assigned, fixed and close/re-open.
Open - When we got a bug the status
Prototype Model
It is the basic model of SDLC(Software Development Life Cycle)which is derived from waterfall model. Whenever the customer is not clear about the requirements then we go for prototype model.
It consists of various phases like:
Req
The process of combining rows of two or more then two tables based on a common field between them are known as SQL joins.
Types of SQL joins :
INNER JOIN: It is returns rows only when at least one row matches from both tables.
LEFT JOIN: It
Strong Parameters in Rails
Strong parameters are used to prevent the action controller parameters that are used in Active Model Mass Assignment. If you want to use them, you need to white-list them. It is basically used as a security for sensitive mo
This tutorial will help to understand the basic behavior about button element. Button is a form element
and hence button can do things happen when we use it in it's natural environment i.e. the form.
To use button without form we will have to use Jav
Hello Friends, The Below code will show How you can send the mail using the mailing template in liferay.
view.jsp
<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %>
<%@ taglib uri="http://liferay.com/tld/aui" prefix="aui"
This tutorial will help us about the internal property [[Extensible]].This internal property [[Extensible]] of an object in javascript, is used to specify whether properties can be add to an object or not.Before using the internal property [[Extensib
