09 June, 2013
07 June, 2013
Responsive Design Using Media Query
June 07, 2013
Liferay Themes
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/
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
May 28, 2013
Liferay
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 :
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
May 25, 2013
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
May 25, 2013
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
May 25, 2013
amChart
If you want to add legend in your graph as shown in below image, just try to use below code :
24 May, 2013
16 May, 2013
Spring MVC Portlet AJAX call using Resource URL
May 16, 2013
Liferay
You can follow below steps to make AJAX call using resource URL
- Create Spring MVC portlet
- In view.jsp write below code to generate resource URL
- <portlet:resourceURL var='myInfo' id='myInfo' />
- Write AJAX call scriptin view.jsp
02 April, 2013
29 March, 2013
SpeedUP Liferay Application
March 29, 2013
Liferay
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
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
March 19, 2013
Java
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...
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
-
Hi Everyone, you might be aware that whenever you perform any action in liferay , its genrating URL with some parameters. So its necessary ...
-
Hello Friends, We have completed around more than 2 years with www.liferaysolution.com and sharing many useful Liferay solutions and imp...
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...





