14 November, 2013

Useful AlloyUI functions

  • AUI().ready(fn): This function will execute after the HTML in the page has finished loading. Portlets loaded via AJAX cannot be included here

  • Liferay.Portlet.ready(fn): This function will execute after each portlet on the page has loaded. The callback receives two parameters:portletId and nodeportletId is the ID of the portlet that was just loaded. node is the Alloy Node object of the same portlet.

  • Liferay.on(‘allPortletsReady’, fn): This function will execute after everything else (including AJAX portlets) has finished loading.

21 September, 2013

Useful Expando Service Methods

Hello Friends,

Below are some expando service methods which can be frequently useful if you are playing with expando tables.

17 September, 2013

Devcon 2013 : Liferay Developer Conference

Hello Everybody,

I am sure you would have heard about the Devcon from LIFERAY community members or any Liferay members. Devcon is going to held in Berlin on 9-10 OCT.

05 September, 2013

Liferay migration experience

Hello Friends,

If you would have worked on any liferay migration project then you would have better understanding that which kind of difficulties and problems you might faced.
So If you have worked on any Liferay migration projects and have any tricks and best solutions, just share your experience and knowledge over here. This will be really helpful to all LIFERAY community members to get all necessary information at one place.

Liferay Certification Program

Hi Folks,

Finally long waiting ends for all liferay geeks.
LIFERAY has launched certification program which would be really good initiative by LIFERAY.
Hope it will be really helpful to all users, vendors ,clients and partners.

04 September, 2013

Site accessibility with ARIA

I know i am bit late to get this information but yes this is very interesting and useful stuff which needs to know.

01 August, 2013

oData

oData is a protocol based on AtomPub and REST.OData builds on core protocols like HTTP and commonly accepted methodologies like REST. It’s designed to define the standard way of communication to a web service.

24 July, 2013

Liferay Bloggers

Hello Liferay Folks,

I just want to put some good liferay bloggers with their blog links and name with www.liferaysolution.com.
So if you thing you are good liferay bloggers and want to list out your blog links with your name, just put your comment here and i will put you in best bloggers section.

08 July, 2013

Liferay Portal Performance Best Practices

It's really good to get chance to review this book and it was really great experience to get something interesting stuff(called application performance) which is very useful for every liferay projects.

21 June, 2013

IPC using public render parameter

In my past post we have seen how to do IPC with evenaction see here.
No we will see IPC using public render parameter.

This is the very firstly introduced and simple way to achieve IPC given by JSR-286.

11 June, 2013

Reject action/serveResource url

If you are getting below error during any action/serveresource URL call ,

"Reject serveResource/processAction for http://localhost.sapient.com:8080/web/guest/home on mysample_WAR_mysample"

Popular Posts

Featured Post

Liferay 7.3 compatibility matrix

Compatibility Matrix Liferay's general policy is to test Liferay Portal CE against newer major releases of operating systems, open s...