<?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; Astrum Futura Blog</title>
	<atom:link href="http://blog.insicdesigns.com/tag/astrum-futura-blog/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 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>
		<item>
		<title>The Lost Maugrim The Reaper&#8217;s Blog &#8211; Astrum Futura</title>
		<link>http://blog.insicdesigns.com/2008/09/the-lost-maugrim-the-reapers-blog-astrum-futura/</link>
		<comments>http://blog.insicdesigns.com/2008/09/the-lost-maugrim-the-reapers-blog-astrum-futura/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 18:00:32 +0000</pubDate>
		<dc:creator>insic</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Astrum Futura Blog]]></category>
		<category><![CDATA[Maugrim The Reaper's]]></category>
		<category><![CDATA[ZFBlog]]></category>

		<guid isPermaLink="false">http://www.insicdesigns.info/blog/?p=115</guid>
		<description><![CDATA[Blog.astrumfutura.com is one of my personal top visited site. I cant stop to visit it almost every 2 hours a day or much more often. Especially by the time when the author Padraic Brady featured a series of his Zend Framework Blog Tutorial. Its a very detailed tutorial about building a blog application from scratch [...]]]></description>
		<wfw:commentRss>http://blog.insicdesigns.com/2008/09/the-lost-maugrim-the-reapers-blog-astrum-futura/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

