09 June, 2013

Column 3-1 layout



Use below tpl code to generate Above Liferay Layout :

07 June, 2013

Responsive Design Using Media Query

I am not expert in UI designing but today I just take one task to make theme responsive and i dig lots of theme code for how to make responsive design using media query and I found many useful articles which i really want to share here.

1) http://www.javascriptkit.com/dhtmltutors/cssmediaqueries3.shtml
2) http://www.html5rocks.com/en/mobile/mobifying/
3) http://developer.android.com/reference/android/webkit/WebView.html
4) http://www.css3.info/preview/media-queries/

28 May, 2013

Language Label in Native Locale

We have seen in every site with different language transformation section.
So here you would have noticed that every language labels coming into their native locale.
If you want to get language label in native locale in liferay, just use below code in java class or theme to get it work :

In Java Class :

25 May, 2013

Custom Bullet in amChart

If you want to add your own custom bullete in amChart as shown in below image, just try to use below code:

Balloon in amChart

If you wan to change balloon text and look and feel in amchart as shown in below image , just use below code.

Legend in amChart

If you want to add legend in your graph as shown in below image, just try to use below code :

24 May, 2013

Custom Label For ValueAxis and CategoryAxis : amChart

Use below code to generate custom label for valueaxis :
Here we uses line chart

16 May, 2013

Spring MVC Portlet AJAX call using Resource URL

You can follow below steps to make AJAX call using resource URL

  1. Create Spring MVC portlet 
  2. In view.jsp write below code to generate resource URL    
    • <portlet:resourceURL var='myInfo' id='myInfo' />
  3. Write AJAX call scriptin view.jsp

02 April, 2013

SOAP Webservice

Stay tune for more detail.....Article will be published very soon !!!

29 March, 2013

SpeedUP Liferay Application

Here is some bench marks which can increase your system performance :

Please see below details which can be taken care for Liferay performance benchmark.

1) First step to increase performance is hardware configuration.
So Hardware Configuration as per Liferay 6.1 EE Performance Whitepaper

19 March, 2013

HashMap sorting

I know this is not related to Liferay... But it can be useful to you guys for java programming...
As we know that hash map doesnt allow duplicate value with the same key name... But if you want to sort the map by values instead of key, below is the code which can be useful...

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...