<?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>far IN space WEB+ &#187; CodeIgniter</title>
	<atom:link href="http://farinspace.com/category/codeigniter/feed/" rel="self" type="application/rss+xml" />
	<link>http://farinspace.com</link>
	<description>Practical Real World Web Development</description>
	<lastBuildDate>Fri, 20 Aug 2010 17:18:31 +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>CodeIgniter NGINX Rewrite Rules</title>
		<link>http://farinspace.com/codeigniter-nginx-rewrite-rules/</link>
		<comments>http://farinspace.com/codeigniter-nginx-rewrite-rules/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 02:07:40 +0000</pubDate>
		<dc:creator>Dimas</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[NGINX]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://farinspace.com/?p=1060</guid>
		<description><![CDATA[If you are a CodeIgniter enthusiast, you know that finding rewrite rules for Apache (htaccess file) is relatively easy, but doing the same for Nginx rewrite rules is not all that simple. Use these Nginx rewrite rules to get your next CodeIgniter project up and running.


Related posts:<ol><li><a href='http://farinspace.com/codeigniter-htaccess-file/' rel='bookmark' title='Permanent Link: CodeIgniter htaccess'>CodeIgniter htaccess</a></li>
<li><a href='http://farinspace.com/codeigniter-conditional-required-field/' rel='bookmark' title='Permanent Link: CodeIgniter Form Validation &mdash; Conditional Required Field'>CodeIgniter Form Validation &mdash; Conditional Required Field</a></li>
</ol>]]></description>
		<wfw:commentRss>http://farinspace.com/codeigniter-nginx-rewrite-rules/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CodeIgniter Form Validation &#8212; Conditional Required Field</title>
		<link>http://farinspace.com/codeigniter-conditional-required-field/</link>
		<comments>http://farinspace.com/codeigniter-conditional-required-field/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 17:23:33 +0000</pubDate>
		<dc:creator>Dimas</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[form validation]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://farinspace.com/?p=264</guid>
		<description><![CDATA[This is a quick tip if you're looking for a "required_if" rule in CodeIgniter. Basically the rule is as follows: Make form field-A required if form field-B is filled in. The most common case scenario is changing a password, where the original password is required first, but is conditional only if a new password is entered.


Related posts:<ol><li><a href='http://farinspace.com/codeigniter-nginx-rewrite-rules/' rel='bookmark' title='Permanent Link: CodeIgniter NGINX Rewrite Rules'>CodeIgniter NGINX Rewrite Rules</a></li>
<li><a href='http://farinspace.com/codeigniter-htaccess-file/' rel='bookmark' title='Permanent Link: CodeIgniter htaccess'>CodeIgniter htaccess</a></li>
</ol>]]></description>
		<wfw:commentRss>http://farinspace.com/codeigniter-conditional-required-field/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CodeIgniter htaccess</title>
		<link>http://farinspace.com/codeigniter-htaccess-file/</link>
		<comments>http://farinspace.com/codeigniter-htaccess-file/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 16:02:59 +0000</pubDate>
		<dc:creator>Dimas</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://farinspace.com/?p=147</guid>
		<description><![CDATA[This is the .htaccess file that I use for my CodeIgniter PHP projects (some of these .htaccess rules can be used for any project, keep reading). CodeIgniter uses mod_rewrite to route all requests to the CI front controller. I’ve made some additions in an attempt to canocalize some of the CodeIgniter URL end points. The key benefit of a canocalized URL is that your search engine page ranking (page juice) is not spread across several pages, but instead, targeted to a single page.


Related posts:<ol><li><a href='http://farinspace.com/codeigniter-nginx-rewrite-rules/' rel='bookmark' title='Permanent Link: CodeIgniter NGINX Rewrite Rules'>CodeIgniter NGINX Rewrite Rules</a></li>
<li><a href='http://farinspace.com/codeigniter-conditional-required-field/' rel='bookmark' title='Permanent Link: CodeIgniter Form Validation &mdash; Conditional Required Field'>CodeIgniter Form Validation &mdash; Conditional Required Field</a></li>
</ol>]]></description>
		<wfw:commentRss>http://farinspace.com/codeigniter-htaccess-file/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: farinspace.com @ 2010-09-10 20:39:46 by W3 Total Cache -->