<?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; PHP</title>
	<atom:link href="http://blog.insicdesigns.com/tag/php/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>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 3</title>
		<link>http://blog.insicdesigns.com/2009/03/building-a-basic-php-e-commerce-application-using-codeigniter-framework-part-3/</link>
		<comments>http://blog.insicdesigns.com/2009/03/building-a-basic-php-e-commerce-application-using-codeigniter-framework-part-3/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 05:04:22 +0000</pubDate>
		<dc:creator>insic</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[codeIgniter]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=675</guid>
		<description><![CDATA[Part III &#8211; Creating the site mockup and Preparing our View. In this part of the series we will create a design mockup for our e-commerce site. And create a reusable component of our view. First we need to know how our site should looks like. And how we showcase our products. Basically our site [...]]]></description>
		<wfw:commentRss>http://blog.insicdesigns.com/2009/03/building-a-basic-php-e-commerce-application-using-codeigniter-framework-part-3/feed/</wfw:commentRss>
		<slash:comments>42</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>
		<item>
		<title>Building a basic PHP E-Commerce Application using CodeIgniter Framework &#8211; Part 1</title>
		<link>http://blog.insicdesigns.com/2009/02/building-a-basic-php-e-commerce-application-using-codeigniter-framework-part-1/</link>
		<comments>http://blog.insicdesigns.com/2009/02/building-a-basic-php-e-commerce-application-using-codeigniter-framework-part-1/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 13:18:10 +0000</pubDate>
		<dc:creator>insic</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[codeIgniter]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=611</guid>
		<description><![CDATA[E-commerce application nowadays is a must for those who are selling their product online. And yes there’s a lot of good open source e-commerce application available and ready to use.]]></description>
		<wfw:commentRss>http://blog.insicdesigns.com/2009/02/building-a-basic-php-e-commerce-application-using-codeigniter-framework-part-1/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>Secure File Upload in PHP  Web Applications</title>
		<link>http://blog.insicdesigns.com/2009/01/secure-file-upload-in-php-web-applications/</link>
		<comments>http://blog.insicdesigns.com/2009/01/secure-file-upload-in-php-web-applications/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 13:24:42 +0000</pubDate>
		<dc:creator>insic</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=529</guid>
		<description><![CDATA[Providing file upload function without opening security holes proved to be quite a challenge in PHP web applications. The applications we have tested suffered from a variety of security problems, ranging from arbitrary file disclosure to remote arbitrary code execution. In this article I am going to point out various security holes occurring in file upload implementations and suggest a way to implement a secure file upload.]]></description>
		<wfw:commentRss>http://blog.insicdesigns.com/2009/01/secure-file-upload-in-php-web-applications/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>10 Promising Opensource PHP E-Commerce Application</title>
		<link>http://blog.insicdesigns.com/2008/11/opensource-php-e-commerce-application/</link>
		<comments>http://blog.insicdesigns.com/2008/11/opensource-php-e-commerce-application/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 16:15:18 +0000</pubDate>
		<dc:creator>insic</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php tools]]></category>
		<category><![CDATA[shopping cart]]></category>

		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=419</guid>
		<description><![CDATA[A roundup of the most promising opensource PHP e-Commerce Application around the web.]]></description>
		<wfw:commentRss>http://blog.insicdesigns.com/2008/11/opensource-php-e-commerce-application/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>25 OpenSource PHP Framework</title>
		<link>http://blog.insicdesigns.com/2008/10/25-opensource-php-framework/</link>
		<comments>http://blog.insicdesigns.com/2008/10/25-opensource-php-framework/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 13:12:06 +0000</pubDate>
		<dc:creator>insic</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[opensource framework]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=358</guid>
		<description><![CDATA[PHP Framework nowadays is getting more popular to web application developers who uses PHP as their main language. A web application framework is a software framework that is designed to support the development of dynamic websites, Web applications and Web services. The framework aims to alleviate the overhead associated with common activities used in Web [...]]]></description>
		<wfw:commentRss>http://blog.insicdesigns.com/2008/10/25-opensource-php-framework/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>Zend Framework Blog Application Tutorial: Part 8: Creating and Editing Blog Entries with a dash of HTMLPurifier</title>
		<link>http://blog.insicdesigns.com/2008/10/zend-framework-blog-application-tutorial-part-8-creating-and-editing-blog-entries-with-a-dash-of-htmlpurifier/</link>
		<comments>http://blog.insicdesigns.com/2008/10/zend-framework-blog-application-tutorial-part-8-creating-and-editing-blog-entries-with-a-dash-of-htmlpurifier/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 04:54:02 +0000</pubDate>
		<dc:creator>insic</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[ZFBlog]]></category>

		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=202</guid>
		<description><![CDATA[There&#8217;s nothing quite like having a functioning application emerge out of the controlled chaos we know as The Development Process. In Part 8 of the ongoing saga describing how to build a real world blog application using the Zend Framework we finally reach the point at which we concentrate on blog entries. At the end [...]]]></description>
		<wfw:commentRss>http://blog.insicdesigns.com/2008/10/zend-framework-blog-application-tutorial-part-8-creating-and-editing-blog-entries-with-a-dash-of-htmlpurifier/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
