<?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>WebDevelopmentBits &#187; codeigniter</title>
	<atom:link href="http://www.webdevelopmentbits.com/tag/codeigniter/feed" rel="self" type="application/rss+xml" />
	<link>http://www.webdevelopmentbits.com</link>
	<description>Web Development &#124; PHP Development &#124; Zend Development &#124; Flex Development &#124; Air Development</description>
	<lastBuildDate>Mon, 06 Sep 2010 11:30:40 +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>Internationalization and Partial Rendering in the CodeIgniter Framework</title>
		<link>http://www.webdevelopmentbits.com/internationalization-and-partial-rendering-in-the-codeigniter-framework</link>
		<comments>http://www.webdevelopmentbits.com/internationalization-and-partial-rendering-in-the-codeigniter-framework#comments</comments>
		<pubDate>Mon, 06 Sep 2010 11:29:10 +0000</pubDate>
		<dc:creator>Prakash Mohanty</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[localization]]></category>
		<category><![CDATA[multi-language]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.webdevelopmentbits.com/?p=678</guid>
		<description><![CDATA[As experienced Web developers, it won’t shock you to find literally thousands of comparisons between CodeIgniter and the other popular frameworks you may be considering for your site. Each framework has its good and, ummm… less good points, but]]></description>
			<content:encoded><![CDATA[<p>As experienced Web developers, it won’t shock you to find literally thousands of comparisons between CodeIgniter and the other popular frameworks you may be considering for your site. Each framework has its good and, ummm… less good points, but</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopmentbits.com/internationalization-and-partial-rendering-in-the-codeigniter-framework/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing web applications with CodeIgniter – Part 3</title>
		<link>http://www.webdevelopmentbits.com/writing-web-applications-with-codeigniter-part-3</link>
		<comments>http://www.webdevelopmentbits.com/writing-web-applications-with-codeigniter-part-3#comments</comments>
		<pubDate>Mon, 26 Oct 2009 05:06:29 +0000</pubDate>
		<dc:creator>Kishore Nallan</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[kohana]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.webdevelopmentbits.com/?p=539</guid>
		<description><![CDATA[<p></p><p>We built a simple to-do list application <a href="http://www.webdevelopmentbits.com/writing-web-applications-with-codeigniter-part-2">last week</a> by implementing the CI basics we learnt in <a href="http://www.webdevelopmentbits.com/writing-web-applications-with-codeigniter-part-1">first part</a> of this tutorial. Today, let's go over some of the things that will allow you to customise and extend&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><p>We built a simple to-do list application <a href="http://www.webdevelopmentbits.com/writing-web-applications-with-codeigniter-part-2">last week</a> by implementing the CI basics we learnt in <a href="http://www.webdevelopmentbits.com/writing-web-applications-with-codeigniter-part-1">first part</a> of this tutorial. Today, let's go over some of the things that will allow you to customise and extend the CI framework for your specific needs. </p>
<p><strong> Changing the default URL routing</strong></p>
<p>As we have ...</p>]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopmentbits.com/writing-web-applications-with-codeigniter-part-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing web applications with CodeIgniter &#8211; Part 2</title>
		<link>http://www.webdevelopmentbits.com/writing-web-applications-with-codeigniter-part-2</link>
		<comments>http://www.webdevelopmentbits.com/writing-web-applications-with-codeigniter-part-2#comments</comments>
		<pubDate>Mon, 12 Oct 2009 11:01:45 +0000</pubDate>
		<dc:creator>Kishore Nallan</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[todo]]></category>

		<guid isPermaLink="false">http://www.webdevelopmentbits.com/?p=525</guid>
		<description><![CDATA[<p></p><p>Last week, we covered the basic structure of a CodeIgniter application. Let's now jump right into developing a simple todo list application using CodeIgniter. We will be keeping the actual functionality of the application itself simple here, as the goal&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><p>Last week, we covered the basic structure of a CodeIgniter application. Let's now jump right into developing a simple todo list application using CodeIgniter. We will be keeping the actual functionality of the application itself simple here, as the goal here is to give a good overview on what it takes to build a CI ...</p>]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopmentbits.com/writing-web-applications-with-codeigniter-part-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Writing web applications with CodeIgniter: Part 1</title>
		<link>http://www.webdevelopmentbits.com/writing-web-applications-with-codeigniter-part-1</link>
		<comments>http://www.webdevelopmentbits.com/writing-web-applications-with-codeigniter-part-1#comments</comments>
		<pubDate>Tue, 29 Sep 2009 15:20:42 +0000</pubDate>
		<dc:creator>Kishore Nallan</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.webdevelopmentbits.com/?p=519</guid>
		<description><![CDATA[<p></p><p>CodeIgniter is a PHP framework that makes writing secure web applications a breeze. Being extremely light weighted, it's an impressive toolkit which promotes the Model-View-Controller (MVC) approach to software development. CodeIgniter's incredibly useful libraries, helpers and simplicity give you a&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><p>CodeIgniter is a PHP framework that makes writing secure web applications a breeze. Being extremely light weighted, it's an impressive toolkit which promotes the Model-View-Controller (MVC) approach to software development. CodeIgniter's incredibly useful libraries, helpers and simplicity give you a sound foundation to quickly build your web apps on. This will be the first part ...</p>]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopmentbits.com/writing-web-applications-with-codeigniter-part-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>


