<?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: CRUD using jQuery and Codeigniter – I</title>
	<atom:link href="http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/</link>
	<description>Web Development Blog</description>
	<lastBuildDate>Wed, 25 Jan 2012 20:21:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: john bosco</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-2702</link>
		<dc:creator>john bosco</dc:creator>
		<pubDate>Mon, 18 Apr 2011 09:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-2702</guid>
		<description>Great tutorial, thanks!</description>
		<content:encoded><![CDATA[<p>Great tutorial, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zelmar Galvez</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-1573</link>
		<dc:creator>Zelmar Galvez</dc:creator>
		<pubDate>Thu, 24 Feb 2011 08:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-1573</guid>
		<description>what a nice tutorial.  .</description>
		<content:encoded><![CDATA[<p>what a nice tutorial.  .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Hernandez Moreno</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-1498</link>
		<dc:creator>Paul Hernandez Moreno</dc:creator>
		<pubDate>Sat, 19 Feb 2011 10:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-1498</guid>
		<description>I&#039;m using this series of tutorials to build an application. Great job and very well explained, now jquery and ajax don&#039;t scare me ;-)

I had a problem when I uploaded the app. to the production server. Let me share it with you:

It is very important the php version. My production server has php 5.1.6 and the ajax calls weren&#039;t work. This is because the jquery template plugin uses json data to render the table template. If you look at the controller, the data is encoded in json using the function &#039;json_encode()&#039;. This function is available only in php versions &gt; 5.2 

At this moment is not possible to upgrade the php version in the production server but I found this cool library to make the json_encode function work: http://www.boutell.com/scripts/jsonwrapper.html

And that&#039;s it! 

Thanks iFadey, I saved a lot of time and learned too.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using this series of tutorials to build an application. Great job and very well explained, now jquery and ajax don&#8217;t scare me <img src='http://www.ifadey.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>I had a problem when I uploaded the app. to the production server. Let me share it with you:</p>
<p>It is very important the php version. My production server has php 5.1.6 and the ajax calls weren&#8217;t work. This is because the jquery template plugin uses json data to render the table template. If you look at the controller, the data is encoded in json using the function &#8216;json_encode()&#8217;. This function is available only in php versions &gt; 5.2 </p>
<p>At this moment is not possible to upgrade the php version in the production server but I found this cool library to make the json_encode function work: <a href="http://www.boutell.com/scripts/jsonwrapper.html" rel="nofollow">http://www.boutell.com/scripts/jsonwrapper.html</a></p>
<p>And that&#8217;s it! </p>
<p>Thanks iFadey, I saved a lot of time and learned too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack Kitzmiller</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-361</link>
		<dc:creator>Zack Kitzmiller</dc:creator>
		<pubDate>Sat, 24 Jul 2010 15:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-361</guid>
		<description>Actually he&#039;s right. The loader will not always load classes with improper capitalization. It will only work on some operating systems.

Some Linux/Unix will not load improperly capitalized CI Classes.</description>
		<content:encoded><![CDATA[<p>Actually he&#8217;s right. The loader will not always load classes with improper capitalization. It will only work on some operating systems.</p>
<p>Some Linux/Unix will not load improperly capitalized CI Classes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iFadey</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-235</link>
		<dc:creator>iFadey</dc:creator>
		<pubDate>Sun, 04 Jul 2010 07:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-235</guid>
		<description>Thanks phpworker.
Actually it&#039;s just a naming convention. Everyone has own preference for writing model names :)</description>
		<content:encoded><![CDATA[<p>Thanks phpworker.<br />
Actually it&#8217;s just a naming convention. Everyone has own preference for writing model names <img src='http://www.ifadey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phpworker</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-234</link>
		<dc:creator>phpworker</dc:creator>
		<pubDate>Sun, 04 Jul 2010 07:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-234</guid>
		<description>Great tutorial, thanks! 

One thing I want to norice here - you cannot use names like &quot;mUsers&quot; for model nor for controller class names. First letter must be capitalized.</description>
		<content:encoded><![CDATA[<p>Great tutorial, thanks! </p>
<p>One thing I want to norice here &#8211; you cannot use names like &#8220;mUsers&#8221; for model nor for controller class names. First letter must be capitalized.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nedu</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-209</link>
		<dc:creator>nedu</dc:creator>
		<pubDate>Tue, 29 Jun 2010 18:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-209</guid>
		<description>thanks but I just copied it from d main CRUD source.</description>
		<content:encoded><![CDATA[<p>thanks but I just copied it from d main CRUD source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iFadey</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-207</link>
		<dc:creator>iFadey</dc:creator>
		<pubDate>Tue, 29 Jun 2010 17:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-207</guid>
		<description>Its fixed now</description>
		<content:encoded><![CDATA[<p>Its fixed now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nedu</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-206</link>
		<dc:creator>nedu</dc:creator>
		<pubDate>Tue, 29 Jun 2010 16:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-206</guid>
		<description>I cant download the Microsoft jQuery template plugin, it seems the skydrive permissions have been changed I dont know of alternative download links.</description>
		<content:encoded><![CDATA[<p>I cant download the Microsoft jQuery template plugin, it seems the skydrive permissions have been changed I dont know of alternative download links.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iFadey</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-171</link>
		<dc:creator>iFadey</dc:creator>
		<pubDate>Fri, 25 Jun 2010 18:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-171</guid>
		<description>Can you explain what is jsNode?</description>
		<content:encoded><![CDATA[<p>Can you explain what is jsNode?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adardesign</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-169</link>
		<dc:creator>Adardesign</dc:creator>
		<pubDate>Fri, 25 Jun 2010 13:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-169</guid>
		<description>Thanks, This is worth a try.

may i suggest a tutorial / post for CRUD using jQuery and jsNode?  
This will be a only javaScript powered app.

Thanks anyway</description>
		<content:encoded><![CDATA[<p>Thanks, This is worth a try.</p>
<p>may i suggest a tutorial / post for CRUD using jQuery and jsNode?<br />
This will be a only javaScript powered app.</p>
<p>Thanks anyway</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iFadey</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-151</link>
		<dc:creator>iFadey</dc:creator>
		<pubDate>Thu, 24 Jun 2010 09:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-151</guid>
		<description>Thanks Musta. Second part will be published within a week :)</description>
		<content:encoded><![CDATA[<p>Thanks Musta. Second part will be published within a week <img src='http://www.ifadey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Musta</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-150</link>
		<dc:creator>Musta</dc:creator>
		<pubDate>Thu, 24 Jun 2010 09:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-150</guid>
		<description>Excellent job Hassan! I like the way you have explained everything. The tutorial is easy to follow and to understand. By the way, any idea when the second part is gonna be ready?

Thanks again and keep the good work.</description>
		<content:encoded><![CDATA[<p>Excellent job Hassan! I like the way you have explained everything. The tutorial is easy to follow and to understand. By the way, any idea when the second part is gonna be ready?</p>
<p>Thanks again and keep the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fawaz</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-140</link>
		<dc:creator>Fawaz</dc:creator>
		<pubDate>Tue, 22 Jun 2010 19:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-140</guid>
		<description>Great Work Fadey... you always provide very useful and authentic content.
Brilliant Bro...
Just Keep it up !!</description>
		<content:encoded><![CDATA[<p>Great Work Fadey&#8230; you always provide very useful and authentic content.<br />
Brilliant Bro&#8230;<br />
Just Keep it up !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iFadey</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-130</link>
		<dc:creator>iFadey</dc:creator>
		<pubDate>Mon, 21 Jun 2010 05:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-130</guid>
		<description>yes you can learn more about template plug-in from these links:

http://www.jamessenior.com/post/Twitter-Search-with-jQuery-Templating.aspx

http://wiki.github.com/nje/jquery/jquery-templates-proposal

Enjoy!</description>
		<content:encoded><![CDATA[<p>yes you can learn more about template plug-in from these links:</p>
<p><a href="http://www.jamessenior.com/post/Twitter-Search-with-jQuery-Templating.aspx" rel="nofollow">http://www.jamessenior.com/post/Twitter-Search-with-jQuery-Templating.aspx</a></p>
<p><a href="http://wiki.github.com/nje/jquery/jquery-templates-proposal" rel="nofollow">http://wiki.github.com/nje/jquery/jquery-templates-proposal</a></p>
<p>Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iFadey</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-129</link>
		<dc:creator>iFadey</dc:creator>
		<pubDate>Mon, 21 Jun 2010 05:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-129</guid>
		<description>Thanks for this index_page helper function. I didn&#039;t knew about it. But I know the limitation of embedding index.php in js files. For that I use htaccess to remove index.php from my URLs.

Thanks again for sharing that function :)</description>
		<content:encoded><![CDATA[<p>Thanks for this index_page helper function. I didn&#8217;t knew about it. But I know the limitation of embedding index.php in js files. For that I use htaccess to remove index.php from my URLs.</p>
<p>Thanks again for sharing that function <img src='http://www.ifadey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Lebowitz</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-127</link>
		<dc:creator>Craig Lebowitz</dc:creator>
		<pubDate>Mon, 21 Jun 2010 03:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-127</guid>
		<description>Nice tutorial, thanks... I am looking forward to learning more about the capabilities of the ms template extensions to jquery.  This is the first I have seen them used</description>
		<content:encoded><![CDATA[<p>Nice tutorial, thanks&#8230; I am looking forward to learning more about the capabilities of the ms template extensions to jquery.  This is the first I have seen them used</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-121</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Sun, 20 Jun 2010 21:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-121</guid>
		<description>This tutorial is great!!

I Hope second part comes soon.
Thankyou</description>
		<content:encoded><![CDATA[<p>This tutorial is great!!</p>
<p>I Hope second part comes soon.<br />
Thankyou</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SeanJA</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-120</link>
		<dc:creator>SeanJA</dc:creator>
		<pubDate>Sun, 20 Jun 2010 20:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-120</guid>
		<description>Actually you might need to do it this way:

var base_url = “&lt;?php echo base_url() . index_page(); ?&gt;”;</description>
		<content:encoded><![CDATA[<p>Actually you might need to do it this way:</p>
<p>var base_url = “&lt;?php echo base_url() . index_page(); ?&gt;”;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SeanJA</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-119</link>
		<dc:creator>SeanJA</dc:creator>
		<pubDate>Sun, 20 Jun 2010 20:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-119</guid>
		<description>You could get rid of the index.php part in your javascript if you set something like:

var base_url = &quot;&lt;?php echo base_url(); ?&gt;&quot;;

before you include any other javascript files. That way you could avoid problems when you change things.</description>
		<content:encoded><![CDATA[<p>You could get rid of the index.php part in your javascript if you set something like:</p>
<p>var base_url = &#8220;&lt;?php echo base_url(); ?&gt;&#8221;;</p>
<p>before you include any other javascript files. That way you could avoid problems when you change things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: walter</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-115</link>
		<dc:creator>walter</dc:creator>
		<pubDate>Sun, 20 Jun 2010 09:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-115</guid>
		<description>Great! I love CI tutorials.
I&#039;ll be waiting for second part.
Thanks</description>
		<content:encoded><![CDATA[<p>Great! I love CI tutorials.<br />
I&#8217;ll be waiting for second part.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iFadey</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-113</link>
		<dc:creator>iFadey</dc:creator>
		<pubDate>Sun, 20 Jun 2010 08:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-113</guid>
		<description>Thanks for liking it Erik :)
I will post the second part soon.</description>
		<content:encoded><![CDATA[<p>Thanks for liking it Erik <img src='http://www.ifadey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I will post the second part soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iFadey</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-112</link>
		<dc:creator>iFadey</dc:creator>
		<pubDate>Sun, 20 Jun 2010 08:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-112</guid>
		<description>Finding default controller is simple. First check the application/config.php file and see what&#039;s the value of $route[&#039;default_controller&#039;]. Then open the controllers folder and find the file with the same name as given in config.php.

Also for changing the default controller, you need to write assignment statement like this:
$route[&#039;default_controller&#039;] = &#039;home&#039;;</description>
		<content:encoded><![CDATA[<p>Finding default controller is simple. First check the application/config.php file and see what&#8217;s the value of $route['default_controller']. Then open the controllers folder and find the file with the same name as given in config.php.</p>
<p>Also for changing the default controller, you need to write assignment statement like this:<br />
$route['default_controller'] = &#8216;home&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-111</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sun, 20 Jun 2010 07:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-111</guid>
		<description>Very nice tutorial and as Abdullah said, very well explained. I&#039;m also waiting for the next part!
Thank you :)</description>
		<content:encoded><![CDATA[<p>Very nice tutorial and as Abdullah said, very well explained. I&#8217;m also waiting for the next part!<br />
Thank you <img src='http://www.ifadey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Rouse</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-108</link>
		<dc:creator>William Rouse</dc:creator>
		<pubDate>Sun, 20 Jun 2010 02:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-108</guid>
		<description>Sometimes I have problems with finding the starting index page when using Codeigniter and today was no exception.  Your suggestion of using:
 $route[&#039;default_controller&#039;] to “home”. ‘default_controller’;
Does not work for me but simply using:
 $route[&#039;default_controller&#039;] to “home”; works.

Do you know why?
Thanks for the tutorial.  Now that I have it working I’ll be rereading your tutorial to make sure I understand it and I am anxiously waiting for part 2.</description>
		<content:encoded><![CDATA[<p>Sometimes I have problems with finding the starting index page when using Codeigniter and today was no exception.  Your suggestion of using:<br />
 $route['default_controller'] to “home”. ‘default_controller’;<br />
Does not work for me but simply using:<br />
 $route['default_controller'] to “home”; works.</p>
<p>Do you know why?<br />
Thanks for the tutorial.  Now that I have it working I’ll be rereading your tutorial to make sure I understand it and I am anxiously waiting for part 2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iFadey</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-100</link>
		<dc:creator>iFadey</dc:creator>
		<pubDate>Fri, 18 Jun 2010 06:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-100</guid>
		<description>Thanks Abdullah :)</description>
		<content:encoded><![CDATA[<p>Thanks Abdullah <img src='http://www.ifadey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdullah Al Mamun</title>
		<link>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/comment-page-1/#comment-99</link>
		<dc:creator>Abdullah Al Mamun</dc:creator>
		<pubDate>Thu, 17 Jun 2010 22:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifadey.com/?p=191#comment-99</guid>
		<description>Great tutorial!
Everything is explained very well.
Can&#039;t wait for next part.....
THANKS a lot for sharing :-)</description>
		<content:encoded><![CDATA[<p>Great tutorial!<br />
Everything is explained very well.<br />
Can&#8217;t wait for next part&#8230;..<br />
THANKS a lot for sharing <img src='http://www.ifadey.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 14/45 queries in 0.204 seconds using disk: basic

Served from: www.ifadey.com @ 2012-02-04 21:41:24 -->
