<?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>Mon, 20 Aug 2007 16:18:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>
	<language>en</language>
			<item>
		<title>Modal pains</title>
		<link>http://xtrahot.chili-mango.net/2005/11/modal-pains/</link>
		<comments>http://xtrahot.chili-mango.net/2005/11/modal-pains/#comments</comments>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[PeopleSoft]]></category>

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

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

		<guid isPermaLink="false">http://www.chili-mango.net/wpmove/2005/11/modal-pains/</guid>
		<description><![CDATA[Some notes when working with secondary pages.]]></description>
			<content:encoded><![CDATA[<p>Some notes when working with secondary pages.</p>
<p>It is possible to bring up a secondary page using the <code class="PeopleCode">DoModal()</code> PeopleCode function. To make the data contained in that secondary page to be part of the component buffer, you&#8217;ll have to place a secondary page control in one of the standard pages of your component. Elementary. However, there&#8217;s something I didn&#8217;t discover until recently.</p>
<p> <a href="http://xtrahot.chili-mango.net/2005/11/modal-pains/" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2005/11/modal-pains/feed/</wfw:commentRss>
		</item>
		<item>
		<title>More javascript adventures in PS</title>
		<link>http://xtrahot.chili-mango.net/2005/09/more-javascript-adventures-in-ps/</link>
		<comments>http://xtrahot.chili-mango.net/2005/09/more-javascript-adventures-in-ps/#comments</comments>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[PeopleSoft]]></category>

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

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

		<guid isPermaLink="false">http://www.chili-mango.net/wpmove/2005/09/more-javascript-adventures-in-ps/</guid>
		<description><![CDATA[I have recently completed prototyping a rather challenging problem that involves printing a document from a PeopleSoft page. The challenge is to find a way to print a separate document directly from the page. The functional SME somehow has an expectation that this functionality should behave like a native application &#8212; where by a click [...]]]></description>
			<content:encoded><![CDATA[<p>I have recently completed prototyping a rather challenging problem that involves printing a document from a PeopleSoft page. The challenge is to find a way to print a separate document directly from the page. The functional SME somehow has an expectation that this functionality should behave like a native application &mdash; where by a click a button on the page, he will be presented by the Windows print dialog; the user can proceed and a document that is not the page being displayed will be printed on the user&#8217;s printer. Now, <abbr title="PeopleSoft Internet Architecture">PIA</abbr> applications are accessed via a web browser. Because of this, the features available to the application is limited by the web browser it is running on.</p>
<p> <a href="http://xtrahot.chili-mango.net/2005/09/more-javascript-adventures-in-ps/" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2005/09/more-javascript-adventures-in-ps/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Application Class bummer</title>
		<link>http://xtrahot.chili-mango.net/2004/11/application-class-bummer/</link>
		<comments>http://xtrahot.chili-mango.net/2004/11/application-class-bummer/#comments</comments>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[PeopleSoft]]></category>

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

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

		<guid isPermaLink="false">http://www.chili-mango.net/wpmove/2004/11/application-class-bummer/</guid>
		<description><![CDATA[I recently decided to implement a moderately sized application using 2 subclasses and a base class. The experience allowed me to discover a few shortcomings of Application Classes.
]]></description>
			<content:encoded><![CDATA[<p>I recently decided to implement a moderately sized application using 2 subclasses and a base class. The experience allowed me to discover a few shortcomings of Application Classes.</p>
<p> <a href="http://xtrahot.chili-mango.net/2004/11/application-class-bummer/" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2004/11/application-class-bummer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PeopleCode catching up</title>
		<link>http://xtrahot.chili-mango.net/2004/10/peoplecode-catching-up/</link>
		<comments>http://xtrahot.chili-mango.net/2004/10/peoplecode-catching-up/#comments</comments>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<dc:creator>ChiliJoe</dc:creator>
		
		<category><![CDATA[PeopleSoft]]></category>

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

		<guid isPermaLink="false">http://www.chili-mango.net/wpmove/2004/10/peoplecode-catching-up/</guid>
		<description><![CDATA[The first time I started developing PeopleSoft applications was on version 7.x. Back then, my previous client-side RAD coding experience is with VB6. It was amazing back then to be able to develop an application much more rapidly than VB6. When I learned PeopleCode, it is a bit appalling to see how primitive the language [...]]]></description>
			<content:encoded><![CDATA[<p>The first time I started developing PeopleSoft applications was on version 7.x. Back then, my previous client-side <abbr style="cursor:help;" title="Rapid Application Development">RAD</abbr> coding experience is with VB6. It was amazing back then to be able to develop an application much more rapidly than VB6. When I learned PeopleCode, it is a bit appalling to see how primitive the language is, even though it borrows quite a lot of syntax from VB. This doesn&#8217;t matter though, PeopleCode was just an icing on an already delicious cake. The PeopleSoft application framework already delivers a lot of advantages.</p>
<p>When 8.1x came out, I was delighted to see PeopleCode adapt dot-notation object-style syntax for most of its data access &mdash; eliminating the need to use those convoluted functions of 7.x that makes PeopleCode coding a pain to use. The mapping of fields, records, rows and rowset to an object heirarchy makes a lot of sense and it made coding and reading PeopleCode a lot easier. Again, there was a shortcoming &mdash; you could only use built-in classes.</p>
<p>8.4x introduced Application Classes. This alone made me very excited about coding 8.4 PeopleCode. I know 8.4 has been around for more than a year now. But it has only been recently that our client upgraded to this version. Now I have the opportunity to create real world applications that take advantage of custom classes.</p>
<p> <a href="http://xtrahot.chili-mango.net/2004/10/peoplecode-catching-up/" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xtrahot.chili-mango.net/2004/10/peoplecode-catching-up/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
