<?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; Zend Framework</title>
	<atom:link href="http://blog.insicdesigns.com/tag/zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.insicdesigns.com</link>
	<description>Web Development and Design Blog</description>
	<lastBuildDate>Wed, 11 Jan 2012 14:46:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Zend Framework Blog Application Tutorial &#8211; Part 9: Exploring Zend_View and Displaying Blog Entries</title>
		<link>http://blog.insicdesigns.com/2008/10/zend-framework-blog-application-tutorial-part-9-exploring-zend_view-and-displaying-blog-entries/</link>
		<comments>http://blog.insicdesigns.com/2008/10/zend-framework-blog-application-tutorial-part-9-exploring-zend_view-and-displaying-blog-entries/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 07:19:13 +0000</pubDate>
		<dc:creator>insic</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Blog tutorial]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[ZFBlog]]></category>

		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=325</guid>
		<description><![CDATA[With the release of Zend Framework 1.5, the Zend_View component received a long overdue boost in its functionality. It is now no longer a simple template engine, but a powerhouse of features intent on making the dynamic generation of a View as simple and as flexible as possible. This update introduced a few new concepts [...]]]></description>
		<wfw:commentRss>http://blog.insicdesigns.com/2008/10/zend-framework-blog-application-tutorial-part-9-exploring-zend_view-and-displaying-blog-entries/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>JSON Requests and Responses</title>
		<link>http://blog.insicdesigns.com/2008/10/json-requests-and-responses/</link>
		<comments>http://blog.insicdesigns.com/2008/10/json-requests-and-responses/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 09:58:00 +0000</pubDate>
		<dc:creator>insic</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Json Library]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=308</guid>
		<description><![CDATA[In the previous post about JSON, you know what JSON is and you see what JSON looks like and how it differs to XML. Now, you are about to learn how to handle JSON Requests and Responses. Before we get started you need to have Zend Framework installed and running in you local webserver in [...]]]></description>
		<wfw:commentRss>http://blog.insicdesigns.com/2008/10/json-requests-and-responses/feed/</wfw:commentRss>
		<slash:comments>2</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>
		<item>
		<title>Zend Framework Blog Application Tutorial &#8211; Part 7: Authorization with Zend_Acl and Revised Styling</title>
		<link>http://blog.insicdesigns.com/2008/10/zend-framework-blog-application-tutorial-part-7-authorization-with-zend_acl-and-revised-styling/</link>
		<comments>http://blog.insicdesigns.com/2008/10/zend-framework-blog-application-tutorial-part-7-authorization-with-zend_acl-and-revised-styling/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 16:25:16 +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=184</guid>
		<description><![CDATA[This entry concerns authorization. We previously covered how to authenticate an author to the blog, but we still have nothing ensuring only authenticated authors can access the new Administration Module. This is the domain of Zend_Acl, an implementation of an Access Control List system which limits access to resources by the roles assigned to a [...]]]></description>
		<wfw:commentRss>http://blog.insicdesigns.com/2008/10/zend-framework-blog-application-tutorial-part-7-authorization-with-zend_acl-and-revised-styling/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Zend Framework Blog Application Tutorial &#8211; Part 6: Introduction to Zend_Form and Authentication with Zend_Auth</title>
		<link>http://blog.insicdesigns.com/2008/10/zend-framework-blog-application-tutorial-part-6-introduction-to-zend_form-and-authentication-with-zend_auth/</link>
		<comments>http://blog.insicdesigns.com/2008/10/zend-framework-blog-application-tutorial-part-6-introduction-to-zend_form-and-authentication-with-zend_auth/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 07:08:22 +0000</pubDate>
		<dc:creator>insic</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Astrum Futura Blog]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[ZFBlog]]></category>

		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=150</guid>
		<description><![CDATA[In the previous entry, we created a new Administration Module to hold blog management functionality, added a Module specific layout for it, and discussed the upcoming need to ensure this is only accessible by authorised Authors. In this entry I&#8217;ll unravel some of Zend_Form&#8217;s mysteries in adding a login form, before using Zend_Auth to implement [...]]]></description>
		<wfw:commentRss>http://blog.insicdesigns.com/2008/10/zend-framework-blog-application-tutorial-part-6-introduction-to-zend_form-and-authentication-with-zend_auth/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>An Example Zend Framework Blog Application &#8211; Part 5: Creating Models with Zend_Db and adding an Administration Module</title>
		<link>http://blog.insicdesigns.com/2008/10/an-example-zend-framework-blog-application-part-5-creating-models-with-zend_db-and-adding-an-administration-module/</link>
		<comments>http://blog.insicdesigns.com/2008/10/an-example-zend-framework-blog-application-part-5-creating-models-with-zend_db-and-adding-an-administration-module/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 18:43:13 +0000</pubDate>
		<dc:creator>insic</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Astrum Futura Blog]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[ZFBlog]]></category>

		<guid isPermaLink="false">http://www.insicdesigns.info/blog/?p=131</guid>
		<description><![CDATA[Step 1: Creating a Database Schema The schema for our blog&#8217;s database will be aimed at MySQL. We&#8217;re only starting with two tables to hold entries and authors, which may appear a little suspicious. The suspicion of course is due to the lack of two elements: Authentication and Authorisation. We&#8217;ll cover both in Part 6 [...]]]></description>
		<wfw:commentRss>http://blog.insicdesigns.com/2008/10/an-example-zend-framework-blog-application-part-5-creating-models-with-zend_db-and-adding-an-administration-module/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>An Example Zend Framework Blog Application &#8211; Part 4: Setting the Design Stage with Blueprint CSS Framework and Zend_Layout</title>
		<link>http://blog.insicdesigns.com/2008/10/an-example-zend-framework-blog-application-part-4-setting-the-design-stage-with-blueprint-css-framework-and-zend_layout/</link>
		<comments>http://blog.insicdesigns.com/2008/10/an-example-zend-framework-blog-application-part-4-setting-the-design-stage-with-blueprint-css-framework-and-zend_layout/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 23:18:01 +0000</pubDate>
		<dc:creator>insic</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Astrum Futura Blog]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[ZFBlog]]></category>

		<guid isPermaLink="false">http://www.insicdesigns.info/blog/?p=130</guid>
		<description><![CDATA[Step 1: Adding Blueprint to the Project You can download the Blueprint CSS framework from http://code.google.com/p/blueprintcss/. It is released under a dual licensing system using a Modified MIT License, or the GNU General Public License. Decompress the archive of the latest 0.7 release (as at time of writing) and return to our current project&#8217;s public [...]]]></description>
		<wfw:commentRss>http://blog.insicdesigns.com/2008/10/an-example-zend-framework-blog-application-part-4-setting-the-design-stage-with-blueprint-css-framework-and-zend_layout/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>An Example Zend Framework Blog Application &#8211; Part 3: A Simple Hello World Tutorial</title>
		<link>http://blog.insicdesigns.com/2008/09/an-example-zend-framework-blog-application-part-3-a-simple-hello-world-tutorial/</link>
		<comments>http://blog.insicdesigns.com/2008/09/an-example-zend-framework-blog-application-part-3-a-simple-hello-world-tutorial/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 21:27:09 +0000</pubDate>
		<dc:creator>insic</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Astrum Futura Blog]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[ZFBlog]]></category>

		<guid isPermaLink="false">http://www.insicdesigns.info/blog/?p=122</guid>
		<description><![CDATA[Step 1: Creating A New Application Before we jump into programming with the Zend Framework there are a few setup tasks. We need to install the Zend Framework, get a virtual domain running, and have a basic collection of directories and emtpy files created to hold our source code. You&#8217;ll need to download the Zend [...]]]></description>
		<wfw:commentRss>http://blog.insicdesigns.com/2008/09/an-example-zend-framework-blog-application-part-3-a-simple-hello-world-tutorial/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>An Example Zend Framework Blog Application &#8211; Part 2: The MVC Application Architecture</title>
		<link>http://blog.insicdesigns.com/2008/09/an-example-zend-framework-blog-application-part-2-the-mvc-application-architecture/</link>
		<comments>http://blog.insicdesigns.com/2008/09/an-example-zend-framework-blog-application-part-2-the-mvc-application-architecture/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 20:51:36 +0000</pubDate>
		<dc:creator>insic</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Astrum Futura Blog]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[ZFBlog]]></category>

		<guid isPermaLink="false">http://www.insicdesigns.info/blog/?p=120</guid>
		<description><![CDATA[After speaking with any number of users about getting started with a framework, I find many do not have an advanced understanding of the corner stone of a current day web application framework: the Model-View-Controller Design Pattern. So let&#8217;s get over that hill right now, and before we start looking at PHP! As a bit [...]]]></description>
		<wfw:commentRss>http://blog.insicdesigns.com/2008/09/an-example-zend-framework-blog-application-part-2-the-mvc-application-architecture/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>An Example Zend Framework Blog Application &#8211; Part 1: Introductory Planning</title>
		<link>http://blog.insicdesigns.com/2008/09/an-example-zend-framework-blog-application-part-1-introductory-planning/</link>
		<comments>http://blog.insicdesigns.com/2008/09/an-example-zend-framework-blog-application-part-1-introductory-planning/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 19:43:29 +0000</pubDate>
		<dc:creator>insic</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Astrum Futura Blog]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[ZFBlog]]></category>

		<guid isPermaLink="false">http://www.insicdesigns.info/blog/?p=116</guid>
		<description><![CDATA[This is it. The Part 1 of Astrum Furtura ZFBlog Tutorial series. I did not change anything or add something of the tutorial. I just posting it here for the help of those who need it. All contents originally written by Padraic Brady of Astrum Futura. An Example Zend Framework Blog Application &#8211; Part 1: [...]]]></description>
		<wfw:commentRss>http://blog.insicdesigns.com/2008/09/an-example-zend-framework-blog-application-part-1-introductory-planning/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

