<?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: A Quick Code Igniter and JQuery Ajax Tutorial</title>
	<atom:link href="http://www.mrforbes.com/blog/2009/01/a-quick-code-igniter-and-jquery-ajax-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mrforbes.com/blog/2009/01/a-quick-code-igniter-and-jquery-ajax-tutorial/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sun, 25 Jul 2010 04:07:26 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Qusai</title>
		<link>http://www.mrforbes.com/blog/2009/01/a-quick-code-igniter-and-jquery-ajax-tutorial/#comment-48</link>
		<dc:creator>Qusai</dc:creator>
		<pubDate>Sun, 25 Jul 2010 04:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrforbes.com/?p=138#comment-48</guid>
		<description>oh thank you .... it is helpful :)</description>
		<content:encoded><![CDATA[<p>oh thank you &#8230;. it is helpful <img src='http://www.mrforbes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blogregator</title>
		<link>http://www.mrforbes.com/blog/2009/01/a-quick-code-igniter-and-jquery-ajax-tutorial/#comment-47</link>
		<dc:creator>blogregator</dc:creator>
		<pubDate>Sat, 24 Jul 2010 13:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrforbes.com/?p=138#comment-47</guid>
		<description>Great Tutorial! Thank you!</description>
		<content:encoded><![CDATA[<p>Great Tutorial! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mica</title>
		<link>http://www.mrforbes.com/blog/2009/01/a-quick-code-igniter-and-jquery-ajax-tutorial/#comment-39</link>
		<dc:creator>mica</dc:creator>
		<pubDate>Sun, 14 Feb 2010 14:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrforbes.com/?p=138#comment-39</guid>
		<description>Thanks a lot</description>
		<content:encoded><![CDATA[<p>Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fgsfds</title>
		<link>http://www.mrforbes.com/blog/2009/01/a-quick-code-igniter-and-jquery-ajax-tutorial/#comment-38</link>
		<dc:creator>fgsfds</dc:creator>
		<pubDate>Sun, 13 Dec 2009 22:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrforbes.com/?p=138#comment-38</guid>
		<description>great tut man</description>
		<content:encoded><![CDATA[<p>great tut man</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ifeanyi</title>
		<link>http://www.mrforbes.com/blog/2009/01/a-quick-code-igniter-and-jquery-ajax-tutorial/#comment-37</link>
		<dc:creator>ifeanyi</dc:creator>
		<pubDate>Wed, 02 Dec 2009 11:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrforbes.com/?p=138#comment-37</guid>
		<description>Nice article.</description>
		<content:encoded><![CDATA[<p>Nice article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Me</title>
		<link>http://www.mrforbes.com/blog/2009/01/a-quick-code-igniter-and-jquery-ajax-tutorial/#comment-36</link>
		<dc:creator>Me</dc:creator>
		<pubDate>Wed, 02 Dec 2009 01:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrforbes.com/?p=138#comment-36</guid>
		<description>Maqui,

that error message would suggest that you don&#039;t have an element with an id of page-container.  If you post a link to your test page, I or one of the visitors to this entry may be able to help you further.</description>
		<content:encoded><![CDATA[<p>Maqui,</p>
<p>that error message would suggest that you don&#8217;t have an element with an id of page-container.  If you post a link to your test page, I or one of the visitors to this entry may be able to help you further.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maqui</title>
		<link>http://www.mrforbes.com/blog/2009/01/a-quick-code-igniter-and-jquery-ajax-tutorial/#comment-35</link>
		<dc:creator>Maqui</dc:creator>
		<pubDate>Fri, 20 Nov 2009 18:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrforbes.com/?p=138#comment-35</guid>
		<description>Why am i getting this error? Please help. Thank you!

$(&quot;#page-container&quot;) is undefined
get_entry_uid(1)show_all_entries (line 71)
function onclick(event) { get_entry_uid(1); }(click clientX=411, clientY=220)2 (line 2)
[Break on this error] $(&#039;#page-container&#039;).load(index.php/hotline/update_entry,p,function(str){rn

&lt;script type=&quot;text/javascript&quot;&gt;
function get_entry_uid(entrant_uid) {
     var p = {};
     p[entrant_uid] = entrant_uid
     $(&#039;#page-container&#039;).load(index.php/hotline/update_entry,p,function(str){
     });
}
&lt;/script&gt;

&lt;div id=&quot;page-container&quot;&gt;
&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Why am i getting this error? Please help. Thank you!</p>
<p>$(&#8220;#page-container&#8221;) is undefined<br />
get_entry_uid(1)show_all_entries (line 71)<br />
function onclick(event) { get_entry_uid(1); }(click clientX=411, clientY=220)2 (line 2)<br />
[Break on this error] $(&#8216;#page-container&#8217;).load(index.php/hotline/update_entry,p,function(str){rn</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
function get_entry_uid(entrant_uid) {<br />
     var p = {};<br />
     p[entrant_uid] = entrant_uid<br />
     $(&#8216;#page-container&#8217;).load(index.php/hotline/update_entry,p,function(str){<br />
     });<br />
}<br />
&lt;/script&gt;</p>
<p>&lt;div id=&#8221;page-container&#8221;&gt;<br />
&lt;/div&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: niraj</title>
		<link>http://www.mrforbes.com/blog/2009/01/a-quick-code-igniter-and-jquery-ajax-tutorial/#comment-34</link>
		<dc:creator>niraj</dc:creator>
		<pubDate>Fri, 20 Nov 2009 09:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrforbes.com/?p=138#comment-34</guid>
		<description>:)</description>
		<content:encoded><![CDATA[<p> <img src='http://www.mrforbes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.mrforbes.com/blog/2009/01/a-quick-code-igniter-and-jquery-ajax-tutorial/#comment-33</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 20 Nov 2009 09:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrforbes.com/?p=138#comment-33</guid>
		<description>:* :* :* :* :* :* :* :* :* :* :* :* :* :* :* :* :* O:-) &gt;:o :) ;) :&#039;( 8-) :( :* :-D =-O =-X :-[ :-$ :-$ :-P :-E :-E</description>
		<content:encoded><![CDATA[<p>:* :* :* :* :* :* :* :* :* :* :* :* :* :* :* :* :* O:-) &amp;gt;:o <img src='http://www.mrforbes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://www.mrforbes.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  :&#8217;( <img src='http://www.mrforbes.com/wp-includes/images/smilies/icon_cool.gif' alt='8-)' class='wp-smiley' /> :( :* <img src='http://www.mrforbes.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' />  =-O =-X :-[ :-$ :-$ <img src='http://www.mrforbes.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' />  :-E :-E</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.mrforbes.com/blog/2009/01/a-quick-code-igniter-and-jquery-ajax-tutorial/#comment-32</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 18 Nov 2009 22:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrforbes.com/?p=138#comment-32</guid>
		<description>Vad tänker du på...</description>
		<content:encoded><![CDATA[<p>Vad tänker du på&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
