<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Building a Complete CodeIgniter Application: Part 1</title>
	<link>http://www.jimohalloran.com/2007/09/10/building-a-complete-codeigniter-application-part-1/</link>
	<description>Keeping the rabbits out since 1975</description>
	<pubDate>Wed, 08 Feb 2012 14:35:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: 40 Tutoriais sobre o Framework CodeIgniter&#160;&#124;&#160;Rogerio Filho</title>
		<link>http://www.jimohalloran.com/2007/09/10/building-a-complete-codeigniter-application-part-1/#comment-492464</link>
		<dc:creator>40 Tutoriais sobre o Framework CodeIgniter&#160;&#124;&#160;Rogerio Filho</dc:creator>
		<pubDate>Wed, 25 May 2011 17:57:25 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2007/09/10/building-a-complete-codeigniter-application-part-1/#comment-492464</guid>
		<description>[...] 14. Building a Complete CodeIgniter Application: Part 1 [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] 14. Building a Complete CodeIgniter Application: Part 1 [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tsalagi</title>
		<link>http://www.jimohalloran.com/2007/09/10/building-a-complete-codeigniter-application-part-1/#comment-488019</link>
		<dc:creator>Tsalagi</dc:creator>
		<pubDate>Thu, 14 Apr 2011 03:09:04 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2007/09/10/building-a-complete-codeigniter-application-part-1/#comment-488019</guid>
		<description>I just started reading some tutorials on CI after downloading it. I think it is straight forward and helpful other than this section.
You state "...Now we want to clean up the default CI install a bit. The system directory will be outside of the document root when the application is in production, so the index.html files which are in every CI directory are pointless...". 

I believe that those files are there for security reasons, are they not?</description>
		<content:encoded><![CDATA[<p>I just started reading some tutorials on CI after downloading it. I think it is straight forward and helpful other than this section.<br />
You state &#8220;&#8230;Now we want to clean up the default CI install a bit. The system directory will be outside of the document root when the application is in production, so the index.html files which are in every CI directory are pointless&#8230;&#8221;. </p>
<p>I believe that those files are there for security reasons, are they not?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chip</title>
		<link>http://www.jimohalloran.com/2007/09/10/building-a-complete-codeigniter-application-part-1/#comment-487076</link>
		<dc:creator>chip</dc:creator>
		<pubDate>Tue, 05 Apr 2011 10:13:59 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2007/09/10/building-a-complete-codeigniter-application-part-1/#comment-487076</guid>
		<description>nice one</description>
		<content:encoded><![CDATA[<p>nice one</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coco</title>
		<link>http://www.jimohalloran.com/2007/09/10/building-a-complete-codeigniter-application-part-1/#comment-472666</link>
		<dc:creator>coco</dc:creator>
		<pubDate>Thu, 30 Dec 2010 20:29:00 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2007/09/10/building-a-complete-codeigniter-application-part-1/#comment-472666</guid>
		<description>Thanks! I'm a newbie and this is the kind of tut I was looking for :)

Ah, at the end of this tutorial exactly which page we're supposed to view when we load http://127.0.0.1/feeignition/html/welcome/welcome? index.php or the CI welcome page containing some CSS?

Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks! I&#8217;m a newbie and this is the kind of tut I was looking for <img src='http://www.jimohalloran.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Ah, at the end of this tutorial exactly which page we&#8217;re supposed to view when we load <a href="http://127.0.0.1/feeignition/html/welcome/welcome?" rel="nofollow">http://127.0.0.1/feeignition/html/welcome/welcome?</a> index.php or the CI welcome page containing some CSS?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 40+ CodeIgniter Framework Tutorials for Kick-Ass PHP Application &#124; web-4all</title>
		<link>http://www.jimohalloran.com/2007/09/10/building-a-complete-codeigniter-application-part-1/#comment-465431</link>
		<dc:creator>40+ CodeIgniter Framework Tutorials for Kick-Ass PHP Application &#124; web-4all</dc:creator>
		<pubDate>Sun, 21 Nov 2010 21:07:49 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2007/09/10/building-a-complete-codeigniter-application-part-1/#comment-465431</guid>
		<description>[...] 14. Building a Complete CodeIgniter Application: Part 1  [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] 14. Building a Complete CodeIgniter Application: Part 1  [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Li</title>
		<link>http://www.jimohalloran.com/2007/09/10/building-a-complete-codeigniter-application-part-1/#comment-464685</link>
		<dc:creator>Chris Li</dc:creator>
		<pubDate>Thu, 18 Nov 2010 02:46:35 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2007/09/10/building-a-complete-codeigniter-application-part-1/#comment-464685</guid>
		<description>This is one of the best intro articles i've seen.  I'm a veteran php developer that is diving into CodeIgniter for the first time.  I've read through a variety of intro articles and its sad to see how so many of them introduce "lazy" coding.  For example, I just went through an article about form creation using CI.  It didn't mention anything about xss cleaning (which is simple to implement in CI), it didn't use any error checks in its form submissions, it simply illustrated a basic database insert.  Now, I did learn a lot from the article, but I also noticed a lot of the pitfalls which a beginner would not have even known about.

I understand its not deliberate, and used to "dumb" it down, so that beginners understand it easier.  But doing that doesn't help a beginner and in fact, introduces them to security threats in their applications.  I think articles like the one you've written here do more good than harm to a beginner.  It may take them a while to figure things out, but at least they start out on their right foot.</description>
		<content:encoded><![CDATA[<p>This is one of the best intro articles i&#8217;ve seen.  I&#8217;m a veteran php developer that is diving into CodeIgniter for the first time.  I&#8217;ve read through a variety of intro articles and its sad to see how so many of them introduce &#8220;lazy&#8221; coding.  For example, I just went through an article about form creation using CI.  It didn&#8217;t mention anything about xss cleaning (which is simple to implement in CI), it didn&#8217;t use any error checks in its form submissions, it simply illustrated a basic database insert.  Now, I did learn a lot from the article, but I also noticed a lot of the pitfalls which a beginner would not have even known about.</p>
<p>I understand its not deliberate, and used to &#8220;dumb&#8221; it down, so that beginners understand it easier.  But doing that doesn&#8217;t help a beginner and in fact, introduces them to security threats in their applications.  I think articles like the one you&#8217;ve written here do more good than harm to a beginner.  It may take them a while to figure things out, but at least they start out on their right foot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Some Important CodeIgniter Tutorial links &#171; Shamim Ahmed</title>
		<link>http://www.jimohalloran.com/2007/09/10/building-a-complete-codeigniter-application-part-1/#comment-442057</link>
		<dc:creator>Some Important CodeIgniter Tutorial links &#171; Shamim Ahmed</dc:creator>
		<pubDate>Wed, 25 Aug 2010 10:02:55 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2007/09/10/building-a-complete-codeigniter-application-part-1/#comment-442057</guid>
		<description>[...] Building a Complete CodeIgniter Application: Part 1 [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Building a Complete CodeIgniter Application: Part 1 [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 40+ CodeIgniter Framework Tutorials for Kick-Ass PHP Application</title>
		<link>http://www.jimohalloran.com/2007/09/10/building-a-complete-codeigniter-application-part-1/#comment-425965</link>
		<dc:creator>40+ CodeIgniter Framework Tutorials for Kick-Ass PHP Application</dc:creator>
		<pubDate>Mon, 07 Jun 2010 15:56:17 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2007/09/10/building-a-complete-codeigniter-application-part-1/#comment-425965</guid>
		<description>[...] 14. Building a Complete CodeIgniter Application: Part 1  [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] 14. Building a Complete CodeIgniter Application: Part 1  [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CodeIgniter Tutorials to Help You Get Started &#124; KomunitasWeb</title>
		<link>http://www.jimohalloran.com/2007/09/10/building-a-complete-codeigniter-application-part-1/#comment-413771</link>
		<dc:creator>CodeIgniter Tutorials to Help You Get Started &#124; KomunitasWeb</dc:creator>
		<pubDate>Tue, 09 Feb 2010 20:11:31 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2007/09/10/building-a-complete-codeigniter-application-part-1/#comment-413771</guid>
		<description>[...] Building a Complete CodeIgniter Application: Part 1 - Installation and configuration. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Building a Complete CodeIgniter Application: Part 1 - Installation and configuration. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hedda Kortesmaki</title>
		<link>http://www.jimohalloran.com/2007/09/10/building-a-complete-codeigniter-application-part-1/#comment-411068</link>
		<dc:creator>Hedda Kortesmaki</dc:creator>
		<pubDate>Thu, 21 Jan 2010 23:13:37 +0000</pubDate>
		<guid>http://www.jimohalloran.com/2007/09/10/building-a-complete-codeigniter-application-part-1/#comment-411068</guid>
		<description>When you run codeigniter, does it create the files structure?  And after the file structure is created, do you put it into a folder of the applicaiton you want; ie: folder myapp and everything that codeigniter created goes into this folder?  I noticed that there is a structure of system/application/</description>
		<content:encoded><![CDATA[<p>When you run codeigniter, does it create the files structure?  And after the file structure is created, do you put it into a folder of the applicaiton you want; ie: folder myapp and everything that codeigniter created goes into this folder?  I noticed that there is a structure of system/application/</p>
]]></content:encoded>
	</item>
</channel>
</rss>

