
Search In


Liferay provide inbuilt permissions feature to manage users and roles of the user, so I will guide you, how to use permissions feature in liferay control panel.
Follow below steps to manage role permissions and users : -
Step 1: First of all login
As you already know that most of the internet marketers hardly make you of Google plus platform for marketing any brand, product, local business or a community because Google plus social media channel
We are living the beginning of the age of entrepreneurship, generations that are newly graduated or still in college have grown in a world where it’s possible to start your own business and be successful without having to depend on a boss. We,
Hi Friends,
Git is the great tool for project versioning and code management, but mostly we are unaware so many things. So here I am going to tell you what is stashing in Git.
Sometimes we are working on some code and we don't want it to commit
Findnerd Product Release - 31-May-2022 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 
You have to follow below Steps to install JDK (java developement kit) on Ubuntu
Step 1: Installation of JDK
sudo apt-get install openjdk-7-jdk
Step 2: After the installation, Use command.
apt-cache search jdk
Step 3: Setting the Environmen
There are number of scenarios where you need to store your password in encrypted form.
While doing that you encrypt it using many techniques like MD5 Hashing etc whatever according to your requirement
When we use SQL encrypt and decrypt passw
To use a background worker class in C#
1- Create an Instance of Background Class
BackgroundWorker bgw=new BackgroundWorker();
2- Create an event handler for the background worker's DoWork event
private void backgroundWorker_DoWork(object s
Hello Guys
We can add nested portlets through code in liferay. Liferay provide this funcationlity, for complete example I will assume that you want to add nested portlet to current page using another portlets action handler.
Add these methods to y
Static testing:- Static testing is done without executing the code. It is done manually to find errors in the code, requirement documents, test plans, test cases and design documents to find errors in early stage of life cycle. As it is carried out i
