<?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; codeigniter</title>
	<atom:link href="http://www.jigniter.com/tag/codeigniter/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>Server recommendation for CodeIgniter applications</title>
		<link>http://www.jigniter.com/server-recommendation-for-codeigniter-applications/</link>
		<comments>http://www.jigniter.com/server-recommendation-for-codeigniter-applications/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 19:25:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[hosting]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/server-recommendation-for-codeigniter-applications/</guid>
		<description><![CDATA[One of the most notorious benefit about using CodeIgniter is that CI applications usually runs without problems on any common Linux server as well as Windows servers supporting PHP. This is a strong benefit versus other PHP frameworks that require special server settings or configuration in order to work. So, lot of server companies may [...]]]></description>
		<wfw:commentRss>http://www.jigniter.com/server-recommendation-for-codeigniter-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using GeoIP in CodeIgniter application</title>
		<link>http://www.jigniter.com/using-geoip-in-codeigniter-application/</link>
		<comments>http://www.jigniter.com/using-geoip-in-codeigniter-application/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 15:07:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets Ideas]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[geoip]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[positions]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/using-geoip-in-codeigniter-application/</guid>
		<description><![CDATA[The company called Maxmind published free resources to use Geo localized IP services in your web applications. I remember this service is there from long time ago. Now, we are interested in getting geo information from users in a website, so it could be a good idea to integrate GeoIP services as a CodeIgniter plugin. [...]]]></description>
		<wfw:commentRss>http://www.jigniter.com/using-geoip-in-codeigniter-application/feed/</wfw:commentRss>
		<slash:comments>3</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>How do I use Constants in CodeIgniter applications?</title>
		<link>http://www.jigniter.com/how-do-i-use-constants-in-codeigniter-applications/</link>
		<comments>http://www.jigniter.com/how-do-i-use-constants-in-codeigniter-applications/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 23:19:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets Ideas]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[constants]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/how-do-i-use-constants-in-codeigniter-applications/</guid>
		<description><![CDATA[Usually I need to use constants or pass them as parameter in a function. I don’t like the idea to hardcode these values in the code, nor sometimes I don’t like to use the PHP define() function to define constants since later it is a mass to search where a constant for a given entity [...]]]></description>
		<wfw:commentRss>http://www.jigniter.com/how-do-i-use-constants-in-codeigniter-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Profiling your CodeIgniter applications</title>
		<link>http://www.jigniter.com/profiling-your-codeigniter-applications/</link>
		<comments>http://www.jigniter.com/profiling-your-codeigniter-applications/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 16:47:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets Ideas]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[hooks]]></category>
		<category><![CDATA[profiler]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/profiling-your-codeigniter-applications/</guid>
		<description><![CDATA[By using CI Profiler you can see useful information about your pages loading times, queries, and so on.]]></description>
		<wfw:commentRss>http://www.jigniter.com/profiling-your-codeigniter-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter and SEO</title>
		<link>http://www.jigniter.com/codeigniter-and-seo/</link>
		<comments>http://www.jigniter.com/codeigniter-and-seo/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 20:48:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets Ideas]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/codeigniter-and-seo/</guid>
		<description><![CDATA[One of the powerful features of CodeIgniter is its great support for SEO purposes. Titles, friendly URL are just an example of what you can do with CodeIgniter. I’d recommend this excellent article from SEO Coding, explaining some CodeIgniter tips for SEO. In addition, if you are optimizing your application for search engines, then you [...]]]></description>
		<wfw:commentRss>http://www.jigniter.com/codeigniter-and-seo/feed/</wfw:commentRss>
		<slash:comments>0</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>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>
	</channel>
</rss>
