<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Advanced IntraWeb Async Event Handling</title>
	<atom:link href="http://www.monien.net/blog/index.php" rel="self" type="application/rss+xml" />
	<link>http://www.monien.net/blog/index.php/2008/04/advanced-intraweb-async-event-handling/</link>
	<description>Delphi Programming, .NET Philosophy, Web development and more ...</description>
	<lastBuildDate>Wed, 01 Feb 2012 18:00:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Wheels For Sale</title>
		<link>http://www.monien.net/blog/index.php/2008/04/advanced-intraweb-async-event-handling/comment-page-1/#comment-4569</link>
		<dc:creator>Wheels For Sale</dc:creator>
		<pubDate>Mon, 29 Nov 2010 08:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2008/04/advanced-intraweb-async-event-handling/#comment-4569</guid>
		<description>I am trying to be a professional programmer and for this I need to know all of this things. Thanks and I also want more of them here.</description>
		<content:encoded><![CDATA[<p>I am trying to be a professional programmer and for this I need to know all of this things. Thanks and I also want more of them here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf Monien</title>
		<link>http://www.monien.net/blog/index.php/2008/04/advanced-intraweb-async-event-handling/comment-page-1/#comment-4538</link>
		<dc:creator>Olaf Monien</dc:creator>
		<pubDate>Sat, 20 Nov 2010 18:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2008/04/advanced-intraweb-async-event-handling/#comment-4538</guid>
		<description>You could create a Custom IW component, which renders itself (partially) as JSon and have hooks, that would parse that JSon on the browser side and have it &quot;paint&quot; they way you want. 


Regards / Grüße,
Olaf Monien
------------------------------------------
Developer Experts, LLC
www.developer-experts.net
www.monien.net/blog

Office USA
10600 Chevrolet Way #211
Estero, FL 33928
Fon: +1 (239) 494 5049

Office Germany
Daniel Magin
Gerhart-Hauptmann-Ring 134
60439 Frankfurt am Main
Fon: +49 (69) 175 548 150

Am 19.11.2010 um 22:19 schrieb Disqus:</description>
		<content:encoded><![CDATA[<p>You could create a Custom IW component, which renders itself (partially) as JSon and have hooks, that would parse that JSon on the browser side and have it &#8220;paint&#8221; they way you want. </p>
<p>Regards / Grüße,<br />
Olaf Monien<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Developer Experts, LLC<br />
<a href="http://www.developer-experts.net" rel="nofollow">http://www.developer-experts.net</a><br />
<a href="http://www.monien.net/blog" rel="nofollow">http://www.monien.net/blog</a></p>
<p>Office USA<br />
10600 Chevrolet Way #211<br />
Estero, FL 33928<br />
Fon: +1 (239) 494 5049</p>
<p>Office Germany<br />
Daniel Magin<br />
Gerhart-Hauptmann-Ring 134<br />
60439 Frankfurt am Main<br />
Fon: +49 (69) 175 548 150</p>
<p>Am 19.11.2010 um 22:19 schrieb Disqus:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xzs2008</title>
		<link>http://www.monien.net/blog/index.php/2008/04/advanced-intraweb-async-event-handling/comment-page-1/#comment-4537</link>
		<dc:creator>Xzs2008</dc:creator>
		<pubDate>Sat, 20 Nov 2010 03:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2008/04/advanced-intraweb-async-event-handling/#comment-4537</guid>
		<description>so simple!  the xml will be response to the browser.

but some questions, how to response the json  to browser directly?  I want to use jquery method &quot;getJSON&quot;.</description>
		<content:encoded><![CDATA[<p>so simple!  the xml will be response to the browser.</p>
<p>but some questions, how to response the json  to browser directly?  I want to use jquery method &#8220;getJSON&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf Monien</title>
		<link>http://www.monien.net/blog/index.php/2008/04/advanced-intraweb-async-event-handling/comment-page-1/#comment-804</link>
		<dc:creator>Olaf Monien</dc:creator>
		<pubDate>Wed, 23 Sep 2009 12:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2008/04/advanced-intraweb-async-event-handling/#comment-804</guid>
		<description>RegisterCallBack tackes just 2 params: &lt;br&gt;1: CallBackName:string - will be used as name to identify the callback function. This name needs to be unique.&lt;br&gt;2: A method reference of type method of object(EventParams: TStringList).&lt;br&gt;&lt;br&gt;On the client side you can then call processAjaxEvent(event, null,&quot;CallBackName&quot;,false, null, true); to call the newly registered server-side method.</description>
		<content:encoded><![CDATA[<p>RegisterCallBack tackes just 2 params: <br />1: CallBackName:string &#8211; will be used as name to identify the callback function. This name needs to be unique.<br />2: A method reference of type method of object(EventParams: TStringList).</p>
<p>On the client side you can then call processAjaxEvent(event, null,&#8221;CallBackName&#8221;,false, null, true); to call the newly registered server-side method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: General Tackett</title>
		<link>http://www.monien.net/blog/index.php/2008/04/advanced-intraweb-async-event-handling/comment-page-1/#comment-800</link>
		<dc:creator>General Tackett</dc:creator>
		<pubDate>Tue, 22 Sep 2009 14:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2008/04/advanced-intraweb-async-event-handling/#comment-800</guid>
		<description>what other things can you do with registercallback?  How do you know what items you can use as arguments?</description>
		<content:encoded><![CDATA[<p>what other things can you do with registercallback?  How do you know what items you can use as arguments?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf Monien</title>
		<link>http://www.monien.net/blog/index.php/2008/04/advanced-intraweb-async-event-handling/comment-page-1/#comment-48</link>
		<dc:creator>Olaf Monien</dc:creator>
		<pubDate>Sat, 30 Aug 2008 21:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2008/04/advanced-intraweb-async-event-handling/#comment-48</guid>
		<description>Thanks Oliver,&lt;br&gt;&lt;br&gt;the file should now be downloadable!&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt; Olaf</description>
		<content:encoded><![CDATA[<p>Thanks Oliver,</p>
<p>the file should now be downloadable!</p>
<p>Regards,<br /> Olaf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver Schulte</title>
		<link>http://www.monien.net/blog/index.php/2008/04/advanced-intraweb-async-event-handling/comment-page-1/#comment-47</link>
		<dc:creator>Oliver Schulte</dc:creator>
		<pubDate>Fri, 29 Aug 2008 22:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2008/04/advanced-intraweb-async-event-handling/#comment-47</guid>
		<description>Hallo, die Datei AdvancedAjaxEvents.zip ist leider nicht downloadbar. Könnten Sie das beheben ? Wäre supertoll :)&lt;br&gt;Besten Dank&lt;br&gt;Oliver</description>
		<content:encoded><![CDATA[<p>Hallo, die Datei AdvancedAjaxEvents.zip ist leider nicht downloadbar. Könnten Sie das beheben ? Wäre supertoll <img src='http://www.monien.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <br />Besten Dank<br />Oliver</p>
]]></content:encoded>
	</item>
</channel>
</rss>

