<?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>Jon Lebensold &#187; Video Tutorials</title>
	<atom:link href="http://lebensold.net/category/video-tutorials/feed" rel="self" type="application/rss+xml" />
	<link>http://lebensold.net</link>
	<description>thoughts on web development, technology and media</description>
	<lastBuildDate>Tue, 22 Jun 2010 16:04:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting ready for PHP6</title>
		<link>http://lebensold.net/video-tutorials/getting-ready-for-php6</link>
		<comments>http://lebensold.net/video-tutorials/getting-ready-for-php6#comments</comments>
		<pubDate>Fri, 30 Oct 2009 05:48:44 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Video Tutorials]]></category>
		<category><![CDATA[killersites]]></category>
		<category><![CDATA[Screencasts]]></category>

		<guid isPermaLink="false">http://lebensold.net/?p=369</guid>
		<description><![CDATA[Stefan approached me awhile back to produce a short series of videos on what developers should be expecting as of PHP 5.3+. I try to keep the content of my tutorials in the context of trying to solve a specific problem. The project in this case is a home-grown MVC framework. I've borrowed some of [...]]]></description>
			<content:encoded><![CDATA[<p>Stefan approached me awhile back to produce a short series of videos on what developers should be expecting as of PHP 5.3+. I try to keep the content of my tutorials in the context of trying to solve a specific problem. The project in this case is a home-grown MVC framework. I've borrowed some of the nomenclature from the Zend Framework since I work with it on a regular basis. Hopefully the discussion on PHP namespaces, closures and autoloading will be interesting. Check out <a href="http://www.killerphp.com/articles/getting-into-php6-and-advanced-php-concepts-part-1/">Getting into PHP6 and Advanced PHP Concepts</a> on KillerPHP.</p>
]]></content:encoded>
			<wfw:commentRss>http://lebensold.net/video-tutorials/getting-ready-for-php6/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>new jQuery set launched on KillerPHP</title>
		<link>http://lebensold.net/video-tutorials/new-jquery-set-launched-on-killerphp</link>
		<comments>http://lebensold.net/video-tutorials/new-jquery-set-launched-on-killerphp#comments</comments>
		<pubDate>Sat, 10 Oct 2009 20:01:09 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Video Tutorials]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[killersites]]></category>

		<guid isPermaLink="false">http://lebensold.net/?p=361</guid>
		<description><![CDATA[Stefan's been a terrific resource for my own professional development and I've also had the opportunity to produce videos for his sites, KillerPHP and KillerJavascript. The latest video set will guide the viewer through developing a simple application with jQuery. I try and emphasize the software paradigm rather than building a particular controller since I [...]]]></description>
			<content:encoded><![CDATA[<p>Stefan's been a terrific resource for my own professional development and I've also had the opportunity to produce videos for his sites, KillerPHP and KillerJavascript. The latest video set will guide the viewer through developing a simple application with jQuery. I try and emphasize the software paradigm rather than building a particular controller since I think a strong understanding of the basics of AJAX, JSON and jQuery will put you in a good position to implement any component demanded of you. Towards the end of the video, I discuss how we can serialize objects from PHP into JSON for easy portability between the frontend and backend of your application. Check out the <a href="http://www.killerjavascript.com/beginners-jquery/">beginner jQuery video tutorials</a> on Killer Javascript!</p>
]]></content:encoded>
			<wfw:commentRss>http://lebensold.net/video-tutorials/new-jquery-set-launched-on-killerphp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend MVC Screencasts: Zend Layout, Controller, View and Db</title>
		<link>http://lebensold.net/main/zend-mvc-screencasts-zend-layout-controller-view-and-db</link>
		<comments>http://lebensold.net/main/zend-mvc-screencasts-zend-layout-controller-view-and-db#comments</comments>
		<pubDate>Tue, 25 Mar 2008 21:34:36 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[Video Tutorials]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[main]]></category>

		<guid isPermaLink="false">http://jon.lebensold.ca/development/zend-mvc-screencasts-zend-layout-controller-view-and-db</guid>
		<description><![CDATA[I've put together a couple of Zend screencasts in an effort to explain some core concepts in Zend.  I've entitled the series of three videos Working With Zend MVC and it's available free on Idea22. I've also included a sample project to get you started which you can also download.
Topics Covered:

Zend Framework Folder Structure
Zend_View [...]]]></description>
			<content:encoded><![CDATA[<p>I've put together a couple of Zend screencasts in an effort to explain some core concepts in Zend.  I've entitled the series of three videos <a href="http://idea22.com/video/course/id/c200803256032246355/1">Working With Zend MVC</a> and it's available free on Idea22. I've also included <a href="http://idea22.com/public/attachments/c200803256032246355-StartArticleManager.zip">a sample project to get you started</a> which you can also download.</p>
<h3>Topics Covered:</h3>
<ul>
<li>Zend Framework Folder Structure</li>
<li>Zend_View and it's relationship to Zend_Controller</li>
<li>Zend_Controller and the management of form postbacks</li>
<li>Zend_Db Insert and Fetching rows</li>
<li>using Zend_Layout to build headers and footers using the Zend MVC model</li>
</ul>
<p>I've posted the first video here. Comments are much appreciated! <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="270" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="align" value="center" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="flashVars" value="allowfullscreen=true&amp;logo=http://www.idea22.com/public/swf/i22.png&amp;autostart=false&amp;file=http://www.idea22.com/public/pv/2008032310856324169.flv&amp;image=http://www.idea22.com/public/pv/2008032310856324169.jpg" /><param name="src" value="http://www.idea22.com/public/swf/i22_flv.swf?vv=pv:2008032310856324169:480:270:e" /><embed type="application/x-shockwave-flash" width="480" height="270" src="http://www.idea22.com/public/swf/i22_flv.swf?vv=pv:2008032310856324169:480:270:e" flashvars="allowfullscreen=true&amp;logo=http://www.idea22.com/public/swf/i22.png&amp;autostart=false&amp;file=http://www.idea22.com/public/pv/2008032310856324169.flv&amp;image=http://www.idea22.com/public/pv/2008032310856324169.jpg" allowfullscreen="true" allowscriptaccess="always" align="center"></embed></object><br />
<script type="text/javascript"><!--
google_ad_client = "pub-6788178234188425";
/* 336x280, created 12/12/08 */
google_ad_slot = "2192755389";
google_ad_width = 336;
google_ad_height = 280;
// --></script> <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://lebensold.net/main/zend-mvc-screencasts-zend-layout-controller-view-and-db/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Working on Video Tutorials</title>
		<link>http://lebensold.net/zend/working-on-video-tutorials</link>
		<comments>http://lebensold.net/zend/working-on-video-tutorials#comments</comments>
		<pubDate>Wed, 20 Feb 2008 22:07:57 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[Video Tutorials]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://jon.lebensold.ca/zend/working-on-video-tutorials</guid>
		<description><![CDATA[Lately, I've been recording myself as I'm playing with the soon-to-be-released 1.5 version of the Zend Framework. I'd like to get a handful of tutorials up by next week that will cover:

Setting up a development environment under mac os x
Building a Zend Framework project from scratch using PDT
Handling parameters and PostBack using Zend_Controller
Working with Zend_Layout: [...]]]></description>
			<content:encoded><![CDATA[<p>Lately, I've been recording myself as I'm playing with the soon-to-be-released 1.5 version of the Zend Framework. I'd like to get a handful of tutorials up by next week that will cover:</p>
<ul>
<li>Setting up a development environment under mac os x</li>
<li>Building a Zend Framework project from scratch using PDT</li>
<li>Handling parameters and PostBack using Zend_Controller</li>
<li>Working with Zend_Layout: using placeholders for just-in-time content injection</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://lebensold.net/zend/working-on-video-tutorials/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
