<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jigniter™ &#187; Tutorials</title>
	<atom:link href="http://www.jigniter.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jigniter.com</link>
	<description>jQuery &#38; CodeIgniter - Perfect combination for web application</description>
	<lastBuildDate>Wed, 07 Dec 2011 14:13:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How do I deploy my CodeIgniter applications using Subversion</title>
		<link>http://www.jigniter.com/how-do-i-deploy-my-codeigniter-applications-using-subversion/</link>
		<comments>http://www.jigniter.com/how-do-i-deploy-my-codeigniter-applications-using-subversion/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 04:06:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/how-do-i-deploy-my-codeigniter-applications-using-subversion/</guid>
		<description><![CDATA[<a href="http://www.jigniter.com/how-do-i-deploy-my-codeigniter-applications-using-subversion/"><img align="left" hspace="5" width="150" height="150" src="http://www.jigniter.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a><p>This little guide is intended to explain how do I update some of my applications running on development environment or production using Subversion and a simple hook.</p>
<p>This idea was based on the great article published time ago by Imran&#8230;</p>]]></description>
		<wfw:commentRss>http://www.jigniter.com/how-do-i-deploy-my-codeigniter-applications-using-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I display result or error messages in CodeIgniter application</title>
		<link>http://www.jigniter.com/how-do-i-display-result-or-error-messages-in-codeigniter-application/</link>
		<comments>http://www.jigniter.com/how-do-i-display-result-or-error-messages-in-codeigniter-application/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 05:49:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[messages]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/how-do-i-display-result-or-error-messages-in-codeigniter-application/</guid>
		<description><![CDATA[<a href="http://www.jigniter.com/how-do-i-display-result-or-error-messages-in-codeigniter-application/"><img align="left" hspace="5" width="150" src="http://www.jigniter.com/wp-content/uploads/codeigniterdisplaymessage.jpg" class="alignleft wp-post-image tfe" alt="codeigniter-display-message" title="codeigniter-display-message" /></a><p>Sometimes we need to <strong>display general messages</strong> or <strong>error messages</strong> to the user noticing about certain action, for example on success or failure.</p>
<p>Imagine you are submitting a form and then creating or updating the data in the database. You&#8230;</p>]]></description>
		<wfw:commentRss>http://www.jigniter.com/how-do-i-display-result-or-error-messages-in-codeigniter-application/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Simple Form Generation in CodeIgniter</title>
		<link>http://www.jigniter.com/form-generation-in-codeigniter/</link>
		<comments>http://www.jigniter.com/form-generation-in-codeigniter/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 00:30:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[libraries]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/?p=50</guid>
		<description><![CDATA[<a href="http://www.jigniter.com/form-generation-in-codeigniter/"><img align="left" hspace="5" width="150" height="150" src="http://www.jigniter.com/wp-content/uploads/timetracker1-150x150.jpg" class="alignleft wp-post-image tfe" alt="timetracker" title="timetracker" /></a><p>If you are using CodeIgniter, as well as any other PHP framework, you may notice that building CRUD forms is one of the most bother and routine tasks. Probably 80% of general <strong>web applications uses CRUD</strong> (create/read/update/delete).</p>
<p>In CodeIgniter, you&#8230;</p>]]></description>
		<wfw:commentRss>http://www.jigniter.com/form-generation-in-codeigniter/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Debug CodeIgniter AJAX applications with FireIgnition</title>
		<link>http://www.jigniter.com/debug-codeigniter-ajax-applications-with-fireignition/</link>
		<comments>http://www.jigniter.com/debug-codeigniter-ajax-applications-with-fireignition/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 15:48:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[debug]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/debug-codeigniter-ajax-applications-with-fireignition/</guid>
		<description><![CDATA[<a href="http://www.jigniter.com/debug-codeigniter-ajax-applications-with-fireignition/"><img align="left" hspace="5" width="150" src="http://www.jigniter.com/wp-content/uploads/image_thumb.png" class="alignleft wp-post-image tfe" alt="image" title="image" /></a><p><img style="border: 0pt none; display: block; margin-left: auto; margin-right: auto;" title="image" src="http://www.jigniter.com/wp-content/uploads/image_thumb.png" border="0" alt="image" width="54" height="53" /></p>
<p>If you are building rich AJAX applications with CodeIgniter, you may encounter that traditional <strong>debug utilities may not be suitable for debugging</strong> tasks that involve AJAX function calls.</p>
<p><a rel="nofollow" href="http://getfirebug.com/" target="_blank">Firebug</a> addon with its <a rel="nofollow" href="http://firephp.org/" target="_blank">FirePHP</a> plugin can enhance&#8230;</p>]]></description>
		<wfw:commentRss>http://www.jigniter.com/debug-codeigniter-ajax-applications-with-fireignition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove index.php from URL in CodeIgniter application</title>
		<link>http://www.jigniter.com/remove-index-php-from-url/</link>
		<comments>http://www.jigniter.com/remove-index-php-from-url/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 20:28:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[codeigniter]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/remove-index-php-from-url/</guid>
		<description><![CDATA[<a href="http://www.jigniter.com/remove-index-php-from-url/"><img align="left" hspace="5" width="150" height="150" src="http://www.jigniter.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a><p>CodeIgniter is designed to be search-engine and human friendly. By default, index.php will be included in the <a rel="nofollow" href="http://codeigniter.com/user_guide/general/urls.html" target="_blank">URLs</a>, but it can be easily removed using .htaccess file with some rules.</p>
<p><span id="more-33"></span></p>
<p>You will need to edit application/config/config.php&#8230;</p>]]></description>
		<wfw:commentRss>http://www.jigniter.com/remove-index-php-from-url/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Internationalization i18n in CodeIgniter</title>
		<link>http://www.jigniter.com/internationalization-i18n-in-codeigniter/</link>
		<comments>http://www.jigniter.com/internationalization-i18n-in-codeigniter/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 20:02:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/internationalization-i18n-in-codeigniter/</guid>
		<description><![CDATA[<a href="http://www.jigniter.com/internationalization-i18n-in-codeigniter/"><img align="left" hspace="5" width="150" src="http://maestric.com/wiki/lib/exe/fetch.php?w=&amp;h=&amp;cache=cache&amp;media=php:ci_i18n_library_how_it_works3.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Here are some references and resources that explain how to create i18n web applications with CodeIgniter.]]></description>
		<wfw:commentRss>http://www.jigniter.com/internationalization-i18n-in-codeigniter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learning CodeIgniter PHP Framework</title>
		<link>http://www.jigniter.com/learning-codeigniter-php-framework/</link>
		<comments>http://www.jigniter.com/learning-codeigniter-php-framework/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 17:53:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[codeigniter]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/learning-codeigniter-php-framework/</guid>
		<description><![CDATA[<a href="http://www.jigniter.com/learning-codeigniter-php-framework/"><img align="left" hspace="5" width="150" height="150" src="http://www.jigniter.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>This article collects many resources that may be helpful for anyone trying to learn CodeIgniter.]]></description>
		<wfw:commentRss>http://www.jigniter.com/learning-codeigniter-php-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
