<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Profound Logic.tv &#187; RIA</title>
	<atom:link href="http://www.profoundlogic.tv/tag/ria/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.profoundlogic.tv</link>
	<description></description>
	<lastBuildDate>Wed, 04 Nov 2009 21:37:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using JavaScript Object Notation (JSON) on the IBM i</title>
		<link>http://www.profoundlogic.tv/2009/08/28/using-json/</link>
		<comments>http://www.profoundlogic.tv/2009/08/28/using-json/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 21:46:33 +0000</pubDate>
		<dc:creator>Alex Roytman</dc:creator>
				<category><![CDATA[JSON]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[IBM i]]></category>
		<category><![CDATA[JavaScript Object Notation]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[RPG]]></category>
		<category><![CDATA[RPG/CGI]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.profoundlogic.tv/?p=138</guid>
		<description><![CDATA[

In today&#8217;s video, we are going to introduce you to what is perhaps the most elegant way to exchange data within Web applications.  We will be talking about JSON, or JavaScript Object Notation.  Eric Cassidy, an IBM i web developer at Profound Logic, will demonstrate the concept by creating RPG/CGI AJAX response programs [...]]]></description>
			<content:encoded><![CDATA[<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/k0SZJmUmxQg&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/k0SZJmUmxQg&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>
In today&#8217;s video, we are going to introduce you to what is perhaps the most elegant way to exchange data within Web applications.  We will be talking about JSON, or JavaScript Object Notation.  Eric Cassidy, an IBM i web developer at Profound Logic, will demonstrate the concept by creating RPG/CGI AJAX response programs that use JSON to provide multiple pieces of data to a Web application.
</p>
<p>
<i>To view this video with Windows Media Player, please <a href="/videos/Using_JSON_on_the_IBM_i.wmv">click here</a></i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.profoundlogic.tv/2009/08/28/using-json/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Processing Data From an AJAX Request</title>
		<link>http://www.profoundlogic.tv/2009/08/05/processing-data-from-an-ajax-request/</link>
		<comments>http://www.profoundlogic.tv/2009/08/05/processing-data-from-an-ajax-request/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 15:09:52 +0000</pubDate>
		<dc:creator>Alex Roytman</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[AS/400]]></category>
		<category><![CDATA[Document Object Model]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IBM i]]></category>
		<category><![CDATA[innerHTML]]></category>
		<category><![CDATA[iSeries]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[response]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[rich internet application]]></category>
		<category><![CDATA[RPG]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.profoundlogic.tv/?p=132</guid>
		<description><![CDATA[

In a few of my previous videos, I introduced you to several concepts on how to use AJAX for web development on the IBM i (System i, iSeries, AS/400). In this video, I discuss with Robert Ferguson, an IBM i web developer, what it takes to utilize the AJAX data that is returned from the [...]]]></description>
			<content:encoded><![CDATA[<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/w3yfEx-vsHo&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/w3yfEx-vsHo&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>
In a few of my previous videos, I introduced you to several concepts on how to use AJAX for web development on the IBM i (System i, iSeries, AS/400). In this video, I discuss with Robert Ferguson, an IBM i web developer, what it takes to utilize the AJAX data that is returned from the server. Robert will provide an example by showing us how AJAX data can be displayed on a Web application’s screen with little effort.
</p>
<p>
<i>To view this video with Windows Media Player, please <a href="/videos/Processing_Data_From_an_AJAX_Request.wmv">click here</a></i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.profoundlogic.tv/2009/08/05/processing-data-from-an-ajax-request/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Web Application Development Evolved</title>
		<link>http://www.profoundlogic.tv/2009/06/05/how-web-app-dev-evolved/</link>
		<comments>http://www.profoundlogic.tv/2009/06/05/how-web-app-dev-evolved/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 15:00:17 +0000</pubDate>
		<dc:creator>Alex Roytman</dc:creator>
				<category><![CDATA[Rich Internet Applications]]></category>
		<category><![CDATA[business logic]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[database-driven]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[rich internet application]]></category>
		<category><![CDATA[traditional web applications]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.profoundlogic.tv/?p=69</guid>
		<description><![CDATA[

In this video, I go over the evolution of Web application development. You will discover how it progressed from simple HTML-based documents into Rich Internet Applications, where the user interface controls the flow of the application and makes simple requests for data and business logic. In this paradigm, server-side code is not generating new HTML [...]]]></description>
			<content:encoded><![CDATA[<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/42Gyy2xr5zA&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/42Gyy2xr5zA&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>
In this video, I go over the evolution of Web application development. You will discover how it progressed from simple HTML-based documents into Rich Internet Applications, where the user interface controls the flow of the application and makes simple requests for data and business logic. In this paradigm, server-side code is not generating new HTML pages every step of the way; therefore, applications are more cohesive and maintaining application state becomes much easier. I also explain how Rich Internet Applications (RIAs) allows for a simple way to integrate your IBM i data and business logic with external systems, data, and applications.
</p>
<p>
<i>To view this video with Windows Media Player, please <a href="/videos/How_Web_App_Development_Evolved.wmv">click here</a></i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.profoundlogic.tv/2009/06/05/how-web-app-dev-evolved/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introduction to Rich Internet Applications for the IBM i</title>
		<link>http://www.profoundlogic.tv/2009/05/22/intro-to-rich-internet-apps/</link>
		<comments>http://www.profoundlogic.tv/2009/05/22/intro-to-rich-internet-apps/#comments</comments>
		<pubDate>Fri, 22 May 2009 19:49:47 +0000</pubDate>
		<dc:creator>Alex Roytman</dc:creator>
				<category><![CDATA[Rich Internet Applications]]></category>
		<category><![CDATA[DB2]]></category>
		<category><![CDATA[Desktop Applications]]></category>
		<category><![CDATA[Dojo]]></category>
		<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[IBM i]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaScript Frameworks]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[modernization]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[RIA Libraries]]></category>
		<category><![CDATA[Rich Browser UI]]></category>
		<category><![CDATA[rich internet application]]></category>
		<category><![CDATA[RPG]]></category>
		<category><![CDATA[System i]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Yahoo UI]]></category>
		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://www.profoundlogic.tv/?p=52</guid>
		<description><![CDATA[

In this video, you will be introduced to Rich Internet Applications (RIAs) as they relate to the IBM i (AS/400, iSeries, System i). I will explain some of the details behind this technological phenomenon, and show you why it has top research companies making strong claims about its future in the market. You will see [...]]]></description>
			<content:encoded><![CDATA[<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/s1SP4nb9jN8&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/s1SP4nb9jN8&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>
In this video, you will be introduced to Rich Internet Applications (RIAs) as they relate to the IBM i (AS/400, iSeries, System i). I will explain some of the details behind this technological phenomenon, and show you why it has top research companies making strong claims about its future in the market. You will see how RIAs compare with traditional Web applications, and how utilizing RIA Libraries and Frameworks can help you create powerful user interfaces (UIs) with little to no coding.
</p>
<p>
<i>To view this video with Windows Media Player, please <a href="/videos/Introduction_to_Rich_Internet_Applications.wmv">click here</a></i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.profoundlogic.tv/2009/05/22/intro-to-rich-internet-apps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sending AJAX Requests to the IBM i (iSeries / AS400) Server</title>
		<link>http://www.profoundlogic.tv/2009/04/10/sending-ajax-requests/</link>
		<comments>http://www.profoundlogic.tv/2009/04/10/sending-ajax-requests/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 19:44:02 +0000</pubDate>
		<dc:creator>Alex Roytman</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[AJAX library]]></category>
		<category><![CDATA[AS/400]]></category>
		<category><![CDATA[browser requests]]></category>
		<category><![CDATA[cross-browser]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IBM i]]></category>
		<category><![CDATA[iSeries]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[rich internet application]]></category>
		<category><![CDATA[RPG]]></category>
		<category><![CDATA[System i]]></category>
		<category><![CDATA[web application]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.profoundlogic.tv/?p=44</guid>
		<description><![CDATA[

To fully utilize AJAX on the System i (iSeries/AS400) system, you need to learn about 3 simple things:


How to make requests from the browser to the server
How to respond to these requests with RPG or another web-capable language
How to process that response within the browser


In this video, I talk about making requests, which can be [...]]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/rVYXYRPFH0Y&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/rVYXYRPFH0Y&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>
To fully utilize AJAX on the System i (iSeries/AS400) system, you need to learn about 3 simple things:
</p>
<ol>
<li>How to make requests from the browser to the server</li>
<li>How to respond to these requests with RPG or another web-capable language</li>
<li>How to process that response within the browser</li>
</ol>
<p>
In this video, I talk about making requests, which can be tricky. Unless… you utilize an AJAX library.  With an AJAX library in place, it&#8217;s really simple to make server requests either directly from HTML code or from a Rich Internet Application platform.
</p>
<p>
<i>To view this video with Windows Media Player, please <a href="/videos/Sending_AJAX_Requests_to_the_IBM_i_Server.wmv">click here</a></i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.profoundlogic.tv/2009/04/10/sending-ajax-requests/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
