<?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>A Look at the Standalone Rowset&#8217;s Fill Method</title>
		<link>http://xtrahot.chili-mango.net/2010/04/look-at-rowset-fill/</link>
		<comments>http://xtrahot.chili-mango.net/2010/04/look-at-rowset-fill/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 17:20:24 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[PeopleCode]]></category>

		<guid isPermaLink="false">http://xtrahot.chili-mango.net/2010/04/look-at-rowset-fill/</guid>
		<description><![CDATA[A standalone rowset can be populated with rows directly from the database by using the Fill method. PeopleBooks describes the syntax of the Fill method as follows:

Fill([wherestring [, bindvalue] . . .]);

Data is read from the database table corresponding to the primary database record of the rowset. It&#8217;s also stated in PeopleBooks that:
The Fill method [...]]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2010/04/look-at-rowset-fill/feed/</wfw:commentRss>
		</item>
		<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[]]></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>A Couple of Must-have PeopleCode Coding Standards</title>
		<link>http://xtrahot.chili-mango.net/2007/08/a-couple-of-must-have-peoplecode-coding-standards/</link>
		<comments>http://xtrahot.chili-mango.net/2007/08/a-couple-of-must-have-peoplecode-coding-standards/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 14:59:34 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[PeopleSoft]]></category>

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

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

		<guid isPermaLink="false">http://xtrahot.chili-mango.net/2007/08/a-couple-of-must-have-peoplecode-coding-standards/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2007/08/a-couple-of-must-have-peoplecode-coding-standards/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PeopleCode Array class&#8217; generic sort?</title>
		<link>http://xtrahot.chili-mango.net/2007/07/peoplecode-array-class-generic-sort/</link>
		<comments>http://xtrahot.chili-mango.net/2007/07/peoplecode-array-class-generic-sort/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 11:38:47 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[PeopleSoft]]></category>

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

		<guid isPermaLink="false">http://xtrahot.chili-mango.net/2007/07/peoplecode-array-class-generic-sort/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2007/07/peoplecode-array-class-generic-sort/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Access to Instance Variables within the same Class</title>
		<link>http://xtrahot.chili-mango.net/2007/07/access-to-instance-variables-within-the-same-class/</link>
		<comments>http://xtrahot.chili-mango.net/2007/07/access-to-instance-variables-within-the-same-class/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 10:19:23 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[PeopleSoft]]></category>

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

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

		<guid isPermaLink="false">http://xtrahot.chili-mango.net/2007/07/access-to-instance-variables-within-the-same-class/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2007/07/access-to-instance-variables-within-the-same-class/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>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>

