<?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: You got AJAX questions I got Answers</title>
	<atom:link href="http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/</link>
	<description>The weblog of Joshua Eichorn, AJAX, PHP and Open Source</description>
	<pubDate>Wed, 20 Aug 2008 16:49:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1-alpha</generator>
		<item>
		<title>By: Louie Miranda</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/#comment-39073</link>
		<dc:creator>Louie Miranda</dc:creator>
		<pubDate>Mon, 18 Sep 2006 01:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/#comment-39073</guid>
		<description>Can the problem on IE v6 be solved on the menu example?

http://htmlajax.org/materials/HTML_AJAX_Presentation/MenuExample/</description>
		<content:encoded><![CDATA[<p>Can the problem on IE v6 be solved on the menu example?</p>
<p><a href="http://htmlajax.org/materials/HTML_AJAX_Presentation/MenuExample/" rel="nofollow">http://htmlajax.org/materials/HTML_AJAX_Presentation/MenuExample/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/#comment-35412</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Mon, 04 Sep 2006 18:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/#comment-35412</guid>
		<description>Femi: Improving documentation on the wiki would be a great help.  Just sign up on the mailing list and we can go over areas that need improvement.

For a custom handler on formSubmit using the options array is a good approach.</description>
		<content:encoded><![CDATA[<p>Femi: Improving documentation on the wiki would be a great help.  Just sign up on the mailing list and we can go over areas that need improvement.</p>
<p>For a custom handler on formSubmit using the options array is a good approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Femi</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/#comment-35399</link>
		<dc:creator>Femi</dc:creator>
		<pubDate>Mon, 04 Sep 2006 16:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/#comment-35399</guid>
		<description>Hi,
I'm back again :-D, right? Two things:[1] Actually, I was wondering if there was anything you feel openly I could contribute to this project, not that I'm the best php/js programmer there is, but I could try my hands on a few....
2ndly, with HTML_AJAX.formSubmit(form,target,target), how can I capture the results from target and directly hand it over to a function, say handleResult, so that i can make it like this?
HTML_AJAX.formSubmit(form,target,{callback:handleResult()}
I thot about temp. replacing the target and retrieving the content from there, but Is there a better way?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m back again :-D, right? Two things:[1] Actually, I was wondering if there was anything you feel openly I could contribute to this project, not that I&#8217;m the best php/js programmer there is, but I could try my hands on a few&#8230;.<br />
2ndly, with HTML_AJAX.formSubmit(form,target,target), how can I capture the results from target and directly hand it over to a function, say handleResult, so that i can make it like this?<br />
HTML_AJAX.formSubmit(form,target,{callback:handleResult()}<br />
I thot about temp. replacing the target and retrieving the content from there, but Is there a better way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Femi</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/#comment-33130</link>
		<dc:creator>Femi</dc:creator>
		<pubDate>Fri, 25 Aug 2006 18:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/#comment-33130</guid>
		<description>Sorry, I forgot to mention that!</description>
		<content:encoded><![CDATA[<p>Sorry, I forgot to mention that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/#comment-33063</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Fri, 25 Aug 2006 15:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/#comment-33063</guid>
		<description>Femi: we even ship DHTMLHistory with HTML_AJAX it just hasn't been integrated in anyway.  Right now fully integrated support is set for after the HTML_AJAX 1.0 release</description>
		<content:encoded><![CDATA[<p>Femi: we even ship DHTMLHistory with HTML_AJAX it just hasn&#8217;t been integrated in anyway.  Right now fully integrated support is set for after the HTML_AJAX 1.0 release</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Femi</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/#comment-32929</link>
		<dc:creator>Femi</dc:creator>
		<pubDate>Fri, 25 Aug 2006 08:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/#comment-32929</guid>
		<description>Lastly about the second question: 
...Also what you do with back button, hash?, frame?, how?!?

You could have a look at dhtmlHistory, it  provides DHTML history, history data, and bookmarking for AJAX applications. It handles the back/fwd buttons quite well and even browser reloads. I'm using that, and it works for me. Cheers
Femi</description>
		<content:encoded><![CDATA[<p>Lastly about the second question:<br />
&#8230;Also what you do with back button, hash?, frame?, how?!?</p>
<p>You could have a look at dhtmlHistory, it  provides DHTML history, history data, and bookmarking for AJAX applications. It handles the back/fwd buttons quite well and even browser reloads. I&#8217;m using that, and it works for me. Cheers<br />
Femi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Femi</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/#comment-32709</link>
		<dc:creator>Femi</dc:creator>
		<pubDate>Thu, 24 Aug 2006 16:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/#comment-32709</guid>
		<description>Correction: I just saw that my href was automatically formatted :-D Shd hv...
it was supposed to be

[-a href="http://localhost/index.php?p=articles&#38;a=view&#38;id=3"  onclick="return showInfo('articles','view','3');"-] View full article [-/a-]
You'll need to do something similar for form submissions
Right! Femi
——-</description>
		<content:encoded><![CDATA[<p>Correction: I just saw that my href was automatically formatted <img src='http://blog.joshuaeichorn.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> Shd hv&#8230;<br />
it was supposed to be</p>
<p>[-a href="http://localhost/index.php?p=articles&amp;a=view&amp;id=3"  onclick="return showInfo('articles','view','3');"-] View full article [-/a-]<br />
You&#8217;ll need to do something similar for form submissions<br />
Right! Femi<br />
——-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Femi</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/#comment-32706</link>
		<dc:creator>Femi</dc:creator>
		<pubDate>Thu, 24 Aug 2006 16:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/#comment-32706</guid>
		<description>[Quote]
Tri pham sayd JavaScript OFF, how would this code run:
classic browser reload e.g.
location.href=”http://localhost/?p=”+page+”&#38;a=”+action+”&#38;id=”+id;
???????
Also what you do with back button, hash?, frame?, how?!?
[/Quote]
TO: Tri pham &#38; Some Guy
Well the only other way is to have a massive amount javascript all over in the html, either using css selectors like behaviours.js OR  is to do something like this 
------
&lt;a href="http://localhost/index.php?p=articles&#38;a=view&#38;id=3" rel="nofollow"&gt;View full article&lt;/a&gt;
-------

And write the function showInfo() to always return false. SO if JS is disabled, the onclick event is never triggered. I hope this helps.

Femi</description>
		<content:encoded><![CDATA[<p>[Quote]<br />
Tri pham sayd JavaScript OFF, how would this code run:<br />
classic browser reload e.g.<br />
location.href=”http://localhost/?p=”+page+”&amp;a=”+action+”&amp;id=”+id;<br />
???????<br />
Also what you do with back button, hash?, frame?, how?!?<br />
[/Quote]<br />
TO: Tri pham &amp; Some Guy<br />
Well the only other way is to have a massive amount javascript all over in the html, either using css selectors like behaviours.js OR  is to do something like this<br />
&#8212;&#8212;<br />
<a href="http://localhost/index.php?p=articles&amp;a=view&amp;id=3" rel="nofollow">View full article</a><br />
&#8212;&#8212;-</p>
<p>And write the function showInfo() to always return false. SO if JS is disabled, the onclick event is never triggered. I hope this helps.</p>
<p>Femi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Some guy</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/#comment-31164</link>
		<dc:creator>Some guy</dc:creator>
		<pubDate>Thu, 17 Aug 2006 22:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/#comment-31164</guid>
		<description>Tri pham sayd JavaScript OFF, how would this code run:
classic browser reload e.g.
location.href=”http://localhost/?p=”+page+”&#38;a=”+action+”&#38;id=”+id;
???????
Also what you do with back button, hash?, frame?, how?!?</description>
		<content:encoded><![CDATA[<p>Tri pham sayd JavaScript OFF, how would this code run:<br />
classic browser reload e.g.<br />
location.href=”http://localhost/?p=”+page+”&amp;a=”+action+”&amp;id=”+id;<br />
???????<br />
Also what you do with back button, hash?, frame?, how?!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: There and Back Again &#187; Blog Archive &#187; AJAX Answers</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/#comment-31082</link>
		<dc:creator>There and Back Again &#187; Blog Archive &#187; AJAX Answers</dc:creator>
		<pubDate>Thu, 17 Aug 2006 16:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/#comment-31082</guid>
		<description>[...] Your AJAX answers from my AJAX questions post are below, I hope everyone finds them helpful. [...]</description>
		<content:encoded><![CDATA[<p>[...] Your AJAX answers from my AJAX questions post are below, I hope everyone finds them helpful. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
