template

Here are the list of Change Requests.

Change Request # Requester Date Email ID
${cur_record.getFieldValue(“Change_Request_ID”, locale)} ${cur_record.getFieldValue(“Requester_Name”, locale)}

${dateUtil.getDate(Date5421_DateObj, “dd MMM yyyy”, locale)}

${cur_record.getFieldValue(“Email_ID”, locale)}

CSS

ec2-52-39-75-89.us-west-2.compute.amazonaws.com

Button Links List Rendering Template

#if (!$entries.isEmpty())

    #foreach ($entry in $entries)
    #set($renderer = $entry.getAssetRenderer() )
    #set($className = $renderer.getClassName() )
    #if( $className == “com.liferay.portlet.bookmarks.model.BookmarksEntry” )
    #set($link = $entry.getUrl())
    #set($title = $entry.getDescription() )

  • </li>
    #end
    #end
    </ul>
    </div>
    #end

Quick Links List Rendering Template

#if (!$entries.isEmpty())

    #foreach ($entry in $entries)
    #set($renderer = $entry.getAssetRenderer() )
    #set($className = $renderer.getClassName() )
    #if( $className == “com.liferay.portlet.bookmarks.model.BookmarksEntry” )
    #set($link = $entry.getUrl())
    #set($title = $entry.getDescription() )

  • $title
  • #end
    #end

#end

News List Rendering

#if (!$entries.isEmpty())

#foreach ($entry in $entries)
#set($renderer = $entry.getAssetRenderer() )
#set($publishedDate = $entry.getPublishDate() )
#set($className = $renderer.getClassName() )
#if( $className == “com.liferay.portlet.journal.model.JournalArticle” )
#set( $journalArticle = $renderer.getArticle() )
#set( $document = $saxReaderUtil.read($journalArticle.getContent()) )
#set( $rootElement = $document.getRootElement() )
#set( $titleXPathSelector = $saxReaderUtil.createXPath(“dynamic-element[@name=’Content_Title’]”) )
#set( $title = $titleXPathSelector.selectSingleNode($rootElement).getStringValue() )
#set( $summaryXPathSelector = $saxReaderUtil.createXPath(“dynamic-element[@name=’Content_Summary’]”) )
#set( $summary = $summaryXPathSelector.selectSingleNode($rootElement).getStringValue() )#set( $link = $assetPublisherHelper.getAssetViewURL($renderRequest, $renderResponse, $entry) )
#if (“$assetLinkBehavior” != “showFullContent”)
#set( $link = $renderer.getURLViewInContext($renderRequest, $renderResponse, $link) )
#end

$title

$summary ($publishedDate)

Read More

#end
#end

#end

How to Compile Titanium Appcelerator Source Code in Linux Ubuntu 11

This document explains the steps to compile Titanium Appcelerator in Ubuntu 11

1. Install Phyton

Follow these steps wget http://www.python.org/ftp/python/2.5.5/Python-2.5.5.tgz tar -xvzf Python-2.5.5.tgz cd Python-2.5.5 ./configure –prefix=/usr/local/python2.5 make make test sudo make install sudo ln -s /usr/local/python2.5/bin/python /usr/bin/python2.5

2. Install Scons

Visit the http://www.scons.org website and select the “Tarball”, because we are going to build the scons manually

3. Download the Appcelerator source code from GitHub

4. Make sure that you extract the sourcecode files into the folder which contains NO space, otherwise it will not be able to compile later on

5. Set the JAVA_HOME

Type: JAVA_HOME= Type: export JAVA_HOME

6. Set the PATH

Type: PATH=$JAVA_HOME/bin:$PATH Type: export PATH

7. In Linux, you can only build android codes, so you need to add the Android SDK into your scons parameter as follow

scons android_sdk=

for example: scons android_sdk=/apps/android/androidSDK11/android-sdk-linux_x86/

8. Compiling and make sure that you see the BUILD SUCCESSFUL

Google API

Possible Errors: 1. package com.google.android.maps does not exist

Make sure that you have installed the Google API in the Android SDK. How to do this? Use the Android SDK and AVD Manager to install Google API from the Available Packages, then select Google Inc, and select the latest Google API.

Google API

You might need to add the maps.jar into the ANT build classpath. Edit the common.xml, and Find the path id=”android”, to add the maps.jar

Google API

iPhone JailBreak Novice Guide

Hi Guys, after spending the whole weekend, I finally managed to jailbreak my first iPhone 3.1.3. This article will explain detailed step by step how to jailbreak iPhone 3.1.3 for beginners.

Continue reading

Lotus Quickr – How to Add Group Membership

This is the first article of the complete four useful tricks on Lotus Quickr 8.1.1 WebSphere Portal version. This article will talk about how to add the group membership in the Quickr.

Continue reading

How to Change the WAS on AIX TimeZone Setting

Actually, the basic way to change the WAS on AIX TimeZone setting is to change the AIX server date/time & timezone using SMITTY tool. But if you cannot, then follow the rest of this article to get it done.

Continue reading

IBM WCM Expiry and Process Now Behavior

Some of you may have encountered some problem when trying to identify the different purposes of the IBM WCM Expiry and Process Now buttons. Just click on the ‘read more’ link of this article and you will find the clue.

Continue reading