<?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: The key to centralized AJAX services</title>
	<atom:link href="http://jeffreysambells.com/posts/2006/03/06/centralized_ajax_services/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeffreysambells.com/posts/2006/03/06/centralized_ajax_services/</link>
	<description>Geek out AFK with Jeffrey Sambells</description>
	<lastBuildDate>Thu, 11 Feb 2010 20:48:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Xacker</title>
		<link>http://jeffreysambells.com/posts/2006/03/06/centralized_ajax_services/comment-page-1/#comment-55290</link>
		<dc:creator>Xacker</dc:creator>
		<pubDate>Sat, 25 Jul 2009 17:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://jeffreysambells.com/posts/2006/03/06/centralized_ajax_services/#comment-55290</guid>
		<description>&lt;p&gt;I have always found this article a life savior but I have got a very slight problem with the code.. the &quot;overrideMimeType&quot; function of the XHR object.&lt;/p&gt;

&lt;p&gt;it&#039;s most unfortunate that it&#039;s not implemented within your code and I must say I wouldn&#039;t know personally how to add it.. I hope that this could be solved on your hands because it&#039;s messing things up when the browsers try to parse the results returned especially when it&#039;s off another domain.&lt;/p&gt;

&lt;p&gt;thanks alot!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have always found this article a life savior but I have got a very slight problem with the code.. the &#8220;overrideMimeType&#8221; function of the XHR object.</p>
<p>it&#8217;s most unfortunate that it&#8217;s not implemented within your code and I must say I wouldn&#8217;t know personally how to add it.. I hope that this could be solved on your hands because it&#8217;s messing things up when the browsers try to parse the results returned especially when it&#8217;s off another domain.</p>
<p>thanks alot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My little Codelog &#187; Blog Archive &#187; Lightweight JSON fetcher (3rd party capable!)</title>
		<link>http://jeffreysambells.com/posts/2006/03/06/centralized_ajax_services/comment-page-1/#comment-28724</link>
		<dc:creator>My little Codelog &#187; Blog Archive &#187; Lightweight JSON fetcher (3rd party capable!)</dc:creator>
		<pubDate>Thu, 11 Dec 2008 09:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://jeffreysambells.com/posts/2006/03/06/centralized_ajax_services/#comment-28724</guid>
		<description>&lt;p&gt;[...] there&#039;s a great workaround, which I first saw at Jeffrey Sambells&#039; site. His solution is more generic, as it&#039;s able to load any JavaScript (not only JSON data) [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] there&#8217;s a great workaround, which I first saw at Jeffrey Sambells&#8217; site. His solution is more generic, as it&#8217;s able to load any JavaScript (not only JSON data) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nate</title>
		<link>http://jeffreysambells.com/posts/2006/03/06/centralized_ajax_services/comment-page-1/#comment-27391</link>
		<dc:creator>nate</dc:creator>
		<pubDate>Sun, 28 Sep 2008 07:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://jeffreysambells.com/posts/2006/03/06/centralized_ajax_services/#comment-27391</guid>
		<description>&lt;p&gt;MY MISTAKE:&lt;/p&gt;

&lt;p&gt;it works! this is very useful for me to have one login process for two separate domains (one is .info, the other is .com). while i can&#039;t provide an example, it is a much better process than the previous method of forcing a pop up to do the work (which got blocked more often than not). thank you so much!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>MY MISTAKE:</p>
<p>it works! this is very useful for me to have one login process for two separate domains (one is .info, the other is .com). while i can&#8217;t provide an example, it is a much better process than the previous method of forcing a pop up to do the work (which got blocked more often than not). thank you so much!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nate</title>
		<link>http://jeffreysambells.com/posts/2006/03/06/centralized_ajax_services/comment-page-1/#comment-27388</link>
		<dc:creator>nate</dc:creator>
		<pubDate>Sat, 27 Sep 2008 21:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://jeffreysambells.com/posts/2006/03/06/centralized_ajax_services/#comment-27388</guid>
		<description>&lt;p&gt;this works great for firefox but... any idea how to get this to work with internet explorer? :(&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>this works great for firefox but&#8230; any idea how to get this to work with internet explorer? <img src='http://jeffreysambells.com/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Junkie</title>
		<link>http://jeffreysambells.com/posts/2006/03/06/centralized_ajax_services/comment-page-1/#comment-14567</link>
		<dc:creator>Junkie</dc:creator>
		<pubDate>Sun, 21 Oct 2007 01:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://jeffreysambells.com/posts/2006/03/06/centralized_ajax_services/#comment-14567</guid>
		<description>&lt;p&gt;works gr8 m8
ingeniune :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>works gr8 m8<br />
ingeniune <img src='http://jeffreysambells.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koglo</title>
		<link>http://jeffreysambells.com/posts/2006/03/06/centralized_ajax_services/comment-page-1/#comment-3719</link>
		<dc:creator>koglo</dc:creator>
		<pubDate>Sat, 31 Mar 2007 17:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://jeffreysambells.com/posts/2006/03/06/centralized_ajax_services/#comment-3719</guid>
		<description>&lt;p&gt;wordpress converts the &lt; br xx&gt; Tag, so I just said, Everytime I write &lt; br xxx /&gt; I get &lt; br xxx&gt; without the slash, What can I do ??&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>wordpress converts the &lt; br xx&gt; Tag, so I just said, Everytime I write &lt; br xxx /&gt; I get &lt; br xxx&gt; without the slash, What can I do ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koglo</title>
		<link>http://jeffreysambells.com/posts/2006/03/06/centralized_ajax_services/comment-page-1/#comment-3718</link>
		<dc:creator>koglo</dc:creator>
		<pubDate>Sat, 31 Mar 2007 17:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://jeffreysambells.com/posts/2006/03/06/centralized_ajax_services/#comment-3718</guid>
		<description>&lt;p&gt;I have a problem with the  Tag, When I write this:&lt;/p&gt;

&lt;p&gt;Test;
JAVASCRIPT;
echo &#039;var &#039;.$_GET[&#039;XssHttpRequestVar&#039;].&#039; = &quot;&#039;.addslashes($script).&#039;&quot; ;&#039;;
?&gt;&lt;/p&gt;

&lt;p&gt;I get this output:
This is a  Test;&lt;/p&gt;

&lt;p&gt;What can I do to get a valid XHTML   Tag ??&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have a problem with the  Tag, When I write this:</p>
<p>Test;<br />
JAVASCRIPT;<br />
echo &#8216;var &#8216;.$_GET['XssHttpRequestVar'].&#8217; = &#8220;&#8216;.addslashes($script).&#8217;&#8221; ;&#8217;;<br />
?&gt;</p>
<p>I get this output:<br />
This is a  Test;</p>
<p>What can I do to get a valid XHTML   Tag ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://jeffreysambells.com/posts/2006/03/06/centralized_ajax_services/comment-page-1/#comment-1930</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 11 Jan 2007 08:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://jeffreysambells.com/posts/2006/03/06/centralized_ajax_services/#comment-1930</guid>
		<description>&lt;p&gt;First of,  this is absolutely greatest ajax idea!  Thank you very much for sharing this.&lt;/p&gt;

&lt;p&gt;My question is, does it neccessary to eval the responsetext.
Once you got the response, that&#039;s all you wanted.&lt;/p&gt;

&lt;p&gt;Does the browser evaluate the java script automaticly when you created a javascript object, or you have control over this?&lt;/p&gt;

&lt;p&gt;PS: I still hope they would change ajax behavior in the future, so we don&#039;t have to work around like this.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>First of,  this is absolutely greatest ajax idea!  Thank you very much for sharing this.</p>
<p>My question is, does it neccessary to eval the responsetext.<br />
Once you got the response, that&#8217;s all you wanted.</p>
<p>Does the browser evaluate the java script automaticly when you created a javascript object, or you have control over this?</p>
<p>PS: I still hope they would change ajax behavior in the future, so we don&#8217;t have to work around like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trev</title>
		<link>http://jeffreysambells.com/posts/2006/03/06/centralized_ajax_services/comment-page-1/#comment-84</link>
		<dc:creator>Trev</dc:creator>
		<pubDate>Thu, 31 Aug 2006 09:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://jeffreysambells.com/posts/2006/03/06/centralized_ajax_services/#comment-84</guid>
		<description>&lt;p&gt;Congratulations - this might well be one of the greatest inventions since USB coffee cup warmer! ;)&lt;/p&gt;

&lt;p&gt;For anyone like me who&#039;s run out of Redbull and therefore can&#039;t think before midday, you can replace the alert() between the &#039;JAVASCRIPT&#039; lines in the PHP file with whatever you like basically, eg:&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Congratulations &#8211; this might well be one of the greatest inventions since USB coffee cup warmer! <img src='http://jeffreysambells.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>For anyone like me who&#8217;s run out of Redbull and therefore can&#8217;t think before midday, you can replace the alert() between the &#8216;JAVASCRIPT&#8217; lines in the PHP file with whatever you like basically, eg:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blaine</title>
		<link>http://jeffreysambells.com/posts/2006/03/06/centralized_ajax_services/comment-page-1/#comment-19</link>
		<dc:creator>Blaine</dc:creator>
		<pubDate>Tue, 18 Apr 2006 07:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://jeffreysambells.com/posts/2006/03/06/centralized_ajax_services/#comment-19</guid>
		<description>&lt;p&gt;Nevermind. I figured it out.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nevermind. I figured it out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
