<?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>free Zend Framework screencasts - Zendcasts &#187; bootstrapping</title>
	<atom:link href="http://www.zendcasts.com/tag/bootstrapping/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zendcasts.com</link>
	<description>free Zend Framework screencasts. Video tutorials to get you up to speed with different parts of the Zend Framework and enterprise PHP development.</description>
	<lastBuildDate>Mon, 12 Dec 2011 21:14:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Introducing Zend View Helpers</title>
		<link>http://www.zendcasts.com/introducing-zend-view-helpers/2009/02/</link>
		<comments>http://www.zendcasts.com/introducing-zend-view-helpers/2009/02/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 18:42:07 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[HTML / CSS]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[bootstrapping]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[view helpers]]></category>

		<guid isPermaLink="false">http://www.zendcasts.com/?p=140</guid>
		<description><![CDATA[This video covers how to setup and user Zend View Helpers. I also cover how state is managed within the class. Next week I&#8217;ll show you how you can use this technique with a bit of AJAX to make those View Helpers shine! I&#8217;ll post the project code for both videos with part 2.]]></description>
			<content:encoded><![CDATA[<p>This video covers how to setup and user Zend View Helpers. I also cover how state is managed within the class. Next week I&#8217;ll show you how you can use this technique with a bit of AJAX to make those View Helpers shine! I&#8217;ll post the project code for both videos with part 2.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.zendcasts.com/introducing-zend-view-helpers/2009/02/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
<enclosure url="http://www.zendcasts.com/wp-content/uploads/2009/02/zc12-introducing_zend_view_helpers.mov" length="39796500" type="video/quicktime" />
<enclosure url="http://www.zendcasts.com/wp-content/uploads/2009/02/zc12-introducing_zend_view_helpers-iphone.m4v" length="36261242" type="text/plain" />
		</item>
		<item>
		<title>Make an index file for a Zend Framework project</title>
		<link>http://www.zendcasts.com/make-an-index-file-for-a-zend-framework-project/2008/12/</link>
		<comments>http://www.zendcasts.com/make-an-index-file-for-a-zend-framework-project/2008/12/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 14:10:53 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[bootstrapping]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[quickstart]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://www.zendcasts.com/?p=64</guid>
		<description><![CDATA[This video covers the code found in the Zend Quickstart guide for creating the bootstrap file. I create the index.php file which will handle all the browser requests to the Zend Framework.]]></description>
			<content:encoded><![CDATA[<p>This video covers the code found in the Zend Quickstart guide for <a href="http://framework.zend.com/docs/quickstart/create-a-bootstrap-file">creating the bootstrap file</a>. I create the index.php file which will handle all the browser requests to the Zend Framework.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zendcasts.com/make-an-index-file-for-a-zend-framework-project/2008/12/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
<enclosure url="http://www.zendcasts.com/wp-content/uploads/2008/12/zc3-creating-a-zend-index-file-iphone.m4v" length="22013767" type="text/plain" />
<enclosure url="http://www.zendcasts.com/wp-content/uploads/2008/12/zc3-creating-a-zend-index-file-screen.mov" length="23473651" type="video/quicktime" />
		</item>
		<item>
		<title>Writing a bootstrap file</title>
		<link>http://www.zendcasts.com/writing-a-bootstrap-file/2008/12/</link>
		<comments>http://www.zendcasts.com/writing-a-bootstrap-file/2008/12/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 14:20:49 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[bootstrapping]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://www.zendcasts.com/?p=58</guid>
		<description><![CDATA[Setting up a bootstrap.php file as part of a Zend Framework MVC structure. I also cover the preliminary steps in setting up a Zend Framework project in NetBeans. This video is part 3 of a series of short videos going through the steps required to setup a Zend Framework project from scratch.]]></description>
			<content:encoded><![CDATA[<p>Setting up a bootstrap.php file as part of a Zend Framework MVC structure. I also cover the preliminary steps in setting up a Zend Framework project in NetBeans. This video is part 3 of a series of short videos going through the steps required to setup a Zend Framework project from scratch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zendcasts.com/writing-a-bootstrap-file/2008/12/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
<enclosure url="http://www.zendcasts.com/wp-content/uploads/2008/12/zc21-bootstrapping-with-netbeans-screen.mov" length="18530284" type="video/quicktime" />
<enclosure url="http://www.zendcasts.com/wp-content/uploads/2008/12/zc21-bootstrapping-with-netbeans-iphone.m4v" length="18466831" type="text/plain" />
		</item>
	</channel>
</rss>

