<?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: Say Hello to HTML_AJAX</title>
	<atom:link href="http://blog.joshuaeichorn.com/archives/2005/08/11/say-hello-to-html_ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joshuaeichorn.com/archives/2005/08/11/say-hello-to-html_ajax/</link>
	<description>The weblog of Joshua Eichorn, AJAX, PHP and Open Source</description>
	<lastBuildDate>Mon, 30 Nov 2009 18:24:26 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/08/11/say-hello-to-html_ajax/comment-page-1/#comment-5038</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Tue, 04 Oct 2005 16:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/?p=178#comment-5038</guid>
		<description>Things look fine for me, im running the firefox 1.5 beta, but I doubt there was any change.  Do you have any user style sheets or extensions running that might mess with colored text.</description>
		<content:encoded><![CDATA[<p>Things look fine for me, im running the firefox 1.5 beta, but I doubt there was any change.  Do you have any user style sheets or extensions running that might mess with colored text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SNo0py</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/08/11/say-hello-to-html_ajax/comment-page-1/#comment-5026</link>
		<dc:creator>SNo0py</dc:creator>
		<pubDate>Tue, 04 Oct 2005 13:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/?p=178#comment-5026</guid>
		<description>Somehow it seems the site is broken in Firefox - I can&#039;t read the examples :(
Just gray on gray.</description>
		<content:encoded><![CDATA[<p>Somehow it seems the site is broken in Firefox &#8211; I can&#8217;t read the examples <img src='http://blog.joshuaeichorn.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> <br />
Just gray on gray.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nehochuha</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/08/11/say-hello-to-html_ajax/comment-page-1/#comment-4323</link>
		<dc:creator>Nehochuha</dc:creator>
		<pubDate>Mon, 15 Aug 2005 08:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/?p=178#comment-4323</guid>
		<description>Go PHP Go :)</description>
		<content:encoded><![CDATA[<p>Go PHP Go <img src='http://blog.joshuaeichorn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/08/11/say-hello-to-html_ajax/comment-page-1/#comment-4321</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Sun, 14 Aug 2005 20:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/?p=178#comment-4321</guid>
		<description>Errr, sorry about that not my best writing ever.  I also included the include for the proxy class.

If you look at the output of server.php?stub=test you&#039;ll get a better idea of what is happening.  The server generates a new JS class that has a stub method on it for each function on the php side.  Each one just contains boiler plate for doing the AJAX call.

when you create an instance of this proxy class you pass it its callback class.  You can do this by passing in a variable instance or since JavaScript is an odd language by creating a hash of functions right there, like i showed in the example.

Hopefully that clears things up a bit.</description>
		<content:encoded><![CDATA[<p>Errr, sorry about that not my best writing ever.  I also included the include for the proxy class.</p>
<p>If you look at the output of server.php?stub=test you&#8217;ll get a better idea of what is happening.  The server generates a new JS class that has a stub method on it for each function on the php side.  Each one just contains boiler plate for doing the AJAX call.</p>
<p>when you create an instance of this proxy class you pass it its callback class.  You can do this by passing in a variable instance or since JavaScript is an odd language by creating a hash of functions right there, like i showed in the example.</p>
<p>Hopefully that clears things up a bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vern</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/08/11/say-hello-to-html_ajax/comment-page-1/#comment-4320</link>
		<dc:creator>vern</dc:creator>
		<pubDate>Sun, 14 Aug 2005 13:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/?p=178#comment-4320</guid>
		<description>Sometime while reading through tons of AJAX libraries, I think you said something about one of the goals being not having to work with Javascript, and just work with PHP. I&#039;ve been told before that the J in Ajax is Javascript, but if you could make things so that only a minimal knowledge of Javascript is required, you&#039;d be my hero. :)</description>
		<content:encoded><![CDATA[<p>Sometime while reading through tons of AJAX libraries, I think you said something about one of the goals being not having to work with Javascript, and just work with PHP. I&#8217;ve been told before that the J in Ajax is Javascript, but if you could make things so that only a minimal knowledge of Javascript is required, you&#8217;d be my hero. <img src='http://blog.joshuaeichorn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Coallier</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/08/11/say-hello-to-html_ajax/comment-page-1/#comment-4318</link>
		<dc:creator>David Coallier</dc:creator>
		<pubDate>Sun, 14 Aug 2005 02:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/?p=178#comment-4318</guid>
		<description>The cases should be:

switch($var) {
case:...
case:.. 
}


Pear CS :)

Nice though, good job!</description>
		<content:encoded><![CDATA[<p>The cases should be:</p>
<p>switch($var) {<br />
case:&#8230;<br />
case:..<br />
}</p>
<p>Pear CS <img src='http://blog.joshuaeichorn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Nice though, good job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Errr</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/08/11/say-hello-to-html_ajax/comment-page-1/#comment-4317</link>
		<dc:creator>Errr</dc:creator>
		<pubDate>Sun, 14 Aug 2005 00:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/?p=178#comment-4317</guid>
		<description>After that you need to include the generated proxy class. After that you can create an instance of that, when you do it you pass in a callback class.


What?</description>
		<content:encoded><![CDATA[<p>After that you need to include the generated proxy class. After that you can create an instance of that, when you do it you pass in a callback class.</p>
<p>What?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danni</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/08/11/say-hello-to-html_ajax/comment-page-1/#comment-4316</link>
		<dc:creator>Danni</dc:creator>
		<pubDate>Sat, 13 Aug 2005 23:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/?p=178#comment-4316</guid>
		<description>good luck, html_ajax looks great</description>
		<content:encoded><![CDATA[<p>good luck, html_ajax looks great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/08/11/say-hello-to-html_ajax/comment-page-1/#comment-4314</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Fri, 12 Aug 2005 17:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/?p=178#comment-4314</guid>
		<description>I switched the last code block to JavaScript highlighting oops.  The tgz is generated by the pear installer so if there is a problem thats why, I guess it might be worth adding a bug for that.

On the RAWPOSTDATA front thats what you use, your not sending with a form encoding so _POST will never be populated.  Which is good cause things aren&#039;t urlencoded, there JSON by default which is just a chunk of text.</description>
		<content:encoded><![CDATA[<p>I switched the last code block to JavaScript highlighting oops.  The tgz is generated by the pear installer so if there is a problem thats why, I guess it might be worth adding a bug for that.</p>
<p>On the RAWPOSTDATA front thats what you use, your not sending with a form encoding so _POST will never be populated.  Which is good cause things aren&#8217;t urlencoded, there JSON by default which is just a chunk of text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: terry chay</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/08/11/say-hello-to-html_ajax/comment-page-1/#comment-4313</link>
		<dc:creator>terry chay</dc:creator>
		<pubDate>Fri, 12 Aug 2005 17:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/?p=178#comment-4313</guid>
		<description>I&#039;m getting an &quot;undefined&quot; back in all the examples, but since you seem to be using the RAWPOSTDATA, it&#039;s a bit confusing to debug.

Take care,

terry</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting an &#8220;undefined&#8221; back in all the examples, but since you seem to be using the RAWPOSTDATA, it&#8217;s a bit confusing to debug.</p>
<p>Take care,</p>
<p>terry</p>
]]></content:encoded>
	</item>
</channel>
</rss>
