<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.eeandyou.com/~d/styles/itemcontent.css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
<ttl>60</ttl>
<!-- Automatically feed your weblog name and description to iTunes -->

<!-- You can also autofeed the link to your podcast weblog -->
<title>EE and you (iPhone edition)</title>
<itunes:author>EE and you</itunes:author>
<link>http://eeandyou.com/</link>
<itunes:category text="Technology">
<itunes:category text="Software How-To" />
</itunes:category>
<itunes:summary>Video podcast on how to create websites using ExpressionEngine, a content management system produced by EllisLab.</itunes:summary>
<language>en-us</language>

<copyright>Attribution-Non-Commercial-Share Alike 2.0 UK: England &amp; Wales</copyright>
<itunes:subtitle>Video podcast on how to create websites using ExpressionEngine, a content management system produced by EllisLab.</itunes:subtitle>

<itunes:owner>
<itunes:email>hello@eeandyou.com</itunes:email>
<itunes:name>EE and you</itunes:name>
</itunes:owner>

<!-- This is the image that shows in your iTunes listing -->
<itunes:image href="http://www.example.com/images/podcast_image.jpg" />

<itunes:explicit>no</itunes:explicit>
<!-- 
	This portion starts the actual listing of your podcast episodes. The above
	just gives info on your podcast show. That's why we specify the weblog tag
	here.
-->

<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.eeandyou.com/eeandyou-iphone" /><feedburner:info uri="eeandyou-iphone" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><media:copyright>Attribution-Non-Commercial-Share Alike 2.0 UK: England &amp; Wales</media:copyright><media:thumbnail url="http://www.example.com/images/podcast_image.jpg" /><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Technology/Software How-To</media:category><item>
<!-- Automatically feed the title to iTunes -->
<title>The Weblog Entries Tag</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>EE and you</itunes:author>
<!--
	For this example I'm assuming that you are using EE's custom fields.
	I generally create a custom field for an episode's subtitle, description,
	physical file (a field that only holds your uploaded podcast name), 
	episode size (in bytes), and episode length.
	
	NOTE: For all these fields its important to only use XML friendly entities.
	Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>This week we look at one of the fundamental aspects of ExpressionEngine - the weblog entires tag.
Hold on to your seats - this is more exciting than a room full of the Swedish netball team. Err... well maybe not.</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>This week we look at one of the fundamental aspects of ExpressionEngine - the weblog entires tag.
Hold on to your seats - this is more exciting than a room full of the Swedish netball team. Err... well maybe not.</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mp3. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://eeandyou.com/movies/m4a/480x270/weblog_tag.m4v" length="12850478" type="video/mp4" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid isPermaLink="false">http://eeandyou.com/tutorial/the-weblog-entries-tag/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Mon, 22 Sep 2008 20:30:42 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>10.58</itunes:duration>
<itunes:explicit>no</itunes:explicit>
<itunes:keywords>ExpressionEngine, Web Design, Blogging</itunes:keywords>
<media:content url="http://eeandyou.com/movies/m4a/480x270/weblog_tag.m4v" fileSize="12850478" type="video/mp4" /><description>&lt;img src="http://feeds.feedburner.com/~r/eeandyou-iphone/~4/6ZNFPO8NGVs" height="1" width="1"/&gt;</description><link>http://feeds.eeandyou.com/~r/eeandyou-iphone/~3/6ZNFPO8NGVs/</link><feedburner:origLink>http://eeandyou.com/tutorial/the-weblog-entries-tag/</feedburner:origLink></item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Changing the default theme</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>EE and you</itunes:author>
<!--
	For this example I'm assuming that you are using EE's custom fields.
	I generally create a custom field for an episode's subtitle, description,
	physical file (a field that only holds your uploaded podcast name), 
	episode size (in bytes), and episode length.
	
	NOTE: For all these fields its important to only use XML friendly entities.
	Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>By default ExpressionEngine comes with just one theme. If you don't know HTML and CSS this can be a bit limiting.
In Episode 2 we'll see how there are many themes available and how you can use them on your ExpressionEngine site.</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>By default ExpressionEngine comes with just one theme. If you don't know HTML and CSS this can be a bit limiting.
In Episode 2 we'll see how there are many themes available and how you can use them on your ExpressionEngine site.</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mp3. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://eeandyou.com/movies/m4a/480x270/change_themes.m4v" length="8221168" type="video/mp4" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid isPermaLink="false">http://eeandyou.com/tutorial/changing-the-default-theme/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Tue, 9 Sep 2008 17:27:22 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>5.25</itunes:duration>
<itunes:explicit>no</itunes:explicit>
<itunes:keywords>ExpressionEngine, Web Design, Blogging</itunes:keywords>
<media:content url="http://eeandyou.com/movies/m4a/480x270/change_themes.m4v" fileSize="8221168" type="video/mp4" /><description>&lt;img src="http://feeds.feedburner.com/~r/eeandyou-iphone/~4/YnemmYGLBs4" height="1" width="1"/&gt;</description><link>http://feeds.eeandyou.com/~r/eeandyou-iphone/~3/YnemmYGLBs4/</link><feedburner:origLink>http://eeandyou.com/tutorial/changing-the-default-theme/</feedburner:origLink></item>

<item>
<!-- Automatically feed the title to iTunes -->
<title>Installing ExpressionEngine</title>
<!-- If you have multiple authors you can use a tag or just leave it static -->
<itunes:author>EE and you</itunes:author>
<!--
	For this example I'm assuming that you are using EE's custom fields.
	I generally create a custom field for an episode's subtitle, description,
	physical file (a field that only holds your uploaded podcast name), 
	episode size (in bytes), and episode length.
	
	NOTE: For all these fields its important to only use XML friendly entities.
	Your feed will break if you don't. iTunes is super-strict about this.
-->
<!-- Custom field for episode subtitle. The subtitle appears right next to the
title in iTunes. -->
<itunes:subtitle>Hurray!! Kicking and screaming out of a podcast nappy here is the very first episode! It might be a bit rough round the edges but squeezing this in between client work has been a challenge.

In Episode One we look at how to download and install the free version of ExpressionEngine. In no time you can be up and running with professional blogging software. All without spending a penny.</itunes:subtitle>
<!-- Custom field for episode description. This appears when you click the "i" in iTunes
next to subtitle. -->
<itunes:summary>Hurray!! Kicking and screaming out of a podcast nappy here is the very first episode! It might be a bit rough round the edges but squeezing this in between client work has been a challenge.

In Episode One we look at how to download and install the free version of ExpressionEngine. In no time you can be up and running with professional blogging software. All without spending a penny.</itunes:summary>
<!-- Use the custom physical file field, which should hold only the name of your episode 
to tell iTunes where your file is located. There are other methods. I'm using a simple
one since this is just a template to build off of. 

NOTE: This is assuming you are using iTune's m4a format. If you are using mp3 you'll also
need to change the type value below to mp3. You can find the value on Apple's tech specs 
url posted at the beginning of this template. 

NOTE: You can also insert the size in bytes (see tech specs for format) using a custom
field. There are other methods available, such as a few plugins. But again, this is 
to give you the basics.
-->
<enclosure url="http://eeandyou.com/movies/m4a/480x270/install.m4v" length="10083385" type="video/mp4" />
<!-- url to your episode. I'm using the title permalink but any tag that generates a unique
URL to your episode will do. -->
<guid isPermaLink="false">http://eeandyou.com/tutorial/installing-expressionengine/</guid>
<!-- The date/time stamp for your podcast. Again, iTunes is super-strict about this. If your
date/time stamp is not exactly how Apple wants it your feed will break. -->
<pubDate>Wed, 6 Aug 2008 15:55:48 +00:00</pubDate>
<!-- Insert episode length. -->
<itunes:duration>7.37</itunes:duration>
<itunes:explicit>yes</itunes:explicit>
<itunes:keywords>ExpressionEngine, Web Design, Blogging</itunes:keywords>
<media:content url="http://eeandyou.com/movies/m4a/480x270/install.m4v" fileSize="10083385" type="video/mp4" /><description>&lt;img src="http://feeds.feedburner.com/~r/eeandyou-iphone/~4/oTjJTIIjmy4" height="1" width="1"/&gt;</description><link>http://feeds.eeandyou.com/~r/eeandyou-iphone/~3/oTjJTIIjmy4/</link><feedburner:origLink>http://eeandyou.com/tutorial/installing-expressionengine/</feedburner:origLink></item>
 
<media:credit role="author">EE and you</media:credit><media:rating>nonadult</media:rating><media:description type="plain">Video podcast on how to create websites using ExpressionEngine, a content management system produced by EllisLab.</media:description></channel>
</rss>
