<?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; AJAX</title>
	<atom:link href="http://www.zendcasts.com/tag/ajax/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>Autocomplete Control with ZendX_JQuery</title>
		<link>http://www.zendcasts.com/autocomplete-control-with-zendx_jquery/2010/07/</link>
		<comments>http://www.zendcasts.com/autocomplete-control-with-zendx_jquery/2010/07/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 10:36:09 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[autocomplete]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[zendx]]></category>
		<category><![CDATA[zendx_jquery]]></category>

		<guid isPermaLink="false">http://www.zendcasts.com/?p=353</guid>
		<description><![CDATA[Develop your own jQuery autocomplete control, using a country list, PHP 5.3 and anonymous functions.]]></description>
			<content:encoded><![CDATA[
]]></content:encoded>
			<wfw:commentRss>http://www.zendcasts.com/autocomplete-control-with-zendx_jquery/2010/07/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
<enclosure url="http://zendcasts.com/wp-content/uploads/2010/07/zc59-autocomplete-with-zendx-jquery-iphone.m4v" length="57608851" type="video/x-m4v" />
<enclosure url="http://zendcasts.com/wp-content/uploads/2010/07/zc59-autocomplete-with-zendx-jquery-desktop.mov" length="51799150" type="video/quicktime" />
		</item>
		<item>
		<title>Ajaxify Your Zend_Form Validation with jQuery</title>
		<link>http://www.zendcasts.com/ajaxify-your-zend_form-validation-with-jquery/2010/04/</link>
		<comments>http://www.zendcasts.com/ajaxify-your-zend_form-validation-with-jquery/2010/04/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 20:06:11 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[zend_json]]></category>
		<category><![CDATA[zend_validate]]></category>

		<guid isPermaLink="false">http://www.zendcasts.com/?p=329</guid>
		<description><![CDATA[We&#8217;re going to take what was put together in the last 3 videos and now include some server-side validation that will appear asynchronously. This is an example of using Zend_Form as a validation tool via JSON. Grab a copy of the project or browse the repository. UPDATE: as a couple people have mentioned, you can…]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re going to take what was put together in the last 3 videos and now include some server-side validation that will appear asynchronously. This is an example of using Zend_Form as a validation tool via JSON.</p>
<p>Grab a <a href="http://zendcasts.googlecode.com/svn/trunk/zc52-ajaxify-your-validation-with-jquery/zc52-ajaxify-your-validation-with-jquery.zip">copy of the project</a> or <a href="http://code.google.com/p/zendcasts/source/browse/#svn/trunk/zc52-ajaxify-your-validation-with-jquery">browse the repository</a>.</p>
<p><strong>UPDATE: </strong> as a couple people have mentioned, you can cut down your IndexController even more by using the Zend_Json view helper:<br />
<code><br />
    public function validateformAction()<br />
    {<br />
        $f = new Form_Registration();<br />
        $f->isValid($this->_getAllParams());<br />
        $this->_helper->json($f->getMessages());<br />
    }<br />
</code></p>
<p>Enjoy!</p>

]]></content:encoded>
			<wfw:commentRss>http://www.zendcasts.com/ajaxify-your-zend_form-validation-with-jquery/2010/04/feed/</wfw:commentRss>
		<slash:comments>56</slash:comments>
<enclosure url="http://www.zendcasts.com/wp-content/uploads/2010/04/zc52-ajaxify-your-validation-with-jquery-desktop.mov" length="64083653" type="video/quicktime" />
<enclosure url="http://www.zendcasts.com/wp-content/uploads/2010/04/zc52-ajaxify-your-validation-with-jquery-iphone.m4v" length="67879030" type="video/x-m4v" />
		</item>
		<item>
		<title>Zend View Helpers with AJAX</title>
		<link>http://www.zendcasts.com/zend-view-helpers-with-ajax/2009/03/</link>
		<comments>http://www.zendcasts.com/zend-view-helpers-with-ajax/2009/03/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 16:19:17 +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[jquery]]></category>
		<category><![CDATA[view helpers]]></category>

		<guid isPermaLink="false">http://www.zendcasts.com/?p=146</guid>
		<description><![CDATA[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&#8217;re invoked on the server and called asynchronously via an AJAX request. Feel free to follow along by downloading the project…]]></description>
			<content:encoded><![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&#8217;re invoked on the server and called asynchronously via an AJAX request.</p>
<p>Feel free to follow along by <a rel="attachment wp-att-147" href="http://www.zendcasts.com/zend-view-helpers-with-ajax/2009/03/zendcasts-ep12-13/">downloading the project code</a>.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.zendcasts.com/zend-view-helpers-with-ajax/2009/03/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
<enclosure url="http://www.zendcasts.com/wp-content/uploads/2009/03/zc13-zend_view_helpers_with_ajax-screen.mov" length="59282670" type="video/quicktime" />
<enclosure url="http://www.zendcasts.com/wp-content/uploads/2009/03/zc13-zend_view_helpers_with_ajax-iphone.m4v" length="55021543" type="text/plain" />
<enclosure url="http://www.zendcasts.com/wp-content/uploads/2009/03/zc13-zend_view_helpers_with_ajax-screen.mov" length="59282670" type="video/quicktime" />
<enclosure url="http://www.zendcasts.com/wp-content/uploads/2009/03/zc13-zend_view_helpers_with_ajax-iphone.m4v" length="55021543" type="text/plain" />
		</item>
		<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>Making JSON Objects from Zend_Controllers (Using JQuery)</title>
		<link>http://www.zendcasts.com/making-json-objects-from-zend_controllers-using-jquery/2009/02/</link>
		<comments>http://www.zendcasts.com/making-json-objects-from-zend_controllers-using-jquery/2009/02/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 16:47:25 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[JSON / XML]]></category>
		<category><![CDATA[dto]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[zend_json]]></category>

		<guid isPermaLink="false">http://www.zendcasts.com/?p=134</guid>
		<description><![CDATA[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&#8217;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…]]></description>
			<content:encoded><![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&#8217;ll break them up.</p>
<p>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. </p>
<p>also, download the project file <a href='http://www.zendcasts.com/wp-content/uploads/2009/02/ep11.zip'>for this episode</a>.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.zendcasts.com/making-json-objects-from-zend_controllers-using-jquery/2009/02/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
<enclosure url="http://www.zendcasts.com/wp-content/uploads/2009/02/zc11-jquery-and-json-with-zend-controllers-screen.mov" length="85916047" type="video/quicktime" />
<enclosure url="http://www.zendcasts.com/wp-content/uploads/2009/02/zc11-jquery-and-json-with-zend-controllers-iphone.m4v" length="85908823" type="text/plain" />
		</item>
	</channel>
</rss>

