31 March, 2015

REST Call Using jQuery AJAX

Here you can see how you can make REST service call using jQuery :


Navigation using Structure and Template

you can find some code here which can be used for navigation using web content structure and template :

07 March, 2015

Know About Collection Framework



29 December, 2014

Create UUID using ajax call

Below code represents, How to create UUID using  Liferay API with AJAX call :

16 December, 2014

Critics' Choice Award - 2014

Guys, this is important to know about BEST CMS frameworks which can be better judge from critics' choice CMS survey and award. So here you can see major big players who are playing good role in specific categories . 2014 Critics' Choice CMS Award Winners These award winners were selected by a panel of judges. To learn more about how the awards work, visit "How the Awards Work"

11 December, 2014

Liferay Certification

Friends,

This post specially created to solve your queries related to Liferay Certification.
Put your query and comment here to resolve your queries and questions and community or blog members will reply with answer as per their expertise on Liferay.

Know about Google Sites

Friends,

Do you know about Google Sites ? No !!!! guys this is awesome product by Google which provides you facility to create your own sites free of cost where you can use 100 MB size and can launch your mid size sites.
Visit https://sites.google.com for more details and create your own site using your Gmail credentials.
Its manage site section is also good  from where you can easily manage your sites and redirect to your own domain as well.

14 November, 2014

Liferay 7 Features

Hello Folks,

I know its bit early to list all the new features coming up in Liferay 7 but I catered some of the information when i was surfing Liferay community.
Liferay 7 comes up with some cool new features which I will be listing over here.

06 November, 2014

Liferay 6.2 Certified Professional

Hello Members,

Recently Liferay Launched "Liferay 6.2 Certified Professional Developer" which is really good and will help everybody to get hands through with Liferay 6.2 new features.
So what are you waiting for ?? Be ready to fix new badge in your profile for certification.

You can get more detail about certification announcement on https://www.liferay.com/web/jeffrey.handa/blog/-/blogs/liferay-6-2-certified-professional-developer-now-available.

Syllabus : http://www.liferay.com/services/certification/professional-developer/6.2

Cheers, 

27 October, 2014

www.liferaysolution.com feedback

Hello Friends,

We have completed around more than 2 years with www.liferaysolution.com and sharing many useful Liferay solutions and important information about liferay development as well as other useful stuff.
I am sure your valuable inputs/feedback will help us to provide more better way to provide solutions and support on liferay.

17 October, 2014

Escape HTML using JSTL

Hello Friends,

If you are using JSTL to display HTML data in your application then you can escape HTML 2 ways in JSTL:

1) Using <c:out> tag
<c:out value="${specialCharString or HTML}" escapeXml="true"/>

2) Using EL Function

${fn:escapeXml("<i> This is jignesh vachhani")} 

Hope this will be useful somewhere.

If you want to use Liferay API then you can simply use

HTMLUtil.escape(String HTMLString)


Show/Display HTML tag in jsp

${fn:escapeXml(fn:replace(fn:replace(fn:replace("<div><p>This is jignesh testing</p></div>",'"','&quot;'),'<','&lt;'),'>','&gt;'))}

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