<?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>INSIC DESIGNS &#187; framework</title>
	<atom:link href="http://blog.insicdesigns.com/tag/framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.insicdesigns.com</link>
	<description>Web Development and Design Blog</description>
	<lastBuildDate>Mon, 26 Jul 2010 19:47:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Embracing PHP 5.3 MVC with MiMViC</title>
		<link>http://blog.insicdesigns.com/2010/03/embracing-php-5-3-mvc-with-mimvic/</link>
		<comments>http://blog.insicdesigns.com/2010/03/embracing-php-5-3-mvc-with-mimvic/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 17:53:19 +0000</pubDate>
		<dc:creator>MaXPert</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[MiMVic]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php 5.3]]></category>

		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=2187</guid>
		<description><![CDATA[MiMViC is a modular and lightweight PHP 5.3+ Web application framework designed to help build dynamic and robust Web sites. It’s single theory is based on minimal and focusing on only core glue for your complex PHP web sites. Today I will show you how to create a shout-box using the framework.]]></description>
		<wfw:commentRss>http://blog.insicdesigns.com/2010/03/embracing-php-5-3-mvc-with-mimvic/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Learning Django Web Development Framework</title>
		<link>http://blog.insicdesigns.com/2010/03/learning-django-web-development-framework/</link>
		<comments>http://blog.insicdesigns.com/2010/03/learning-django-web-development-framework/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 12:39:19 +0000</pubDate>
		<dc:creator>insic</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[phyton]]></category>

		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=2005</guid>
		<description><![CDATA[<a rel="nofollow external" href="http://www.djangoproject.com/">Django </a> is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Django was designed to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of the experienced Web developers who wrote it.]]></description>
		<wfw:commentRss>http://blog.insicdesigns.com/2010/03/learning-django-web-development-framework/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Building a Shopping Cart using CodeIgniter&#8217;s Shopping Cart Class</title>
		<link>http://blog.insicdesigns.com/2010/01/building-a-shopping-cart-using-codeigniters-shopping-cart-class/</link>
		<comments>http://blog.insicdesigns.com/2010/01/building-a-shopping-cart-using-codeigniters-shopping-cart-class/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 15:26:44 +0000</pubDate>
		<dc:creator>insic</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[codeIgniter]]></category>
		<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[shopping cart]]></category>

		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=1237</guid>
		<description><![CDATA[Late last year CodeIgniter v1.7.2 was released with a lot of improvements and bug fixes. This version is now compatible with PHP5.3.0, they added is_php() to Common functions to facilitate PHP version comparisons,]]></description>
		<wfw:commentRss>http://blog.insicdesigns.com/2010/01/building-a-shopping-cart-using-codeigniters-shopping-cart-class/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Reading CSV File in CodeIgniter</title>
		<link>http://blog.insicdesigns.com/2009/03/reading-csv-file-in-codeigniter/</link>
		<comments>http://blog.insicdesigns.com/2009/03/reading-csv-file-in-codeigniter/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 20:38:19 +0000</pubDate>
		<dc:creator>insic</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[codeIgniter]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=694</guid>
		<description><![CDATA[A Comma separated values (CSV) file is a computer data file used for implementing the tried and true organizational tool, the Comma Separated List. The CSV file is used for the digital storage of data structured in a table of lists form, where each associated item (member) in a group is in association with others [...]]]></description>
		<wfw:commentRss>http://blog.insicdesigns.com/2009/03/reading-csv-file-in-codeigniter/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>Building a basic PHP E-Commerce Application using CodeIgniter Framework &#8211; Part 2</title>
		<link>http://blog.insicdesigns.com/2009/02/building-a-basic-php-e-commerce-application-using-codeigniter-framework-part-2/</link>
		<comments>http://blog.insicdesigns.com/2009/02/building-a-basic-php-e-commerce-application-using-codeigniter-framework-part-2/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 15:22:02 +0000</pubDate>
		<dc:creator>insic</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[codeIgniter]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=637</guid>
		<description><![CDATA[Now that we are done the CI installation. We are ready to start building our e-commerce application. What we need to do first is design our database structure. You can of course freely design your own structure, but for this tutorial I made it simple.
]]></description>
		<wfw:commentRss>http://blog.insicdesigns.com/2009/02/building-a-basic-php-e-commerce-application-using-codeigniter-framework-part-2/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
	</channel>
</rss>
