by Chetan Chadalavada | Mar 1, 2012 | Blog, Enterprise Java, Portals
For a navigation menu with longer sub menu navigation items, multi column menu navigation layout is the latest design trend which provides a solution for better usability and space management. It’s even nicer to have an image that can be part of the navigation....
by Chetan Chadalavada | Feb 15, 2012 | Blog, Portals
This is a simple tutorial to create an input textbox with the alloy ui calendar datepicker. Simple DatePicker: 1. Include the below taglib directive to your jsp <%@ taglib prefix=”aui” uri=”http://liferay.com/tld/aui” %> 2. Wrap your date...
by Vivek Agarwal | Feb 13, 2012 | Blog, Enterprise Java, Perspectives, Portals
At XTIVIA, we have extensive experience delivering enterprise portal, content management, and collaboration solutions since the late 1990s, and have seen this product space mature and evolve over the years. We started with traditional commercial software from the...
by Keith O'Connell | Feb 8, 2012 | Blog, Portals
As a followup to my previous article detailing how to deploy Liferay in a Jboss managed domain, I decided that I should build on that and explain how to deploy the Apache Solr enterprise search engine to a separate node within the Jboss-managed domain. This will...
by Keith O'Connell | Feb 7, 2012 | Blog, Portals
Well, Liferay 6.1 CE GA1 is out, and anyone who uses Liferay should be very excited. This release sports a bunch of new features, including significantly improved site staging and publishing, dynamic data lists, improved mobility/social capabilities, faceted search,...
by XTIVIA | Feb 3, 2012 | Blog, Portals
More and more of our customers are looking at creating Liferay based portal sites that adapt themselves to different form factor devices ranging from traditional desktop and notebook browsers to tablets to smart phones. Rather than creating separate traditional and...
by XTIVIA | Jan 30, 2012 | Blog, Enterprise Java, Portals
During my last project, we used javascript “lightbox”-style modal overlays to display and submit forms without changing the current page. The AUI Dialog object is useful for this purpose. In this example, we’ll display a simple form containing one...