
Search In
In today’s digital era having a website is mandatory for all businesses and brands as well. This has also given the rise to a huge number of freelance website developers and picking out the best can prove to be very challenging.
The hi
This Blog will explore you how you can send the email using liferay portlets. The below code will helps you to send email using liferay portlet.
Firstly you need to configure Liferay Mail Configuration:-
Login using Liferay Admin account and go to
JPA:- Java Persistence API is a collection of classes and methods to persist or store data into the database Using the JAVA API.
The Below code will show you how you can work with JPA.
First we make the POJO.
Employee.java
package com.evon;
pu
To dynamically load more items to the ListView when you scroll at the bottom, we implement onScroll() method in which we can find out the which item is visible when we will reach at bottom it will load more items.
Following steps are used for this:
The following code help your image to move using UIPanGestureRecognizer. While moving your selected image other images set there location automatically.
-(void)addImageToScrollView
{
float x=5,y=40,width = 100,height = 100,spaceH = 5,spaceW
Hello guys,
It's my first post and in this post I am showing you, how can we customize checkbox and radio input with the help of css. Yes, now we can customize form elements with css. It's not complicated but little tricky.
So lets start with HTM
From here you can be able to display the Bar Graphs through android applications. First of all you need to add achartengine-1.0.0.jar to your project . Which can be easily downloaded from here
Now you can use the following activity, in which i hav
Action Result And Return Type
An ActionResult is return type of method/action defined in a controller. ActionResult is a class defined in namespace System.Web.Mvc. Result returned by action/method is called action result. We can return any type of
Hello dear reader's !
Today we will discuss about archive.php template page. Archive page is the great way to bring together your all old content in one page. It allow you to list your monthly archives, category archives, tag archives, author archiv
To implement the change password functionality into your custom portlet in Liferay 6.2, just follow the below steps:
1- Write the below line in liferay-portlet.xml file for the portlet in with you want to perform action to change the password
<p
