Tuesday, 12 June 2012

Extending Liferay's user registration page

Hello,
    Common task for Liferay is to customize user registraion page. This post I'll describe how you can do it.

Friday, 25 May 2012

Get catgories at Liferay's CMS template

Hello,
    Liferay's CMS structure/template is really good mechanism for customising frontend views. This post I'll show how you can retrieve article's categories into velocity template.

Tuesday, 22 May 2012

How to add admin portlets to Control panel for Liferay 6.1

Hello,
    Sometimes you need to use portlets from Administration at your portal public side. This post will describe how you can add such portlets to Control panel to be easelly added to portal pages.

Friday, 18 May 2012

Tuesday, 8 May 2012

Extending Liferay's 6.0 session by AJAX call

Hello,
        In case if you are using portlet which has only AJAX call to serverside you have problem with session expiring. See how it can be avoided in this post.

Saturday, 21 April 2012

Spring portlet and friendly URL

Hello,
    I did sample spring portlet with friendly routes. You can check it in this post.    

Wednesday, 18 April 2012

Developing Alloy UI custom component

Hello,
    In this post I want to describe how AUI components can be developed.
    Before it, few words related Alloy UI framework. This framework built on top of Yahoo UI library. Some comparation of syntax Jquery and AUI you can find here.

Friday, 30 March 2012

Filtering Asset Publisher by category

Hello,
    This post I'll describe how to implement filtering for Asset Publisher by categories.

Wednesday, 28 March 2012

Implementing search throught assets/journal articles

Hello,
    Last days I was working about portlet which has to implement some search functionality througth Liferay's web content/journal articles. And i want to share some information related search implementation.

Saturday, 10 March 2012

Custom Liferay user registration portlet

Hello,
       In this post I'm going to describe how I developed custom registration portlet.