<?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, 14 Jul 2010 14:15:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.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[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. This idea was based on the great article published time ago by Imran Nazar about automating deployment with Subversion. Basically it updates a SVN repository in your development [...]]]></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[Sometimes we need to display general messages or error messages to the user noticing about certain action, for example on success or failure. Imagine you are submitting a form and then creating or updating the data in the database. You may be interested in noticing the user about the result for that action. This is [...]]]></description>
		<wfw:commentRss>http://www.jigniter.com/how-do-i-display-result-or-error-messages-in-codeigniter-application/feed/</wfw:commentRss>
		<slash:comments>6</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[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 web applications uses CRUD (create/read/update/delete). In CodeIgniter, you can use any of the form generation libraries. One of my preferred libraries is Form [...]]]></description>
		<wfw:commentRss>http://www.jigniter.com/form-generation-in-codeigniter/feed/</wfw:commentRss>
		<slash:comments>7</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[If you are building rich AJAX applications with CodeIgniter, you may encounter that traditional debug utilities may not be suitable for debugging tasks that involve AJAX function calls. Firebug addon with its FirePHP plugin can enhance your debugging process. In addition, FireIgnition has been created to support FirePHP in CodeIgniter. FireIgnition allows you to see [...]]]></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</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[CodeIgniter is designed to be search-engine and human friendly. By default, index.php will be included in the URLs, but it can be easily removed using .htaccess file with some rules. You will need to edit application/config/config.php file, at the following line to remove the index.php. $config['index_page'] = &#34;&#34;; Using .htaccess with negative method RewriteEngine on [...]]]></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[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>0</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[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>
