<?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"
	>
<channel>
	<title>Comments on: AJAX Hello World with JPSpan</title>
	<atom:link href="http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-jpspan/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-jpspan/</link>
	<description>The weblog of Joshua Eichorn, AJAX, PHP and Open Source</description>
	<pubDate>Sun, 20 Jul 2008 23:12:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1-alpha</generator>
		<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-jpspan/#comment-168875</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Mon, 19 Mar 2007 16:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-jpspan/#comment-168875</guid>
		<description>Thuy: I believe there is a Sync() method on the proxy.  I would watch chaining AJAX requests though it adds tons of latency to your system.  Your much better off making both calls on the server and just getting the final result back.</description>
		<content:encoded><![CDATA[<p>Thuy: I believe there is a Sync() method on the proxy.  I would watch chaining AJAX requests though it adds tons of latency to your system.  Your much better off making both calls on the server and just getting the final result back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thuy</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-jpspan/#comment-168594</link>
		<dc:creator>Thuy</dc:creator>
		<pubDate>Mon, 19 Mar 2007 04:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-jpspan/#comment-168594</guid>
		<description>I have problem with asynchonize comunicate of JPSpan. Because in some cases, remote object havenot aready finished but we need the result of it to do another thing, that effects  bad the system. In default, JPSpan communicated asynchronously. How can i set it synchronously?</description>
		<content:encoded><![CDATA[<p>I have problem with asynchonize comunicate of JPSpan. Because in some cases, remote object havenot aready finished but we need the result of it to do another thing, that effects  bad the system. In default, JPSpan communicated asynchronously. How can i set it synchronously?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nisi</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-jpspan/#comment-48884</link>
		<dc:creator>nisi</dc:creator>
		<pubDate>Sat, 21 Oct 2006 04:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-jpspan/#comment-48884</guid>
		<description>If JPSPan is used by https(sharing SSL)
, client_error1997 is generated. 

How should I deal? 

&#62;&#62;Sorry ! error code is 1007
client_error(1007)
on http url address
http is ok</description>
		<content:encoded><![CDATA[<p>If JPSPan is used by https(sharing SSL)<br />
, client_error1997 is generated. </p>
<p>How should I deal? </p>
<p>&gt;&gt;Sorry ! error code is 1007<br />
client_error(1007)<br />
on http url address<br />
http is ok</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-jpspan/#comment-48782</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Fri, 20 Oct 2006 14:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-jpspan/#comment-48782</guid>
		<description>Nisi: no clue, you can always switch to using HTML_AJAX</description>
		<content:encoded><![CDATA[<p>Nisi: no clue, you can always switch to using HTML_AJAX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nisi</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-jpspan/#comment-48689</link>
		<dc:creator>nisi</dc:creator>
		<pubDate>Fri, 20 Oct 2006 01:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-jpspan/#comment-48689</guid>
		<description>If JPSPan is used by https(sharing  SSL)
, client_error1997 is generated. 

How should I deal?</description>
		<content:encoded><![CDATA[<p>If JPSPan is used by https(sharing  SSL)<br />
, client_error1997 is generated. </p>
<p>How should I deal?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saahil Chopra &#187; Blog Archive &#187; Ajax For Beginners</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-jpspan/#comment-6872</link>
		<dc:creator>Saahil Chopra &#187; Blog Archive &#187; Ajax For Beginners</dc:creator>
		<pubDate>Wed, 12 Apr 2006 09:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-jpspan/#comment-6872</guid>
		<description>[...] AJAX with JpSAN [...]</description>
		<content:encoded><![CDATA[<p>[...] AJAX with JpSAN [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-jpspan/#comment-5115</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Mon, 17 Oct 2005 16:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-jpspan/#comment-5115</guid>
		<description>rohing: thats a possibility, you just have to be more careful about it, IE doesn't like to dynamically update table rows unless you have a tbody.</description>
		<content:encoded><![CDATA[<p>rohing: thats a possibility, you just have to be more careful about it, IE doesn&#8217;t like to dynamically update table rows unless you have a tbody.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rohing</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-jpspan/#comment-5114</link>
		<dc:creator>rohing</dc:creator>
		<pubDate>Sun, 16 Oct 2005 03:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-jpspan/#comment-5114</guid>
		<description>can i update a row in my table using jpspan..means..
i have a table that will update when i get data from database..
hw to do this using JPspan..
is then same way like update id in span or div.. 
id so, how can i use the JPSpan...
thanks</description>
		<content:encoded><![CDATA[<p>can i update a row in my table using jpspan..means..<br />
i have a table that will update when i get data from database..<br />
hw to do this using JPspan..<br />
is then same way like update id in span or div..<br />
id so, how can i use the JPSpan&#8230;<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-jpspan/#comment-4706</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Fri, 16 Sep 2005 00:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-jpspan/#comment-4706</guid>
		<description>There are bugs around how references are handled, any case that triggers those bugs now creates a warning.  The PHP devs said its only a warning so it shouldn't matter.  But many people display or log warnings in order to get better bug reports so that logic fails.  But anyway you look at it, its what were stuck with.</description>
		<content:encoded><![CDATA[<p>There are bugs around how references are handled, any case that triggers those bugs now creates a warning.  The PHP devs said its only a warning so it shouldn&#8217;t matter.  But many people display or log warnings in order to get better bug reports so that logic fails.  But anyway you look at it, its what were stuck with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cosmo</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-jpspan/#comment-4705</link>
		<dc:creator>Cosmo</dc:creator>
		<pubDate>Fri, 16 Sep 2005 00:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-jpspan/#comment-4705</guid>
		<description>Commenting out " //require_once JPSPAN . 'ErrorHandler.php'; " from server.php did the trick. Why would PHP 4.4.0 not be backwards compatible, thats really dumb. Anyway, Thanks Joshua.</description>
		<content:encoded><![CDATA[<p>Commenting out &#8221; //require_once JPSPAN . &#8216;ErrorHandler.php&#8217;; &#8221; from server.php did the trick. Why would PHP 4.4.0 not be backwards compatible, thats really dumb. Anyway, Thanks Joshua.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
