<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Extra Hot</title>
	<link>http://xtrahot.chili-mango.net</link>
	<description>PeopleSoft geek :: Web development enthusiast</description>
	<pubDate>Sun, 25 Apr 2010 17:20:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>
	<language>en</language>
			<item>
		<title>Using MsgGetText to Concatenate Strings</title>
		<link>http://xtrahot.chili-mango.net/2007/08/using-msggettext-to-concatenate-strings/</link>
		<comments>http://xtrahot.chili-mango.net/2007/08/using-msggettext-to-concatenate-strings/#comments</comments>
		<pubDate>Mon, 20 Aug 2007 16:04:23 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[PeopleSoft]]></category>

		<category><![CDATA[Tips &#038; Techniques]]></category>

		<category><![CDATA[PeopleCode]]></category>

		<guid isPermaLink="false">http://xtrahot.chili-mango.net/2007/08/using-msggettext-to-concatenate-strings/</guid>
		<description><![CDATA[Lately, I&#8217;ve been using the MsgGetText() built-in function to concatenate adhoc strings in PeopleCode. For example, instead of the following:

Local string &#38;TEXTLINE = &#34;Value of &#34; &#124; &#38;fld1name &#124; &#34; is &#34; &#124; &#38;fld1value &#124; &#34;.&#34;;

Using MsgGetText, it can be re-written as follows:

Local string &#38;TEXTLINE = MsgGetText(0, 0, &#34;Value of %1 is %2.&#34;, &#38;fld1name, &#38;fld1value);

I [...]]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2007/08/using-msggettext-to-concatenate-strings/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Prettify Those Code Listings</title>
		<link>http://xtrahot.chili-mango.net/2007/07/prettify-those-code-listings/</link>
		<comments>http://xtrahot.chili-mango.net/2007/07/prettify-those-code-listings/#comments</comments>
		<pubDate>Sun, 29 Jul 2007 14:16:09 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[PeopleSoft]]></category>

		<category><![CDATA[Tips &#038; Techniques]]></category>

		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://xtrahot.chili-mango.net/2007/07/prettify-those-code-listings/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2007/07/prettify-those-code-listings/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Overloading %SubmitScriptName</title>
		<link>http://xtrahot.chili-mango.net/2007/05/overloading-submitscriptname/</link>
		<comments>http://xtrahot.chili-mango.net/2007/05/overloading-submitscriptname/#comments</comments>
		<pubDate>Sat, 19 May 2007 17:45:52 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[PeopleSoft]]></category>

		<category><![CDATA[Tips &#038; Techniques]]></category>

		<category><![CDATA[PIA]]></category>

		<guid isPermaLink="false">http://xtrahot.chili-mango.net/2007/05/overloading-submitscriptname/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2007/05/overloading-submitscriptname/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Embedding Static JavaScript Content in HTML Areas</title>
		<link>http://xtrahot.chili-mango.net/2007/05/static-js-content-html-area/</link>
		<comments>http://xtrahot.chili-mango.net/2007/05/static-js-content-html-area/#comments</comments>
		<pubDate>Fri, 11 May 2007 17:02:35 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[PeopleSoft]]></category>

		<category><![CDATA[Tips &#038; Techniques]]></category>

		<category><![CDATA[Recommendation]]></category>

		<guid isPermaLink="false">http://xtrahot.chili-mango.net/2007/05/static-js-content-html-area/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2007/05/static-js-content-html-area/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Inserting a New Scroll Row from within the Same Scroll</title>
		<link>http://xtrahot.chili-mango.net/2007/04/new-row-within-same-scroll/</link>
		<comments>http://xtrahot.chili-mango.net/2007/04/new-row-within-same-scroll/#comments</comments>
		<pubDate>Sat, 21 Apr 2007 07:21:16 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[PeopleSoft]]></category>

		<category><![CDATA[Tips &#038; Techniques]]></category>

		<category><![CDATA[PeopleCode]]></category>

		<guid isPermaLink="false">http://xtrahot.chili-mango.net/2007/04/new-row-within-same-scroll/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2007/04/new-row-within-same-scroll/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rich emails using SendMail()</title>
		<link>http://xtrahot.chili-mango.net/2006/04/rich-emails-using-sendmail/</link>
		<comments>http://xtrahot.chili-mango.net/2006/04/rich-emails-using-sendmail/#comments</comments>
		<pubDate>Sat, 08 Apr 2006 16:23:27 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[PeopleSoft]]></category>

		<category><![CDATA[Tips &#038; Techniques]]></category>

		<category><![CDATA[PeopleCode]]></category>

		<guid isPermaLink="false">http://chiliblog.chili-mango.net/2006/04/rich-emails-using-sendmail/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2006/04/rich-emails-using-sendmail/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Emails w/ Attachment From a PS Online Page</title>
		<link>http://xtrahot.chili-mango.net/2006/02/sendmail-attachments/</link>
		<comments>http://xtrahot.chili-mango.net/2006/02/sendmail-attachments/#comments</comments>
		<pubDate>Fri, 17 Feb 2006 19:04:03 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[PeopleSoft]]></category>

		<category><![CDATA[Tips &#038; Techniques]]></category>

		<category><![CDATA[PeopleCode]]></category>

		<category><![CDATA[PIA]]></category>

		<guid isPermaLink="false">http://chiliblog.chili-mango.net/2006/02/sendmail-attachments/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2006/02/sendmail-attachments/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Maintain cross-platform database compatibility in PS applications</title>
		<link>http://xtrahot.chili-mango.net/2006/02/pstools-cross-db/</link>
		<comments>http://xtrahot.chili-mango.net/2006/02/pstools-cross-db/#comments</comments>
		<pubDate>Tue, 07 Feb 2006 19:18:50 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[PeopleSoft]]></category>

		<category><![CDATA[Tips &#038; Techniques]]></category>

		<category><![CDATA[PeopleCode]]></category>

		<category><![CDATA[Recommendation]]></category>

		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://chiliblog.chili-mango.net/2006/02/pstools-cross-db/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2006/02/pstools-cross-db/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Erring Silently</title>
		<link>http://xtrahot.chili-mango.net/2005/12/erring-silently/</link>
		<comments>http://xtrahot.chili-mango.net/2005/12/erring-silently/#comments</comments>
		<pubDate>Fri, 09 Dec 2005 15:28:09 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[PeopleSoft]]></category>

		<category><![CDATA[Tips &#038; Techniques]]></category>

		<category><![CDATA[PeopleTools]]></category>

		<category><![CDATA[PIA]]></category>

		<guid isPermaLink="false">http://chiliblog.chili-mango.net/?p=35</guid>
		<description><![CDATA[You might come across a situation where you want the effect associated with an error, but displaying a message is not desired...]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2005/12/erring-silently/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PeopleCode Array to HTML</title>
		<link>http://xtrahot.chili-mango.net/2005/12/peoplecode-array-to-html/</link>
		<comments>http://xtrahot.chili-mango.net/2005/12/peoplecode-array-to-html/#comments</comments>
		<pubDate>Tue, 06 Dec 2005 15:50:57 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[PeopleSoft]]></category>

		<category><![CDATA[Tips &#038; Techniques]]></category>

		<category><![CDATA[PeopleCode]]></category>

		<category><![CDATA[PIA]]></category>

		<guid isPermaLink="false">http://chiliblog.chili-mango.net/2005/12/peoplecode-array-to-html/</guid>
		<description><![CDATA[When converting the data into the necessary HTML, the Join() method of the Array class still provides a convenient way to formulate your HTML without doing a loop.]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2005/12/peoplecode-array-to-html/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

