In Basic authentication, if you try to send a request, a popup window appears and you enter a particular username/password, which gets...
How to add Google translator in liferay portal?
If we want to add Google translator in liferay portal, we need to add Google translator code to liferay theme. So that it Google translato...
Hibernate Basics
Hibernate Basics: Today I am going to discuss on basic hibernate example: Basic files required to work with hibernate: 1. POJO class...
stick menu example in jquery
<style type="text/css"> #header{ width:100%; width: 100%; text-align: center; background-color: rgb(111, 144, 250); m...
how to highlight the menu item page default?
this is the simple program to highlight the default page using css: <!doctype html> <html lang="en"> <head>...
how to highlight the menu using add/remove class in JQuer example program?
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>addClass d...
How to create friendly url in liferay?
In liferay-portlet.xml we have to add the following 3 elements. 1. Mapper class 2. Mapping url 3. Route xml file In all cases ,...