<?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: CKEditor 3.0 Send and Receive data with AJAX</title>
	<atom:link href="http://point47.com/journal/2009/09/ckeditor-3-0-send-and-receive-data-with-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://point47.com/journal/2009/09/ckeditor-3-0-send-and-receive-data-with-ajax/</link>
	<description>CSS, PHP and ActionScript 3 tutorials</description>
	<lastBuildDate>Thu, 19 Aug 2010 22:20:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Random</title>
		<link>http://point47.com/journal/2009/09/ckeditor-3-0-send-and-receive-data-with-ajax/comment-page-1/#comment-4003</link>
		<dc:creator>Random</dc:creator>
		<pubDate>Wed, 11 Aug 2010 16:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://point47.com/journal/?p=49#comment-4003</guid>
		<description>&lt;blockquote&gt;
&lt;a href=&quot;#comment-4002&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;Random:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 It’s send kinda like when you form data elements. That’s what the content-type is for.
&lt;/blockquote&gt;

It’s sent kinda like when you send form data elements. That’s what the content-type is for.

(argh excuse my bad english :P)</description>
		<content:encoded><![CDATA[<blockquote><p>
<a href="#comment-4002" rel="nofollow"><br />
<strong><em>Random:</em></strong><br />
</a><br />
 It’s send kinda like when you form data elements. That’s what the content-type is for.
</p></blockquote>
<p>It’s sent kinda like when you send form data elements. That’s what the content-type is for.</p>
<p>(argh excuse my bad english <img src='http://point47.com/journal/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Random</title>
		<link>http://point47.com/journal/2009/09/ckeditor-3-0-send-and-receive-data-with-ajax/comment-page-1/#comment-4002</link>
		<dc:creator>Random</dc:creator>
		<pubDate>Wed, 11 Aug 2010 16:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://point47.com/journal/?p=49#comment-4002</guid>
		<description>It&#039;s send kinda like when you form data elements. That&#039;s what the content-type is for.</description>
		<content:encoded><![CDATA[<p>It&#8217;s send kinda like when you form data elements. That&#8217;s what the content-type is for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Random</title>
		<link>http://point47.com/journal/2009/09/ckeditor-3-0-send-and-receive-data-with-ajax/comment-page-1/#comment-4001</link>
		<dc:creator>Random</dc:creator>
		<pubDate>Wed, 11 Aug 2010 16:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://point47.com/journal/?p=49#comment-4001</guid>
		<description>the passingData should NOT be send through the url but only on this final call: httpRequest.send(passingData);</description>
		<content:encoded><![CDATA[<p>the passingData should NOT be send through the url but only on this final call: httpRequest.send(passingData);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeet</title>
		<link>http://point47.com/journal/2009/09/ckeditor-3-0-send-and-receive-data-with-ajax/comment-page-1/#comment-3145</link>
		<dc:creator>Jeet</dc:creator>
		<pubDate>Wed, 12 May 2010 15:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://point47.com/journal/?p=49#comment-3145</guid>
		<description>Atari82, I am getting the same error.
But what I dont understand how does the php funciton update the text file if we dont pass the passingData variable.</description>
		<content:encoded><![CDATA[<p>Atari82, I am getting the same error.<br />
But what I dont understand how does the php funciton update the text file if we dont pass the passingData variable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeet</title>
		<link>http://point47.com/journal/2009/09/ckeditor-3-0-send-and-receive-data-with-ajax/comment-page-1/#comment-3144</link>
		<dc:creator>Jeet</dc:creator>
		<pubDate>Wed, 12 May 2010 15:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://point47.com/journal/?p=49#comment-3144</guid>
		<description>Atari82, I am geting the same error while sending large ammount text.
I didn&#039;t quite get your solution. If you dont pass &quot;passingData&quot;, then how does the php update the text file.
Thanks in advance.
&lt;blockquote&gt;
&lt;a href=&quot;#comment-2481&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;Atari82:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 I will get an “Request-URI Too Large” if i process a larger amount of Text. 
Any idea?&lt;/blockquote&gt;&lt;blockquote&gt;
&lt;a href=&quot;#comment-2481&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;Atari82:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 I will get an “Request-URI Too Large” if i process a larger amount of Text. 
Any idea?&lt;/blockquote&gt;&lt;blockquote&gt;
&lt;a href=&quot;#comment-2482&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;Atari82:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 Got it.
httpRequest.open(“POST”, “/ajax/save_file.php?”+passingData, true);
to :
httpRequest.open(“POST”, “/ajax/save_file.php?”, true);&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Atari82, I am geting the same error while sending large ammount text.<br />
I didn&#8217;t quite get your solution. If you dont pass &#8220;passingData&#8221;, then how does the php update the text file.<br />
Thanks in advance.</p>
<blockquote><p>
<a href="#comment-2481" rel="nofollow"><br />
<strong><em>Atari82:</em></strong><br />
</a><br />
 I will get an “Request-URI Too Large” if i process a larger amount of Text.<br />
Any idea?</p></blockquote>
<blockquote><p>
<a href="#comment-2481" rel="nofollow"><br />
<strong><em>Atari82:</em></strong><br />
</a><br />
 I will get an “Request-URI Too Large” if i process a larger amount of Text.<br />
Any idea?</p></blockquote>
<blockquote><p>
<a href="#comment-2482" rel="nofollow"><br />
<strong><em>Atari82:</em></strong><br />
</a><br />
 Got it.<br />
httpRequest.open(“POST”, “/ajax/save_file.php?”+passingData, true);<br />
to :<br />
httpRequest.open(“POST”, “/ajax/save_file.php?”, true);</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sorin</title>
		<link>http://point47.com/journal/2009/09/ckeditor-3-0-send-and-receive-data-with-ajax/comment-page-1/#comment-2651</link>
		<dc:creator>Sorin</dc:creator>
		<pubDate>Wed, 10 Mar 2010 16:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://point47.com/journal/?p=49#comment-2651</guid>
		<description>glad it helped :D
I have a few tutorials started and hopefully I&#039;ll find the time to finish them until the end of the next week :)</description>
		<content:encoded><![CDATA[<p>glad it helped <img src='http://point47.com/journal/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
I have a few tutorials started and hopefully I&#8217;ll find the time to finish them until the end of the next week <img src='http://point47.com/journal/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordUp</title>
		<link>http://point47.com/journal/2009/09/ckeditor-3-0-send-and-receive-data-with-ajax/comment-page-1/#comment-2646</link>
		<dc:creator>WordUp</dc:creator>
		<pubDate>Tue, 09 Mar 2010 18:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://point47.com/journal/?p=49#comment-2646</guid>
		<description>Gotta say - this is exactly what I was looking for. YOU SAVED MY ARSE! As an ajax newbie, this tut really helpped me get a grasp of what it is all about. I would love to see the jQuery version!</description>
		<content:encoded><![CDATA[<p>Gotta say &#8211; this is exactly what I was looking for. YOU SAVED MY ARSE! As an ajax newbie, this tut really helpped me get a grasp of what it is all about. I would love to see the jQuery version!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: satyres</title>
		<link>http://point47.com/journal/2009/09/ckeditor-3-0-send-and-receive-data-with-ajax/comment-page-1/#comment-2560</link>
		<dc:creator>satyres</dc:creator>
		<pubDate>Sun, 21 Feb 2010 13:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://point47.com/journal/?p=49#comment-2560</guid>
		<description>escape function saved me !!! whaou i was stuck CRAZY man
thanks for this tut !!</description>
		<content:encoded><![CDATA[<p>escape function saved me !!! whaou i was stuck CRAZY man<br />
thanks for this tut !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sorin</title>
		<link>http://point47.com/journal/2009/09/ckeditor-3-0-send-and-receive-data-with-ajax/comment-page-1/#comment-2483</link>
		<dc:creator>Sorin</dc:creator>
		<pubDate>Sat, 06 Feb 2010 21:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://point47.com/journal/?p=49#comment-2483</guid>
		<description>Hi. Glad you fixed it. But I highly recommend using jQuery. I&#039;ll update this post or create another post with a jQuery version as soon as I find some spare time to do so.</description>
		<content:encoded><![CDATA[<p>Hi. Glad you fixed it. But I highly recommend using jQuery. I&#8217;ll update this post or create another post with a jQuery version as soon as I find some spare time to do so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atari82</title>
		<link>http://point47.com/journal/2009/09/ckeditor-3-0-send-and-receive-data-with-ajax/comment-page-1/#comment-2482</link>
		<dc:creator>Atari82</dc:creator>
		<pubDate>Sat, 06 Feb 2010 20:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://point47.com/journal/?p=49#comment-2482</guid>
		<description>Got it.

httpRequest.open(&quot;POST&quot;, &quot;/ajax/save_file.php?&quot;+passingData, true);

to :

httpRequest.open(&quot;POST&quot;, &quot;/ajax/save_file.php?&quot;, true);</description>
		<content:encoded><![CDATA[<p>Got it.</p>
<p>httpRequest.open(&#8220;POST&#8221;, &#8220;/ajax/save_file.php?&#8221;+passingData, true);</p>
<p>to :</p>
<p>httpRequest.open(&#8220;POST&#8221;, &#8220;/ajax/save_file.php?&#8221;, true);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
