<?xml version="1.0"?><rss version="2.0"><channel><title>Zendcasts</title><description>View all recently added tech videos, screencasts, and tutorials from members all across the tech industry.</description><link>http://www.techievideos.com/channels/Zendcasts/</link>	<item>
		<title>Zend_Config_Ini and using Zend_Http_Client with Twitter</title>
		<description><![CDATA[<p>This podcast is a two-parter: Zend_Config_Ini and Zend_Http_Client(). While the two classes aren’t married together in the video, anyone serious about writing an API to their web application will need to access the API differently in development, staging and production environments.
We also take 10 minutes and 4 lines of code to work with the Twitter API. Jump to around the 15 minute mark if you’re already up to speed on Zend_Config_*.<br /><a href="http://www.techievideos.com/videos/1354/Zend-Config-Ini-and-using-Zend-Http-Client-with-Twitter/" title="Zend_Config_Ini and using Zend_Http_Client with Twitter"><img src="http://c1495132.cdn.cloudfiles.rackspacecloud.com/vnhEfGSGHKHlaJw8A6GI.jpg" alt="Zend_Config_Ini and using Zend_Http_Client with Twitter" /></a></p>]]></description>
		<link>http://www.techievideos.com/videos/1354/Zend-Config-Ini-and-using-Zend-Http-Client-with-Twitter/</link>
	</item>
	<item>
		<title>Zend View Partials</title>
		<description><![CDATA[<p>This screencast covers Zend View Partials, an often overlooked portion of the Zend_View_* collection of classes, however, I’ve found them super handy when writing complex templates. Running time is a little under 10 minutes.<br /><a href="http://www.techievideos.com/videos/1353/Zend-View-Partials/" title="Zend View Partials"><img src="http://c1495132.cdn.cloudfiles.rackspacecloud.com/znwwcIuHG0LR9YQAiXLK.jpg" alt="Zend View Partials" /></a></p>]]></description>
		<link>http://www.techievideos.com/videos/1353/Zend-View-Partials/</link>
	</item>
	<item>
		<title>Zend View Helpers with AJAX</title>
		<description><![CDATA[<p>This is the second part of last weeks tutorial. Here we add some JQuery code and look at how Zend_View_Helper_* classes can be written in such a way that they behave the same when they’re invoked on the server and called asynchronously via an AJAX request.<br /><a href="http://www.techievideos.com/videos/1352/Zend-View-Helpers-with-AJAX/" title="Zend View Helpers with AJAX"><img src="http://c1495132.cdn.cloudfiles.rackspacecloud.com/vCX6FOB2rRzOQCK8CmN0.jpg" alt="Zend View Helpers with AJAX" /></a></p>]]></description>
		<link>http://www.techievideos.com/videos/1352/Zend-View-Helpers-with-AJAX/</link>
	</item>
	<item>
		<title>Introducing Zend View Helpers</title>
		<description><![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'll show you how you can use this technique with a bit of AJAX to make those View Helpers shine!<br /><a href="http://www.techievideos.com/videos/1351/Introducing-Zend-View-Helpers/" title="Introducing Zend View Helpers"><img src="http://c1495132.cdn.cloudfiles.rackspacecloud.com/S0RoXqC42GG3DNyr2teR.jpg" alt="Introducing Zend View Helpers" /></a></p>]]></description>
		<link>http://www.techievideos.com/videos/1351/Introducing-Zend-View-Helpers/</link>
	</item>
	<item>
		<title>Making JSON Objects from Zend_Controllers (Using JQuery)</title>
		<description><![CDATA[<p>I started this video thinking it would be short and it ended up close to 30 minutes. If you find these videos too long, please let me know and I’ll break them up.
In my own defense, this video covers a lot of ground. I introduce JQuery and immediately put it to work for sending and receiving JSON requests to our Zend_Controller. The JSON is automatically generated from a set of PHP classes in a PHP array, thanks to Zend_Json.<br /><a href="http://www.techievideos.com/videos/1350/Making-JSON-Objects-from-Zend-Controllers-Using-JQuery-/" title="Making JSON Objects from Zend_Controllers (Using JQuery)"><img src="http://c1495132.cdn.cloudfiles.rackspacecloud.com/7eNx739S9wZZsIJLxzsC.jpg" alt="Making JSON Objects from Zend_Controllers (Using JQuery)" /></a></p>]]></description>
		<link>http://www.techievideos.com/videos/1350/Making-JSON-Objects-from-Zend-Controllers-Using-JQuery-/</link>
	</item>
	<item>
		<title>Zend_Form Introduction, Part 2</title>
		<description><![CDATA[<p>This video is part 2 of my introduction to Zend_Form. These last two videos have been a bit long since Zend_Form has a lot of behavior.
I’ve also included the source code for this video. Hopefully this will help you follow along.<br /><a href="http://www.techievideos.com/videos/1349/Zend-Form-Introduction-Part-2/" title="Zend_Form Introduction, Part 2"><img src="http://c1495132.cdn.cloudfiles.rackspacecloud.com/iQlMVQQlG20C8N2VRpLC.jpg" alt="Zend_Form Introduction, Part 2" /></a></p>]]></description>
		<link>http://www.techievideos.com/videos/1349/Zend-Form-Introduction-Part-2/</link>
	</item>
	<item>
		<title>Zend_Form Introduction, Part 1</title>
		<description><![CDATA[<p>This screencast ran a little long, and unfortunately I'll have to post the rest next week. We start with creating a DTO (Data Transfer Object) that will house our data as we pass it from the Controller, to the form and then back to the view. Zend_Form is used for validation and rendering.
enjoy!<br /><a href="http://www.techievideos.com/videos/1348/Zend-Form-Introduction-Part-1/" title="Zend_Form Introduction, Part 1"><img src="http://c1495132.cdn.cloudfiles.rackspacecloud.com/7eaHpS9LU0JiBSsIX2jN.jpg" alt="Zend_Form Introduction, Part 1" /></a></p>]]></description>
		<link>http://www.techievideos.com/videos/1348/Zend-Form-Introduction-Part-1/</link>
	</item>
	<item>
		<title>Managing Session with Zend_Session_Namespace</title>
		<description><![CDATA[<p>This video covers the Zend_Session_Namespace class. It's a short introduction to how we can use this object to simplify passing data from Zend_Controller action to another during a user’s stay on our web application.<br /><a href="http://www.techievideos.com/videos/1346/Managing-Session-with-Zend-Session-Namespace/" title="Managing Session with Zend_Session_Namespace"><img src="http://c1495132.cdn.cloudfiles.rackspacecloud.com/G3CdPW06M7mwV9hovc7L.jpg" alt="Managing Session with Zend_Session_Namespace" /></a></p>]]></description>
		<link>http://www.techievideos.com/videos/1346/Managing-Session-with-Zend-Session-Namespace/</link>
	</item>
	<item>
		<title>Creating custom Zend_Controller routes</title>
		<description><![CDATA[<p>A look at how you can create custom routes and pass parts of your query string into a Zend_Controller as a named parameter.<br /><a href="http://www.techievideos.com/videos/1345/Creating-custom-Zend-Controller-routes/" title="Creating custom Zend_Controller routes"><img src="http://c1495132.cdn.cloudfiles.rackspacecloud.com/bij3mNpOJOHRf3aKINrd.jpg" alt="Creating custom Zend_Controller routes" /></a></p>]]></description>
		<link>http://www.techievideos.com/videos/1345/Creating-custom-Zend-Controller-routes/</link>
	</item>
	<item>
		<title>Using Blueprint CSS with Zend</title>
		<description><![CDATA[<p>This video looks at the HeadLink view helper and how blueprint can easily be integrated into an existing zend_layout.<br /><a href="http://www.techievideos.com/videos/1344/Using-Blueprint-CSS-with-Zend/" title="Using Blueprint CSS with Zend"><img src="http://c1495132.cdn.cloudfiles.rackspacecloud.com/Eqkvk0nNVdbK2Mzwyqy2.jpg" alt="Using Blueprint CSS with Zend" /></a></p>]]></description>
		<link>http://www.techievideos.com/videos/1344/Using-Blueprint-CSS-with-Zend/</link>
	</item>
	<item>
		<title>Adding a Doctype and CSS File the Zend Way</title>
		<description><![CDATA[<p>Using zend_layout, a CSS file and doctype will be set through some helpful tools provided in the Zend Framework.<br /><a href="http://www.techievideos.com/videos/1343/Adding-a-Doctype-and-CSS-File-the-Zend-Way/" title="Adding a Doctype and CSS File the Zend Way"><img src="http://c1495132.cdn.cloudfiles.rackspacecloud.com/IzvJYpBfXC3gfyybUkSd.jpg" alt="Adding a Doctype and CSS File the Zend Way" /></a></p>]]></description>
		<link>http://www.techievideos.com/videos/1343/Adding-a-Doctype-and-CSS-File-the-Zend-Way/</link>
	</item>
	<item>
		<title>Creating Zend_Controllers</title>
		<description><![CDATA[<p>The last video in a series showing how to setup the Zend Framework from scratch. This video goes through the steps required to create a Zend_Controller for handling error reporting as well as creating the main IndexController. Zend_Layout is also briefly mentioned as part of the MVC setup.<br /><a href="http://www.techievideos.com/videos/1342/Creating-Zend-Controllers/" title="Creating Zend_Controllers"><img src="http://c1495132.cdn.cloudfiles.rackspacecloud.com/qEeYIMvnER04wjCQulne.jpg" alt="Creating Zend_Controllers" /></a></p>]]></description>
		<link>http://www.techievideos.com/videos/1342/Creating-Zend-Controllers/</link>
	</item>
	<item>
		<title>Make an index file for a Zend Framework project</title>
		<description><![CDATA[<p>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.<br /><a href="http://www.techievideos.com/videos/1341/Make-an-index-file-for-a-Zend-Framework-project/" title="Make an index file for a Zend Framework project"><img src="http://c1495132.cdn.cloudfiles.rackspacecloud.com/sas7WdkVCvsK0DiZm8ig.jpg" alt="Make an index file for a Zend Framework project" /></a></p>]]></description>
		<link>http://www.techievideos.com/videos/1341/Make-an-index-file-for-a-Zend-Framework-project/</link>
	</item>
	<item>
		<title>Writing a bootstrap file</title>
		<description><![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.<br /><a href="http://www.techievideos.com/videos/1340/Writing-a-bootstrap-file/" title="Writing a bootstrap file"><img src="http://c1495132.cdn.cloudfiles.rackspacecloud.com/2Qt13yJ9AElEV43zxVpN.jpg" alt="Writing a bootstrap file" /></a></p>]]></description>
		<link>http://www.techievideos.com/videos/1340/Writing-a-bootstrap-file/</link>
	</item>
	<item>
		<title>Zend Framework MVC Folders</title>
		<description><![CDATA[<p>Setup a Zend Framework folder structure in under 5 minutes.<br /><a href="http://www.techievideos.com/videos/1339/Zend-Framework-MVC-Folders/" title="Zend Framework MVC Folders"><img src="http://c1495132.cdn.cloudfiles.rackspacecloud.com/kWeB1zBE3Gtv0DKxA025.jpg" alt="Zend Framework MVC Folders" /></a></p>]]></description>
		<link>http://www.techievideos.com/videos/1339/Zend-Framework-MVC-Folders/</link>
	</item>
	<item>
		<title>Zendcasts Technology Overview</title>
		<description><![CDATA[<p>The first Zendcasts video. Getting MAMP ready for a Zend Framework installation on a local machine.<br /><a href="http://www.techievideos.com/videos/1338/Zendcasts-Technology-Overview/" title="Zendcasts Technology Overview"><img src="http://c1495132.cdn.cloudfiles.rackspacecloud.com/NNdNgMojecPoZVj56ynA.jpg" alt="Zendcasts Technology Overview" /></a></p>]]></description>
		<link>http://www.techievideos.com/videos/1338/Zendcasts-Technology-Overview/</link>
	</item>
</channel></rss>