<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

<channel>
	<title>Faceoff Show</title>
	<atom:link href="http://faceoffshow.com/feed/podcast" rel="self" type="application/rss+xml" />
	<link>http://faceoffshow.com</link>
	<description>Your face-to-face web technology podcast.</description>
	<lastBuildDate>Tue, 02 Feb 2010 10:00:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<itunes:summary>Faceoff is your face-to-face web technology podcast. In this podcast Jade Robbins and Mark Sanborn talk about various aspects of web technology such as web development, social media, and web entrepreneurship.</itunes:summary>
	<itunes:subtitle>Your face-to-face web technology podcast.</itunes:subtitle>
	<itunes:author>Jade Robbins and Mark Sanborn</itunes:author>
	<itunes:image href="http://faceoffshow.com/wp-content/uploads/2009/02/faceofflogo.jpg" />
	<image><url>http://faceoffshow.com/wp-content/uploads/2009/02/faceofflogo.jpg</url><title>Faceoff Show</title><link>http://faceoffshow.com</link></image>
	<itunes:category text="Technology" />
	<itunes:category text="Business" />
	<itunes:category text="Education" />
	<itunes:keywords>web, technology, business, entrepeneurship, blogging, programming, development</itunes:keywords>
	<itunes:explicit>no</itunes:explicit>
	<itunes:owner>
		<itunes:name>Jade Robbins and Mark Sanborn</itunes:name>
		<itunes:email>studio@faceoffshow.com</itunes:email>
	</itunes:owner>
			<item>
		<title>Episode 54: Code Review</title>
		<link>http://faceoffshow.com/2010/02/02/episode-54-code-review/</link>
		<comments>http://faceoffshow.com/2010/02/02/episode-54-code-review/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 10:00:08 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[friendpaste]]></category>
		<category><![CDATA[inspections]]></category>
		<category><![CDATA[logmein]]></category>
		<category><![CDATA[pair programming]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=761</guid>
		<description><![CDATA[Code review will decrease your bugs, but is it worth the cost?]]></description>
			<content:encoded><![CDATA[
<p><img class="alignright size-thumbnail wp-image-765" title="code-review" src="http://faceoffshow.com/wp-content/uploads/2010/02/code-review-150x150.jpg" alt="" width="150" height="150" /></p>
<p>Code review will decrease your bugs, but is it worth the cost?</p>
<h3>Geek Tool<span style="font-weight: normal; font-size: 13px;"> </span></h3>
<ul>
<li>00:46 - <a href="http://www.amazon.com/gp/product/B00008ZPJQ?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00008ZPJQ">Logitech Internet Chat Headset</a></li>
</ul>
<h3>Webapps</h3>
<ul>
<li>02:17 - <a href="https://secure.logme in.com/US/products/express/Default.aspx">LogMeIn Express</a> &#8211; Free NAT traversing remote support tool</li>
<li><a id="m7uj" title="https://secure.logmein.com/US/products/express/Default.aspx" href="https://secure.logmein.com/US/products/express/Default.aspx"></a>05:57 &#8211; <a href="http://friendpaste.com">FriendPaste</a> -  Past things to friends and comment on specific lines
<ul>
<li>Submitted by <a href="http://twitter.com/horussky">Cedric Weatherly</a></li>
</ul>
</li>
</ul>
<h3>Topic</h3>
<ul>
<li>09:06 &#8211; Code Review</li>
<li>Why?
<ul>
<li>Memory Leaks</li>
<li>Security vulnerabilities</li>
<li>Usability (DSL)</li>
</ul>
</li>
<li>Programmers tend to not like code review
<ul>
<li>Give your own code out for review to encourage others to do the same</li>
<li>Tempt the programmers ego by saying, &#8220;I dare you to find a fault in this code&#8221;</li>
<li>Try to convince them that code review is not personal.</li>
</ul>
</li>
<li>13:43 &#8211; Two main types
<ul>
<li>Formal Code Review
<ul>
<li>Formal Inspections catch 60% of bugs &#8211; Hewlett Packard</li>
<li>Inspections improve programmer productivity by 20% and typically decrease overall project cost &#8211; <a href="http://www.processimpact.com/articles/seven_truths.html">Wiegers 2002</a></li>
</ul>
</li>
<li>Lightweight Code Review
<ul>
<li>Over the shoulder or &#8220;Walk-Throughs&#8221; &#8211; One developer explains his code to one of his peers, 20-40%</li>
<li>Email pass around &#8211; Automatic email when code is checked in</li>
<li>Pair Programming &#8211; Two developers working together on one computer, 40-60%</li>
<li>Tool-assisted Code review
<ul>
<li><a href="http://faceoffshow.com/2009/06/16/episode-21-clean-code/">Episode 21: Clean Code</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>18:26 &#8211; Pair Programming (<a href="http://faceoffshow.com/2009/02/24/episode-5-scaling-to-hit-it-big/">Episode 5</a>)
<ul>
<li>Keys to success
<ul>
<li>Support pair programming with coding standards</li>
<li>Don&#8217;t let it turn in to watching</li>
<li>Don&#8217;t force pair programming of the easy stuff</li>
<li>Rotate pairs and work assignments regularly</li>
<li>Encourage pairs to match each other&#8217;s pace</li>
<li>Don&#8217;t force people who don&#8217;t get along to pair program</li>
<li>Avoid pairing people together that are new a pair programming</li>
</ul>
</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2010/02/02/episode-54-code-review/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp3/faceoffshow.com/audio/Faceoff-054-CodeReivew.mp3" length="29132455" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;img class=&quot;alignright size-thumbnail wp-image-765&quot; title=&quot;code-review&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2010/02/code-review-150x150.jpg&quot; alt=&quot;&quot; width=&quot;150&quot; height=&quot;150&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Code review will decrease your bugs, but is it worth the cost?&lt;/p&gt;
&lt;h3&gt;Geek Tool&lt;span style=&quot;font-weight: normal; font-size: 13px;&quot;&gt; &lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:46 - &lt;a href=&quot;http://www.amazon.com/gp/product/B00008ZPJQ?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00008ZPJQ&quot;&gt;Logitech Internet Chat Headset&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Webapps&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;02:17 - &lt;a href=&quot;https://secure.logme in.com/US/products/express/Default.aspx&quot;&gt;LogMeIn Express&lt;/a&gt; – Free NAT traversing remote support tool&lt;/li&gt;
&lt;li&gt;&lt;a id=&quot;m7uj&quot; title=&quot;https://secure.logmein.com/US/products/express/Default.aspx&quot; href=&quot;https://secure.logmein.com/US/products/express/Default.aspx&quot;&gt;&lt;/a&gt;05:57 – &lt;a href=&quot;http://friendpaste.com&quot;&gt;FriendPaste&lt;/a&gt; -  Past things to friends and comment on specific lines
&lt;ul&gt;
&lt;li&gt;Submitted by &lt;a href=&quot;http://twitter.com/horussky&quot;&gt;Cedric Weatherly&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Topic&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;09:06 – Code Review&lt;/li&gt;
&lt;li&gt;Why?
&lt;ul&gt;
&lt;li&gt;Memory Leaks&lt;/li&gt;
&lt;li&gt;Security vulnerabilities&lt;/li&gt;
&lt;li&gt;Usability (DSL)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Programmers tend to not like code review
&lt;ul&gt;
&lt;li&gt;Give your own code out for review to encourage others to do the same&lt;/li&gt;
&lt;li&gt;Tempt the programmers ego by saying, “I dare you to find a fault in this code”&lt;/li&gt;
&lt;li&gt;Try to convince them that code review is not personal.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;13:43 – Two main types
&lt;ul&gt;
&lt;li&gt;Formal Code Review
&lt;ul&gt;
&lt;li&gt;Formal Inspections catch 60% of bugs – Hewlett Packard&lt;/li&gt;
&lt;li&gt;Inspections improve programmer productivity by 20% and typically decrease overall project cost – &lt;a href=&quot;http://www.processimpact.com/articles/seven_truths.html&quot;&gt;Wiegers 2002&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Lightweight Code Review
&lt;ul&gt;
&lt;li&gt;Over the shoulder or “Walk-Throughs” – One developer explains his code to one of his peers, 20-40%&lt;/li&gt;
&lt;li&gt;Email pass around – Automatic email when code is checked in&lt;/li&gt;
&lt;li&gt;Pair Programming – Two developers working together on one computer, 40-60%&lt;/li&gt;
&lt;li&gt;Tool-assisted Code review
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://faceoffshow.com/2009/06/16/episode-21-clean-code/&quot;&gt;Episode 21: Clean Code&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;18:26 – Pair Programming (&lt;a href=&quot;http://faceoffshow.com/2009/02/24/episode-5-scaling-to-hit-it-big/&quot;&gt;Episode 5&lt;/a&gt;)
&lt;ul&gt;
&lt;li&gt;Keys to success
&lt;ul&gt;
&lt;li&gt;Support pair programming with coding standards&lt;/li&gt;
&lt;li&gt;Don’t let it turn in to watching&lt;/li&gt;
&lt;li&gt;Don’t force pair programming of the easy stuff&lt;/li&gt;
&lt;li&gt;Rotate pairs and work assignments regularly&lt;/li&gt;
&lt;li&gt;Encourage pairs to match each other’s pace&lt;/li&gt;
&lt;li&gt;Don’t force people who don’t get along to pair program&lt;/li&gt;
&lt;li&gt;Avoid pairing people together that are new a pair programming&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>Code review will decrease your bugs, but is it worth the cost?</itunes:subtitle>
<itunes:author>Faceoff</itunes:author>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 53: Evidence Based Web Development</title>
		<link>http://faceoffshow.com/2010/01/26/episode-53-evidence-based-web-development/</link>
		<comments>http://faceoffshow.com/2010/01/26/episode-53-evidence-based-web-development/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 10:00:24 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[followbase]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[posterous]]></category>
		<category><![CDATA[split]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=741</guid>
		<description><![CDATA[Knowing what works on your website is critical. Here are some tools to help you find evidence of what works best.
Geek Tool
 
 
02:15 &#8211; Gorillapod - Flexible camera tripod

Webapps

04:47 &#8211; Posterous &#8211; Create a place for your &#8220;stuff&#8221; with only an email.

Tip from Ryan Heimbuch


08:33 - FollowBase &#8211; Listing of companies that provide support via twitter

Topic

11:26 &#8211; Evidence Based [...]]]></description>
			<content:encoded><![CDATA[
<p><img class="alignright size-thumbnail wp-image-747" title="OrderStatistics" src="http://faceoffshow.com/wp-content/uploads/2010/01/OrderStatistics-150x150.gif" alt="" width="150" height="150" />Knowing what works on your website is critical. Here are some tools to help you find evidence of what works best.</p>
<h3>Geek Tool<a href="http://faceoffshow.com/wp-content/uploads/2010/01/OrderStatistics.gif"></a></h3>
<p><a href="http://faceoffshow.com/wp-content/uploads/2010/01/OrderStatistics.gif"> </a></p>
<ul><a href="http://faceoffshow.com/wp-content/uploads/2010/01/OrderStatistics.gif"> </a></p>
<li><a href="http://faceoffshow.com/wp-content/uploads/2010/01/OrderStatistics.gif">02:15 &#8211; </a><a href="http://www.amazon.com/gp/product/B000EVSLRO?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000EVSLRO">Gorillapod</a> - Flexible camera tripod</li>
</ul>
<h3>Webapps</h3>
<ul>
<li>04:47 &#8211; <a href="http://posterous.com/">Posterous</a> &#8211; Create a place for your &#8220;stuff&#8221; with only an email.
<ul>
<li>Tip from <a href="http://twitter.com/rheimbuch">Ryan Heimbuch</a></li>
</ul>
</li>
<li>08:33 - <a href="http://followbase.com">FollowBase</a> &#8211; Listing of companies that provide support via twitter</li>
</ul>
<h3>Topic</h3>
<ul>
<li>11:26 &#8211; Evidence Based Web Development
<ul>
<li>Split (A/B) Testing</li>
<li>Tools
<ul>
<li><a href="http://www.google.com/websiteoptimizer/b/index.html">Google Website Optimizer</a></li>
<li><a href="http://www.marksanborn.net/uncategorized/rotate-ads-with-php/">PHP Script</a></li>
<li><a href="http://bitbucket.org/akoha/django-lean/wiki/Home">Django plugin</a> for split testing</li>
</ul>
</li>
<li>Tests to get you started
<ul>
<li>Headline</li>
<li>Sub-headline</li>
<li>Opening paragraph</li>
<li>Call to action</li>
<li>Submit buttons</li>
<li>Colors</li>
<li>Check similar sites in your industry and try similar elements</li>
</ul>
</li>
<li>Knowing when you are finished
<ul>
<li>If the result of page A was 20 conversions, and the result of page B was 30 conversions, then the difference between the two is 10.</li>
<li>The sum of the two results is 50</li>
<li>The square root of that sum is 7 (rounded down)</li>
<li>The difference (10) is greater than the square root of the sum (7), so the result <strong>is statistically significant</strong>.</li>
</ul>
</li>
</ul>
<ul>
<li><span style="font-family: Verdana, Arial, Helvetica, sans-serif;">Companies that primarily use split testing</span>
<ul>
<li><span style="font-family: Verdana, Arial, Helvetica, sans-serif;">Amazon.com</span></li>
<li><span style="font-family: Verdana, Arial, Helvetica, sans-serif;">Google</span></li>
<li><span style="font-family: Verdana, Arial, Helvetica, sans-serif;">Intuit</span></li>
<li><span style="font-family: Verdana, Arial, Helvetica, sans-serif;">Microsoft</span></li>
<li><span style="font-family: Verdana, Arial, Helvetica, sans-serif;">Ebay</span></li>
<li><span style="font-family: Verdana, Arial, Helvetica, sans-serif;">Yahoo</span></li>
</ul>
</li>
</ul>
<ul>
<li><span style="font-family: Arial;"><a href="http://www.grokdotcom.com/2008/02/26/amazon-shopping-cart/">Analysis of Amazons add to cart button over the years</a></span></li>
<li><span style="font-family: Arial;">Top Google designer <a href="http://stopdesign.com/archive/2009/03/20/goodbye-google.html">shows criticism of the amount of engineering Google puts into its designs</a></span></li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2010/01/26/episode-53-evidence-based-web-development/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp3/faceoffshow.com/audio/Faceoff-053-EvidenceBasedWebDevelopment.mp3" length="30040459" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;img class=&quot;alignright size-thumbnail wp-image-747&quot; title=&quot;OrderStatistics&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2010/01/OrderStatistics-150x150.gif&quot; alt=&quot;&quot; width=&quot;150&quot; height=&quot;150&quot; /&gt;Knowing what works on your website is critical. Here are some tools to help you find evidence of what works best.&lt;/p&gt;
&lt;h3&gt;Geek Tool&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2010/01/OrderStatistics.gif&quot;&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2010/01/OrderStatistics.gif&quot;&gt; &lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2010/01/OrderStatistics.gif&quot;&gt; &lt;/a&gt;&lt;/p&gt;
&lt;li&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2010/01/OrderStatistics.gif&quot;&gt;02:15 – &lt;/a&gt;&lt;a href=&quot;http://www.amazon.com/gp/product/B000EVSLRO?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000EVSLRO&quot;&gt;Gorillapod&lt;/a&gt; - Flexible camera tripod&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Webapps&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;04:47 – &lt;a href=&quot;http://posterous.com/&quot;&gt;Posterous&lt;/a&gt; – Create a place for your “stuff” with only an email.
&lt;ul&gt;
&lt;li&gt;Tip from &lt;a href=&quot;http://twitter.com/rheimbuch&quot;&gt;Ryan Heimbuch&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;08:33 - &lt;a href=&quot;http://followbase.com&quot;&gt;FollowBase&lt;/a&gt; – Listing of companies that provide support via twitter&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Topic&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;11:26 – Evidence Based Web Development
&lt;ul&gt;
&lt;li&gt;Split (A/B) Testing&lt;/li&gt;
&lt;li&gt;Tools
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.google.com/websiteoptimizer/b/index.html&quot;&gt;Google Website Optimizer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.marksanborn.net/uncategorized/rotate-ads-with-php/&quot;&gt;PHP Script&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://bitbucket.org/akoha/django-lean/wiki/Home&quot;&gt;Django plugin&lt;/a&gt; for split testing&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Tests to get you started
&lt;ul&gt;
&lt;li&gt;Headline&lt;/li&gt;
&lt;li&gt;Sub-headline&lt;/li&gt;
&lt;li&gt;Opening paragraph&lt;/li&gt;
&lt;li&gt;Call to action&lt;/li&gt;
&lt;li&gt;Submit buttons&lt;/li&gt;
&lt;li&gt;Colors&lt;/li&gt;
&lt;li&gt;Check similar sites in your industry and try similar elements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Knowing when you are finished
&lt;ul&gt;
&lt;li&gt;If the result of page A was 20 conversions, and the result of page B was 30 conversions, then the difference between the two is 10.&lt;/li&gt;
&lt;li&gt;The sum of the two results is 50&lt;/li&gt;
&lt;li&gt;The square root of that sum is 7 (rounded down)&lt;/li&gt;
&lt;li&gt;The difference (10) is greater than the square root of the sum (7), so the result &lt;strong&gt;is statistically significant&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif;&quot;&gt;Companies that primarily use split testing&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif;&quot;&gt;Amazon.com&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif;&quot;&gt;Google&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif;&quot;&gt;Intuit&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif;&quot;&gt;Microsoft&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif;&quot;&gt;Ebay&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, Arial, [...]</itunes:summary>
<itunes:subtitle>Knowing what works on your website is critical. Here are some tools to help you find evidence of what works best.
Geek Tool
 
 
02:15 – Gorillapod - Flexible camera tripod

Webapps

04:47 – Posterous – Create a place for your “stuff” [...]</itunes:subtitle>
<itunes:author>Faceoff</itunes:author>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 52: Web Tips for Small Businesses</title>
		<link>http://faceoffshow.com/2010/01/19/episode-52-web-tips-for-small-businesses/</link>
		<comments>http://faceoffshow.com/2010/01/19/episode-52-web-tips-for-small-businesses/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 10:00:22 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[emyth]]></category>
		<category><![CDATA[hallwaytesting]]></category>
		<category><![CDATA[mindmeister]]></category>
		<category><![CDATA[omnigraffle]]></category>
		<category><![CDATA[showmewhatswrong.com]]></category>
		<category><![CDATA[smallbusiness]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=729</guid>
		<description><![CDATA[As a small business it&#8217;s important not to shoot yourself in the foot when it comes to the web.
Geek Tool

01:54 - E-Myth &#8211; Why Most Small Businesses Don&#8217;t Work and What to Do About It

Webapps

04:06 - ShowMeWhatsWrong.com &#8211; Quick way to have family and friends show you what is wrong so you can help them fix it
08:43 [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://faceoffshow.com/wp-content/uploads/2010/01/bunny.jpg"><img class="alignright size-thumbnail wp-image-732" title="bunny" src="http://faceoffshow.com/wp-content/uploads/2010/01/bunny-150x150.jpg" alt="" width="150" height="150" /></a>As a small business it&#8217;s important not to shoot yourself in the foot when it comes to the web.</p>
<h3>Geek Tool</h3>
<ul>
<li>01:54 - <a href="http://www.amazon.com/gp/product/0887307280?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0887307280">E-Myth &#8211; Why Most Small Businesses Don&#8217;t Work and What to Do About It</a></li>
</ul>
<h3>Webapps</h3>
<ul>
<li>04:06 - <a id="zjl1" title="ShowMeWhatsWrong.com" href="http://showmewhatswrong.com">ShowMeWhatsWrong.com</a> &#8211; Quick way to have family and friends show you what is wrong so you can help them fix it</li>
<li>08:43 - <a id="fy1s" title="http://cacoo.com/" href="http://cacoo.com/">http://cacoo.com/</a> &#8211; Collaborative web-based diagram software
<ul>
<li><a href="http://www.mindmeister.com/">Mindmeister</a> &#8211; Online collaborative brain mapping</li>
<li><a href="http://www.omnigroup.com/applications/OmniGraffle/">OmniGraffle</a> &#8211; Mac based diagram software</li>
</ul>
</li>
</ul>
<h3>Topic</h3>
<ul>
<li>11:53 &#8211; Creating a web presence for small businesses</li>
<li>Do&#8217;s
<ul>
<li>Do your homework</li>
<li>Look at your peers</li>
<li>User studies
<ul>
<li><a href="http://www.useit.com/alertbox/anybody-usability.html">Anyone can do Usability</a></li>
</ul>
</li>
<li><a href="http://www.joelonsoftware.com/articles/fog0000000043.html">Hallway Testing</a></li>
<li>Spend some money
<ul>
<li>Hire a freelancer - <a href="http://jobs.freelanceswitch.com/">http://jobs.freelanceswitch.com/</a></li>
</ul>
</li>
<li>Stick with useful content
<ul>
<li>Get rid of useless widgets</li>
<li>Stick with content that provides real value</li>
</ul>
</li>
</ul>
</li>
<li>What does your audience want?
<ul>
<li>Just your hours?</li>
<li>Content about your field (blog)</li>
<li>If you don&#8217;t need it, don&#8217;t do it</li>
</ul>
</li>
<li>Use your domain name in your email address</li>
<li>Don&#8217;ts
<ul>
<li>Do not do your own web development</li>
<li>Overuse Flash and other &#8220;flashy&#8221; technologies</li>
<li>Don&#8217;t use email addresses like: bussiness@gmail.com</li>
<li>Social Media
<ul>
<li>Facebook Fan page</li>
<li>Twitter</li>
<li>Youtube</li>
<li>Setup search queries through Twitter</li>
</ul>
</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2010/01/19/episode-52-web-tips-for-small-businesses/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp3/faceoffshow.com/audio/Faceoff-052-WebTipsForSmallBusinesses.mp3" length="31479085" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2010/01/bunny.jpg&quot;&gt;&lt;img class=&quot;alignright size-thumbnail wp-image-732&quot; title=&quot;bunny&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2010/01/bunny-150x150.jpg&quot; alt=&quot;&quot; width=&quot;150&quot; height=&quot;150&quot; /&gt;&lt;/a&gt;As a small business it’s important not to shoot yourself in the foot when it comes to the web.&lt;/p&gt;
&lt;h3&gt;Geek Tool&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;01:54 - &lt;a href=&quot;http://www.amazon.com/gp/product/0887307280?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0887307280&quot;&gt;E-Myth – Why Most Small Businesses Don’t Work and What to Do About It&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Webapps&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;04:06 - &lt;a id=&quot;zjl1&quot; title=&quot;ShowMeWhatsWrong.com&quot; href=&quot;http://showmewhatswrong.com&quot;&gt;ShowMeWhatsWrong.com&lt;/a&gt; – Quick way to have family and friends show you what is wrong so you can help them fix it&lt;/li&gt;
&lt;li&gt;08:43 - &lt;a id=&quot;fy1s&quot; title=&quot;http://cacoo.com/&quot; href=&quot;http://cacoo.com/&quot;&gt;http://cacoo.com/&lt;/a&gt; – Collaborative web-based diagram software
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.mindmeister.com/&quot;&gt;Mindmeister&lt;/a&gt; – Online collaborative brain mapping&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.omnigroup.com/applications/OmniGraffle/&quot;&gt;OmniGraffle&lt;/a&gt; – Mac based diagram software&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Topic&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;11:53 – Creating a web presence for small businesses&lt;/li&gt;
&lt;li&gt;Do’s
&lt;ul&gt;
&lt;li&gt;Do your homework&lt;/li&gt;
&lt;li&gt;Look at your peers&lt;/li&gt;
&lt;li&gt;User studies
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.useit.com/alertbox/anybody-usability.html&quot;&gt;Anyone can do Usability&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.joelonsoftware.com/articles/fog0000000043.html&quot;&gt;Hallway Testing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Spend some money
&lt;ul&gt;
&lt;li&gt;Hire a freelancer - &lt;a href=&quot;http://jobs.freelanceswitch.com/&quot;&gt;http://jobs.freelanceswitch.com/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Stick with useful content
&lt;ul&gt;
&lt;li&gt;Get rid of useless widgets&lt;/li&gt;
&lt;li&gt;Stick with content that provides real value&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;What does your audience want?
&lt;ul&gt;
&lt;li&gt;Just your hours?&lt;/li&gt;
&lt;li&gt;Content about your field (blog)&lt;/li&gt;
&lt;li&gt;If you don’t need it, don’t do it&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Use your domain name in your email address&lt;/li&gt;
&lt;li&gt;Don’ts
&lt;ul&gt;
&lt;li&gt;Do not do your own web development&lt;/li&gt;
&lt;li&gt;Overuse Flash and other “flashy” technologies&lt;/li&gt;
&lt;li&gt;Don’t use email addresses like: bussiness@gmail.com&lt;/li&gt;
&lt;li&gt;Social Media
&lt;ul&gt;
&lt;li&gt;Facebook Fan page&lt;/li&gt;
&lt;li&gt;Twitter&lt;/li&gt;
&lt;li&gt;Youtube&lt;/li&gt;
&lt;li&gt;Setup search queries through Twitter&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>As a small business it’s important not to shoot yourself in the foot when it comes to the web.
Geek Tool

01:54 - E-Myth – Why Most Small Businesses Don’t Work and What to Do About It

Webapps

04:06 - ShowMeWhatsWrong.com – Quick way to [...]</itunes:subtitle>
<itunes:author>Faceoff</itunes:author>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 51: CES Recap</title>
		<link>http://faceoffshow.com/2010/01/12/episode-51-ces-recap/</link>
		<comments>http://faceoffshow.com/2010/01/12/episode-51-ces-recap/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 10:00:18 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[asus]]></category>
		<category><![CDATA[boxee]]></category>
		<category><![CDATA[ces]]></category>
		<category><![CDATA[eyefi]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[lg]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[motorola]]></category>
		<category><![CDATA[msi]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[powermat]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=704</guid>
		<description><![CDATA[Faceoff goes to the Consumer Electronics Show in Las Vegas!
Topic

00:41 &#8211; First Conference

Badges
Transportation
People
Different Rooms
Keynotes
Parties


07:43 &#8211; Trends

3D
Thin Televisions
Netbooks
Small/All-In-Ones


17:36 &#8211; Booths

Microsoft 

Surface
360


Intel

Cube Display
Netbooks Galore


MSI / ASUS

All-in-one form factor


Motorola 

Droid
Blur


LG
Powermat
Nvidia / Boxee
Eyefi


Other Interesting Products

Underwater TV
Airdrone
USB flip power
Putty cleaner
Otter box
Tellysense
i2stream





Pictures of CES
Check out our pictures of CES.
]]></description>
			<content:encoded><![CDATA[
<p><a href="http://faceoffshow.com/wp-content/uploads/2010/01/ces.jpg"><img class="alignright size-full wp-image-706" title="ces" src="http://faceoffshow.com/wp-content/uploads/2010/01/ces.jpg" alt="" width="150" height="95" /></a>Faceoff goes to the Consumer Electronics Show in Las Vegas!</p>
<h3>Topic</h3>
<ul>
<li>00:41 &#8211; First Conference
<ul>
<li>Badges</li>
<li>Transportation</li>
<li>People</li>
<li>Different Rooms</li>
<li>Keynotes</li>
<li>Parties</li>
</ul>
</li>
<li>07:43 &#8211; Trends
<ul>
<li>3D</li>
<li>Thin Televisions</li>
<li>Netbooks</li>
<li>Small/All-In-Ones</li>
</ul>
</li>
<li>17:36 &#8211; Booths
<ul>
<li><a title="Microsoft at CES 2010" href="http://www.microsoft.com/presspass/events/ces/">Microsoft </a>
<ul>
<li>Surface</li>
<li>360</li>
</ul>
</li>
<li><a title="Intel at CES 2010" href="http://www.intel.com/pressroom/kits/events/ces2010/index.htm">Intel</a>
<ul>
<li>Cube Display</li>
<li>Netbooks Galore</li>
</ul>
</li>
<li><a title="MSI CES 2010 Press Release" href="http://www.msi.com/index.php?func=newsdesc&amp;news_no=908">MSI</a> / <a title="Asus at CES 2010" href="http://www.asus.com/News.aspx?N_ID=ZKwRY8Vdou3yhQuG">ASUS</a>
<ul>
<li>All-in-one form factor</li>
</ul>
</li>
<li><a title="Motorola at CES" href="http://mediacenter.motorola.com/content/detail.aspx?ReleaseID=12221&amp;NewsAreaID=17">Motorola </a>
<ul>
<li>Droid</li>
<li>Blur</li>
</ul>
</li>
<li><a title="LG CES" href="http://www.lge.com/us/ces/press/index.jsp">LG</a></li>
<li><a title="Powermat CES 2010 Press Release" href="http://viewer.zoho.com/docs/hVBcv">Powermat</a></li>
<li><a title="Nvidia CES" href="http://www.nvidia.com/object/ces2010.html">Nvidia</a> / <a title="Boxee Blog" href="http://blog.boxee.tv">Boxee</a></li>
<li><a title="Eyefi Press Release" href="http://www.eye.fi/press-releases/eye-fi-unveils-next-generation-experience-and-the-worlds-most-advanced-memory-card">Eyefi</a></li>
</ul>
<ul>
<li>Other Interesting Products
<ul>
<li>Underwater TV</li>
<li>Airdrone</li>
<li>USB flip power</li>
<li>Putty cleaner</li>
<li>Otter box</li>
<li>Tellysense</li>
<li>i2stream</li>
</ul>
</li>
</ul>
</li>
</ul>
<h3>Pictures of CES</h3>
<p>Check out our <a title="Faceoff CES Pictures" href="http://picasaweb.google.com/faceoffpodcast/CESPics">pictures of CES</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2010/01/12/episode-51-ces-recap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp3/faceoffshow.com/audio/Faceoff-051-CesRecap.mp3" length="35330008" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2010/01/ces.jpg&quot;&gt;&lt;img class=&quot;alignright size-full wp-image-706&quot; title=&quot;ces&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2010/01/ces.jpg&quot; alt=&quot;&quot; width=&quot;150&quot; height=&quot;95&quot; /&gt;&lt;/a&gt;Faceoff goes to the Consumer Electronics Show in Las Vegas!&lt;/p&gt;
&lt;h3&gt;Topic&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:41 – First Conference
&lt;ul&gt;
&lt;li&gt;Badges&lt;/li&gt;
&lt;li&gt;Transportation&lt;/li&gt;
&lt;li&gt;People&lt;/li&gt;
&lt;li&gt;Different Rooms&lt;/li&gt;
&lt;li&gt;Keynotes&lt;/li&gt;
&lt;li&gt;Parties&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;07:43 – Trends
&lt;ul&gt;
&lt;li&gt;3D&lt;/li&gt;
&lt;li&gt;Thin Televisions&lt;/li&gt;
&lt;li&gt;Netbooks&lt;/li&gt;
&lt;li&gt;Small/All-In-Ones&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;17:36 – Booths
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Microsoft at CES 2010&quot; href=&quot;http://www.microsoft.com/presspass/events/ces/&quot;&gt;Microsoft &lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Surface&lt;/li&gt;
&lt;li&gt;360&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Intel at CES 2010&quot; href=&quot;http://www.intel.com/pressroom/kits/events/ces2010/index.htm&quot;&gt;Intel&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Cube Display&lt;/li&gt;
&lt;li&gt;Netbooks Galore&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;MSI CES 2010 Press Release&quot; href=&quot;http://www.msi.com/index.php?func=newsdesc&amp;news_no=908&quot;&gt;MSI&lt;/a&gt; / &lt;a title=&quot;Asus at CES 2010&quot; href=&quot;http://www.asus.com/News.aspx?N_ID=ZKwRY8Vdou3yhQuG&quot;&gt;ASUS&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;All-in-one form factor&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Motorola at CES&quot; href=&quot;http://mediacenter.motorola.com/content/detail.aspx?ReleaseID=12221&amp;NewsAreaID=17&quot;&gt;Motorola &lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Droid&lt;/li&gt;
&lt;li&gt;Blur&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;LG CES&quot; href=&quot;http://www.lge.com/us/ces/press/index.jsp&quot;&gt;LG&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Powermat CES 2010 Press Release&quot; href=&quot;http://viewer.zoho.com/docs/hVBcv&quot;&gt;Powermat&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Nvidia CES&quot; href=&quot;http://www.nvidia.com/object/ces2010.html&quot;&gt;Nvidia&lt;/a&gt; / &lt;a title=&quot;Boxee Blog&quot; href=&quot;http://blog.boxee.tv&quot;&gt;Boxee&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Eyefi Press Release&quot; href=&quot;http://www.eye.fi/press-releases/eye-fi-unveils-next-generation-experience-and-the-worlds-most-advanced-memory-card&quot;&gt;Eyefi&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Other Interesting Products
&lt;ul&gt;
&lt;li&gt;Underwater TV&lt;/li&gt;
&lt;li&gt;Airdrone&lt;/li&gt;
&lt;li&gt;USB flip power&lt;/li&gt;
&lt;li&gt;Putty cleaner&lt;/li&gt;
&lt;li&gt;Otter box&lt;/li&gt;
&lt;li&gt;Tellysense&lt;/li&gt;
&lt;li&gt;i2stream&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Pictures of CES&lt;/h3&gt;
&lt;p&gt;Check out our &lt;a title=&quot;Faceoff CES Pictures&quot; href=&quot;http://picasaweb.google.com/faceoffpodcast/CESPics&quot;&gt;pictures of CES&lt;/a&gt;.&lt;/p&gt;
</itunes:summary>
<itunes:subtitle>Faceoff goes to the Consumer Electronics Show in Las Vegas!
Topic

00:41 – First Conference

Badges
Transportation
People
Different Rooms
Keynotes
Parties


07:43 – Trends

3D
Thin Televisions
Netbooks
Small/All-In-Ones


17:36 – [...]</itunes:subtitle>
<itunes:author>Faceoff</itunes:author>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 50: A Year in Reflection</title>
		<link>http://faceoffshow.com/2010/01/05/episode-50-a-year-in-reflection/</link>
		<comments>http://faceoffshow.com/2010/01/05/episode-50-a-year-in-reflection/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 10:00:25 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[bitbucket]]></category>
		<category><![CDATA[ces]]></category>
		<category><![CDATA[code complete]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[google docks]]></category>
		<category><![CDATA[latitude]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ping.fm]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Redbull]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[tdd]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=693</guid>
		<description><![CDATA[Faceoff is excited to celebrate our 50th episode! Thank you to all who listened and all who helped!
News/Follow-Ups

00:37 &#8211; CES and Faceoff&#8217;s 50th Episode

Geek Tool

02:09 &#8211; Code Complete &#8211; Complete guide to programming any language.

Webapps

04:03 &#8211; Our Favorite Webapps

Mint
Ping.fm
Dropbox
Latitude
Twitter
Github
Bitbucket
Google Docs



Topic

16:13 &#8211; Year in Review

Red Bull Cola
Super Mario Galaxy &#38; Modern Warefare 2
Ruby and Rails
Git
REST
MVC
TDD and [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://www.flickr.com/photos/clevercupcakes/2347174689/sizes/o/"><img class="alignright size-medium wp-image-698" title="2347174689_406cf3970e_o" src="http://faceoffshow.com/wp-content/uploads/2010/01/2347174689_406cf3970e_o-300x226.jpg" alt="" width="180" height="136" /></a>Faceoff is excited to celebrate our 50th episode! Thank you to all who listened and all who helped!</p>
<h3>News/Follow-Ups</h3>
<ul>
<li>00:37 &#8211; CES and Faceoff&#8217;s 50th Episode</li>
</ul>
<h3>Geek Tool</h3>
<ul>
<li>02:09 &#8211; <a href="http://www.amazon.com/gp/product/0735619670?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0735619670">Code Complete</a> &#8211; Complete guide to programming any language.</li>
</ul>
<h3>Webapps</h3>
<ul>
<li>04:03 &#8211; Our Favorite Webapps
<ul>
<li><a href="http://www.mint.com/">Mint</a></li>
<li><a href="http://ping.fm/">Ping.fm</a></li>
<li><a href="https://www.dropbox.com/">Dropbox</a></li>
<li><a href="http://www.google.com/latitude/intro.html">Latitude</a></li>
<li><a href="http://twitter.com">Twitter</a></li>
<li><a href="https://github.com/">Github</a></li>
<li><a href="http://bitbucket.org/">Bitbucket</a></li>
<li><a href="http://bitbucket.org/">Google Docs</a></li>
</ul>
</li>
</ul>
<h3>Topic</h3>
<ul>
<li>16:13 &#8211; Year in Review
<ul>
<li>Red Bull Cola</li>
<li><a href="http://www.amazon.com/gp/product/B000FQ9QVI?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000FQ9QVI">Super Mario Galaxy</a> &amp; <a href="http://www.amazon.com/gp/product/B00267S2A0?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00267S2A0">Modern Warefare 2</a></li>
<li><a href="http://rubyonrails.org/">Ruby and Rails</a></li>
<li><a href="http://git-scm.com/">Git</a></li>
<li><a href="http://en.wikipedia.org/wiki/Representational_State_Transfer">REST</a></li>
<li><a href="http://en.wikipedia.org/wiki/Model–view–controller">MVC</a></li>
<li><a href="http://en.wikipedia.org/wiki/Test-driven_development">TDD</a> and <a href="http://en.wikipedia.org/wiki/Unit_testing">Unit tests</a></li>
<li>Distributed SCM</li>
<li><a href="http://www.python.org/">Python</a>, <a href="http://www.perl.org/">Perl</a>, <a href="http://www.ruby-lang.org/en/">Ruby</a> and OO <a href="http://php.net/index.php">PHP</a></li>
</ul>
</li>
<li>31:28 &#8211; Resolutions
<ul>
<li>Focus on existing projects</li>
<li>Faceoff promotion</li>
</ul>
</li>
</ul>
<p><strong>Special Thanks to:</strong></p>
<ul>
<li><a href="http://eriwen.com/">Eric Wendelin</a></li>
<li><a href="http://theredhoodie.com">Rob Lund</a></li>
<li><a href="http://davidwalsh.name">David Walsh</a></li>
<li><a href="http://twitter.com/_pol">Pol Lovett</a></li>
<li><a href="http://twitter.com/hm2k">HM2k</a></li>
<li><a href="http://tygertown.us">Tyhge Vallard</a></li>
<li>Dave De Vos from Antwerp Belgium</li>
<li><a href="http://twitter.com/vasily_m">Vasily</a></li>
</ul>
<p><strong>Call to action!</strong></p>
<p>Please call in or comment below your suggestions of things we need to cover at <a href="http://www.cesweb.org/">CES</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2010/01/05/episode-50-a-year-in-reflection/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp3/faceoffshow.com/audio/Faceoff-050-AYearInReflection.mp3" length="34083381" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/clevercupcakes/2347174689/sizes/o/&quot;&gt;&lt;img class=&quot;alignright size-medium wp-image-698&quot; title=&quot;2347174689_406cf3970e_o&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2010/01/2347174689_406cf3970e_o-300x226.jpg&quot; alt=&quot;&quot; width=&quot;180&quot; height=&quot;136&quot; /&gt;&lt;/a&gt;Faceoff is excited to celebrate our 50th episode! Thank you to all who listened and all who helped!&lt;/p&gt;
&lt;h3&gt;News/Follow-Ups&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:37 – CES and Faceoff’s 50th Episode&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Geek Tool&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;02:09 – &lt;a href=&quot;http://www.amazon.com/gp/product/0735619670?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0735619670&quot;&gt;Code Complete&lt;/a&gt; – Complete guide to programming any language.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Webapps&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;04:03 – Our Favorite Webapps
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.mint.com/&quot;&gt;Mint&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://ping.fm/&quot;&gt;Ping.fm&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.dropbox.com/&quot;&gt;Dropbox&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.google.com/latitude/intro.html&quot;&gt;Latitude&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://twitter.com&quot;&gt;Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/&quot;&gt;Github&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://bitbucket.org/&quot;&gt;Bitbucket&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://bitbucket.org/&quot;&gt;Google Docs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Topic&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;16:13 – Year in Review
&lt;ul&gt;
&lt;li&gt;Red Bull Cola&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/gp/product/B000FQ9QVI?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000FQ9QVI&quot;&gt;Super Mario Galaxy&lt;/a&gt; &amp; &lt;a href=&quot;http://www.amazon.com/gp/product/B00267S2A0?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00267S2A0&quot;&gt;Modern Warefare 2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://rubyonrails.org/&quot;&gt;Ruby and Rails&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://git-scm.com/&quot;&gt;Git&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Representational_State_Transfer&quot;&gt;REST&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Model–view–controller&quot;&gt;MVC&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Test-driven_development&quot;&gt;TDD&lt;/a&gt; and &lt;a href=&quot;http://en.wikipedia.org/wiki/Unit_testing&quot;&gt;Unit tests&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Distributed SCM&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.python.org/&quot;&gt;Python&lt;/a&gt;, &lt;a href=&quot;http://www.perl.org/&quot;&gt;Perl&lt;/a&gt;, &lt;a href=&quot;http://www.ruby-lang.org/en/&quot;&gt;Ruby&lt;/a&gt; and OO &lt;a href=&quot;http://php.net/index.php&quot;&gt;PHP&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;31:28 – Resolutions
&lt;ul&gt;
&lt;li&gt;Focus on existing projects&lt;/li&gt;
&lt;li&gt;Faceoff promotion&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Special Thanks to:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://eriwen.com/&quot;&gt;Eric Wendelin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://theredhoodie.com&quot;&gt;Rob Lund&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://davidwalsh.name&quot;&gt;David Walsh&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://twitter.com/_pol&quot;&gt;Pol Lovett&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a [...]</itunes:summary>
<itunes:subtitle>Faceoff is excited to celebrate our 50th episode! Thank you to all who listened and all who helped!
News/Follow-Ups

00:37 – CES and Faceoff’s 50th Episode

Geek Tool

02:09 – Code Complete – Complete guide to programming any [...]</itunes:subtitle>
<itunes:author>Faceoff</itunes:author>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 49: Best Practices Part 2</title>
		<link>http://faceoffshow.com/2009/12/29/episode-49-best-practices-part-2/</link>
		<comments>http://faceoffshow.com/2009/12/29/episode-49-best-practices-part-2/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 10:00:52 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[bug tracking]]></category>
		<category><![CDATA[build process]]></category>
		<category><![CDATA[hallway testing]]></category>
		<category><![CDATA[hunch]]></category>
		<category><![CDATA[integration testing]]></category>
		<category><![CDATA[killawatt]]></category>
		<category><![CDATA[nocturnl]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=668</guid>
		<description><![CDATA[
Getting a hunch, eating late, and more software development best practices.

News/Follow-Ups

00:37 &#8211; CES and Faceoff&#8217;s 50th Episode

Geek Tool

01:04 - P3 International Killawatt

Webapps

03:32 - Hunch &#8211; Answer questions and this app will give you it&#8217;s best &#8220;hunches&#8221; at an answer.
06:02 &#8211; Nocturnl &#8211; Find places to eat late at night!

Topic

Software Development Best Practices

09:55 - Unit testing
14:46 &#8211; Integration testing
16:34 &#8211; One [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://faceoffshow.com/wp-content/uploads/2009/12/blueprint.jpg"></a></p>
<p>Getting a hunch, eating late, and more software development best practices.<br />
<img class="alignright size-thumbnail wp-image-680" title="blueprint" src="http://faceoffshow.com/wp-content/uploads/2009/12/blueprint-150x150.jpg" alt="" width="150" height="150" /></p>
<h3>News/Follow-Ups</h3>
<ul>
<li>00:37 &#8211; CES and Faceoff&#8217;s 50th Episode</li>
</ul>
<h3>Geek Tool</h3>
<ul>
<li>01:04 - <a href="http://www.amazon.com/gp/product/B00009MDBU?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00009MDBU">P3 International Killawatt</a></li>
</ul>
<h3>Webapps</h3>
<ul>
<li>03:32 - <a href="http://hunch.com">Hunch</a> &#8211; Answer questions and this app will give you it&#8217;s best &#8220;hunches&#8221; at an answer.</li>
<li><a id="kgyi" title="http://hunch.com" href="http://hunch.com"></a>06:02 &#8211; <a href="http://noctur.nl">Nocturnl</a> &#8211; Find places to eat late at night!</li>
</ul>
<h3>Topic</h3>
<ul>
<li>Software Development Best Practices
<ul>
<li>09:55 - Unit testing</li>
<li>14:46 &#8211; Integration testing</li>
<li>16:34 &#8211; One step build process</li>
</ul>
<ul>
<li>19:08 &#8211; Bug tracking/database</li>
<li>21:54 &#8211; Fixing bugs before writing new code</li>
<li>22:36 &#8211; Development Schedule</li>
<li>24:49 &#8211; Program specification</li>
<li>27:08 &#8211; Hallway testing
<ul>
<li><a title="Jakob Nielsen (usability consultant)" href="http://en.wikipedia.org/wiki/Jakob_Nielsen_(usability_consultant)">Jakob Nielsen Study</a></li>
</ul>
</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/12/29/episode-49-best-practices-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-049-BestPracticesPart2.mp3" length="28404132" type="audio/mpeg" />
	<itunes:summary>&lt;p&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2009/12/blueprint.jpg&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Getting a hunch, eating late, and more software development best practices.&lt;br /&gt;
&lt;img class=&quot;alignright size-thumbnail wp-image-680&quot; title=&quot;blueprint&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/12/blueprint-150x150.jpg&quot; alt=&quot;&quot; width=&quot;150&quot; height=&quot;150&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;News/Follow-Ups&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:37 – CES and Faceoff’s 50th Episode&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Geek Tool&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;01:04 - &lt;a href=&quot;http://www.amazon.com/gp/product/B00009MDBU?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00009MDBU&quot;&gt;P3 International Killawatt&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Webapps&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;03:32 - &lt;a href=&quot;http://hunch.com&quot;&gt;Hunch&lt;/a&gt; – Answer questions and this app will give you it’s best “hunches” at an answer.&lt;/li&gt;
&lt;li&gt;&lt;a id=&quot;kgyi&quot; title=&quot;http://hunch.com&quot; href=&quot;http://hunch.com&quot;&gt;&lt;/a&gt;06:02 – &lt;a href=&quot;http://noctur.nl&quot;&gt;Nocturnl&lt;/a&gt; – Find places to eat late at night!&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Topic&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Software Development Best Practices
&lt;ul&gt;
&lt;li&gt;09:55 - Unit testing&lt;/li&gt;
&lt;li&gt;14:46 – Integration testing&lt;/li&gt;
&lt;li&gt;16:34 – One step build process&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;19:08 – Bug tracking/database&lt;/li&gt;
&lt;li&gt;21:54 – Fixing bugs before writing new code&lt;/li&gt;
&lt;li&gt;22:36 – Development Schedule&lt;/li&gt;
&lt;li&gt;24:49 – Program specification&lt;/li&gt;
&lt;li&gt;27:08 – Hallway testing
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Jakob Nielsen (usability consultant)&quot; href=&quot;http://en.wikipedia.org/wiki/Jakob_Nielsen_(usability_consultant)&quot;&gt;Jakob Nielsen Study&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>
Getting a hunch, eating late, and more software development best practices.

News/Follow-Ups

00:37 – CES and Faceoff’s 50th Episode

Geek Tool

01:04 - P3 International Killawatt

Webapps

03:32 - Hunch – Answer questions and this app [...]</itunes:subtitle>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 48: Best Practices</title>
		<link>http://faceoffshow.com/2009/12/22/episode-48-best-practices/</link>
		<comments>http://faceoffshow.com/2009/12/22/episode-48-best-practices/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 10:00:13 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[ces]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[etherpad]]></category>
		<category><![CDATA[evernote]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[Google Voice]]></category>
		<category><![CDATA[instant jury]]></category>
		<category><![CDATA[keurig]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[tweetcall]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=665</guid>
		<description><![CDATA[Faceoff&#8217;s 50th episode is coming up fast, are you ready? We also talk fast coffee and best practices for web developers.
News/Follow-Ups

00:25 &#8211; CES and Faceoff&#8217;s 50th Episode
04:02 &#8211; Evernote released an Android App
07:39 &#8211; Etherpad bought by Google, opens it&#8217;s source code

Geek Tool

 10:40 &#8211; Keurig B30 Mini Brewer

Keurig K-Cup Reusable Coffee Filter



Webapps

14:22 &#8211; TweetCall [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://faceoffshow.com/wp-content/uploads/2009/12/84707813_c888ce86d9_b.jpg"><img class="alignright size-medium wp-image-672" title="84707813_c888ce86d9_b" src="http://faceoffshow.com/wp-content/uploads/2009/12/84707813_c888ce86d9_b-300x300.jpg" alt="" width="220" height="220" /></a>Faceoff&#8217;s 50th episode is coming up fast, are you ready? We also talk fast coffee and best practices for web developers.</p>
<h3>News/Follow-Ups</h3>
<ul>
<li>00:25 &#8211; CES and Faceoff&#8217;s 50th Episode</li>
<li>04:02 &#8211; Evernote released an Android App</li>
<li>07:39 &#8211; Etherpad bought by Google, opens it&#8217;s source code</li>
</ul>
<h3>Geek Tool</h3>
<ul>
<li> 10:40 &#8211; <a href="http://www.amazon.com/gp/product/B001CU195W?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001CU195W">Keurig B30 Mini Brewer</a>
<ul>
<li><a href="http://www.amazon.com/gp/product/B000DLB2FI?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000DLB2FI">Keurig K-Cup Reusable Coffee Filter</a></li>
</ul>
</li>
</ul>
<h3>Webapps</h3>
<ul>
<li>14:22 &#8211; <a href="http://tweetcall.com">TweetCall</a> &#8211; Call in your Tweets
<ul>
<li><a href="http://lifehacker.com/5424188/donate-google-voice-transcriptions-for-better-results">Donate your Voicemails to Google Voice</a></li>
</ul>
</li>
<li>15:58 &#8211; <a href="http ://www.instantjury.com">Instant Jury</a> &#8211; Let strangers settle your disputes</li>
</ul>
<h3>Topic</h3>
<ul>
<li>19:04 &#8211; Development Workflow and Best Practices (requested by <a href="http://twitter.com/mhendersonco">mhendersonco</a>)
<ul>
<li>Version control
<ul>
<li><a href="http://subversion.tigris.org/">Subversion</a></li>
<li><a href="http://git-scm.com/">Git</a></li>
<li><a href="http://mercurial.selenic.com/">Mercurial</a></li>
</ul>
</li>
<li>Documentation</li>
<li>Commenting code</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/12/22/episode-48-best-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-048-BestPractices.mp3" length="30252305" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2009/12/84707813_c888ce86d9_b.jpg&quot;&gt;&lt;img class=&quot;alignright size-medium wp-image-672&quot; title=&quot;84707813_c888ce86d9_b&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/12/84707813_c888ce86d9_b-300x300.jpg&quot; alt=&quot;&quot; width=&quot;220&quot; height=&quot;220&quot; /&gt;&lt;/a&gt;Faceoff’s 50th episode is coming up fast, are you ready? We also talk fast coffee and best practices for web developers.&lt;/p&gt;
&lt;h3&gt;News/Follow-Ups&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:25 – CES and Faceoff’s 50th Episode&lt;/li&gt;
&lt;li&gt;04:02 – Evernote released an Android App&lt;/li&gt;
&lt;li&gt;07:39 – Etherpad bought by Google, opens it’s source code&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Geek Tool&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt; 10:40 – &lt;a href=&quot;http://www.amazon.com/gp/product/B001CU195W?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001CU195W&quot;&gt;Keurig B30 Mini Brewer&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/gp/product/B000DLB2FI?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000DLB2FI&quot;&gt;Keurig K-Cup Reusable Coffee Filter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Webapps&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;14:22 – &lt;a href=&quot;http://tweetcall.com&quot;&gt;TweetCall&lt;/a&gt; – Call in your Tweets
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://lifehacker.com/5424188/donate-google-voice-transcriptions-for-better-results&quot;&gt;Donate your Voicemails to Google Voice&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;15:58 – &lt;a href=&quot;http ://www.instantjury.com&quot;&gt;Instant Jury&lt;/a&gt; – Let strangers settle your disputes&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Topic&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;19:04 – Development Workflow and Best Practices (requested by &lt;a href=&quot;http://twitter.com/mhendersonco&quot;&gt;mhendersonco&lt;/a&gt;)
&lt;ul&gt;
&lt;li&gt;Version control
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://subversion.tigris.org/&quot;&gt;Subversion&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://git-scm.com/&quot;&gt;Git&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://mercurial.selenic.com/&quot;&gt;Mercurial&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Documentation&lt;/li&gt;
&lt;li&gt;Commenting code&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>Faceoff’s 50th episode is coming up fast, are you ready? We also talk fast coffee and best practices for web developers.
News/Follow-Ups

00:25 – CES and Faceoff’s 50th Episode
04:02 – Evernote released an Android App
07:39 – Etherpad [...]</itunes:subtitle>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 47: CMS Showdown Part 2</title>
		<link>http://faceoffshow.com/2009/12/15/episode-47-cms-showdown-part-2/</link>
		<comments>http://faceoffshow.com/2009/12/15/episode-47-cms-showdown-part-2/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 10:00:13 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[concrete5]]></category>
		<category><![CDATA[cushycms]]></category>
		<category><![CDATA[expressionengine]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[modx]]></category>
		<category><![CDATA[movieclips]]></category>
		<category><![CDATA[siteleaf]]></category>
		<category><![CDATA[themeleon]]></category>
		<category><![CDATA[typolight]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=655</guid>
		<description><![CDATA[
Part two of our CMS showdown. After hashing through the popular CMSs, we now dive into the lesser-known (but equally useful) products.
Webapps

00:54 - Themeleon &#8211; Theme your twitter profile.
03:06 &#8211; Movieclips.com &#8211; Search for your favorite movie clips.

Topics

05:48 &#8211; The Alternative CMSs

CushyCMS &#8211; Super simple CMS
Concrete5 &#8211; Like cushy but local, in place editing


typolight &#8211; Follows [...]]]></description>
			<content:encoded><![CDATA[
<p><img class="alignright size-thumbnail wp-image-659" title="Chair" src="http://faceoffshow.com/wp-content/uploads/2009/12/Chair1-150x150.jpg" alt="Chair" width="150" height="150" /></p>
<p>Part two of our CMS showdown. After hashing through the popular CMSs, we now dive into the lesser-known (but equally useful) products.</p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>00:54 - <a title="Themeleon" href="http://www.colourlovers.com/themeleon/ twitter">Themeleon</a> &#8211; Theme your twitter profile.</li>
<li>03:06 &#8211; <a title="MovieClips" href="http://movieclips.com">Movieclips.com</a> &#8211; Search for your favorite movie clips.</li>
</ul>
<p><strong>Topics</strong></p>
<ul>
<li>05:48 &#8211; The Alternative CMSs
<ul>
<li><a href="http://www. cushycms.com/">CushyCMS</a> &#8211; Super simple CMS</li>
<li><a href="http://www.concre te5.org/">Concrete5</a> &#8211; Like cushy but local, in place editing</li>
</ul>
<ul>
<li><a href="http://www.typolight.org/">typolight</a> &#8211; Follows the wordpress model of pages and sub-pages</li>
</ul>
<ul>
<li><a href="http://modxcms.com/">Modx</a> &#8211; Framework and CMS focused on Ajax</li>
</ul>
<ul>
<li><a href="http://expressionengine.com/">ExpressionEngine</a> &#8211; Nice CMS with option of paid support</li>
</ul>
<ul>
<li><a href="http://www.magentoco mmerce.com/">Magento</a> -  CMS Especially built for ecommerce sites</li>
</ul>
<ul>
<li><a href="http://www.siteleaf.com/">Siteleaf</a> &#8211; Someone please send us an invite!</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/12/15/episode-47-cms-showdown-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-047-CmsShowdownPart2.mp3" length="24351531" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;img class=&quot;alignright size-thumbnail wp-image-659&quot; title=&quot;Chair&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/12/Chair1-150x150.jpg&quot; alt=&quot;Chair&quot; width=&quot;150&quot; height=&quot;150&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Part two of our CMS showdown. After hashing through the popular CMSs, we now dive into the lesser-known (but equally useful) products.&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:54 - &lt;a title=&quot;Themeleon&quot; href=&quot;http://www.colourlovers.com/themeleon/ twitter&quot;&gt;Themeleon&lt;/a&gt; – Theme your twitter profile.&lt;/li&gt;
&lt;li&gt;03:06 – &lt;a title=&quot;MovieClips&quot; href=&quot;http://movieclips.com&quot;&gt;Movieclips.com&lt;/a&gt; – Search for your favorite movie clips.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Topics&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;05:48 – The Alternative CMSs
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www. cushycms.com/&quot;&gt;CushyCMS&lt;/a&gt; – Super simple CMS&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.concre te5.org/&quot;&gt;Concrete5&lt;/a&gt; – Like cushy but local, in place editing&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.typolight.org/&quot;&gt;typolight&lt;/a&gt; – Follows the wordpress model of pages and sub-pages&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://modxcms.com/&quot;&gt;Modx&lt;/a&gt; – Framework and CMS focused on Ajax&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://expressionengine.com/&quot;&gt;ExpressionEngine&lt;/a&gt; – Nice CMS with option of paid support&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.magentoco mmerce.com/&quot;&gt;Magento&lt;/a&gt; -  CMS Especially built for ecommerce sites&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.siteleaf.com/&quot;&gt;Siteleaf&lt;/a&gt; – Someone please send us an invite!&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>
Part two of our CMS showdown. After hashing through the popular CMSs, we now dive into the lesser-known (but equally useful) products.
Webapps

00:54 - Themeleon – Theme your twitter profile.
03:06 – Movieclips.com – Search for your [...]</itunes:subtitle>
<itunes:author>Faceoff</itunes:author>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 46: CMS Showdown Part 1</title>
		<link>http://faceoffshow.com/2009/12/08/episode-46-cms-showdown-part-1/</link>
		<comments>http://faceoffshow.com/2009/12/08/episode-46-cms-showdown-part-1/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 10:00:00 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[freemypdf]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=641</guid>
		<description><![CDATA[Managing content can be a daunting task, but luckily there are great content management systems out there to help you do it.
Webapps

 01:04 &#8211; Freemypdf.com &#8211; Remove PDF printing and other restrictions
03:33 &#8211; List of Mnemonics

Topics

05:56 &#8211; CMSs

 The Big Three

 Wordpress

 By far the most used CMS

 202 Million websites worldwide
 Extremely large plugin [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://faceoffshow.com/wp-content/uploads/2009/12/main-content-management-image.jpg"><img class="alignright size-thumbnail wp-image-647" title="main-content-management-image" src="http://faceoffshow.com/wp-content/uploads/2009/12/main-content-management-image-150x150.jpg" alt="main-content-management-image" width="150" height="150" /></a>Managing content can be a daunting task, but luckily there are great content management systems out there to help you do it.</p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li> 01:04 &#8211; <a href="http://freemypdf.com/">Freemypdf.com</a> &#8211; Remove PDF printing and other restrictions</li>
<li>03:33 &#8211; <a id="qugz" title="http://www.eudesign.com/mnems/_mnframe.htm" href="http://www.eudesign.com/mnems/_mnframe.htm">List of Mnemonics</a></li>
</ul>
<p><strong>Topics</strong></p>
<ul>
<li>05:56 &#8211; CMSs
<ul>
<li> The Big Three
<ul>
<li><a title="Wordpress" href="http://wordpress.org" target="_blank"> Wordpress</a>
<ul>
<li> By far the most used CMS
<ul>
<li> 202 Million websites worldwide</li>
<li> Extremely large plugin database</li>
</ul>
</li>
<li> Big Names
<ul>
<li> TechCrunch</li>
<li> Yahoo&#8217;s Corporate blog</li>
<li> Ebay&#8217;s Blog</li>
<li> Mozilla</li>
<li> CNN</li>
<li> Faceoff Show</li>
</ul>
</li>
</ul>
</li>
<li> <a title="Drupal" href="http://drupal.com/" target="_blank">Drupal </a>
<ul>
<li> MVC based</li>
<li> Big Names
<ul>
<li> Whitehouse.gov</li>
<li> economist.com</li>
<li> Ubuntu.com</li>
</ul>
</li>
</ul>
</li>
<li> <a title="Joomla" href="http://www.joomla.org/" target="_blank">Joomla </a>
<ul>
<li> MVC based</li>
<li> Big names
<ul>
<li> laweekly.com</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/12/08/episode-46-cms-showdown-part-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-046-CmsShowdownPart1.mp3" length="28454960" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2009/12/main-content-management-image.jpg&quot;&gt;&lt;img class=&quot;alignright size-thumbnail wp-image-647&quot; title=&quot;main-content-management-image&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/12/main-content-management-image-150x150.jpg&quot; alt=&quot;main-content-management-image&quot; width=&quot;150&quot; height=&quot;150&quot; /&gt;&lt;/a&gt;Managing content can be a daunting task, but luckily there are great content management systems out there to help you do it.&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt; 01:04 – &lt;a href=&quot;http://freemypdf.com/&quot;&gt;Freemypdf.com&lt;/a&gt; – Remove PDF printing and other restrictions&lt;/li&gt;
&lt;li&gt;03:33 – &lt;a id=&quot;qugz&quot; title=&quot;http://www.eudesign.com/mnems/_mnframe.htm&quot; href=&quot;http://www.eudesign.com/mnems/_mnframe.htm&quot;&gt;List of Mnemonics&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Topics&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;05:56 – CMSs
&lt;ul&gt;
&lt;li&gt; The Big Three
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Wordpress&quot; href=&quot;http://wordpress.org&quot; target=&quot;_blank&quot;&gt; Wordpress&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt; By far the most used CMS
&lt;ul&gt;
&lt;li&gt; 202 Million websites worldwide&lt;/li&gt;
&lt;li&gt; Extremely large plugin database&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; Big Names
&lt;ul&gt;
&lt;li&gt; TechCrunch&lt;/li&gt;
&lt;li&gt; Yahoo’s Corporate blog&lt;/li&gt;
&lt;li&gt; Ebay’s Blog&lt;/li&gt;
&lt;li&gt; Mozilla&lt;/li&gt;
&lt;li&gt; CNN&lt;/li&gt;
&lt;li&gt; Faceoff Show&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; &lt;a title=&quot;Drupal&quot; href=&quot;http://drupal.com/&quot; target=&quot;_blank&quot;&gt;Drupal &lt;/a&gt;
&lt;ul&gt;
&lt;li&gt; MVC based&lt;/li&gt;
&lt;li&gt; Big Names
&lt;ul&gt;
&lt;li&gt; Whitehouse.gov&lt;/li&gt;
&lt;li&gt; economist.com&lt;/li&gt;
&lt;li&gt; Ubuntu.com&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; &lt;a title=&quot;Joomla&quot; href=&quot;http://www.joomla.org/&quot; target=&quot;_blank&quot;&gt;Joomla &lt;/a&gt;
&lt;ul&gt;
&lt;li&gt; MVC based&lt;/li&gt;
&lt;li&gt; Big names
&lt;ul&gt;
&lt;li&gt; laweekly.com&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>Managing content can be a daunting task, but luckily there are great content management systems out there to help you do it.
Webapps

 01:04 – Freemypdf.com – Remove PDF printing and other restrictions
03:33 – List of Mnemonics

Topics

05:56 [...]</itunes:subtitle>
<itunes:author>Faceoff</itunes:author>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 45: Christmas List for Geeks</title>
		<link>http://faceoffshow.com/2009/12/01/episode-45-christmas-list-for-geeks/</link>
		<comments>http://faceoffshow.com/2009/12/01/episode-45-christmas-list-for-geeks/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 10:00:36 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[annoyatron]]></category>
		<category><![CDATA[belkin]]></category>
		<category><![CDATA[colorhat]]></category>
		<category><![CDATA[drobo]]></category>
		<category><![CDATA[eyefi]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[invisible shield]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[lacie]]></category>
		<category><![CDATA[load2all]]></category>
		<category><![CDATA[logitech]]></category>
		<category><![CDATA[nook]]></category>
		<category><![CDATA[stapler]]></category>
		<category><![CDATA[thinkgeek]]></category>
		<category><![CDATA[wikireader]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=627</guid>
		<description><![CDATA[Looking for gifts for your fellow geek friends or ideas to implant in your spouse/parents heads, look no further.
News and Follow-Ups

01:22 &#8211; Another Time Tracker &#8211; http://colorhat.com/home

Webapps

 05:17 &#8211; Load2all &#8211; Upload to a bunch of file sharing websites

Topics

07:46 &#8211; Christmas Geek Gifts

Stuffers

Made By Humans, Eco Staple Free Stapler, Desktop Stapler, Silver (451)
 Annoy-a-tron
Insibile shield
RockStar [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://faceoffshow.com/wp-content/uploads/2009/11/lg_xmasstory_santa.jpg"><img class="alignright size-thumbnail wp-image-635" title="lg_xmasstory_santa" src="http://faceoffshow.com/wp-content/uploads/2009/11/lg_xmasstory_santa-150x150.jpg" alt="lg_xmasstory_santa" width="150" height="150" /></a>Looking for gifts for your fellow geek friends or ideas to implant in your spouse/parents heads, look no further.</p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>01:22 &#8211; Another Time Tracker &#8211; <a id="t5sm" title="http://colorhat.com/home" href="http://colorhat.com/home">http://colorhat.com/home</a></li>
</ul>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li> 05:17 &#8211; <a href="http://www.load2all.com">Load2all</a> &#8211; Upload to a bunch of file sharing websites</li>
</ul>
<p><strong>Topics</strong></p>
<ul>
<li>07:46 &#8211; Christmas Geek Gifts
<ul>
<li>Stuffers
<ul>
<li><a href="http://www.amazon.com/gp/product/B000OV5D1Q?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000OV5D1Q">Made By Humans, Eco Staple Free Stapler, Desktop Stapler, Silver (451)</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=as2&amp;o=1&amp;a=B000OV5D1Q" border="0" alt="" width="1" height="1" /></li>
<li> <a href="http://www.thinkgeek.com/gadgets/b278/">Annoy-a-tron</a></li>
<li><a href="http://www.zagg.com/">Insibile shield</a></li>
<li><a href="http://www.sciam.com/slideshow.cfm?id=2008-sciam-gadget-guide&amp;thumbs=horizontal&amp;photo_id=AC6C15EF-05FB-D897-1FBB152E73B0A03D">RockStar miniplug splitter</a></li>
<li><a href="http://www.amazon.com/gp/product/B0016IXEWG?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0016IXEWG">Belkin Mini Surge 3OUT Wall Mount 75K  918J with USB Charger</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=as2&amp;o=1&amp;a=B0016IXEWG" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/B000RYSU7O?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000RYSU7O">Scosche Dual USB Car Charger</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=as2&amp;o=1&amp;a=B000RYSU7O" border="0" alt="" width="1" height="1" /></li>
</ul>
</li>
<li> <a id="gx1d" title="Popcornhour.com" href="http://www.popcornhour.com/">Popcornhour.com</a></li>
<li><a href="http://www.amazon.com/gp/product/0735619670?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0735619670">Code Complete: A Practical Handbook of Software Construction</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=as2&amp;o=1&amp;a=0735619670" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/B000HCT12O?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000HCT12O">Logitech MX Revolution Cordless Laser Mouse (Black)</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=as2&amp;o=1&amp;a=B000HCT12O" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/B000IMSK8Y?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000IMSK8Y">Logitech Harmony 670 Universal Remote</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=as2&amp;o=1&amp;a=B000IMSK8Y" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/B002BH4PRO?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B002BH4PRO">HP Mini 110-1020NR 10.1-Inch Netbook &#8211; Up to 3.5 Hours of Battery Life</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=as2&amp;o=1&amp;a=B002BH4PRO" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/B0015T963C?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0015T963C">Kindle Wireless Reading Device (6</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=as2&amp;o=1&amp;a=B0015T963C" border="0" alt="" width="1" height="1" /></li>
<li> <a href="http://www.barnesandnoble.com/nook/">Nook</a> (Jan. 11th, 2010)</li>
<li><a href="http://www.amazon.com/gp/product/B001CZ9ZEE?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001CZ9ZEE">Data Robotics Drobo 4-Bay USB 2.0/FireWire 800 SATA Storage Array DR04DD10</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=as2&amp;o=1&amp;a=B001CZ9ZEE" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/B00077AA5Q?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00077AA5Q">La Crosse Technology BC-9009 AlphaPower Battery Charger</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=as2&amp;o=1&amp;a=B00077AA5Q" border="0" alt="" width="1" height="1" /></li>
<li> Subscriptions
<ul>
<li> <a href="https://www.dropbox.com/pricing">Dropbox</a></li>
<li> <a href="http://www.xbox.com/en-US/live">Xbox Live</a></li>
<li><a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2F&amp;tag=faceoff-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">Amazon</a><img style="border:none !important; margin:0px !important;" src="https://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" /></li>
<li> <a href="http://netflix.com">Netflix</a></li>
</ul>
</li>
<li><a href="http://www.amazon.com/gp/product/B001V7XPSA?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001V7XPSA">LaCie iamakey 8 GB USB 2.0 Flash Drive 130870</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=as2&amp;o=1&amp;a=B001V7XPSA" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26x%3D0%26ref_%3Dnb%255Fss%26y%3D0%26field-keywords%3Dfujitsu%2520scansnap%26url%3Dsearch-alias%253Daps&amp;tag=faceoff-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">Document Scanners</a><img style="border:none !important; margin:0px !important;" src="https://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/B001AD0TGG?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001AD0TGG">Eye-Fi Share 2 GB Wi-Fi SD Flash Memory Card EYE-FI-2GB-B</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=as2&amp;o=1&amp;a=B001AD0TGG" border="0" alt="" width="1" height="1" /></li>
<li> <a href="http://thewikireader.com">WikiReader</a> &#8211; Take wikipedia with you EVERYWHERE!<a id="ikwn" title="http://thewikireader.com/index.html" href="http://thewikireader.com/index.html"> </a></li>
</ul>
</li>
</ul>
<p>What do YOU want for Christmas?  Leave us a comment or voice mail at: <strong>31-WEB-2-TECH</strong> (319-322-8324)</p>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/12/01/episode-45-christmas-list-for-geeks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-045-ChristmasListForGeeks.mp3" length="38874681" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2009/11/lg_xmasstory_santa.jpg&quot;&gt;&lt;img class=&quot;alignright size-thumbnail wp-image-635&quot; title=&quot;lg_xmasstory_santa&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/11/lg_xmasstory_santa-150x150.jpg&quot; alt=&quot;lg_xmasstory_santa&quot; width=&quot;150&quot; height=&quot;150&quot; /&gt;&lt;/a&gt;Looking for gifts for your fellow geek friends or ideas to implant in your spouse/parents heads, look no further.&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;01:22 – Another Time Tracker – &lt;a id=&quot;t5sm&quot; title=&quot;http://colorhat.com/home&quot; href=&quot;http://colorhat.com/home&quot;&gt;http://colorhat.com/home&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt; 05:17 – &lt;a href=&quot;http://www.load2all.com&quot;&gt;Load2all&lt;/a&gt; – Upload to a bunch of file sharing websites&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Topics&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;07:46 – Christmas Geek Gifts
&lt;ul&gt;
&lt;li&gt;Stuffers
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/gp/product/B000OV5D1Q?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000OV5D1Q&quot;&gt;Made By Humans, Eco Staple Free Stapler, Desktop Stapler, Silver (451)&lt;/a&gt;&lt;img style=&quot;border:none !important; margin:0px !important;&quot; src=&quot;http://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=as2&amp;o=1&amp;a=B000OV5D1Q&quot; border=&quot;0&quot; alt=&quot;&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;&lt;/li&gt;
&lt;li&gt; &lt;a href=&quot;http://www.thinkgeek.com/gadgets/b278/&quot;&gt;Annoy-a-tron&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.zagg.com/&quot;&gt;Insibile shield&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.sciam.com/slideshow.cfm?id=2008-sciam-gadget-guide&amp;thumbs=horizontal&amp;photo_id=AC6C15EF-05FB-D897-1FBB152E73B0A03D&quot;&gt;RockStar miniplug splitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/gp/product/B0016IXEWG?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0016IXEWG&quot;&gt;Belkin Mini Surge 3OUT Wall Mount 75K  918J with USB Charger&lt;/a&gt;&lt;img style=&quot;border:none !important; margin:0px !important;&quot; src=&quot;http://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=as2&amp;o=1&amp;a=B0016IXEWG&quot; border=&quot;0&quot; alt=&quot;&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/gp/product/B000RYSU7O?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000RYSU7O&quot;&gt;Scosche Dual USB Car Charger&lt;/a&gt;&lt;img style=&quot;border:none !important; margin:0px !important;&quot; src=&quot;http://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=as2&amp;o=1&amp;a=B000RYSU7O&quot; border=&quot;0&quot; alt=&quot;&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; &lt;a id=&quot;gx1d&quot; title=&quot;Popcornhour.com&quot; href=&quot;http://www.popcornhour.com/&quot;&gt;Popcornhour.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/gp/product/0735619670?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0735619670&quot;&gt;Code Complete: A Practical Handbook of Software Construction&lt;/a&gt;&lt;img style=&quot;border:none !important; margin:0px !important;&quot; src=&quot;http://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=as2&amp;o=1&amp;a=0735619670&quot; border=&quot;0&quot; alt=&quot;&quot; width=&quot;1&quot; height=&quot;1&quot; [...]</itunes:summary>
<itunes:subtitle>Looking for gifts for your fellow geek friends or ideas to implant in your spouse/parents heads, look no further.
News and Follow-Ups

01:22 – Another Time Tracker – http://colorhat.com/home

Webapps

 05:17 – Load2all – Upload to a bunch [...]</itunes:subtitle>
<itunes:author>Faceoff</itunes:author>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 44: Grid CSS Frameworks</title>
		<link>http://faceoffshow.com/2009/11/24/episode-44-grid-css-frameworks/</link>
		<comments>http://faceoffshow.com/2009/11/24/episode-44-grid-css-frameworks/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 10:00:58 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[960]]></category>
		<category><![CDATA[blueprint]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[locafollow]]></category>
		<category><![CDATA[yast]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=616</guid>
		<description><![CDATA[A comparison of the three major grid based CSS frameworks.
News and Follow-Ups

01:14 &#8211; Thanks to all of our great listeners

Tyhge Vallard
Dave De Vos from Antwerp Belgium



Webapps

 02:54 &#8211; Yast &#8211; Track your time.
05:23 &#8211; LocaFollow &#8211; Find Tweeters in your area.

Topics

CSS Frameworks

13:03 &#8211; Blueprint
19:33 &#8211; 960 Grid System
23:58 &#8211; YUI CSS



]]></description>
			<content:encoded><![CDATA[
<p><a href="http://faceoffshow.com/wp-content/uploads/2009/11/grid.jpg"><img class="alignright size-thumbnail wp-image-619" title="grid" src="http://faceoffshow.com/wp-content/uploads/2009/11/grid-150x150.jpg" alt="grid" width="150" height="150" /></a>A comparison of the three major grid based CSS frameworks.</p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>01:14 &#8211; Thanks to all of our great listeners
<ul>
<li><a href="http://tygertown.us">Tyhge Vallard</a></li>
<li>Dave De Vos from Antwerp Belgium</li>
</ul>
</li>
</ul>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li> 02:54 &#8211; <a href="http://yast.com">Yast</a> &#8211; Track your time.</li>
<li>05:23 &#8211; <a href="http://www.locafollow.com/">LocaFollow</a> &#8211; Find Tweeters in your area.</li>
</ul>
<p><strong>Topics</strong></p>
<ul>
<li>CSS Frameworks
<ul>
<li>13:03 &#8211; <a href="http://www.blueprintcss.org/">Blueprint</a></li>
<li>19:33 &#8211; <a href="http://960.gs">960 Grid System</a></li>
<li>23:58 &#8211; <a href="http://developer.yahoo.com/yui/2/">YUI CSS</a></li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/11/24/episode-44-grid-css-frameworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-044-GridCssFrameworks.mp3" length="28131080" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2009/11/grid.jpg&quot;&gt;&lt;img class=&quot;alignright size-thumbnail wp-image-619&quot; title=&quot;grid&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/11/grid-150x150.jpg&quot; alt=&quot;grid&quot; width=&quot;150&quot; height=&quot;150&quot; /&gt;&lt;/a&gt;A comparison of the three major grid based CSS frameworks.&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;01:14 – Thanks to all of our great listeners
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://tygertown.us&quot;&gt;Tyhge Vallard&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Dave De Vos from Antwerp Belgium&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt; 02:54 – &lt;a href=&quot;http://yast.com&quot;&gt;Yast&lt;/a&gt; – Track your time.&lt;/li&gt;
&lt;li&gt;05:23 – &lt;a href=&quot;http://www.locafollow.com/&quot;&gt;LocaFollow&lt;/a&gt; – Find Tweeters in your area.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Topics&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;CSS Frameworks
&lt;ul&gt;
&lt;li&gt;13:03 – &lt;a href=&quot;http://www.blueprintcss.org/&quot;&gt;Blueprint&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;19:33 – &lt;a href=&quot;http://960.gs&quot;&gt;960 Grid System&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;23:58 – &lt;a href=&quot;http://developer.yahoo.com/yui/2/&quot;&gt;YUI CSS&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>A comparison of the three major grid based CSS frameworks.
News and Follow-Ups

01:14 – Thanks to all of our great listeners

Tyhge Vallard
Dave De Vos from Antwerp Belgium



Webapps

 02:54 – Yast – Track your time.
05:23 – LocaFollow – [...]</itunes:subtitle>
<itunes:author>Faceoff</itunes:author>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 43: Optimize Those Images!</title>
		<link>http://faceoffshow.com/2009/11/17/episode-43/</link>
		<comments>http://faceoffshow.com/2009/11/17/episode-43/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 10:00:02 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[jpegtran]]></category>
		<category><![CDATA[know your meme]]></category>
		<category><![CDATA[pngcrush]]></category>
		<category><![CDATA[punypng]]></category>
		<category><![CDATA[readability]]></category>
		<category><![CDATA[riot]]></category>
		<category><![CDATA[smush]]></category>
		<category><![CDATA[smush.it]]></category>
		<category><![CDATA[spriteme]]></category>
		<category><![CDATA[vimpterator]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=605</guid>
		<description><![CDATA[Vimperator, Memes, and a great guide to image optimization.
News and Follow-Ups

00:35 &#8211; Vimperator &#8211; make Firefox act like VIM

Webapps

 08:08 &#8211; Know Your Meme &#8211; Discover information about internet Memes.
11:03 &#8211; Readability Bookmarklet &#8211; Make those annoying sites easier to read.

Topics

 15:41- Image Optimization

Tools

Imagemagick &#8211; http://www.imagemagick.org/
Pngcrush - http://pmt.sourceforge.net/pngcrush/

Discussed in Episode 15


Jpegtran

Discussed in Episode 15


Smush.it -http://smush.it

Discussed in [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://www.flickr.com/photos/viamoi/3371324643/"><img class="alignright size-medium wp-image-610" title="3371324643_5ffe07a527_o" src="http://faceoffshow.com/wp-content/uploads/2009/11/3371324643_5ffe07a527_o-300x300.jpg" alt="3371324643_5ffe07a527_o" width="212" height="212" /></a>Vimperator, Memes, and a great guide to image optimization.</p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>00:35 &#8211; <a title="Vimperator" href="http://www.vimperator.org/vimperator">Vimperator</a> &#8211; make Firefox act like VIM</li>
</ul>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li> 08:08 &#8211; <a title="Know Your Meme" href="http://knowyourmeme.com/">Know Your Meme</a> &#8211; Discover information about internet Memes.</li>
<li>11:03 &#8211; <a title="Readability Bookmarklet" href="http://lab.arc90.com/experiments/readability/">Readability Bookmarklet</a> &#8211; Make those annoying sites easier to read.</li>
</ul>
<p><strong>Topics</strong></p>
<ul>
<li> 15:41- Image Optimization
<ul>
<li>Tools
<ul>
<li>Imagemagick &#8211; <a id="x488" title="http://www.imagemagick.org/" href="http://www.imagemagick.org/">http://www.imagemagick.org/</a></li>
<li>Pngcrush - <a id="rn2." title="http://pmt.sourceforge.net/pngcrush/" href="http://pmt.sourceforge.net/pngcrush/">http://pmt.sourceforge.net/pngcrush/</a>
<ul>
<li>Discussed in <a title="Faceoff Episode 15" href="http://faceoffshow.com/2009/05/05/episode-15-making-a-list-checking-it-twice/">Episode 15</a></li>
</ul>
</li>
<li>Jpegtran
<ul>
<li>Discussed in <a title="Faceoff Episode 15" href="http://faceoffshow.com/2009/05/05/episode-15-making-a-list-checking-it-twice/">Episode 15</a></li>
</ul>
</li>
<li>Smush.it -<a id="uguv" title="http://smush.it" href="http://smush.it/">http://smush.it</a>
<ul>
<li>Discussed in <a title="Faceoff Episode 10" href="http://faceoffshow.com/2009/03/31/episode-10-test-driven-development/">Episode 10</a></li>
</ul>
</li>
<li>Punypng - <a id="ah70" title="http://www.gracepointafterfive.com/punypng" href="http://www.gracepointafterfive.com/punypng">http://www.gracepointafterfive.com/punypng</a></li>
<li>RIOT (Radical Image Optimization Tool) &#8211; <a id="e4ci" title="http://luci.criosweb.ro/riot/" href="http://luci.criosweb.ro/riot/">http://luci.criosweb.ro/riot/</a></li>
</ul>
</li>
<li>Correct
<ul>
<li>Pick the right format type: <a id="e_zg" title="http://help.adobe.com/en_US/Fireworks/9.0/help.html?content=frw_optimize_export_oe_08.html" href="http://help.adobe.com/en_US/Fireworks/9.0/help.html?content=frw_optimize_export_oe_08.html">http://help.adobe.com/en_US/Fireworks/9.0/help.html?content=frw_optimize_export_oe_08.html</a></li>
<li>You can check the GIFs and see if they are using a palette size corresponding to the number of colors in the image. Using <a style="text-decoration: none;" href="http://www.imagemagick.org/">imagemagick</a> it&#8217;s easy to check using<br />
identify -verbose image.gif<br />
When you see an image useing 4 colors and a 256 color &#8220;slots&#8221; in the palette, there is room for improvement.</li>
<li>Try converting gifs to PNGs.  Often times PNGs are smaller.
<ul>
<li>anything a GIF can do, a palette PNG (PNG8) can do too (except for animations).</li>
<li>convert image.gif image.png</li>
<li>pngcrush image.png -rem alla -reduce -brute result.png</li>
</ul>
</li>
<li>Optimize your Jpegs
<ul>
<li>jpegtran -copy none -optimize -perfect src.jpg dest.jpg</li>
</ul>
</li>
</ul>
</li>
<li>CSS Sprites
<ul>
<li>Arranging the images in the sprite horizontally as opposed to vertically usually results in a smaller file size.</li>
<li>&#8220;Be mobile-friendly&#8221; and don&#8217;t leave big gaps between the images in a sprite. This doesn&#8217;t affect the file size as much but requires less memory for the user agent to decompress the image into a pixel map. 100&#215;100 image is 10 thousand pixels, where 1000&#215;1000 is 1 million pixels</li>
<li><a title="Spriteme" href="http://spriteme.org/">Spriteme.org</a> &#8211; Webapp to help you out with sprites</li>
</ul>
</li>
<li>Don&#8217;ts
<ul>
<li>Don&#8217;t scale images with HTML
<ul>
<li>
<pre><span style="font-family: monospace;">img width="100" height="100" src="mycat.jpg" alt="My Cat"</span></pre>
</li>
<li><span style="font-family: monospace;">Don&#8217;t use gif/png for photographs</span></li>
<li><span style="font-family: monospace;">Don&#8217;t use Jpeg for images with limited colors</span></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/11/17/episode-43/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-043-OptimizeThoseImages.mp3" length="3373840" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/viamoi/3371324643/&quot;&gt;&lt;img class=&quot;alignright size-medium wp-image-610&quot; title=&quot;3371324643_5ffe07a527_o&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/11/3371324643_5ffe07a527_o-300x300.jpg&quot; alt=&quot;3371324643_5ffe07a527_o&quot; width=&quot;212&quot; height=&quot;212&quot; /&gt;&lt;/a&gt;Vimperator, Memes, and a great guide to image optimization.&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:35 – &lt;a title=&quot;Vimperator&quot; href=&quot;http://www.vimperator.org/vimperator&quot;&gt;Vimperator&lt;/a&gt; – make Firefox act like VIM&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt; 08:08 – &lt;a title=&quot;Know Your Meme&quot; href=&quot;http://knowyourmeme.com/&quot;&gt;Know Your Meme&lt;/a&gt; – Discover information about internet Memes.&lt;/li&gt;
&lt;li&gt;11:03 – &lt;a title=&quot;Readability Bookmarklet&quot; href=&quot;http://lab.arc90.com/experiments/readability/&quot;&gt;Readability Bookmarklet&lt;/a&gt; – Make those annoying sites easier to read.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Topics&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt; 15:41- Image Optimization
&lt;ul&gt;
&lt;li&gt;Tools
&lt;ul&gt;
&lt;li&gt;Imagemagick – &lt;a id=&quot;x488&quot; title=&quot;http://www.imagemagick.org/&quot; href=&quot;http://www.imagemagick.org/&quot;&gt;http://www.imagemagick.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Pngcrush - &lt;a id=&quot;rn2.&quot; title=&quot;http://pmt.sourceforge.net/pngcrush/&quot; href=&quot;http://pmt.sourceforge.net/pngcrush/&quot;&gt;http://pmt.sourceforge.net/pngcrush/&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Discussed in &lt;a title=&quot;Faceoff Episode 15&quot; href=&quot;http://faceoffshow.com/2009/05/05/episode-15-making-a-list-checking-it-twice/&quot;&gt;Episode 15&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Jpegtran
&lt;ul&gt;
&lt;li&gt;Discussed in &lt;a title=&quot;Faceoff Episode 15&quot; href=&quot;http://faceoffshow.com/2009/05/05/episode-15-making-a-list-checking-it-twice/&quot;&gt;Episode 15&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Smush.it -&lt;a id=&quot;uguv&quot; title=&quot;http://smush.it&quot; href=&quot;http://smush.it/&quot;&gt;http://smush.it&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Discussed in &lt;a title=&quot;Faceoff Episode 10&quot; href=&quot;http://faceoffshow.com/2009/03/31/episode-10-test-driven-development/&quot;&gt;Episode 10&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Punypng - &lt;a id=&quot;ah70&quot; title=&quot;http://www.gracepointafterfive.com/punypng&quot; href=&quot;http://www.gracepointafterfive.com/punypng&quot;&gt;http://www.gracepointafterfive.com/punypng&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;RIOT (Radical Image Optimization Tool) – &lt;a id=&quot;e4ci&quot; title=&quot;http://luci.criosweb.ro/riot/&quot; href=&quot;http://luci.criosweb.ro/riot/&quot;&gt;http://luci.criosweb.ro/riot/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Correct
&lt;ul&gt;
&lt;li&gt;Pick the right format type: &lt;a id=&quot;e_zg&quot; title=&quot;http://help.adobe.com/en_US/Fireworks/9.0/help.html?content=frw_optimize_export_oe_08.html&quot; href=&quot;http://help.adobe.com/en_US/Fireworks/9.0/help.html?content=frw_optimize_export_oe_08.html&quot;&gt;http://help.adobe.com/en_US/Fireworks/9.0/help.html?content=frw_optimize_export_oe_08.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;You can check the GIFs and see if they are using a palette size corresponding to the number of colors in the image. Using &lt;a style=&quot;text-decoration: none;&quot; href=&quot;http://www.imagemagick.org/&quot;&gt;imagemagick&lt;/a&gt; it’s easy to check using&lt;br /&gt;
identify -verbose image.gif&lt;br [...]</itunes:summary>
<itunes:subtitle>Vimperator, Memes, and a great guide to image optimization.
News and Follow-Ups

00:35 – Vimperator – make Firefox act like VIM

Webapps

 08:08 – Know Your Meme – Discover information about internet Memes.
11:03 – Readability Bookmarklet [...]</itunes:subtitle>
<itunes:author>Faceoff</itunes:author>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 42: Ridin&#8217; the Wave</title>
		<link>http://faceoffshow.com/2009/11/11/episode-42-ridin-the-wave/</link>
		<comments>http://faceoffshow.com/2009/11/11/episode-42-ridin-the-wave/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 01:52:47 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[bazaar]]></category>
		<category><![CDATA[droid]]></category>
		<category><![CDATA[fillanypdf]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[launchpad]]></category>
		<category><![CDATA[tinychat]]></category>
		<category><![CDATA[wave]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=597</guid>
		<description><![CDATA[Droids, video chat, and Google's hottest new product.]]></description>
			<content:encoded><![CDATA[
<p>Droids, video chat, and Google&#8217;s hottest new product.</p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">News and Follow-Ups</span><a href="http://faceoffshow.com/wp-content/uploads/2009/11/wave2.jpg"><img class="alignright size-thumbnail wp-image-598" title="wave2" src="http://faceoffshow.com/wp-content/uploads/2009/11/wave2-150x133.jpg" alt="wave2" width="150" height="133" /></a></h3>
<ul>
<li>00:34 &#8211; <a href="http://phones.verizonwireless.com/motorola/droid/">Droid</a> Phones</li>
<li>06:34 &#8211; There is one big source code hosting provider missing:
<ul>
<li><a rel="nofollow" href="https://launchpad.net/" target="_blank">https://launchpad.net/</a></li>
<li>It uses bazaar and had some great feature.</li>
<li>You can find the tour on <a rel="nofollow" href="https://launchpad.net/+tour/index" target="_blank">https://launchpa d.net/+tour/index</a></li>
</ul>
</li>
</ul>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li> 10:21 &#8211; <a href="http://tinychat.com">Tinychat</a> &#8211; Web conference with up to 12 people for free</li>
<li>13:56 &#8211; <a href="http: /fillanypdf.com/">Fill Any PDF</a> &#8211; Upload and fill out any PDF online for free</li>
</ul>
<p><strong>Topics</strong></p>
<ul>
<li> 19:47 &#8211; Google Wave &#8211; Mix between email, IM and forum chat</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/11/11/episode-42-ridin-the-wave/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-042-RidinTheWave.mp3" length="27214990" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;Droids, video chat, and Google’s hottest new product.&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2009/11/wave2.jpg&quot;&gt;&lt;img class=&quot;alignright size-thumbnail wp-image-598&quot; title=&quot;wave2&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/11/wave2-150x133.jpg&quot; alt=&quot;wave2&quot; width=&quot;150&quot; height=&quot;133&quot; /&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:34 – &lt;a href=&quot;http://phones.verizonwireless.com/motorola/droid/&quot;&gt;Droid&lt;/a&gt; Phones&lt;/li&gt;
&lt;li&gt;06:34 – There is one big source code hosting provider missing:
&lt;ul&gt;
&lt;li&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://launchpad.net/&quot; target=&quot;_blank&quot;&gt;https://launchpad.net/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;It uses bazaar and had some great feature.&lt;/li&gt;
&lt;li&gt;You can find the tour on &lt;a rel=&quot;nofollow&quot; href=&quot;https://launchpad.net/+tour/index&quot; target=&quot;_blank&quot;&gt;https://launchpa d.net/+tour/index&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt; 10:21 – &lt;a href=&quot;http://tinychat.com&quot;&gt;Tinychat&lt;/a&gt; – Web conference with up to 12 people for free&lt;/li&gt;
&lt;li&gt;13:56 – &lt;a href=&quot;http: /fillanypdf.com/&quot;&gt;Fill Any PDF&lt;/a&gt; – Upload and fill out any PDF online for free&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Topics&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt; 19:47 – Google Wave – Mix between email, IM and forum chat&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>Droids, video chat, and Google&#039;s hottest new product.</itunes:subtitle>
<itunes:author>Faceoff</itunes:author>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 41: Source Code Hosting</title>
		<link>http://faceoffshow.com/2009/11/03/episode-41-source-code-hosting/</link>
		<comments>http://faceoffshow.com/2009/11/03/episode-41-source-code-hosting/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 09:00:48 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[basecamp]]></category>
		<category><![CDATA[bitbucket]]></category>
		<category><![CDATA[codebasehq]]></category>
		<category><![CDATA[f my life]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[gitorious]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google code]]></category>
		<category><![CDATA[kenai]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[muttr]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[sourceforge]]></category>
		<category><![CDATA[spreeder]]></category>
		<category><![CDATA[zapreader]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=582</guid>
		<description><![CDATA[There are tons of source code hosting sites out there but which one is right for you?
News and Follow-Ups

0:38 &#8211; Spreeder is like ZapReader &#8211; via Robert Lund

Webapps

 4:42 &#8211; Muttr &#8211; Vent about things
 8:00 &#8211; F My Life &#8211; Sad/Funny stories about people&#8217;s misfortune.

Topics

 10:38 &#8211; SCM Host Comparison

 Github &#8211; http://github.com

 Supports [...]]]></description>
			<content:encoded><![CDATA[
<p>There are tons of source code hosting sites out there but which one is right for you?</p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">News and Follow-Ups</span><a href="http://faceoffshow.com/wp-content/uploads/2009/11/2596345499_04d23dc369.jpg"><img class="alignright size-thumbnail wp-image-589" title="2596345499_04d23dc369" src="http://faceoffshow.com/wp-content/uploads/2009/11/2596345499_04d23dc369-150x150.jpg" alt="2596345499_04d23dc369" width="150" height="150" /></a></h3>
<ul>
<li>0:38 &#8211; <a href="http://spreeder.com/">Spreeder</a> is like ZapReader &#8211; via Robert Lund</li>
</ul>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li> 4:42 &#8211; <a href="http://www.muttr.com/">Muttr</a> &#8211; Vent about things</li>
<li> 8:00 &#8211; <a href="http://fmylitfe.com/">F My Life</a> &#8211; Sad/Funny stories about people&#8217;s misfortune.</li>
</ul>
<p><strong>Topics</strong></p>
<ul>
<li> 10:38 &#8211; SCM Host Comparison
<ul>
<li> Github &#8211; <a id="tyxx" title="http://github.com" href="http://github.com/">http://github.com</a><a href="http://faceoffshow.com/wp-content/uploads/2009/11/2596345499_04d23dc369.jpg"></a>
<ul>
<li> Supports git only</li>
<li> Community messaging</li>
<li> One of the most popular distributed source control community websites</li>
<li> Forking and pull requests from the site</li>
<li> Gravatar style icons pulled by users email address</li>
<li> A revision controlled &#8220;pastebin&#8221; like system called gists</li>
<li> Bare bones issue submission</li>
<li> Big names include
<ul>
<li> Ruby on Rails</li>
<li> Scriptaculous</li>
<li> Lots of ruby projects</li>
</ul>
</li>
<li> They have a free account for public but not a private repo</li>
</ul>
</li>
<li> Kenai &#8211; <a id="q6af" title="http://kenai.com/projects/help/pages/KenaiOverview" href="http://kenai.com/projects/help/pages/KenaiOverview">http://kenai.com/projects/help/pages/KenaiOverview</a>
<ul>
<li> Netbeans integration</li>
<li> Support for git, mercurial, and svn</li>
<li> Has a build system for code that is compiled</li>
<li> Support for Google Analytics</li>
<li> Couldn&#8217;t find the option to have private projects</li>
<li> Mailing list support</li>
<li> Big names include
<ul>
<li> JRuby</li>
<li> Sun, OpenSolaris</li>
<li> Cheqlist</li>
</ul>
</li>
</ul>
</li>
<li> bitbucket &#8211; <a id="yx0:" title="http://bitbucket.org/" href="http://bitbucket.org/">http://bitbucket.org/</a>
<ul>
<li> A very similar design and methodology to github</li>
<li> Similar plans and pricing to github</li>
<li> Mercurial only hosting</li>
<li> Unlimited public repos, 150mb 1 private repo for free</li>
<li> Gravatar icons based on email address</li>
<li> Message between different users</li>
<li> OpenID support, github does not.</li>
<li> Big names include
<ul>
<li> Django</li>
<li> MailChimp</li>
<li> Linden Lab</li>
</ul>
</li>
</ul>
</li>
<li> codebasehq &#8211; <a id="j6ye" title="http://codebasehq.com" href="http://codebasehq.com/">http://codebasehq.com</a>
<ul>
<li> 20mb free</li>
<li> Supports Git, Mercurial, and SVN</li>
<li> Private repos</li>
<li> Project manager oriented</li>
<li> Microblogging integration</li>
<li> Big names include
<ul>
<li> Uservoice</li>
</ul>
</li>
</ul>
</li>
<li> Source Forge
<ul>
<li> The largest community of hosted projects</li>
<li> Supports cvs, svn, bzr, git, and mercurial</li>
<li> Open source, public only</li>
<li> Mailing list support</li>
<li> Forums</li>
<li> Supports OpenId</li>
<li> Big names include
<ul>
<li> phpmyadmin</li>
<li> filezilla</li>
<li> audacity</li>
<li> jedit</li>
</ul>
</li>
</ul>
</li>
<li> Google Code
<ul>
<li> Supports svn and mercurial.  Not Git</li>
<li> No private repos</li>
<li> Nice front project page with featured downloads</li>
<li> Clunky issue tracker</li>
<li> 1gb of source space and 2 gb of download space</li>
<li> Project members and permissions</li>
<li> Google Analytics integration</li>
<li> Big names incude
<ul>
<li> Android</li>
<li> Google Wave</li>
<li> Chrome</li>
</ul>
</li>
</ul>
<ul>
<li> Home grown</li>
<li> Gitorious &#8211; <a id="jf-o" title="http://gitorious.org/" href="http://gitorious.org/">http://gitorious.org/</a></li>
</ul>
</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/11/03/episode-41-source-code-hosting/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-041-SourceCodeHosting.mp3" length="31132683" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;There are tons of source code hosting sites out there but which one is right for you?&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2009/11/2596345499_04d23dc369.jpg&quot;&gt;&lt;img class=&quot;alignright size-thumbnail wp-image-589&quot; title=&quot;2596345499_04d23dc369&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/11/2596345499_04d23dc369-150x150.jpg&quot; alt=&quot;2596345499_04d23dc369&quot; width=&quot;150&quot; height=&quot;150&quot; /&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;0:38 – &lt;a href=&quot;http://spreeder.com/&quot;&gt;Spreeder&lt;/a&gt; is like ZapReader – via Robert Lund&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt; 4:42 – &lt;a href=&quot;http://www.muttr.com/&quot;&gt;Muttr&lt;/a&gt; – Vent about things&lt;/li&gt;
&lt;li&gt; 8:00 – &lt;a href=&quot;http://fmylitfe.com/&quot;&gt;F My Life&lt;/a&gt; – Sad/Funny stories about people’s misfortune.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Topics&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt; 10:38 – SCM Host Comparison
&lt;ul&gt;
&lt;li&gt; Github – &lt;a id=&quot;tyxx&quot; title=&quot;http://github.com&quot; href=&quot;http://github.com/&quot;&gt;http://github.com&lt;/a&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2009/11/2596345499_04d23dc369.jpg&quot;&gt;&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt; Supports git only&lt;/li&gt;
&lt;li&gt; Community messaging&lt;/li&gt;
&lt;li&gt; One of the most popular distributed source control community websites&lt;/li&gt;
&lt;li&gt; Forking and pull requests from the site&lt;/li&gt;
&lt;li&gt; Gravatar style icons pulled by users email address&lt;/li&gt;
&lt;li&gt; A revision controlled “pastebin” like system called gists&lt;/li&gt;
&lt;li&gt; Bare bones issue submission&lt;/li&gt;
&lt;li&gt; Big names include
&lt;ul&gt;
&lt;li&gt; Ruby on Rails&lt;/li&gt;
&lt;li&gt; Scriptaculous&lt;/li&gt;
&lt;li&gt; Lots of ruby projects&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; They have a free account for public but not a private repo&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; Kenai – &lt;a id=&quot;q6af&quot; title=&quot;http://kenai.com/projects/help/pages/KenaiOverview&quot; href=&quot;http://kenai.com/projects/help/pages/KenaiOverview&quot;&gt;http://kenai.com/projects/help/pages/KenaiOverview&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt; Netbeans integration&lt;/li&gt;
&lt;li&gt; Support for git, mercurial, and svn&lt;/li&gt;
&lt;li&gt; Has a build system for code that is compiled&lt;/li&gt;
&lt;li&gt; Support for Google Analytics&lt;/li&gt;
&lt;li&gt; Couldn’t find the option to have private projects&lt;/li&gt;
&lt;li&gt; Mailing list support&lt;/li&gt;
&lt;li&gt; Big names include
&lt;ul&gt;
&lt;li&gt; JRuby&lt;/li&gt;
&lt;li&gt; Sun, OpenSolaris&lt;/li&gt;
&lt;li&gt; Cheqlist&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; bitbucket – &lt;a id=&quot;yx0:&quot; title=&quot;http://bitbucket.org/&quot; href=&quot;http://bitbucket.org/&quot;&gt;http://bitbucket.org/&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt; A very similar design and methodology to github&lt;/li&gt;
&lt;li&gt; Similar plans and pricing to github&lt;/li&gt;
&lt;li&gt; Mercurial only hosting&lt;/li&gt;
&lt;li&gt; Unlimited public repos, 150mb 1 private repo for free&lt;/li&gt;
&lt;li&gt; Gravatar icons based on email address&lt;/li&gt;
&lt;li&gt; Message between different users&lt;/li&gt;
&lt;li&gt; OpenID support, github does not.&lt;/li&gt;
&lt;li&gt; Big names include
&lt;ul&gt;
&lt;li&gt; Django&lt;/li&gt;
&lt;li&gt; MailChimp&lt;/li&gt;
&lt;li&gt; Linden Lab&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; codebasehq – &lt;a id=&quot;j6ye&quot; title=&quot;http://codebasehq.com&quot; [...]</itunes:summary>
<itunes:subtitle>There are tons of source code hosting sites out there but which one is right for you?
News and Follow-Ups

0:38 – Spreeder is like ZapReader – via Robert Lund

Webapps

 4:42 – Muttr – Vent about things
 8:00 – F My Life – Sad/Funny [...]</itunes:subtitle>
<itunes:author>Faceoff</itunes:author>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 40: Source Code Management Blowout!</title>
		<link>http://faceoffshow.com/2009/10/27/episode-40-source-code-management-blowout/</link>
		<comments>http://faceoffshow.com/2009/10/27/episode-40-source-code-management-blowout/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 09:00:48 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[hg]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=568</guid>
		<description><![CDATA[This week's Faceoff is the differences between Source Code Management (SCM) software.]]></description>
			<content:encoded><![CDATA[
<p>This week&#8217;s Faceoff is the differences between Source Code Management (SCM) software.</p>
<p><strong>Topics</strong><a href="http://faceoffshow.com/wp-content/uploads/2009/10/trunk.jpg"><img class="alignright size-thumbnail wp-image-571" title="trunk" src="http://faceoffshow.com/wp-content/uploads/2009/10/trunk-150x150.jpg" alt="trunk" width="150" height="150" /></a></p>
<ul>
<li>Source Code Management <a href="http://faceoffshow.com/wp-content/uploads/2009/10/trunk.jpg"></a>
<ul>
<li>3:39 &#8211; Centralized
<ul>
<li> Subversion</li>
</ul>
</li>
<li>11:05 &#8211; Distributed
<ul>
<li>Git
<ul>
<li>The new SCM</li>
<li><a id="uab_" title="http://blog.digg.com/?p=900" href="http://blog.digg.com/?p=900">Digg uses git!</a></li>
</ul>
</li>
<li>18:35 &#8211; Mercurial
<ul>
<li>Easy to learn</li>
<li>Almost identical commands as git, very interchanged</li>
<li>Revision numbers as well as hash</li>
<li>.hgignore works the same as .gitignore</li>
</ul>
<ul>
<li>hg serve</li>
<li>localhost:8000</li>
<li><a id="h5ju" title="http://mercurial.selenic.com/wiki/ConvertExtension" href="http://mercurial.selenic.com/wiki/ConvertExtension">http://mercurial.selenic.com/wiki/ConvertExtension</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/10/27/episode-40-source-code-management-blowout/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-040-SourceCodeManagementBlowout.mp3" length="24371787" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;This week’s Faceoff is the differences between Source Code Management (SCM) software.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Topics&lt;/strong&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2009/10/trunk.jpg&quot;&gt;&lt;img class=&quot;alignright size-thumbnail wp-image-571&quot; title=&quot;trunk&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/10/trunk-150x150.jpg&quot; alt=&quot;trunk&quot; width=&quot;150&quot; height=&quot;150&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Source Code Management &lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2009/10/trunk.jpg&quot;&gt;&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;3:39 – Centralized
&lt;ul&gt;
&lt;li&gt; Subversion&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;11:05 – Distributed
&lt;ul&gt;
&lt;li&gt;Git
&lt;ul&gt;
&lt;li&gt;The new SCM&lt;/li&gt;
&lt;li&gt;&lt;a id=&quot;uab_&quot; title=&quot;http://blog.digg.com/?p=900&quot; href=&quot;http://blog.digg.com/?p=900&quot;&gt;Digg uses git!&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;18:35 – Mercurial
&lt;ul&gt;
&lt;li&gt;Easy to learn&lt;/li&gt;
&lt;li&gt;Almost identical commands as git, very interchanged&lt;/li&gt;
&lt;li&gt;Revision numbers as well as hash&lt;/li&gt;
&lt;li&gt;.hgignore works the same as .gitignore&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;hg serve&lt;/li&gt;
&lt;li&gt;localhost:8000&lt;/li&gt;
&lt;li&gt;&lt;a id=&quot;h5ju&quot; title=&quot;http://mercurial.selenic.com/wiki/ConvertExtension&quot; href=&quot;http://mercurial.selenic.com/wiki/ConvertExtension&quot;&gt;http://mercurial.selenic.com/wiki/ConvertExtension&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>This week&#039;s Faceoff is the differences between Source Code Management (SCM) software.</itunes:subtitle>
<itunes:author>Faceoff</itunes:author>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 39: Make us a double!</title>
		<link>http://faceoffshow.com/2009/10/20/episode-39-make-us-a-double/</link>
		<comments>http://faceoffshow.com/2009/10/20/episode-39-make-us-a-double/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 01:22:28 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[conceptfeedback]]></category>
		<category><![CDATA[fivesecondtest]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=562</guid>
		<description><![CDATA[Usability testing and some Web Do&#8217;s and Don&#8217;ts!
Webapps

01:32 &#8211; Five Second Test - Create and take quick usability tests
04:44 &#8211; Concept Feedback - More in-depth reputation based design critiques

Topics


11:26 &#8211; Web Do&#8217;s and Don&#8217;ts 

Don&#8217;t do form resets
Don&#8217;t use CSS expressions
Don&#8217;t forget about caching
Don&#8217;t use H1 for site title exclusively
Don&#8217;t put blocks in in-line elements
Do [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://faceoffshow.com/wp-content/uploads/2009/10/2851961189_1622d011c1.jpg"><img class="alignright size-thumbnail wp-image-563" title="2851961189_1622d011c1" src="http://faceoffshow.com/wp-content/uploads/2009/10/2851961189_1622d011c1-150x150.jpg" alt="2851961189_1622d011c1" width="150" height="150" /></a>Usability testing and some Web Do&#8217;s and Don&#8217;ts!</p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>01:32 &#8211; <a href="http://fivesecondtest.com">Five Second Test</a> <a id="d-nz" title="http://fivesecondtest.com" href="http://fivesecondtest.com/"></a>- Create and take quick usability tests</li>
<li>04:44 &#8211; <a href="http://conceptfeedback.com">Concept Feedback </a>- More in-depth reputation based design critiques</li>
</ul>
<p><strong>Topics<br />
</strong></p>
<ul>
<li>11:26 &#8211; <a href="http://webdosanddonts.com/">Web Do&#8217;s and Don&#8217;ts </a>
<ul>
<li>Don&#8217;t do form resets</li>
<li>Don&#8217;t use CSS expressions</li>
<li>Don&#8217;t forget about caching</li>
<li>Don&#8217;t use H1 for site title exclusively</li>
<li>Don&#8217;t put blocks in in-line elements</li>
<li>Do put the article title in the page tille</li>
<li>Use a fieldset</li>
<li>Do use diagnostic styling</li>
<li>Make your urls friendly</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/10/20/episode-39-make-us-a-double/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-039-MakeUsADouble.mp3" length="28420663" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2009/10/2851961189_1622d011c1.jpg&quot;&gt;&lt;img class=&quot;alignright size-thumbnail wp-image-563&quot; title=&quot;2851961189_1622d011c1&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/10/2851961189_1622d011c1-150x150.jpg&quot; alt=&quot;2851961189_1622d011c1&quot; width=&quot;150&quot; height=&quot;150&quot; /&gt;&lt;/a&gt;Usability testing and some Web Do’s and Don’ts!&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;01:32 – &lt;a href=&quot;http://fivesecondtest.com&quot;&gt;Five Second Test&lt;/a&gt; &lt;a id=&quot;d-nz&quot; title=&quot;http://fivesecondtest.com&quot; href=&quot;http://fivesecondtest.com/&quot;&gt;&lt;/a&gt;- Create and take quick usability tests&lt;/li&gt;
&lt;li&gt;04:44 – &lt;a href=&quot;http://conceptfeedback.com&quot;&gt;Concept Feedback &lt;/a&gt;- More in-depth reputation based design critiques&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Topics&lt;br /&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;11:26 – &lt;a href=&quot;http://webdosanddonts.com/&quot;&gt;Web Do’s and Don’ts &lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Don’t do form resets&lt;/li&gt;
&lt;li&gt;Don’t use CSS expressions&lt;/li&gt;
&lt;li&gt;Don’t forget about caching&lt;/li&gt;
&lt;li&gt;Don’t use H1 for site title exclusively&lt;/li&gt;
&lt;li&gt;Don’t put blocks in in-line elements&lt;/li&gt;
&lt;li&gt;Do put the article title in the page tille&lt;/li&gt;
&lt;li&gt;Use a fieldset&lt;/li&gt;
&lt;li&gt;Do use diagnostic styling&lt;/li&gt;
&lt;li&gt;Make your urls friendly&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>Usability testing and some Web Do’s and Don’ts!
Webapps

01:32 – Five Second Test - Create and take quick usability tests
04:44 – Concept Feedback - More in-depth reputation based design critiques

Topics


11:26 – Web Do’s and Don’ts [...]</itunes:subtitle>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 38: E-Commerce Done Right</title>
		<link>http://faceoffshow.com/2009/10/13/episode-38-e-commerce-done-right/</link>
		<comments>http://faceoffshow.com/2009/10/13/episode-38-e-commerce-done-right/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 09:00:18 +0000</pubDate>
		<dc:creator>Mark Sanborn</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[ceevee]]></category>
		<category><![CDATA[cell phone]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[lists]]></category>
		<category><![CDATA[mibrew messenger]]></category>
		<category><![CDATA[resume]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[whereismyellphone]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=557</guid>
		<description><![CDATA[New Twitter feature in the works, a way to find your cellphone, and some great e-commerce site tips.]]></description>
			<content:encoded><![CDATA[
<p><a href="http://www.flickr.com/photos/garibaldi/181917727/"><img class="alignright size-medium wp-image-559" title="Shopping Carts" src="http://faceoffshow.com/wp-content/uploads/2009/10/181917727_eccbf96a1c_b-225x300.jpg" alt="Shopping Carts" width="225" height="300" /></a>New Twitter feature in the works, a way to find your cellphone, and some great e-commerce site tips.</p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>00:22 &#8211; <a href="http://blog.twitter.com/2009/09/soon-to-launch-lists.html">Twitter about to launch &#8220;Lists&#8221;</a></li>
</ul>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>07:12 &#8211; <a href="http://ceevee.com/">CeeVee</a> &#8211; An easy to use online resume maker and display</li>
<li><a id="c3ta" title="http://ceevee.com/" href="http://ceevee.com/"></a>12:00 &#8211; <a href="http://www.wheresmycellphone.com/">Where&#8217;s my cell phone</a> &#8211; Ring your cellphone from the internet</li>
</ul>
<p><strong>Topics<br />
</strong></p>
<ul>
<li>13:55 &#8211; <a href="http://www.smashingmagazine.com/2009/10/08/15-common-mistakes-in-e-commerce-design-and-how-to-avoid-them/comment-page-2">15 common mistakes in e-commerce design and how to avoid them</a>
<ul>
<li><a href="http://openwebim.org/">Mibrew Messenger</a></li>
<li><a href="http://www.thinkgeek.com/electronics/cameras-photography/a205/">Portable photo booth on Think Geek</a></li>
<li><a href="http://lifehacker.com/359423/diy-photography-light-tent">DIY Photography tent</a></li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/10/13/episode-38-e-commerce-done-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-038-ECommerceDoneRight.mp3" length="22812376" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/garibaldi/181917727/&quot;&gt;&lt;img class=&quot;alignright size-medium wp-image-559&quot; title=&quot;Shopping Carts&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/10/181917727_eccbf96a1c_b-225x300.jpg&quot; alt=&quot;Shopping Carts&quot; width=&quot;225&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;New Twitter feature in the works, a way to find your cellphone, and some great e-commerce site tips.&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:22 – &lt;a href=&quot;http://blog.twitter.com/2009/09/soon-to-launch-lists.html&quot;&gt;Twitter about to launch “Lists”&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;07:12 – &lt;a href=&quot;http://ceevee.com/&quot;&gt;CeeVee&lt;/a&gt; – An easy to use online resume maker and display&lt;/li&gt;
&lt;li&gt;&lt;a id=&quot;c3ta&quot; title=&quot;http://ceevee.com/&quot; href=&quot;http://ceevee.com/&quot;&gt;&lt;/a&gt;12:00 – &lt;a href=&quot;http://www.wheresmycellphone.com/&quot;&gt;Where’s my cell phone&lt;/a&gt; – Ring your cellphone from the internet&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Topics&lt;br /&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;13:55 – &lt;a href=&quot;http://www.smashingmagazine.com/2009/10/08/15-common-mistakes-in-e-commerce-design-and-how-to-avoid-them/comment-page-2&quot;&gt;15 common mistakes in e-commerce design and how to avoid them&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://openwebim.org/&quot;&gt;Mibrew Messenger&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.thinkgeek.com/electronics/cameras-photography/a205/&quot;&gt;Portable photo booth on Think Geek&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://lifehacker.com/359423/diy-photography-light-tent&quot;&gt;DIY Photography tent&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>New Twitter feature in the works, a way to find your cellphone, and some great e-commerce site tips.</itunes:subtitle>
<itunes:author>Faceoff</itunes:author>
<itunes:duration>37:38</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 37: Quick Website Tune-up</title>
		<link>http://faceoffshow.com/2009/10/06/episode-37-quick-website-tune-up/</link>
		<comments>http://faceoffshow.com/2009/10/06/episode-37-quick-website-tune-up/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 09:00:03 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[accessiblity]]></category>
		<category><![CDATA[copywriting]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[gifsoup]]></category>
		<category><![CDATA[legal]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=546</guid>
		<description><![CDATA[GIF making webapp, find out how many people are in space right now, and some great tips to incrementally improve your website.
Webapps

01:58 &#8211; GifSoup &#8211; Create animated GIFs from YouTube videos
04:36 &#8211; How Many People Are In Space Right Now? &#8211; Ever wonder how many people are in space right now?

Topics


07:09 &#8211; 101 Five-minute fixes [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://www.flickr.com/photos/hidden_treasure/2474163220/"><img class="alignright size-medium wp-image-555" title="2474163220_6c7a2e429e_b" src="http://faceoffshow.com/wp-content/uploads/2009/10/2474163220_6c7a2e429e_b-300x239.jpg" alt="2474163220_6c7a2e429e_b" width="223" height="178" /></a>GIF making webapp, find out how many people are in space right now, and some great tips to incrementally improve your website.</p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>01:58 &#8211; <a href="http://gifsoup.com">GifSoup</a> &#8211; Create animated GIFs from YouTube videos</li>
<li>04:36 &#8211; <a href="http://www.howmanypeopleareinspacerightnow.com">How Many People Are In Space Right Now?</a> &#8211; Ever wonder how many people are in space right now?</li>
</ul>
<p><strong>Topics<br />
</strong></p>
<ul>
<li>07:09 &#8211; <a href="http://www.insidecrm.com/features/101-web-site-fixes-031808/">101 Five-minute fixes to incrementally improve your website:)</a>
<ul>
<li>Copywriting</li>
<li>Usability</li>
<li>Search Engine Optimization</li>
<li>Accessibility</li>
<li>Design</li>
<li>Legal</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/10/06/episode-37-quick-website-tune-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-037-QuickWebsiteTuneUp.mp3" length="28579622" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/hidden_treasure/2474163220/&quot;&gt;&lt;img class=&quot;alignright size-medium wp-image-555&quot; title=&quot;2474163220_6c7a2e429e_b&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/10/2474163220_6c7a2e429e_b-300x239.jpg&quot; alt=&quot;2474163220_6c7a2e429e_b&quot; width=&quot;223&quot; height=&quot;178&quot; /&gt;&lt;/a&gt;GIF making webapp, find out how many people are in space right now, and some great tips to incrementally improve your website.&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;01:58 – &lt;a href=&quot;http://gifsoup.com&quot;&gt;GifSoup&lt;/a&gt; – Create animated GIFs from YouTube videos&lt;/li&gt;
&lt;li&gt;04:36 – &lt;a href=&quot;http://www.howmanypeopleareinspacerightnow.com&quot;&gt;How Many People Are In Space Right Now?&lt;/a&gt; – Ever wonder how many people are in space right now?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Topics&lt;br /&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;07:09 – &lt;a href=&quot;http://www.insidecrm.com/features/101-web-site-fixes-031808/&quot;&gt;101 Five-minute fixes to incrementally improve your website:)&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Copywriting&lt;/li&gt;
&lt;li&gt;Usability&lt;/li&gt;
&lt;li&gt;Search Engine Optimization&lt;/li&gt;
&lt;li&gt;Accessibility&lt;/li&gt;
&lt;li&gt;Design&lt;/li&gt;
&lt;li&gt;Legal&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>GIF making webapp, find out how many people are in space right now, and some great tips to incrementally improve your website.
Webapps

01:58 – GifSoup – Create animated GIFs from YouTube videos
04:36 – How Many People Are In Space Right Now? [...]</itunes:subtitle>
<itunes:author>Faceoff</itunes:author>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 36: Usability</title>
		<link>http://faceoffshow.com/2009/09/29/episode-36-usability/</link>
		<comments>http://faceoffshow.com/2009/09/29/episode-36-usability/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 09:00:17 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[digsby]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gridinator]]></category>
		<category><![CDATA[intuit]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[recess]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=534</guid>
		<description><![CDATA[News from Mint, a tool for grid designs, and 10 awesome usability findings.]]></description>
			<content:encoded><![CDATA[
<p><img class="alignright size-medium wp-image-540" title="2771314167_6cde47478e" src="http://faceoffshow.com/wp-content/uploads/2009/09/2771314167_6cde47478e-236x300.jpg" alt="2771314167_6cde47478e" width="189" height="240" />News from Mint, a tool for grid designs, and 10 awesome usability findings.</p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul style="margin-top: 0px; margin-bottom: 0px;">
<li style="margin-top: 0px; margin-bottom: 0px;">01:40 &#8211; <a href="http://www.techcrunch.com/200 9/09/13/intuit-to-acquire-former-techcrunch50-winner-mint-for-170-million/">Intuit buys Mint</a></li>
<li style="margin-top: 0px; margin-bottom: 0px;">05:29 &#8211; Compress with gzip backward compatible?  mobile browser compatable?
<ul>
<li style="margin-top: 0px; margin-bottom: 0px;"><a href="http://www.whatsmyip.org /http_compression/">Check your device</a></li>
</ul>
</li>
<li style="margin-top: 0px; margin-bottom: 0px;">08:20 &#8211; <a href="http://searchengineland.com/google-lets-you- tell-them-which-url-parameters-to-ignore-25925">Google lets you tell them what url parameters to ignore</a></li>
<li style="margin-top: 0px; margin-bottom: 0px;">11:27 &#8211; <a href="http://lifehack er.com/5361938/digsby-sees-the-light-removes-some-bundled-crapware">Digsby sees the light!</a></li>
</ul>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul style="margin-top: 0px; margin-bottom: 0px;">
<li style="margin-top: 0px; margin-bottom: 0px;">13:47 &#8211; <a href="http://david.dojoto olkit.or g/recss.html">ReCSS</a> &#8211; Bookmarklet that refreshes just the css on a page. via qasim</li>
</ul>
<ul style="margin-top: 0px; margin-bottom: 0px;">
<li style="margin-top: 0px; margin-bottom: 0px;">16:37 &#8211; Gridinator -<a id="f-ap" title="http://gridinator.com" href="http://gridinator.com">http://gridin ator.com</a> &#8211; Create website grids easily, then download them as html/css or an image! via quasim</li>
</ul>
<p><strong>Topics<br />
</strong></p>
<ul>
<li>20:00 &#8211; <a href="http://www.smashingmagazine.com/2009/09/24/10-useful-usability-findings-and-guidelines/">10 Useful usability findings</a>
<ul>
<li>Labels go above the form</li>
<li>Users focus on faces</li>
<li>Quality design = credibility</li>
<li>Users scan content and scroll fast</li>
<li>Blue is the best color for links</li>
<li>White space improves comprehension</li>
<li>User testing doesn&#8217;t need to be extensive</li>
<li>Make your search boxes wide enough</li>
<li>Informative product pages help you stand out</li>
<li>Most users are blind to advertising</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/09/29/episode-36-usability/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-036-Usability.mp3" length="30615967" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;img class=&quot;alignright size-medium wp-image-540&quot; title=&quot;2771314167_6cde47478e&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/09/2771314167_6cde47478e-236x300.jpg&quot; alt=&quot;2771314167_6cde47478e&quot; width=&quot;189&quot; height=&quot;240&quot; /&gt;News from Mint, a tool for grid designs, and 10 awesome usability findings.&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul style=&quot;margin-top: 0px; margin-bottom: 0px;&quot;&gt;
&lt;li style=&quot;margin-top: 0px; margin-bottom: 0px;&quot;&gt;01:40 – &lt;a href=&quot;http://www.techcrunch.com/200 9/09/13/intuit-to-acquire-former-techcrunch50-winner-mint-for-170-million/&quot;&gt;Intuit buys Mint&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin-top: 0px; margin-bottom: 0px;&quot;&gt;05:29 – Compress with gzip backward compatible?  mobile browser compatable?
&lt;ul&gt;
&lt;li style=&quot;margin-top: 0px; margin-bottom: 0px;&quot;&gt;&lt;a href=&quot;http://www.whatsmyip.org /http_compression/&quot;&gt;Check your device&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li style=&quot;margin-top: 0px; margin-bottom: 0px;&quot;&gt;08:20 – &lt;a href=&quot;http://searchengineland.com/google-lets-you- tell-them-which-url-parameters-to-ignore-25925&quot;&gt;Google lets you tell them what url parameters to ignore&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin-top: 0px; margin-bottom: 0px;&quot;&gt;11:27 – &lt;a href=&quot;http://lifehack er.com/5361938/digsby-sees-the-light-removes-some-bundled-crapware&quot;&gt;Digsby sees the light!&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul style=&quot;margin-top: 0px; margin-bottom: 0px;&quot;&gt;
&lt;li style=&quot;margin-top: 0px; margin-bottom: 0px;&quot;&gt;13:47 – &lt;a href=&quot;http://david.dojoto olkit.or g/recss.html&quot;&gt;ReCSS&lt;/a&gt; – Bookmarklet that refreshes just the css on a page. via qasim&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style=&quot;margin-top: 0px; margin-bottom: 0px;&quot;&gt;
&lt;li style=&quot;margin-top: 0px; margin-bottom: 0px;&quot;&gt;16:37 – Gridinator -&lt;a id=&quot;f-ap&quot; title=&quot;http://gridinator.com&quot; href=&quot;http://gridinator.com&quot;&gt;http://gridin ator.com&lt;/a&gt; – Create website grids easily, then download them as html/css or an image! via quasim&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Topics&lt;br /&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;20:00 – &lt;a href=&quot;http://www.smashingmagazine.com/2009/09/24/10-useful-usability-findings-and-guidelines/&quot;&gt;10 Useful usability findings&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Labels go above the form&lt;/li&gt;
&lt;li&gt;Users focus on faces&lt;/li&gt;
&lt;li&gt;Quality design = credibility&lt;/li&gt;
&lt;li&gt;Users scan content and scroll fast&lt;/li&gt;
&lt;li&gt;Blue is the best color for links&lt;/li&gt;
&lt;li&gt;White space improves comprehension&lt;/li&gt;
&lt;li&gt;User testing doesn’t need to be extensive&lt;/li&gt;
&lt;li&gt;Make your search boxes wide enough&lt;/li&gt;
&lt;li&gt;Informative product pages help you stand out&lt;/li&gt;
&lt;li&gt;Most users are blind to advertising&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>News from Mint, a tool for grid designs, and 10 awesome usability findings.</itunes:subtitle>
<itunes:author>Faceoff Show</itunes:author>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 35: Over Buffer Flow Run</title>
		<link>http://faceoffshow.com/2009/09/22/episode-35-over-buffer-flow-run/</link>
		<comments>http://faceoffshow.com/2009/09/22/episode-35-over-buffer-flow-run/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 09:00:23 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[bohrbug]]></category>
		<category><![CDATA[critical thinking]]></category>
		<category><![CDATA[heisenbug]]></category>
		<category><![CDATA[inumbr]]></category>
		<category><![CDATA[mandlebug]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter snooze]]></category>
		<category><![CDATA[wishpot]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=521</guid>
		<description><![CDATA[Making sure you aren&#8217;t a bad programmer, and formal names for specific computer bugs.
News and Follow-Ups

01:08 &#8211; Podshifter &#8211; iPhone update 3.0 added podcast shifting speed.

Webapps

06:03 &#8211; Wishpot - Universal wishlist app
10:23 &#8211; TwitterSnooze &#8211; Snooze someone on twitter for a set period of time
13:34 &#8211; inumbr &#8211; Get a disposable phone number

Topics


16:37 &#8211; Signs that [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://faceoffshow.com/wp-content/uploads/2009/09/computer-bug.jpg"><img class="alignright size-medium wp-image-526" title="computer-bug" src="http://faceoffshow.com/wp-content/uploads/2009/09/computer-bug-300x199.jpg" alt="computer-bug" width="236" height="156" /></a>Making sure you aren&#8217;t a bad programmer, and formal names for specific computer bugs.</p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>01:08 &#8211; Podshifter &#8211; iPhone update 3.0 added podcast shifting speed.</li>
</ul>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>06:03 &#8211; <a href="http://www.wishpot.com">Wishpot</a> - Universal wishlist app</li>
<li>10:23 &#8211; <a href="http://twittersnooze.com">TwitterSnooze</a> &#8211; Snooze someone on twitter for a set period of time</li>
<li>13:34 &#8211; <a href="http://inumbr.com">inumbr</a> &#8211; Get a disposable phone number</li>
</ul>
<p><strong>Topics<br />
</strong></p>
<ul>
<li>16:37 &#8211; <a href="http://sites.google.com/site/yacoset/Home/signs-that-you-re-a-bad-programmer">Signs that you&#8217;re a bad programmer</a>
<ul>
<li>Inability to reason about code</li>
<li>Poor understanding of the language&#8217;s programming model</li>
<li>Deficient research skills / Chronically poor knowledge of the platform&#8217;s features</li>
<li>Inability to comprehend pointers</li>
<li>Difficulty seeing through recursion</li>
</ul>
<p>Signs you are a mediocre programmer</p>
<ul>
<li>Inability to think in sets</li>
<li>Lack of critical thinking &#8211; <a href="http://www.amazon.com/gp/product/0130647608?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0130647608">Critical Thinking: Tools for Taking Charge of Your Professional and Personal Life</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=as2&amp;o=1&amp;a=0130647608" border="0" alt="" width="1" height="1" /></li>
<li>Pinball Programming</li>
<li>Unfamiliar with the principles of security</li>
<li>Code is a mess</li>
</ul>
</li>
<li>41:05 &#8211; Types of computer bugs &#8211; <a id="ly_v" title="http://en.wikipedia.org/wiki/Unusual_software_bug#Bohrbug" href="http://en.wikipedia.org/wiki/Unusual_software_bug#Bohrbug">http://en.wikipedia.org/wiki/Unusual_software_bug#Bohrbug</a>
<ul>
<li>Heisenbug</li>
<li>Bohrbug</li>
<li>Mandelbug</li>
<li>Schroendinbug</li>
<li>Phase of the Moon bug</li>
<li>Statistical bug</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/09/22/episode-35-over-buffer-flow-run/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-035-OverBufferFlowRun.mp3" length="42342649" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2009/09/computer-bug.jpg&quot;&gt;&lt;img class=&quot;alignright size-medium wp-image-526&quot; title=&quot;computer-bug&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/09/computer-bug-300x199.jpg&quot; alt=&quot;computer-bug&quot; width=&quot;236&quot; height=&quot;156&quot; /&gt;&lt;/a&gt;Making sure you aren’t a bad programmer, and formal names for specific computer bugs.&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;01:08 – Podshifter – iPhone update 3.0 added podcast shifting speed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;06:03 – &lt;a href=&quot;http://www.wishpot.com&quot;&gt;Wishpot&lt;/a&gt; - Universal wishlist app&lt;/li&gt;
&lt;li&gt;10:23 – &lt;a href=&quot;http://twittersnooze.com&quot;&gt;TwitterSnooze&lt;/a&gt; – Snooze someone on twitter for a set period of time&lt;/li&gt;
&lt;li&gt;13:34 – &lt;a href=&quot;http://inumbr.com&quot;&gt;inumbr&lt;/a&gt; – Get a disposable phone number&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Topics&lt;br /&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;16:37 – &lt;a href=&quot;http://sites.google.com/site/yacoset/Home/signs-that-you-re-a-bad-programmer&quot;&gt;Signs that you’re a bad programmer&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Inability to reason about code&lt;/li&gt;
&lt;li&gt;Poor understanding of the language’s programming model&lt;/li&gt;
&lt;li&gt;Deficient research skills / Chronically poor knowledge of the platform’s features&lt;/li&gt;
&lt;li&gt;Inability to comprehend pointers&lt;/li&gt;
&lt;li&gt;Difficulty seeing through recursion&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Signs you are a mediocre programmer&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Inability to think in sets&lt;/li&gt;
&lt;li&gt;Lack of critical thinking – &lt;a href=&quot;http://www.amazon.com/gp/product/0130647608?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0130647608&quot;&gt;Critical Thinking: Tools for Taking Charge of Your Professional and Personal Life&lt;/a&gt;&lt;img style=&quot;border:none !important; margin:0px !important;&quot; src=&quot;http://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=as2&amp;o=1&amp;a=0130647608&quot; border=&quot;0&quot; alt=&quot;&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;&lt;/li&gt;
&lt;li&gt;Pinball Programming&lt;/li&gt;
&lt;li&gt;Unfamiliar with the principles of security&lt;/li&gt;
&lt;li&gt;Code is a mess&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;41:05 – Types of computer bugs – &lt;a id=&quot;ly_v&quot; title=&quot;http://en.wikipedia.org/wiki/Unusual_software_bug#Bohrbug&quot; href=&quot;http://en.wikipedia.org/wiki/Unusual_software_bug#Bohrbug&quot;&gt;http://en.wikipedia.org/wiki/Unusual_software_bug#Bohrbug&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Heisenbug&lt;/li&gt;
&lt;li&gt;Bohrbug&lt;/li&gt;
&lt;li&gt;Mandelbug&lt;/li&gt;
&lt;li&gt;Schroendinbug&lt;/li&gt;
&lt;li&gt;Phase of the Moon bug&lt;/li&gt;
&lt;li&gt;Statistical bug&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>Making sure you aren’t a bad programmer, and formal names for specific computer bugs.
News and Follow-Ups

01:08 – Podshifter – iPhone update 3.0 added podcast shifting speed.

Webapps

06:03 – Wishpot - Universal wishlist app
10:23 – [...]</itunes:subtitle>
<itunes:author>Faceoff</itunes:author>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 34: Nice Orticle</title>
		<link>http://faceoffshow.com/2009/09/15/episode-33-nice-orticle/</link>
		<comments>http://faceoffshow.com/2009/09/15/episode-33-nice-orticle/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 09:00:21 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[301 redirects]]></category>
		<category><![CDATA[boehrbug]]></category>
		<category><![CDATA[estimix]]></category>
		<category><![CDATA[got sleeves]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[iconfinder]]></category>
		<category><![CDATA[rollgator]]></category>
		<category><![CDATA[umbrella today]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=506</guid>
		<description><![CDATA[More bug talk, simple weather webapps, and great tips for wrangling your htaccess file.]]></description>
			<content:encoded><![CDATA[
<p><a href="http://faceoffshow.com/wp-content/uploads/2009/09/404-301-774123.jpg"><img class="alignright size-medium wp-image-512" title="404-301-774123" src="http://faceoffshow.com/wp-content/uploads/2009/09/404-301-774123-300x300.jpg" alt="404-301-774123" width="160" height="160" /></a>More bug talk, simple weather webapps, and great tips for wrangling your htaccess file.</p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>03:35 &#8211; No you are not crazy, you <a href="https://bugs.edge.launchpad.net/ubuntu/+source/file/+bug/248619">cant print on Tuesdays</a></li>
<li>06:03 &#8211; <a href="http://estimix.com">Estimix</a> - Another way to get information about a site, specifically it&#8217;s estimated value.
<ul>
<li>Thanks Aline S</li>
</ul>
</li>
</ul>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li> 10:53 &#8211; <a href="http://umbrellatoday.com">Umbrella Today</a> &#8211; World&#8217;s simplest weather report. Simply tells you if you need an umbrella today.</li>
<li>14:40 &#8211; <a href="http://gotsleeves.appspot.com/">Got Sleeves</a> &#8211; What kinda sleeves do you need?</li>
<li> 19:22 &#8211; <a href="http://www.iconfinder.net">Iconfinder</a> &#8211; Find sweet icons for your site</li>
<li>22:17 &#8211; <a href="http://www.rollgator.com/">Rollgator</a> &#8211; Public RSS display on your wall</li>
</ul>
<p><strong>Topics<br />
</strong></p>
<ul>
<li>27:03 &#8211; <a href="http://www.noupe.com/php/htaccess-techniques.html">The Definitive Guide to htaccess Techniques: Do’s and Don’ts</a>
<ul>
<li>Dos
<ul>
<li>Create custom error pages</li>
<li>Prevent directory browsing</li>
<li>Set the default page for each directory</li>
<li>Setup 301 redirects</li>
<li>Compress files with gzip</li>
<li>Redirect to a secure https</li>
<li>Block script execution</li>
<li>Restirct file upload limits in PHP</li>
<li>Enable file caching</li>
<li>Protect your site from hot linking</li>
<li>Disguise your file types</li>
</ul>
</li>
<li>Don&#8217;ts
<ul>
<li>Make spelling mistakes</li>
<li>Take caching for granted</li>
<li>Forget to test your site</li>
<li>Forget to backup your htaccess file</li>
</ul>
</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/09/15/episode-33-nice-orticle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-034-NiceOrticle.mp3" length="46184574" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2009/09/404-301-774123.jpg&quot;&gt;&lt;img class=&quot;alignright size-medium wp-image-512&quot; title=&quot;404-301-774123&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/09/404-301-774123-300x300.jpg&quot; alt=&quot;404-301-774123&quot; width=&quot;160&quot; height=&quot;160&quot; /&gt;&lt;/a&gt;More bug talk, simple weather webapps, and great tips for wrangling your htaccess file.&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;03:35 – No you are not crazy, you &lt;a href=&quot;https://bugs.edge.launchpad.net/ubuntu/+source/file/+bug/248619&quot;&gt;cant print on Tuesdays&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;06:03 – &lt;a href=&quot;http://estimix.com&quot;&gt;Estimix&lt;/a&gt; - Another way to get information about a site, specifically it’s estimated value.
&lt;ul&gt;
&lt;li&gt;Thanks Aline S&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt; 10:53 – &lt;a href=&quot;http://umbrellatoday.com&quot;&gt;Umbrella Today&lt;/a&gt; – World’s simplest weather report. Simply tells you if you need an umbrella today.&lt;/li&gt;
&lt;li&gt;14:40 – &lt;a href=&quot;http://gotsleeves.appspot.com/&quot;&gt;Got Sleeves&lt;/a&gt; – What kinda sleeves do you need?&lt;/li&gt;
&lt;li&gt; 19:22 – &lt;a href=&quot;http://www.iconfinder.net&quot;&gt;Iconfinder&lt;/a&gt; – Find sweet icons for your site&lt;/li&gt;
&lt;li&gt;22:17 – &lt;a href=&quot;http://www.rollgator.com/&quot;&gt;Rollgator&lt;/a&gt; – Public RSS display on your wall&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Topics&lt;br /&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;27:03 – &lt;a href=&quot;http://www.noupe.com/php/htaccess-techniques.html&quot;&gt;The Definitive Guide to htaccess Techniques: Do’s and Don’ts&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Dos
&lt;ul&gt;
&lt;li&gt;Create custom error pages&lt;/li&gt;
&lt;li&gt;Prevent directory browsing&lt;/li&gt;
&lt;li&gt;Set the default page for each directory&lt;/li&gt;
&lt;li&gt;Setup 301 redirects&lt;/li&gt;
&lt;li&gt;Compress files with gzip&lt;/li&gt;
&lt;li&gt;Redirect to a secure https&lt;/li&gt;
&lt;li&gt;Block script execution&lt;/li&gt;
&lt;li&gt;Restirct file upload limits in PHP&lt;/li&gt;
&lt;li&gt;Enable file caching&lt;/li&gt;
&lt;li&gt;Protect your site from hot linking&lt;/li&gt;
&lt;li&gt;Disguise your file types&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Don’ts
&lt;ul&gt;
&lt;li&gt;Make spelling mistakes&lt;/li&gt;
&lt;li&gt;Take caching for granted&lt;/li&gt;
&lt;li&gt;Forget to test your site&lt;/li&gt;
&lt;li&gt;Forget to backup your htaccess file&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>More bug talk, simple weather webapps, and great tips for wrangling your htaccess file.</itunes:subtitle>
<itunes:author>Faceoff</itunes:author>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 33: Ultimate Guide to Web Optimization</title>
		<link>http://faceoffshow.com/2009/09/08/episode-33-ultimate-guide-to-web-optimization/</link>
		<comments>http://faceoffshow.com/2009/09/08/episode-33-ultimate-guide-to-web-optimization/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 09:00:14 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[mibew messenger]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[serverfault]]></category>
		<category><![CDATA[stackoverflow]]></category>
		<category><![CDATA[superuser]]></category>
		<category><![CDATA[vapurl]]></category>
		<category><![CDATA[yslow]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=490</guid>
		<description><![CDATA[A look at the "Overflow" family of web applications and the ultimate guide to web optimization.]]></description>
			<content:encoded><![CDATA[
<p>A look at the &#8220;Overflow&#8221; family of web applications and the ultimate guide to web optimization.</p>
<p><img class="alignright size-medium wp-image-492" title="2730923855_cbc90bc59d" src="http://faceoffshow.com/wp-content/uploads/2009/09/2730923855_cbc90bc59d-246x300.jpg" alt="2730923855_cbc90bc59d" width="172" height="210" /></p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>02:47 &#8211; <a href="http://stackoverflow.com/">Stackoverflow</a> &#8211; Social programming questions/answers</li>
<li>06:52 &#8211; <a href="http://serverfault.com/">Serverfault</a> &#8211; All things servers</li>
<li><a id="zga4" style="color: #551a8b;" title="http://serverfault.com/" href="http://serverfault.com/"></a>08:06 &#8211; <a href="http://superuser.com/">Superuser</a> &#8211; Power user questions / answers</li>
<li><a id="v2wx" style="color: #551a8b;" title="http://superuser.com/" href="http://superuser.com/"></a>12:59 &#8211; <a href="http://vapurl.com/">VapURL</a> &#8211; A URL that &#8220;evaporates&#8221; after a certain number of visits or after a certain period of time</li>
<li><a id="nk1c" title="http://vapurl.com/" href="http://vapurl.com/"></a>14:52 &#8211; <a href="http://openwebim.org">Mibew Messenger</a> &#8211; Open source customer service chat program.</li>
</ul>
<p><strong>Topics<br />
</strong></p>
<ul>
<li>19:33 &#8211; 5 Things that will kill your website
<ul>
<li><span style="font-size: 14px; ">Change</span></li>
<li><span style="font-size: 14px; ">Unexpected load</span></li>
<li><span style="font-size: 14px; ">Slow death</span></li>
<li><span style="font-size: 14px; ">Time related issues</span></li>
<li><span style="font-size: 14px; ">Hardware failure</span></li>
</ul>
</li>
<li>35:23 - <a href="http://www.hongkiat.com/blog/ultimate-guide-to-web-optimization-tips-best-practices/">Ultimate guide to web optimization</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/09/08/episode-33-ultimate-guide-to-web-optimization/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-033-UltimateGuideToWebOptimization.mp3" length="52720408" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;A look at the “Overflow” family of web applications and the ultimate guide to web optimization.&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignright size-medium wp-image-492&quot; title=&quot;2730923855_cbc90bc59d&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/09/2730923855_cbc90bc59d-246x300.jpg&quot; alt=&quot;2730923855_cbc90bc59d&quot; width=&quot;172&quot; height=&quot;210&quot; /&gt;&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;02:47 – &lt;a href=&quot;http://stackoverflow.com/&quot;&gt;Stackoverflow&lt;/a&gt; – Social programming questions/answers&lt;/li&gt;
&lt;li&gt;06:52 – &lt;a href=&quot;http://serverfault.com/&quot;&gt;Serverfault&lt;/a&gt; – All things servers&lt;/li&gt;
&lt;li&gt;&lt;a id=&quot;zga4&quot; style=&quot;color: #551a8b;&quot; title=&quot;http://serverfault.com/&quot; href=&quot;http://serverfault.com/&quot;&gt;&lt;/a&gt;08:06 – &lt;a href=&quot;http://superuser.com/&quot;&gt;Superuser&lt;/a&gt; – Power user questions / answers&lt;/li&gt;
&lt;li&gt;&lt;a id=&quot;v2wx&quot; style=&quot;color: #551a8b;&quot; title=&quot;http://superuser.com/&quot; href=&quot;http://superuser.com/&quot;&gt;&lt;/a&gt;12:59 – &lt;a href=&quot;http://vapurl.com/&quot;&gt;VapURL&lt;/a&gt; – A URL that “evaporates” after a certain number of visits or after a certain period of time&lt;/li&gt;
&lt;li&gt;&lt;a id=&quot;nk1c&quot; title=&quot;http://vapurl.com/&quot; href=&quot;http://vapurl.com/&quot;&gt;&lt;/a&gt;14:52 – &lt;a href=&quot;http://openwebim.org&quot;&gt;Mibew Messenger&lt;/a&gt; – Open source customer service chat program.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Topics&lt;br /&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;19:33 – 5 Things that will kill your website
&lt;ul&gt;
&lt;li&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;Change&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;Unexpected load&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;Slow death&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;Time related issues&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;Hardware failure&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;35:23 - &lt;a href=&quot;http://www.hongkiat.com/blog/ultimate-guide-to-web-optimization-tips-best-practices/&quot;&gt;Ultimate guide to web optimization&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>A look at the &quot;Overflow&quot; family of web applications and the ultimate guide to web optimization.</itunes:subtitle>
<itunes:author>Faceoff</itunes:author>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 32: Screencasting Showdown</title>
		<link>http://faceoffshow.com/2009/09/01/episode-32-screencast-showdown/</link>
		<comments>http://faceoffshow.com/2009/09/01/episode-32-screencast-showdown/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 09:00:59 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[Retweet]]></category>
		<category><![CDATA[ScreenJelly]]></category>
		<category><![CDATA[Screenr]]></category>
		<category><![CDATA[ScreenToaster]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=444</guid>
		<description><![CDATA[Fixed Xboxes and the good, bad and the ugly of screencasting webapps.]]></description>
			<content:encoded><![CDATA[
<p><img class="alignright size-medium wp-image-448" title="eastwood" src="http://faceoffshow.com/wp-content/uploads/2009/08/eastwood-300x291.jpg" alt="eastwood" width="240" height="233" />Fixed Xboxes and the good, bad and the ugly of screencasting webapps.</p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>00:42 &#8211; Jade is getting his Xbox fixed!</li>
</ul>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>01:27 - <a href="http://retweet.com/" target="_blank">ReTweet</a> &#8211; Social news done through twitter.</li>
<li><a id="rse7" title="http://retweet.com/" href="http://retweet.com/"></a>04:48 &#8211; Screen Capture Showdown
<ul>
<li><a href="http://screenr.com" target="_blank">Screenr</a> &#8211; Public only recording, really easy to use, no full screen</li>
<li><a href="http://screentoaster.com" target="_blank">ScreenToaster</a> &#8211; Easy to use, download your screencasts in other formats</li>
<li><a href="http://www.screenjelly.com/" target="_blank">ScreenJelly</a> &#8211; Private recording, easy to use, only fullscreen</li>
</ul>
</li>
</ul>
<p><strong>Topics</strong></p>
<ul>
<li>14:31 - <a href="http://webdosanddonts.com/" target="_blank">Web dos and don&#8217;ts</a>
<ul>
<li>Avoid issues on handling getElementById</li>
<li>Use negative CSS margins</li>
<li>Use CSS shorthand</li>
<li>Optimise Jpegs</li>
<li>Do proofread</li>
<li>Don&#8217;t put block elements in the in-lines</li>
<li>Don&#8217;t forget keyboard navigation</li>
<li>Don&#8217;t fix, prevent!</li>
<li>Don&#8217;t allow hotlinking</li>
</ul>
</li>
<li><a id="bbrp" title="http://webdosanddonts.com/" href="http://webdosanddonts.com/"></a>30:06 &#8211; <a href="http://www.simonwhatley.co.uk/the-ten-commandments-of-social-media" target="_blank">The 10 Commandments of Social Media</a>
<ul>
<li>1. Thou shalt blog (like crazy) commandments</li>
<li>2. Thou shalt create profiles (everywhere) commandments</li>
<li>3. Thou shalt upload photos (lots of them) commandments</li>
<li>4. Thou shalt upload videos (all you can find) commandments</li>
<li>5. Thou shalt podcast (often) commandments</li>
<li>6. Thou shalt set alerts (immediately) commandments</li>
<li>7. Thou shalt comment (on a multitude of blogs) commandments</li>
<li>8. Thou shalt get connected (with everyone) commandments</li>
<li>9. Thou shalt explore social media (30 minutes per week) commandments</li>
<li>10. Thou shalt be creative (go forth and create creatively)</li>
</ul>
</li>
<li>42:56 - <a href="http://www.smashingmagazine.com/2009/08/19/simple-ways-freelancers-can-increase-productivity/" target="_blank">6 Simple Ways For Freelancers To Increase Productivity </a>
<ul>
<li>Set a schedule</li>
<li>Make a plan</li>
<li>Get focused</li>
<li>Get organized</li>
<li>Set up your office properly</li>
<li>Get Help</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/09/01/episode-32-screencast-showdown/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-032-ScreencastingShowdown.mp3" length="47846081" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;img class=&quot;alignright size-medium wp-image-448&quot; title=&quot;eastwood&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/08/eastwood-300x291.jpg&quot; alt=&quot;eastwood&quot; width=&quot;240&quot; height=&quot;233&quot; /&gt;Fixed Xboxes and the good, bad and the ugly of screencasting webapps.&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:42 – Jade is getting his Xbox fixed!&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;01:27 - &lt;a href=&quot;http://retweet.com/&quot; target=&quot;_blank&quot;&gt;ReTweet&lt;/a&gt; – Social news done through twitter.&lt;/li&gt;
&lt;li&gt;&lt;a id=&quot;rse7&quot; title=&quot;http://retweet.com/&quot; href=&quot;http://retweet.com/&quot;&gt;&lt;/a&gt;04:48 – Screen Capture Showdown
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://screenr.com&quot; target=&quot;_blank&quot;&gt;Screenr&lt;/a&gt; – Public only recording, really easy to use, no full screen&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://screentoaster.com&quot; target=&quot;_blank&quot;&gt;ScreenToaster&lt;/a&gt; – Easy to use, download your screencasts in other formats&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.screenjelly.com/&quot; target=&quot;_blank&quot;&gt;ScreenJelly&lt;/a&gt; – Private recording, easy to use, only fullscreen&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Topics&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;14:31 - &lt;a href=&quot;http://webdosanddonts.com/&quot; target=&quot;_blank&quot;&gt;Web dos and don’ts&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Avoid issues on handling getElementById&lt;/li&gt;
&lt;li&gt;Use negative CSS margins&lt;/li&gt;
&lt;li&gt;Use CSS shorthand&lt;/li&gt;
&lt;li&gt;Optimise Jpegs&lt;/li&gt;
&lt;li&gt;Do proofread&lt;/li&gt;
&lt;li&gt;Don’t put block elements in the in-lines&lt;/li&gt;
&lt;li&gt;Don’t forget keyboard navigation&lt;/li&gt;
&lt;li&gt;Don’t fix, prevent!&lt;/li&gt;
&lt;li&gt;Don’t allow hotlinking&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a id=&quot;bbrp&quot; title=&quot;http://webdosanddonts.com/&quot; href=&quot;http://webdosanddonts.com/&quot;&gt;&lt;/a&gt;30:06 – &lt;a href=&quot;http://www.simonwhatley.co.uk/the-ten-commandments-of-social-media&quot; target=&quot;_blank&quot;&gt;The 10 Commandments of Social Media&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;1. Thou shalt blog (like crazy) commandments&lt;/li&gt;
&lt;li&gt;2. Thou shalt create profiles (everywhere) commandments&lt;/li&gt;
&lt;li&gt;3. Thou shalt upload photos (lots of them) commandments&lt;/li&gt;
&lt;li&gt;4. Thou shalt upload videos (all you can find) commandments&lt;/li&gt;
&lt;li&gt;5. Thou shalt podcast (often) commandments&lt;/li&gt;
&lt;li&gt;6. Thou shalt set alerts (immediately) commandments&lt;/li&gt;
&lt;li&gt;7. Thou shalt comment (on a multitude of blogs) commandments&lt;/li&gt;
&lt;li&gt;8. Thou shalt get connected (with everyone) commandments&lt;/li&gt;
&lt;li&gt;9. Thou shalt explore social media (30 minutes per week) commandments&lt;/li&gt;
&lt;li&gt;10. Thou shalt be creative (go forth and create creatively)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;42:56 - &lt;a href=&quot;http://www.smashingmagazine.com/2009/08/19/simple-ways-freelancers-can-increase-productivity/&quot; target=&quot;_blank&quot;&gt;6 Simple Ways For Freelancers To Increase Productivity &lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Set a schedule&lt;/li&gt;
&lt;li&gt;Make a plan&lt;/li&gt;
&lt;li&gt;Get focused&lt;/li&gt;
&lt;li&gt;Get organized&lt;/li&gt;
&lt;li&gt;Set up your office properly&lt;/li&gt;
&lt;li&gt;Get Help&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>Fixed Xboxes and the good, bad and the ugly of screencasting webapps.</itunes:subtitle>
<itunes:author>Faceoff</itunes:author>
<itunes:duration>1:06</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 31: XXX-ish</title>
		<link>http://faceoffshow.com/2009/08/25/episode-31-xxx-ish/</link>
		<comments>http://faceoffshow.com/2009/08/25/episode-31-xxx-ish/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 09:00:37 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[digsby]]></category>
		<category><![CDATA[fitzgerald]]></category>
		<category><![CDATA[funding]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rasturbator]]></category>
		<category><![CDATA[snailmailr]]></category>
		<category><![CDATA[thoughtaudio]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=416</guid>
		<description><![CDATA[Huzzah! It's the official celebration of Faceoff's 30th episode (although, a week late due to technical "difficulties"). We are talking about PHP Best practices and a way to rasturbate all day long!]]></description>
			<content:encoded><![CDATA[
<p><img class="alignright size-medium wp-image-434" title="542" src="http://faceoffshow.com/wp-content/uploads/2009/08/542-300x225.jpg" alt="542" width="240" height="180" />Huzzah! It&#8217;s the official celebration of Faceoff&#8217;s 30th episode (although, a week late due to technical &#8220;difficulties&#8221;). We also talk about PHP Best practices and a way to rasturbate all day long!</p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>00:39 &#8211; Faceoff&#8217;s 30th-ish Episode!</li>
<li>03:58 &#8211; <a href="http://www.bizzia.com/startupspark/mintcom-receives-14-million-in-funding/" target="_blank">Mint receives $14 million in new funding</a>
<ul>
<li><a href="http://faceoffshow.com/2009/02/10/episode-3-minty-fresh-finances/" target="_blank">Faceoff Episode 3: Minty Fresh Finances</a></li>
</ul>
</li>
<li>06:55 &#8211; <a href="http://lifehacker.com/5336382/digsby-joins-the-dark-side-uses-your-pc-to-make-money " target="_blank">Digsby drops the ball</a></li>
<li>13:43 &#8211; <a href="http://autonomousmachine.com/2008/11/21/fitzgerald-a-sinatra-clone-in-php" target="_blank">Fitzgerald</a> &#8211; Sinatra clone in PHP</li>
</ul>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>16:49 &#8211; <a href="http://www.thoughtaudio.com/" target="_blank">ThoughtAudio</a> &#8211; Free public domain audio books</li>
<li>18:37 &#8211; <a href="http://homokaasu.org/rasterbator/" target="_blank">The Rasterbator</a> -Make huge posters with regular images and paper</li>
<li>23:28 &#8211; <a title="Send a letter with SnailMailr" href="http://snailmailr.com/send-letter" target="_blank">SnailMailr</a> &#8211; Too hip for snail mail?  Let the cloud do it for you.</li>
</ul>
<p><strong>Topics</strong></p>
<ul>
<li>27:58 &#8211; <a href="http://net.tutsplus.com/tutorials/php/30-php-best-practices-for-beginners/">PHP Best Practices (Redux)</a>
<ul>
<li>Turn on error reporting</li>
<li>(maybe) Try an IDE</li>
<li>Try a PHP framework</li>
<li>Don&#8217;t repeat yourself</li>
<li>Indent code for readability</li>
<li>Tier your code</li>
<li>Use the full &amp;lt;?php</li>
<li>Use a consistent naming convention</li>
<li>Comment comment comment</li>
<li>Develop on Linux if you can, otherwise use xamp</li>
<li>Give your script limits</li>
<li><a href="http://code.google.com/apis/ajaxlibs/">Google Ajax libraries</a></li>
<li>Use Object Oriented Programming (OOP)</li>
<li>Know what &#8221; and &#8216; do</li>
<li>Don&#8217;t make phpinfo() public</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/08/25/episode-31-xxx-ish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-031-XXXish.mp3" length="60916294" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;img class=&quot;alignright size-medium wp-image-434&quot; title=&quot;542&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/08/542-300x225.jpg&quot; alt=&quot;542&quot; width=&quot;240&quot; height=&quot;180&quot; /&gt;Huzzah! It’s the official celebration of Faceoff’s 30th episode (although, a week late due to technical “difficulties”). We also talk about PHP Best practices and a way to rasturbate all day long!&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:39 – Faceoff’s 30th-ish Episode!&lt;/li&gt;
&lt;li&gt;03:58 – &lt;a href=&quot;http://www.bizzia.com/startupspark/mintcom-receives-14-million-in-funding/&quot; target=&quot;_blank&quot;&gt;Mint receives $14 million in new funding&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://faceoffshow.com/2009/02/10/episode-3-minty-fresh-finances/&quot; target=&quot;_blank&quot;&gt;Faceoff Episode 3: Minty Fresh Finances&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;06:55 – &lt;a href=&quot;http://lifehacker.com/5336382/digsby-joins-the-dark-side-uses-your-pc-to-make-money &quot; target=&quot;_blank&quot;&gt;Digsby drops the ball&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;13:43 – &lt;a href=&quot;http://autonomousmachine.com/2008/11/21/fitzgerald-a-sinatra-clone-in-php&quot; target=&quot;_blank&quot;&gt;Fitzgerald&lt;/a&gt; – Sinatra clone in PHP&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;16:49 – &lt;a href=&quot;http://www.thoughtaudio.com/&quot; target=&quot;_blank&quot;&gt;ThoughtAudio&lt;/a&gt; – Free public domain audio books&lt;/li&gt;
&lt;li&gt;18:37 – &lt;a href=&quot;http://homokaasu.org/rasterbator/&quot; target=&quot;_blank&quot;&gt;The Rasterbator&lt;/a&gt; -Make huge posters with regular images and paper&lt;/li&gt;
&lt;li&gt;23:28 – &lt;a title=&quot;Send a letter with SnailMailr&quot; href=&quot;http://snailmailr.com/send-letter&quot; target=&quot;_blank&quot;&gt;SnailMailr&lt;/a&gt; – Too hip for snail mail?  Let the cloud do it for you.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Topics&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;27:58 – &lt;a href=&quot;http://net.tutsplus.com/tutorials/php/30-php-best-practices-for-beginners/&quot;&gt;PHP Best Practices (Redux)&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Turn on error reporting&lt;/li&gt;
&lt;li&gt;(maybe) Try an IDE&lt;/li&gt;
&lt;li&gt;Try a PHP framework&lt;/li&gt;
&lt;li&gt;Don’t repeat yourself&lt;/li&gt;
&lt;li&gt;Indent code for readability&lt;/li&gt;
&lt;li&gt;Tier your code&lt;/li&gt;
&lt;li&gt;Use the full &lt;?php&lt;/li&gt;
&lt;li&gt;Use a consistent naming convention&lt;/li&gt;
&lt;li&gt;Comment comment comment&lt;/li&gt;
&lt;li&gt;Develop on Linux if you can, otherwise use xamp&lt;/li&gt;
&lt;li&gt;Give your script limits&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://code.google.com/apis/ajaxlibs/&quot;&gt;Google Ajax libraries&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Use Object Oriented Programming (OOP)&lt;/li&gt;
&lt;li&gt;Know what ” and ‘ do&lt;/li&gt;
&lt;li&gt;Don’t make phpinfo() public&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>Huzzah! It&#039;s the official celebration of Faceoff&#039;s 30th episode (although, a week late due to technical &quot;difficulties&quot;). We are talking about PHP Best practices and a way to rasturbate all day long!</itunes:subtitle>
<itunes:author>Faceoff</itunes:author>
<itunes:duration>1:06:25</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 30: Back to School Webapp Extravaganza</title>
		<link>http://faceoffshow.com/2009/08/18/episode-30-back-to-school-webapp-extravaganza/</link>
		<comments>http://faceoffshow.com/2009/08/18/episode-30-back-to-school-webapp-extravaganza/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 09:00:21 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[back to school]]></category>
		<category><![CDATA[blind search]]></category>
		<category><![CDATA[chegg]]></category>
		<category><![CDATA[credible]]></category>
		<category><![CDATA[doodle]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[easybib]]></category>
		<category><![CDATA[evernote]]></category>
		<category><![CDATA[google calendar]]></category>
		<category><![CDATA[google docs]]></category>
		<category><![CDATA[logmein]]></category>
		<category><![CDATA[ocr terminal]]></category>
		<category><![CDATA[PDFtoWord]]></category>
		<category><![CDATA[privacy policy]]></category>
		<category><![CDATA[ratemyprofessors]]></category>
		<category><![CDATA[speepo]]></category>
		<category><![CDATA[zapreader]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=420</guid>
		<description><![CDATA[Time to go back to school! This time, Faceoff makes sure you do it RIGHT.]]></description>
			<content:encoded><![CDATA[
<p><a href="http://faceoffshow.com/wp-content/uploads/2009/08/saved-by-the-bell.jpg"><img class="alignright size-thumbnail wp-image-422" title="saved-by-the-bell" src="http://faceoffshow.com/wp-content/uploads/2009/08/saved-by-the-bell-150x150.jpg" alt="saved-by-the-bell" width="150" height="150" /></a>Time to go back to school! This time, Faceoff makes sure you do it RIGHT.</p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>00:49 &#8211; Jade&#8217;s Xbox 360 died</li>
</ul>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>02:43 &#8211; <a href="http://blindsearch.fejus.com/">Blind Search App</a> &#8211; Get search results from 3 major search engines without knowing which is which.</li>
<li> 05:20 &#8211; <a href="http://speepo.com">Speepo</a> &#8211; Easily record and leave messages to an email or private URL.</li>
<li>07:37 &#8211; <a href="http://ocrterminal.com">OCR Terminal</a> &#8211; OCR documents through the web!</li>
<li>12:16 &#8211; <a href="http://www.bennadel.com/coldfusion/privacy-policy-generator.htm">Privacy policy generator</a> &#8211; Easy simple privacy and terms of use generator</li>
</ul>
<p><strong>Topics</strong></p>
<ul>
<li>15:37 &#8211; <a href="http://blog.simpleslice.com/business-development/22-things-you-can-do-right-now-to-make-your-website-more-credible/">22 Things you can do right now to make your website more credible</a></li>
<li>39:47 &#8211; Back to School Special
<ul>
<li><a href="http://www.google.com/docs">Google Docs </a></li>
<li> <a href="http://getdropbox.com">Dropbox </a></li>
<li> <a href="http://www.RateMyProfessors.com ">RateMyProfessors.com </a></li>
<li> <a href="http://www.pdftoword.com/ ">PdftoWord</a></li>
<li> <a href="http://www.google.com/calendar">Google Calendar </a></li>
<li> <a href="http://www.doodle.com">Doodle </a></li>
<li> <a href="http://www.sylloge.com/5k/entries/162/">Ultimate decision maker</a></li>
<li> <a href="http://www.textbookrevolt.com/">TextbookRevolt</a></li>
<li><a href="http://www.chegg.com/">Chegg</a></li>
<li> <a href="http://evernote.com">Evernote</a></li>
<li> <a href="http://easybib.com">Easybib</a></li>
<li> <a href="https://secure.logmein.com/home.asp?hp=6">Logmein</a></li>
<li> <a href="http://www.zapreader.com/">Zap reader</a></li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/08/18/episode-30-back-to-school-webapp-extravaganza/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-030-BackToSchoolWebappsExtravaganza.mp3" length="31078788" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2009/08/saved-by-the-bell.jpg&quot;&gt;&lt;img class=&quot;alignright size-thumbnail wp-image-422&quot; title=&quot;saved-by-the-bell&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/08/saved-by-the-bell-150x150.jpg&quot; alt=&quot;saved-by-the-bell&quot; width=&quot;150&quot; height=&quot;150&quot; /&gt;&lt;/a&gt;Time to go back to school! This time, Faceoff makes sure you do it RIGHT.&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:49 – Jade’s Xbox 360 died&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;02:43 – &lt;a href=&quot;http://blindsearch.fejus.com/&quot;&gt;Blind Search App&lt;/a&gt; – Get search results from 3 major search engines without knowing which is which.&lt;/li&gt;
&lt;li&gt; 05:20 – &lt;a href=&quot;http://speepo.com&quot;&gt;Speepo&lt;/a&gt; – Easily record and leave messages to an email or private URL.&lt;/li&gt;
&lt;li&gt;07:37 – &lt;a href=&quot;http://ocrterminal.com&quot;&gt;OCR Terminal&lt;/a&gt; – OCR documents through the web!&lt;/li&gt;
&lt;li&gt;12:16 – &lt;a href=&quot;http://www.bennadel.com/coldfusion/privacy-policy-generator.htm&quot;&gt;Privacy policy generator&lt;/a&gt; – Easy simple privacy and terms of use generator&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Topics&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;15:37 – &lt;a href=&quot;http://blog.simpleslice.com/business-development/22-things-you-can-do-right-now-to-make-your-website-more-credible/&quot;&gt;22 Things you can do right now to make your website more credible&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;39:47 – Back to School Special
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.google.com/docs&quot;&gt;Google Docs &lt;/a&gt;&lt;/li&gt;
&lt;li&gt; &lt;a href=&quot;http://getdropbox.com&quot;&gt;Dropbox &lt;/a&gt;&lt;/li&gt;
&lt;li&gt; &lt;a href=&quot;http://www.RateMyProfessors.com &quot;&gt;RateMyProfessors.com &lt;/a&gt;&lt;/li&gt;
&lt;li&gt; &lt;a href=&quot;http://www.pdftoword.com/ &quot;&gt;PdftoWord&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; &lt;a href=&quot;http://www.google.com/calendar&quot;&gt;Google Calendar &lt;/a&gt;&lt;/li&gt;
&lt;li&gt; &lt;a href=&quot;http://www.doodle.com&quot;&gt;Doodle &lt;/a&gt;&lt;/li&gt;
&lt;li&gt; &lt;a href=&quot;http://www.sylloge.com/5k/entries/162/&quot;&gt;Ultimate decision maker&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; &lt;a href=&quot;http://www.textbookrevolt.com/&quot;&gt;TextbookRevolt&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.chegg.com/&quot;&gt;Chegg&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; &lt;a href=&quot;http://evernote.com&quot;&gt;Evernote&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; &lt;a href=&quot;http://easybib.com&quot;&gt;Easybib&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; &lt;a href=&quot;https://secure.logmein.com/home.asp?hp=6&quot;&gt;Logmein&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; &lt;a href=&quot;http://www.zapreader.com/&quot;&gt;Zap reader&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>Time to go back to school! This time, Faceoff makes sure you do it RIGHT.</itunes:subtitle>
<itunes:duration>1:00:42</itunes:duration>
<itunes:explicit>yes</itunes:explicit>
	</item>
		<item>
		<title>Episode 29: Smokey Joe&#8217;s Big Blue Album</title>
		<link>http://faceoffshow.com/2009/08/11/episode-29-the-smokey-joes-blue-album/</link>
		<comments>http://faceoffshow.com/2009/08/11/episode-29-the-smokey-joes-blue-album/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 09:00:50 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[amazon ec2]]></category>
		<category><![CDATA[audio tool]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[entrepreneurship]]></category>
		<category><![CDATA[hobnox]]></category>
		<category><![CDATA[shareflow]]></category>
		<category><![CDATA[slicehost]]></category>
		<category><![CDATA[tagcow]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[zenbe]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=403</guid>
		<description><![CDATA[Tips to stop your new venture from failing and a web application hosting breakdown.]]></description>
			<content:encoded><![CDATA[
<p><a href="http://faceoffshow.com/wp-content/uploads/2009/08/webserver.jpg"><img class="alignright size-thumbnail wp-image-405" title="webserver" src="http://faceoffshow.com/wp-content/uploads/2009/08/webserver-150x150.jpg" alt="webserver" width="150" height="150" /></a>Tips to stop your new venture from failing and a web application hosting breakdown.</p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>00:38 &#8211; <a href="http://www.readwriteweb.com/archives/company_receives_patent_for_podcasting.php">Company recieves patent for podcasting</a> - <a id="wikr" title="http://www.readwriteweb.com/archives/company_receives_patent_for_podcasting.php" href="http://www.readwriteweb.com/archives/company_receives_patent_for_podcasting.php"></a></li>
</ul>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>03:34 &#8211; <a href="http://www.hobnox.com/audiotool.1046.de.html ">Hobnox Audio Tool</a> &#8211; Online beat studio</li>
<li>07:53 &#8211; <a href="http://zenbe.com">Zenbe Shareflow</a> &#8211; Flexible communication flow.</li>
<li>11:43 &#8211; <a href="http://tagcow.com">TagCow</a> &#8211; Crowdsource your image tagging.</li>
</ul>
<p><strong>Topics</strong></p>
<ul>
<li>19:29 &#8211; <a href="http://entrepreneur.venturebeat.com/2009/04/29/10-lessons-from-a-failed-startup/">10 lessons from a failed startup</a>
<ul>
<li><a href="http://www.amazon.com/gp/product/0140157352?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0140157352">Getting to Yes: Negotiating Agreement Without Giving In</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=as2&amp;o=1&amp;a=0140157352" border="0" alt="" width="1" height="1" /></li>
</ul>
</li>
<li>36:00 &#8211; Web Hosting Options
<ul>
<li>Hosted Service</li>
<li>WYSIWYG
<ul>
<li><a href="http://sites.google.com">Google Sites</a></li>
<li><a href="http://squarespae.com">Squarespace</a></li>
</ul>
</li>
<li>Shared Hosting
<ul>
<li><a href="http://www.dreamhost.com/r.cgi?174943">Dreamhost</a></li>
<li><a href="www.godaddy.com">Godaddy</a></li>
</ul>
</li>
<li>Economy grade Virtual Private Server
<ul>
<li><a href="http://www.slicehost.com/">Slicehost</a></li>
</ul>
</li>
<li>Commercial grade Virtual Private Server
<ul>
<li><a href="http://aws.amazon.com/ec2/">Amazon EC2</a></li>
</ul>
</li>
<li>Co-location</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/08/11/episode-29-the-smokey-joes-blue-album/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-029-SmokeyJoesBigBlueAlbum.mp3" length="17237240" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2009/08/webserver.jpg&quot;&gt;&lt;img class=&quot;alignright size-thumbnail wp-image-405&quot; title=&quot;webserver&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/08/webserver-150x150.jpg&quot; alt=&quot;webserver&quot; width=&quot;150&quot; height=&quot;150&quot; /&gt;&lt;/a&gt;Tips to stop your new venture from failing and a web application hosting breakdown.&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:38 – &lt;a href=&quot;http://www.readwriteweb.com/archives/company_receives_patent_for_podcasting.php&quot;&gt;Company recieves patent for podcasting&lt;/a&gt; - &lt;a id=&quot;wikr&quot; title=&quot;http://www.readwriteweb.com/archives/company_receives_patent_for_podcasting.php&quot; href=&quot;http://www.readwriteweb.com/archives/company_receives_patent_for_podcasting.php&quot;&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;03:34 – &lt;a href=&quot;http://www.hobnox.com/audiotool.1046.de.html &quot;&gt;Hobnox Audio Tool&lt;/a&gt; – Online beat studio&lt;/li&gt;
&lt;li&gt;07:53 – &lt;a href=&quot;http://zenbe.com&quot;&gt;Zenbe Shareflow&lt;/a&gt; – Flexible communication flow.&lt;/li&gt;
&lt;li&gt;11:43 – &lt;a href=&quot;http://tagcow.com&quot;&gt;TagCow&lt;/a&gt; – Crowdsource your image tagging.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Topics&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;19:29 – &lt;a href=&quot;http://entrepreneur.venturebeat.com/2009/04/29/10-lessons-from-a-failed-startup/&quot;&gt;10 lessons from a failed startup&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/gp/product/0140157352?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0140157352&quot;&gt;Getting to Yes: Negotiating Agreement Without Giving In&lt;/a&gt;&lt;img style=&quot;border:none !important; margin:0px !important;&quot; src=&quot;http://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=as2&amp;o=1&amp;a=0140157352&quot; border=&quot;0&quot; alt=&quot;&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;36:00 – Web Hosting Options
&lt;ul&gt;
&lt;li&gt;Hosted Service&lt;/li&gt;
&lt;li&gt;WYSIWYG
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://sites.google.com&quot;&gt;Google Sites&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://squarespae.com&quot;&gt;Squarespace&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Shared Hosting
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.dreamhost.com/r.cgi?174943&quot;&gt;Dreamhost&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;www.godaddy.com&quot;&gt;Godaddy&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Economy grade Virtual Private Server
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.slicehost.com/&quot;&gt;Slicehost&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Commercial grade Virtual Private Server
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://aws.amazon.com/ec2/&quot;&gt;Amazon EC2&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Co-location&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>Tips to stop your new venture from failing and a web application hosting breakdown.</itunes:subtitle>
<itunes:duration>1:06:09</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 28: OAuth</title>
		<link>http://faceoffshow.com/2009/08/04/episode-28-oauth/</link>
		<comments>http://faceoffshow.com/2009/08/04/episode-28-oauth/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 14:49:43 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[browsershots]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[piwik]]></category>
		<category><![CDATA[protovis]]></category>
		<category><![CDATA[vischeck]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=392</guid>
		<description><![CDATA[This week we look at the Yahoo/Bing search news, an open source Google Analytics project, and OAuth.]]></description>
			<content:encoded><![CDATA[
<p>This week we look at the Yahoo/Bing search news, an open source Google Analytics project, and OAuth.</p>
<p><img class="alignright size-full wp-image-394" title="test-250" src="http://faceoffshow.com/wp-content/uploads/2009/08/test-250.jpg" alt="test-250" width="200" height="195" /></p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>00:50 &#8211; Yahoo to use Bing
<ul>
<li><a href="http://news.cnet.com/2100-1024_3-5160710.html">Yahoo used Google technology before</a></li>
<li><a href="http://en.wikipedia.org/wiki/Yahoo!_Search">History of Yahoo Technology</a></li>
<li><a href="http://www.gearlive.com/news/article//q309-microsoft-yahoo-search-deal">Deal Details</a></li>
</ul>
</li>
<li>14:28 &#8211; <a href="http://vis.stanford.edu/protovis/">Protovis</a> &#8211; Advanced graphing library in Javascript</li>
</ul>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>18:37 &#8211; <a href="http://www.google.com/search?q=faceoff&amp;hl=en&amp;output=search&amp;tbs=ww:1&amp;tbo=1">Google Wonder Wheel</a></li>
<li>22:43 &#8211; <a href="http://piwik.org/">Piwik</a> &#8211; Open Source Google Analytics Clone</li>
<li><a id="keal" title="http://piwik.org/" href="http://piwik.org/"></a>28:04 &#8211; <a href="http://vischeck.com">Vischeck</a> &#8211; See your website from the eyes of the color blind</li>
<li><a id="ep14" title="http://vischeck.com" href="http://vischeck.com/"></a>31:44 &#8211; <a href="http://browsershots.org/">Browsershots</a> &#8211; Screenshots of your website from tons of browsers</li>
</ul>
<p><strong>Topics</strong></p>
<ul>
<li>35:18 - <a href="http://oauth.net/">OAuth</a> &#8211; Valet Key for Web Apps</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/08/04/episode-28-oauth/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://www.faceoffshow.com/audio/Faceoff-028-OAuth.mp3" length="46787648" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;This week we look at the Yahoo/Bing search news, an open source Google Analytics project, and OAuth.&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignright size-full wp-image-394&quot; title=&quot;test-250&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/08/test-250.jpg&quot; alt=&quot;test-250&quot; width=&quot;200&quot; height=&quot;195&quot; /&gt;&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:50 – Yahoo to use Bing
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://news.cnet.com/2100-1024_3-5160710.html&quot;&gt;Yahoo used Google technology before&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Yahoo!_Search&quot;&gt;History of Yahoo Technology&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.gearlive.com/news/article//q309-microsoft-yahoo-search-deal&quot;&gt;Deal Details&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;14:28 – &lt;a href=&quot;http://vis.stanford.edu/protovis/&quot;&gt;Protovis&lt;/a&gt; – Advanced graphing library in Javascript&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;18:37 – &lt;a href=&quot;http://www.google.com/search?q=faceoff&amp;hl=en&amp;output=search&amp;tbs=ww:1&amp;tbo=1&quot;&gt;Google Wonder Wheel&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;22:43 – &lt;a href=&quot;http://piwik.org/&quot;&gt;Piwik&lt;/a&gt; – Open Source Google Analytics Clone&lt;/li&gt;
&lt;li&gt;&lt;a id=&quot;keal&quot; title=&quot;http://piwik.org/&quot; href=&quot;http://piwik.org/&quot;&gt;&lt;/a&gt;28:04 – &lt;a href=&quot;http://vischeck.com&quot;&gt;Vischeck&lt;/a&gt; – See your website from the eyes of the color blind&lt;/li&gt;
&lt;li&gt;&lt;a id=&quot;ep14&quot; title=&quot;http://vischeck.com&quot; href=&quot;http://vischeck.com/&quot;&gt;&lt;/a&gt;31:44 – &lt;a href=&quot;http://browsershots.org/&quot;&gt;Browsershots&lt;/a&gt; – Screenshots of your website from tons of browsers&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Topics&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;35:18 - &lt;a href=&quot;http://oauth.net/&quot;&gt;OAuth&lt;/a&gt; – Valet Key for Web Apps&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>This week we look at the Yahoo/Bing search news, an open source Google Analytics project, and OAuth.</itunes:subtitle>
<itunes:duration>51:37</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 27: 31-Web-2-Tech</title>
		<link>http://faceoffshow.com/2009/07/28/episode-27-31-web-2-tech/</link>
		<comments>http://faceoffshow.com/2009/07/28/episode-27-31-web-2-tech/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 09:00:30 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[Card.ly]]></category>
		<category><![CDATA[Dban]]></category>
		<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Multi-Factor Authentication]]></category>
		<category><![CDATA[MyBoneYard]]></category>
		<category><![CDATA[PDFtoWord]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=376</guid>
		<description><![CDATA[This week we follow up on quite a few things, convert PDFs, and talk about how to become a freelance web designer.]]></description>
			<content:encoded><![CDATA[
<p><a href="http://faceoffshow.com/wp-content/uploads/2009/07/2558038785_b4f501f2da.jpg"><img class="alignright size-medium wp-image-380" title="2558038785_b4f501f2da" src="http://faceoffshow.com/wp-content/uploads/2009/07/2558038785_b4f501f2da-199x300.jpg" alt="2558038785_b4f501f2da" width="199" height="300" /></a>This week we follow up on quite a few things, convert PDFs, and talk about how to become a freelance web designer.</p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>01:14 &#8211; Faceoff has a phone number! &#8211; <strong>31 Web 2 Tech</strong> (<strong>319-322-8324</strong>)
<ul>
<li>Stop the listening <strong>right now</strong> and give us feedback!</li>
</ul>
</li>
<li>03:16 &#8211; <a href="http://www.abc.net.au/tv/newinventors/txt/s2622746.htm">New Multi-Factor Authentication tool</a></li>
<li>10:08 &#8211; RSS/Articles to Newspaper format &#8211; <a href="http://fivefilters.org">FiveFilters</a></li>
<li>12:08 &#8211; Check your Username Followup &#8211; <a href="http://friendscall.me/">Friendscall.me</a></li>
</ul>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>15:41 &#8211; <a href="https://www.myboneyard.com/">MyBoneYard</a> &#8211; Recycle your old electronics and get paid for it!
<ul>
<li><a href="http://www.dban.org/">Darik&#8217;s Boot And Nuke</a> &#8211; Government level data eraser</li>
</ul>
</li>
<li>21:15 &#8211; <a href="http://www.pdftoword.com">PDFtoWord</a> &#8211; An amazing PDF to Word converter.  Seriously, try it.</li>
<li>25:19 &#8211; <a href="http://card.ly">Card.ly</a> &#8211; Your online business card
<ul>
<li><a id="uw38" style="color: #551a8b;" title="http://card.ly/jaderobbins" href="http://card.ly/jaderobbins">Jade&#8217;s Card.ly</a></li>
<li><a href="http://card.ly/marksanborn">Mark&#8217;s Card.ly</a></li>
</ul>
</li>
</ul>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Topics</span></h3>
<ul>
<li>29:32 &#8211; <a href="http://www.smashingmagazine.com/2009/07/09/the-roadmap-to-becoming-a-professional-freelance-web-designer/">Roadmap to becoming a professional freelance web designer</a>
<ul>
<li>Do the necessary research</li>
<li>Become a brand
<ul>
<li><a href="http://www.amazon.com/gp/product/0972747915?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0972747915">Elevator Pitch Essentials: How to Get Your Point Across in Two Minutes or Less</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=as2&amp;o=1&amp;a=0972747915" border="0" alt="" width="1" height="1" /></li>
</ul>
</li>
<li>Create a portfolio Site</li>
<li>Build legal documents</li>
<li>Find a starting wage/budget</li>
<li>Create a resume</li>
<li>Find &#8220;portfolio building&#8221; clients</li>
<li>Create and stick to a schedule</li>
<li>Create a business plan
<ul>
<li><a href="http://www.amazon.com/gp/product/B002ECEFLM?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B002ECEFLM">Business Plans Kit For Dummies</a></li>
</ul>
</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/07/28/episode-27-31-web-2-tech/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.faceoffshow.com/audio/Faceoff-027-31WEB2TECH.mp3" length="49391444" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2009/07/2558038785_b4f501f2da.jpg&quot;&gt;&lt;img class=&quot;alignright size-medium wp-image-380&quot; title=&quot;2558038785_b4f501f2da&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/07/2558038785_b4f501f2da-199x300.jpg&quot; alt=&quot;2558038785_b4f501f2da&quot; width=&quot;199&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;This week we follow up on quite a few things, convert PDFs, and talk about how to become a freelance web designer.&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;01:14 – Faceoff has a phone number! – &lt;strong&gt;31 Web 2 Tech&lt;/strong&gt; (&lt;strong&gt;319-322-8324&lt;/strong&gt;)
&lt;ul&gt;
&lt;li&gt;Stop the listening &lt;strong&gt;right now&lt;/strong&gt; and give us feedback!&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;03:16 – &lt;a href=&quot;http://www.abc.net.au/tv/newinventors/txt/s2622746.htm&quot;&gt;New Multi-Factor Authentication tool&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;10:08 – RSS/Articles to Newspaper format – &lt;a href=&quot;http://fivefilters.org&quot;&gt;FiveFilters&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;12:08 – Check your Username Followup – &lt;a href=&quot;http://friendscall.me/&quot;&gt;Friendscall.me&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;15:41 – &lt;a href=&quot;https://www.myboneyard.com/&quot;&gt;MyBoneYard&lt;/a&gt; – Recycle your old electronics and get paid for it!
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.dban.org/&quot;&gt;Darik’s Boot And Nuke&lt;/a&gt; – Government level data eraser&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;21:15 – &lt;a href=&quot;http://www.pdftoword.com&quot;&gt;PDFtoWord&lt;/a&gt; – An amazing PDF to Word converter.  Seriously, try it.&lt;/li&gt;
&lt;li&gt;25:19 – &lt;a href=&quot;http://card.ly&quot;&gt;Card.ly&lt;/a&gt; – Your online business card
&lt;ul&gt;
&lt;li&gt;&lt;a id=&quot;uw38&quot; style=&quot;color: #551a8b;&quot; title=&quot;http://card.ly/jaderobbins&quot; href=&quot;http://card.ly/jaderobbins&quot;&gt;Jade’s Card.ly&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://card.ly/marksanborn&quot;&gt;Mark’s Card.ly&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Topics&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;29:32 – &lt;a href=&quot;http://www.smashingmagazine.com/2009/07/09/the-roadmap-to-becoming-a-professional-freelance-web-designer/&quot;&gt;Roadmap to becoming a professional freelance web designer&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Do the necessary research&lt;/li&gt;
&lt;li&gt;Become a brand
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/gp/product/0972747915?ie=UTF8&amp;tag=faceoff-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0972747915&quot;&gt;Elevator Pitch Essentials: How to Get Your Point Across in Two Minutes or Less&lt;/a&gt;&lt;img style=&quot;border:none !important; margin:0px !important;&quot; src=&quot;http://www.assoc-amazon.com/e/ir?t=faceoff-20&amp;l=as2&amp;o=1&amp;a=0972747915&quot; border=&quot;0&quot; alt=&quot;&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Create a portfolio Site&lt;/li&gt;
&lt;li&gt;Build legal documents&lt;/li&gt;
&lt;li&gt;Find a starting wage/budget&lt;/li&gt;
&lt;li&gt;Create a resume&lt;/li&gt;
&lt;li&gt;Find “portfolio building” clients&lt;/li&gt;
&lt;li&gt;Create and stick to a schedule&lt;/li&gt;
&lt;li&gt;Create a business plan
&lt;ul&gt;
&lt;li&gt;&lt;a [...]</itunes:summary>
<itunes:subtitle>This week we follow up on quite a few things, convert PDFs, and talk about how to become a freelance web designer.</itunes:subtitle>
<itunes:duration>54:04</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 26: Sinatra Takes the Stage</title>
		<link>http://faceoffshow.com/2009/07/21/episode-26-sinatra-takes-the-stage/</link>
		<comments>http://faceoffshow.com/2009/07/21/episode-26-sinatra-takes-the-stage/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 09:00:09 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[chegg]]></category>
		<category><![CDATA[cotweet]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[routes]]></category>
		<category><![CDATA[sinatra]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[web dos and don'ts]]></category>
		<category><![CDATA[web.py]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[yahoo search pad]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=366</guid>
		<description><![CDATA[Sinatra and more Web Do's and Don'ts,]]></description>
			<content:encoded><![CDATA[
<p><img class="alignright size-thumbnail wp-image-369" title="frank-sinatra" src="http://faceoffshow.com/wp-content/uploads/2009/07/frank-sinatra-150x150.jpg" alt="frank-sinatra" width="150" height="150" /></p>
<p>Sinatra and more Web Do&#8217;s and Don&#8217;ts,</p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>00:58 &#8211; <a href="http://chegg.com/">Chegg.com</a> &#8211; Rent textbooks online</li>
<li>08:53 &#8211; <a href="http://www.ysearchblog.com/2009/07/07/unveiling-yahoo-search-pad/">Yahoo Search Pad</a> &#8211; Keep track of your searches and leave notes</li>
<li><a href="http://www.ysearchblog.com/2009/07/07/unveiling-yahoo-search-pad/"></a>15:28 &#8211; <a href="http://cotweet.com/">CoTweet </a>- Manage your company&#8217;s twitter account.</li>
</ul>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Topics</span></h3>
<ul>
<li>25:52 &#8211; <a href="http://www.sinatrarb.com/">Sinatra </a>- Micro web-framework in Ruby
<ul>
<li>Smaller, less learning curve, designed around the URL using routes</li>
<li>Sinatra makes url routes really easy</li>
</ul>
<ul>
<li> <a href="http://webpy.org/">Web.py</a> &#8211; Micro web-framework in Python</li>
</ul>
<ul>
<li>
<ul>
<li>basically the same concept as Sinatra for Python</li>
<li><a href="http://code.reddit.com/browser/r2/r2/controllers/front.py">Reddit use(s/d) web.py</a></li>
</ul>
</li>
</ul>
</li>
<li>48:00 &#8211; <a href="http://webdosanddonts.com/">Web dos and don&#8217;ts</a>
<ul>
<li>Use a favicon</li>
<li>Specify encoding type</li>
<li>Improve typography</li>
<li>Don&#8217;t overuse ajax</li>
<li>Keep users updated during loaded</li>
<li>Don&#8217;t use xml declaration for IE6</li>
<li>Have a contact page</li>
<li>Don&#8217;t use CSS hacks</li>
<li>Optimize web graphics</li>
<li>Don&#8217;t use justify exclusively</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/07/21/episode-26-sinatra-takes-the-stage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.faceoffshow.com/audio/Faceoff-026-SinatraTakesTheStage.mp3" length="57354946" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;img class=&quot;alignright size-thumbnail wp-image-369&quot; title=&quot;frank-sinatra&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/07/frank-sinatra-150x150.jpg&quot; alt=&quot;frank-sinatra&quot; width=&quot;150&quot; height=&quot;150&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Sinatra and more Web Do’s and Don’ts,&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:58 – &lt;a href=&quot;http://chegg.com/&quot;&gt;Chegg.com&lt;/a&gt; – Rent textbooks online&lt;/li&gt;
&lt;li&gt;08:53 – &lt;a href=&quot;http://www.ysearchblog.com/2009/07/07/unveiling-yahoo-search-pad/&quot;&gt;Yahoo Search Pad&lt;/a&gt; – Keep track of your searches and leave notes&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.ysearchblog.com/2009/07/07/unveiling-yahoo-search-pad/&quot;&gt;&lt;/a&gt;15:28 – &lt;a href=&quot;http://cotweet.com/&quot;&gt;CoTweet &lt;/a&gt;- Manage your company’s twitter account.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Topics&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;25:52 – &lt;a href=&quot;http://www.sinatrarb.com/&quot;&gt;Sinatra &lt;/a&gt;- Micro web-framework in Ruby
&lt;ul&gt;
&lt;li&gt;Smaller, less learning curve, designed around the URL using routes&lt;/li&gt;
&lt;li&gt;Sinatra makes url routes really easy&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt; &lt;a href=&quot;http://webpy.org/&quot;&gt;Web.py&lt;/a&gt; – Micro web-framework in Python&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;basically the same concept as Sinatra for Python&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://code.reddit.com/browser/r2/r2/controllers/front.py&quot;&gt;Reddit use(s/d) web.py&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;48:00 – &lt;a href=&quot;http://webdosanddonts.com/&quot;&gt;Web dos and don’ts&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Use a favicon&lt;/li&gt;
&lt;li&gt;Specify encoding type&lt;/li&gt;
&lt;li&gt;Improve typography&lt;/li&gt;
&lt;li&gt;Don’t overuse ajax&lt;/li&gt;
&lt;li&gt;Keep users updated during loaded&lt;/li&gt;
&lt;li&gt;Don’t use xml declaration for IE6&lt;/li&gt;
&lt;li&gt;Have a contact page&lt;/li&gt;
&lt;li&gt;Don’t use CSS hacks&lt;/li&gt;
&lt;li&gt;Optimize web graphics&lt;/li&gt;
&lt;li&gt;Don’t use justify exclusively&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>Sinatra and more Web Do&#039;s and Don&#039;ts,</itunes:subtitle>
<itunes:duration>1:03:35</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 25: Finding Your Taco Market</title>
		<link>http://faceoffshow.com/2009/07/14/episode-25-finding-your-taco-market/</link>
		<comments>http://faceoffshow.com/2009/07/14/episode-25-finding-your-taco-market/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 09:00:32 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[Census data]]></category>
		<category><![CDATA[Compete.com]]></category>
		<category><![CDATA[Consumer expenditure reports]]></category>
		<category><![CDATA[Dataopedia]]></category>
		<category><![CDATA[Google Keyword Tool]]></category>
		<category><![CDATA[Government data]]></category>
		<category><![CDATA[Market Research]]></category>
		<category><![CDATA[Marketing Mix]]></category>
		<category><![CDATA[Quantcast]]></category>
		<category><![CDATA[Swot Analysis]]></category>
		<category><![CDATA[Target Market]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=356</guid>
		<description><![CDATA[This week's episode focuses on understanding what a target market is, how to find it, and why it's important.]]></description>
			<content:encoded><![CDATA[
<p><a href="http://faceoffshow.com/wp-content/uploads/2009/07/taco-stand.jpg"><img class="alignright size-thumbnail wp-image-361" title="taco-stand" src="http://faceoffshow.com/wp-content/uploads/2009/07/taco-stand-150x150.jpg" alt="taco-stand" width="150" height="150" /></a>This week&#8217;s episode focuses on understanding what a target market is, how to find it, and why it&#8217;s important.</p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>01:42 &#8211; <a href="https://adwords.google.com/select/KeywordToolExternal">Google Keyword Tool</a> &#8211; Find search volume and alternative keywords and more
<ul>
<li><a href="http://www.google.com/sktool/#">Google Search-based keyword tool</a></li>
</ul>
</li>
<li>11:36 &#8211; <a href="http://www.compete.com">Compete.com</a> &#8211; Look at your competitor&#8217;s stats</li>
<li><a id="v._7" title="https://adwords.google.com/select/KeywordToolExternal" href="https://adwords.google.com/select/KeywordToolExternal"></a>17:13 &#8211; <a href="http://dataopedia.com/">Dataopedia</a> &#8211; All sorts of data about a URL
<ul>
<li>Find out if Wikipedia or other social media sites link to that URL</li>
</ul>
</li>
<li><a id="mhkr" title="http://dataopedia.com/" href="http://dataopedia.com/"></a>24:51 &#8211; <a href="http://www.quantcast.com/">Quantcast </a>- Demographics and other information in your industry</li>
</ul>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Topics</span></h3>
<ul>
<li>31:49 &#8211; <a href="http://www.entrepreneur.com/encyclopedia/term/82498.html">What is a target market?</a> &#8211; &#8220;<em>A specific group of consumers at which a company aims its products and services</em>&#8221;
<ul>
<li> <a href="http://sbinfocanada.about.com/cs/marketing/a/targetmarket.htm">What good it?</a></li>
<li>The Marketing Mix (4 Ps)
<ul>
<li>Product</li>
<li>Price</li>
<li>Place (Distribution)</li>
<li>Promotion</li>
</ul>
</li>
<li>The Reasons People Buy
<ul>
<li>to satisfy basic needs</li>
<li>to solve problems</li>
<li>to make themselves feel better</li>
</ul>
</li>
</ul>
<ul>
<li>How do I find my target market?
<ul>
<li>Personal Finanance Webapps</li>
<li><a href="http://www.va-interactive.com/inbusiness/editorial/bizdev/ibt/analyze_comp.html">Swot Analysis</a></li>
<li><a href="http://factfinder.census.gov/servlet">Census Data for general information</a></li>
<li><a href="http://www.usa.gov/Topics/Reference_Shelf/Libraries/RSS_Library/Reference.shtml">Government Data RSS feeds</a></li>
<li><a style="text-decoration: none;" href="http://factfinder.census.gov/servlet/ACSSAFFFacts?_submenuId=factsheet_1&amp;_sse=on">Fact finder</a></li>
<li><a style="text-decoration: none;" href="http://stats.bls.gov/cex/home.htm"><span style="text-decoration: underline;">Consumer expenditure report</span>s</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">This week&#8217;s episode focuses on understanding what a target market is, how to find it, and why it&#8217;s important.</div>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/07/14/episode-25-finding-your-taco-market/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-025-FindingYourTacoMarket.mp3" length="55552177" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2009/07/taco-stand.jpg&quot;&gt;&lt;img class=&quot;alignright size-thumbnail wp-image-361&quot; title=&quot;taco-stand&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/07/taco-stand-150x150.jpg&quot; alt=&quot;taco-stand&quot; width=&quot;150&quot; height=&quot;150&quot; /&gt;&lt;/a&gt;This week’s episode focuses on understanding what a target market is, how to find it, and why it’s important.&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;01:42 – &lt;a href=&quot;https://adwords.google.com/select/KeywordToolExternal&quot;&gt;Google Keyword Tool&lt;/a&gt; – Find search volume and alternative keywords and more
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.google.com/sktool/#&quot;&gt;Google Search-based keyword tool&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;11:36 – &lt;a href=&quot;http://www.compete.com&quot;&gt;Compete.com&lt;/a&gt; – Look at your competitor’s stats&lt;/li&gt;
&lt;li&gt;&lt;a id=&quot;v._7&quot; title=&quot;https://adwords.google.com/select/KeywordToolExternal&quot; href=&quot;https://adwords.google.com/select/KeywordToolExternal&quot;&gt;&lt;/a&gt;17:13 – &lt;a href=&quot;http://dataopedia.com/&quot;&gt;Dataopedia&lt;/a&gt; – All sorts of data about a URL
&lt;ul&gt;
&lt;li&gt;Find out if Wikipedia or other social media sites link to that URL&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a id=&quot;mhkr&quot; title=&quot;http://dataopedia.com/&quot; href=&quot;http://dataopedia.com/&quot;&gt;&lt;/a&gt;24:51 – &lt;a href=&quot;http://www.quantcast.com/&quot;&gt;Quantcast &lt;/a&gt;- Demographics and other information in your industry&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Topics&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;31:49 – &lt;a href=&quot;http://www.entrepreneur.com/encyclopedia/term/82498.html&quot;&gt;What is a target market?&lt;/a&gt; – “&lt;em&gt;A specific group of consumers at which a company aims its products and services&lt;/em&gt;”
&lt;ul&gt;
&lt;li&gt; &lt;a href=&quot;http://sbinfocanada.about.com/cs/marketing/a/targetmarket.htm&quot;&gt;What good it?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The Marketing Mix (4 Ps)
&lt;ul&gt;
&lt;li&gt;Product&lt;/li&gt;
&lt;li&gt;Price&lt;/li&gt;
&lt;li&gt;Place (Distribution)&lt;/li&gt;
&lt;li&gt;Promotion&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;The Reasons People Buy
&lt;ul&gt;
&lt;li&gt;to satisfy basic needs&lt;/li&gt;
&lt;li&gt;to solve problems&lt;/li&gt;
&lt;li&gt;to make themselves feel better&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;How do I find my target market?
&lt;ul&gt;
&lt;li&gt;Personal Finanance Webapps&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.va-interactive.com/inbusiness/editorial/bizdev/ibt/analyze_comp.html&quot;&gt;Swot Analysis&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://factfinder.census.gov/servlet&quot;&gt;Census Data for general information&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.usa.gov/Topics/Reference_Shelf/Libraries/RSS_Library/Reference.shtml&quot;&gt;Government Data RSS feeds&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;text-decoration: none;&quot; href=&quot;http://factfinder.census.gov/servlet/ACSSAFFFacts?_submenuId=factsheet_1&amp;_sse=on&quot;&gt;Fact finder&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;text-decoration: none;&quot; href=&quot;http://stats.bls.gov/cex/home.htm&quot;&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;Consumer expenditure report&lt;/span&gt;s&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;&quot;&gt;This week’s episode [...]</itunes:summary>
<itunes:subtitle>This week&#039;s episode focuses on understanding what a target market is, how to find it, and why it&#039;s important.</itunes:subtitle>
<itunes:author>Faceoff</itunes:author>
<itunes:duration>1:02:21</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 24: Steps to Becoming a Successful Entrepreneur</title>
		<link>http://faceoffshow.com/2009/07/07/episode-24-steps-to-becoming-a-successful-entrepreneur/</link>
		<comments>http://faceoffshow.com/2009/07/07/episode-24-steps-to-becoming-a-successful-entrepreneur/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 09:00:37 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[creditkarma]]></category>
		<category><![CDATA[emyth]]></category>
		<category><![CDATA[entrepeneur]]></category>
		<category><![CDATA[knowem]]></category>
		<category><![CDATA[negotiation]]></category>
		<category><![CDATA[netalyzr]]></category>
		<category><![CDATA[supr]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=333</guid>
		<description><![CDATA[Check your credit score and sure-fire steps to becoming a successful entrepreneur.]]></description>
			<content:encoded><![CDATA[
<p style="font-size: 1.17em;"><a href="http://faceoffshow.com/wp-content/uploads/2009/07/argument.jpg"><img class="alignright size-full wp-image-348" title="argument" src="http://faceoffshow.com/wp-content/uploads/2009/07/argument.jpg" alt="argument" width="184" height="163" /></a>Check your credit score and sure-fire steps to becoming a successful entrepreneur.</p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>00:37 &#8211; <a href="http://www.creditkarma.com/">CreditKarma </a>- Free credit scores that don&#8217;t hurt your credit score.</li>
<li>15:38 &#8211; <a href="http://su.pr">Su.pr</a> &#8211; Stumbleupon bring itself into the URL shortener/analytics business.
<ul>
<li>Su.pr recommends the best time to tweet based on other submissions</li>
</ul>
</li>
<li>22:32 &#8211; <a href="http://n5.netalyzr.icsi.berkeley.edu">Netalyzr</a> &#8211; Analyze your internet service provider.
<ul>
<li>Tests and aggregates data about your ISP</li>
<li>Find out what services your ISP is blocking</li>
<li>Find out if your ISP is throttling certain packets</li>
</ul>
</li>
<li>28:09 &#8211; <a href="http://knowem.com">Knowem</a> &#8211; Thwart social media identity theft</li>
</ul>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Topics</span></h3>
<ul>
<li>33:26 -<a href="http://www.entrepreneur.com/homebasedbiz/article200730.html"> 25 Common Characteristics of a Successful Entrepreneur</a>
<ul>
<li><a href="http://www.amazon.com/gp/product/0887307280?ie=UTF8&amp;tag=montafragf-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0887307280">The E-Myth Revisited: Why Most Small Businesses Don&#8217;t Work and What to Do About It</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=montafragf-20&amp;l=as2&amp;o=1&amp;a=0887307280" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/0140157352?ie=UTF8&amp;tag=montafragf-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0140157352">Getting to Yes: Negotiating Agreement Without Giving In</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=montafragf-20&amp;l=as2&amp;o=1&amp;a=0140157352" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/0312144776?ie=UTF8&amp;tag=montafragf-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0312144776">How to Argue &amp; Win Every Time: At Home, At Work, In Court, Everywhere, Everyday</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=montafragf-20&amp;l=as2&amp;o=1&amp;a=0312144776" border="0" alt="" width="1" height="1" /></li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/07/07/episode-24-steps-to-becoming-a-successful-entrepreneur/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-024-StepsToBecomingASuccessfulEntrepeneur.mp3" length="73603452" type="audio/mpeg" />
	<itunes:summary>
&lt;p style=&quot;font-size: 1.17em;&quot;&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2009/07/argument.jpg&quot;&gt;&lt;img class=&quot;alignright size-full wp-image-348&quot; title=&quot;argument&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/07/argument.jpg&quot; alt=&quot;argument&quot; width=&quot;184&quot; height=&quot;163&quot; /&gt;&lt;/a&gt;Check your credit score and sure-fire steps to becoming a successful entrepreneur.&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:37 – &lt;a href=&quot;http://www.creditkarma.com/&quot;&gt;CreditKarma &lt;/a&gt;- Free credit scores that don’t hurt your credit score.&lt;/li&gt;
&lt;li&gt;15:38 – &lt;a href=&quot;http://su.pr&quot;&gt;Su.pr&lt;/a&gt; – Stumbleupon bring itself into the URL shortener/analytics business.
&lt;ul&gt;
&lt;li&gt;Su.pr recommends the best time to tweet based on other submissions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;22:32 – &lt;a href=&quot;http://n5.netalyzr.icsi.berkeley.edu&quot;&gt;Netalyzr&lt;/a&gt; – Analyze your internet service provider.
&lt;ul&gt;
&lt;li&gt;Tests and aggregates data about your ISP&lt;/li&gt;
&lt;li&gt;Find out what services your ISP is blocking&lt;/li&gt;
&lt;li&gt;Find out if your ISP is throttling certain packets&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;28:09 – &lt;a href=&quot;http://knowem.com&quot;&gt;Knowem&lt;/a&gt; – Thwart social media identity theft&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Topics&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;33:26 -&lt;a href=&quot;http://www.entrepreneur.com/homebasedbiz/article200730.html&quot;&gt; 25 Common Characteristics of a Successful Entrepreneur&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/gp/product/0887307280?ie=UTF8&amp;tag=montafragf-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0887307280&quot;&gt;The E-Myth Revisited: Why Most Small Businesses Don’t Work and What to Do About It&lt;/a&gt;&lt;img style=&quot;border:none !important; margin:0px !important;&quot; src=&quot;http://www.assoc-amazon.com/e/ir?t=montafragf-20&amp;l=as2&amp;o=1&amp;a=0887307280&quot; border=&quot;0&quot; alt=&quot;&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/gp/product/0140157352?ie=UTF8&amp;tag=montafragf-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0140157352&quot;&gt;Getting to Yes: Negotiating Agreement Without Giving In&lt;/a&gt;&lt;img style=&quot;border:none !important; margin:0px !important;&quot; src=&quot;http://www.assoc-amazon.com/e/ir?t=montafragf-20&amp;l=as2&amp;o=1&amp;a=0140157352&quot; border=&quot;0&quot; alt=&quot;&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.com/gp/product/0312144776?ie=UTF8&amp;tag=montafragf-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0312144776&quot;&gt;How to Argue &amp; Win Every Time: At Home, At Work, In Court, Everywhere, Everyday&lt;/a&gt;&lt;img style=&quot;border:none !important; margin:0px !important;&quot; src=&quot;http://www.assoc-amazon.com/e/ir?t=montafragf-20&amp;l=as2&amp;o=1&amp;a=0312144776&quot; border=&quot;0&quot; alt=&quot;&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>Check your credit score and sure-fire steps to becoming a successful entrepreneur.</itunes:subtitle>
<itunes:author>Jade Robbins and Mark Sanborn</itunes:author>
<itunes:duration>1:24:03</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 23: David Walsh</title>
		<link>http://faceoffshow.com/2009/06/30/episode-23-david-walsh/</link>
		<comments>http://faceoffshow.com/2009/06/30/episode-23-david-walsh/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 09:00:28 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[david walsh]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[podshifter]]></category>
		<category><![CDATA[script and style]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[vocabgrabber]]></category>
		<category><![CDATA[zapreader]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=322</guid>
		<description><![CDATA[David Walsh talks about Mootools and blogging, plus a follow up with the 411 on Google Voice. ]]></description>
			<content:encoded><![CDATA[
<p><img class="alignright size-full wp-image-324" title="top-logo" src="http://faceoffshow.com/wp-content/uploads/2009/06/top-logo.gif" alt="top-logo" width="191" height="150" />David Walsh talks about Mootools and blogging, plus a follow up with the 411 on Google Voice.</p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>00:29 &#8211; Google Voice is here!  (Invites are going out)
<ul>
<li>Faceoff Google Voice number coming soon!</li>
<li>Transcriptions fairly accurate</li>
</ul>
</li>
</ul>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>19:30 &#8211; <a href="http://vocabgrabber.com">VocabGrabber</a> &#8211; Analyzes your writing to show you what you are REALLY writing about.</li>
<li>25:48 &#8211; <a href="http://podshifter.com/">Podshifter</a> &#8211; Speed up podcasts so you can listen faster!</li>
<li>33:35 &#8211; <a href="http://zapreader.com">ZapReader</a> &#8211; Read faster by pasting your test in to Zap Reader.</li>
</ul>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Topics</span></h3>
<ul>
<li>39:52 &#8211; Faceoff talks with blogger and JavaScript programmer, David Walsh.
<ul>
<li><a href="http://davidwalsh.name">David Walsh Blog</a> &#8211; Become a complete programmer with PHP, CSS, MooTools, jQuery, and everything else.</li>
<li><a href="http://twitter.com/davidwalshblog">Follow David on Twitter</a></li>
<li><a href="http://scriptandstyle.com">Script and Style</a> &#8211; Links to help you grow as a designer and developer</li>
<li><a style="text-decoration: none;" href="http://mootools.net/">Mootools JavaScript Framework</a></li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/06/30/episode-23-david-walsh/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-023-DavidWalsh.mp3" length="59146667" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;img class=&quot;alignright size-full wp-image-324&quot; title=&quot;top-logo&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/06/top-logo.gif&quot; alt=&quot;top-logo&quot; width=&quot;191&quot; height=&quot;150&quot; /&gt;David Walsh talks about Mootools and blogging, plus a follow up with the 411 on Google Voice.&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:29 – Google Voice is here!  (Invites are going out)
&lt;ul&gt;
&lt;li&gt;Faceoff Google Voice number coming soon!&lt;/li&gt;
&lt;li&gt;Transcriptions fairly accurate&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;19:30 – &lt;a href=&quot;http://vocabgrabber.com&quot;&gt;VocabGrabber&lt;/a&gt; – Analyzes your writing to show you what you are REALLY writing about.&lt;/li&gt;
&lt;li&gt;25:48 – &lt;a href=&quot;http://podshifter.com/&quot;&gt;Podshifter&lt;/a&gt; – Speed up podcasts so you can listen faster!&lt;/li&gt;
&lt;li&gt;33:35 – &lt;a href=&quot;http://zapreader.com&quot;&gt;ZapReader&lt;/a&gt; – Read faster by pasting your test in to Zap Reader.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Topics&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;39:52 – Faceoff talks with blogger and JavaScript programmer, David Walsh.
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://davidwalsh.name&quot;&gt;David Walsh Blog&lt;/a&gt; – Become a complete programmer with PHP, CSS, MooTools, jQuery, and everything else.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://twitter.com/davidwalshblog&quot;&gt;Follow David on Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://scriptandstyle.com&quot;&gt;Script and Style&lt;/a&gt; – Links to help you grow as a designer and developer&lt;/li&gt;
&lt;li&gt;&lt;a style=&quot;text-decoration: none;&quot; href=&quot;http://mootools.net/&quot;&gt;Mootools JavaScript Framework&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>David Walsh talks about Mootools and blogging, plus a follow up with the 411 on Google Voice. </itunes:subtitle>
<itunes:duration>1:14:00</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 22: Smart Web Contracts</title>
		<link>http://faceoffshow.com/2009/06/23/episode-22-smart-web-contracts/</link>
		<comments>http://faceoffshow.com/2009/06/23/episode-22-smart-web-contracts/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 09:00:45 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[arbitration]]></category>
		<category><![CDATA[browser compatability]]></category>
		<category><![CDATA[docstoc]]></category>
		<category><![CDATA[passpack]]></category>
		<category><![CDATA[pricing]]></category>
		<category><![CDATA[timeline]]></category>
		<category><![CDATA[web contract]]></category>
		<category><![CDATA[wordnick]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=302</guid>
		<description><![CDATA[Word information, a password backpack, stock documents, and good ideas for web contracts are the topics for this week's Faceoff.]]></description>
			<content:encoded><![CDATA[
<p><a href="http://faceoffshow.com/wp-content/uploads/2009/06/web-content.jpg"><img class="alignright size-full wp-image-307" title="web-content" src="http://faceoffshow.com/wp-content/uploads/2009/06/web-content.jpg" alt="web-content" width="240" height="192" /></a>Word information, a password backpack, stock documents, and good ideas for web contracts are the topics for this week&#8217;s Faceoff.</p>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>00:50 &#8211; <a href="http://wordnik.com" target="_blank">Wordnik</a> &#8211; Find out all kinds of things about words</li>
<li>08:26 &#8211; <a href="http://passpack.com" target="_blank">Passpack</a> &#8211; Very secure way to store and share passwords for all those webapps you use (and other things)
<ul>
<li>Disposable one-time passwords &#8211; Mark&#8217;s Favorite feature</li>
<li>Lots of innovative anti-phishing features</li>
</ul>
</li>
<li>24:55 &#8211; <a href="http://docstoc.com" target="_blank">Docstoc</a> &#8211; Download and upload stock legal documents and more</li>
</ul>
<h3 style="font-size: 1.17em;"><span style="font-size: small;">Topics</span></h3>
<ul>
<li>35:19 - <a href="http://www.thewojogroup.com/2009/06/lets-make-a-deal-15-things-you-need-in-a-web-contract/" target="_blank">Things you need in a Web Contract</a>
<ul>
<li>Pricing terms</li>
</ul>
<ul>
<li>Project Workflow</li>
<li>Maintenance</li>
<li>Timeline expectations</li>
<li>Limited liability clause</li>
<li>Arbitration</li>
<li>Additional expenses</li>
<li>Cross-browser compatibility</li>
<li>Client content</li>
<li>Referral programs</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/06/23/episode-22-smart-web-contracts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.faceoffshow.com/audio/Faceoff-022-SmartWebContracts.mp3" length="51591855" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2009/06/web-content.jpg&quot;&gt;&lt;img class=&quot;alignright size-full wp-image-307&quot; title=&quot;web-content&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/06/web-content.jpg&quot; alt=&quot;web-content&quot; width=&quot;240&quot; height=&quot;192&quot; /&gt;&lt;/a&gt;Word information, a password backpack, stock documents, and good ideas for web contracts are the topics for this week’s Faceoff.&lt;/p&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:50 – &lt;a href=&quot;http://wordnik.com&quot; target=&quot;_blank&quot;&gt;Wordnik&lt;/a&gt; – Find out all kinds of things about words&lt;/li&gt;
&lt;li&gt;08:26 – &lt;a href=&quot;http://passpack.com&quot; target=&quot;_blank&quot;&gt;Passpack&lt;/a&gt; – Very secure way to store and share passwords for all those webapps you use (and other things)
&lt;ul&gt;
&lt;li&gt;Disposable one-time passwords – Mark’s Favorite feature&lt;/li&gt;
&lt;li&gt;Lots of innovative anti-phishing features&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;24:55 – &lt;a href=&quot;http://docstoc.com&quot; target=&quot;_blank&quot;&gt;Docstoc&lt;/a&gt; – Download and upload stock legal documents and more&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;font-size: 1.17em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Topics&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;35:19 - &lt;a href=&quot;http://www.thewojogroup.com/2009/06/lets-make-a-deal-15-things-you-need-in-a-web-contract/&quot; target=&quot;_blank&quot;&gt;Things you need in a Web Contract&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Pricing terms&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Project Workflow&lt;/li&gt;
&lt;li&gt;Maintenance&lt;/li&gt;
&lt;li&gt;Timeline expectations&lt;/li&gt;
&lt;li&gt;Limited liability clause&lt;/li&gt;
&lt;li&gt;Arbitration&lt;/li&gt;
&lt;li&gt;Additional expenses&lt;/li&gt;
&lt;li&gt;Cross-browser compatibility&lt;/li&gt;
&lt;li&gt;Client content&lt;/li&gt;
&lt;li&gt;Referral programs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>Word information, a password backpack, stock documents, and good ideas for web contracts are the topics for this week&#039;s Faceoff.</itunes:subtitle>
<itunes:duration>1:00:09</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 21: Clean Code</title>
		<link>http://faceoffshow.com/2009/06/16/episode-21-clean-code/</link>
		<comments>http://faceoffshow.com/2009/06/16/episode-21-clean-code/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 09:00:01 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[backupurl]]></category>
		<category><![CDATA[ccbetty]]></category>
		<category><![CDATA[code metrics]]></category>
		<category><![CDATA[code smell]]></category>
		<category><![CDATA[heckle]]></category>
		<category><![CDATA[Mark Fowler]]></category>
		<category><![CDATA[metric-fu]]></category>
		<category><![CDATA[nicetranslator]]></category>
		<category><![CDATA[refactoring]]></category>
		<category><![CDATA[sourcemonitor]]></category>
		<category><![CDATA[team fortress 2]]></category>
		<category><![CDATA[wishmirror]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=290</guid>
		<description><![CDATA[This week the Faceoff boys try to help you clean up your act. Your programming act, that is.]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: small;"><br />
</span></p>
<p><span style="font-size: small;"><img class="alignright size-full wp-image-299" title="3089486295_b2a1697dfe_m" src="http://faceoffshow.com/wp-content/uploads/2009/06/3089486295_b2a1697dfe_m.jpg" alt="3089486295_b2a1697dfe_m" width="240" height="240" />This week the Faceoff boys try to help you clean up your act. Your programming act, that is.<br />
</span></p>
<h3><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>00:39 &#8211; Arts and Crafts
<ul>
<li><a title="Make your own pop screen" href="http://www.jakeludington.com/project_studio/20050321_build_your_own_microphone_pop_screen.html" target="_blank">Create your own pop screen</a></li>
</ul>
</li>
<li>02:07 &#8211; <a title="NiceTranslator" href="http://nicetranslator.com" target="_blank">NiceTranslator</a> &#8211; Active translation similar to the Google Wave translation bot</li>
</ul>
<h3><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>03:56 &#8211; <a title="WishMirror" href="http://wishmirror.com" target="_blank">Wishmirror</a> &#8211; Created to let people build their wish lists, exchange perfect gifts, and always enjoy unforgettable celebrations.</li>
<li>09:01 &#8211; <a title="BackupURL" href="http://backupurl.com" target="_blank">BackupURL</a> &#8211; Creates instant, cache&#8217;d backups of websites
<ul>
<li><a title="TF2 Pyro" href="http://www.tfc.jolt.co.uk/tf2/tf2_pyro.jpg" target="_blank">Team Fortress 2 Pyro</a></li>
</ul>
</li>
<li>13:00 &#8211; <a title="ccBetty" href="http://ccbetty.com" target="_blank">ccBetty</a> &#8211; Creates a web space that tracks your email, all you have to do is CC Betty.
<ul>
<li>betty@ccbetty.com</li>
</ul>
</li>
</ul>
<h3><span style="font-size: small;">Topics</span></h3>
<ul>
<li>20:21 &#8211; Refactoring Code &#8211; &#8220;refactoring&#8221; source code means improving it without changing its overall results
<ul>
<li>Code Smells</li>
<li>The Boy Scout Rule</li>
<li>Mark Fowler &#8211; Wrote the book on refactoring</li>
</ul>
</li>
<li>32:27 &#8211; <a title="Software Metrics Wikipedia" href="http://en.wikipedia.org/wiki/Software_metrics" target="_blank">Code Metrics</a> &#8211; analytical tools that look at your code and give you detailed information about it&#8217;s characteristics
<ul>
<li><a title="SourceMonitor" href="http://www.campwoodsw.com/sourcemonitor.html" target="_blank">SourceMonitor</a> &#8211; Measures metrics for source code written in C++, C, C#, VB.NET, Java, Delphi, Visual Basic (VB6) or HTML.
<ul>
<li><a title="Ciske's Blog" href="http://www.steveciske.com/post/2009/05/27/Code-Metrics.aspx" target="_blank">Ciske&#8217;s Blog</a></li>
</ul>
</li>
<li><a title="Metric-fu" href="http://metric-fu.rubyforge.org/" target="_blank">Metric-fu</a> &#8211; a collection of Ruby code metric tools wrapped up into one package.</li>
<li><a title="Heckle" href="http://seattlerb.rubyforge.org/heckle/" target="_blank">Heckle</a></li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/06/16/episode-21-clean-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://www.faceoffshow.com/audio/Faceoff-021-CleanCode.mp3" length="31021960" type="audio/mpeg" />
	<itunes:summary>&lt;p&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;img class=&quot;alignright size-full wp-image-299&quot; title=&quot;3089486295_b2a1697dfe_m&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/06/3089486295_b2a1697dfe_m.jpg&quot; alt=&quot;3089486295_b2a1697dfe_m&quot; width=&quot;240&quot; height=&quot;240&quot; /&gt;This week the Faceoff boys try to help you clean up your act. Your programming act, that is.&lt;br /&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:39 – Arts and Crafts
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Make your own pop screen&quot; href=&quot;http://www.jakeludington.com/project_studio/20050321_build_your_own_microphone_pop_screen.html&quot; target=&quot;_blank&quot;&gt;Create your own pop screen&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;02:07 – &lt;a title=&quot;NiceTranslator&quot; href=&quot;http://nicetranslator.com&quot; target=&quot;_blank&quot;&gt;NiceTranslator&lt;/a&gt; – Active translation similar to the Google Wave translation bot&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;03:56 – &lt;a title=&quot;WishMirror&quot; href=&quot;http://wishmirror.com&quot; target=&quot;_blank&quot;&gt;Wishmirror&lt;/a&gt; – Created to let people build their wish lists, exchange perfect gifts, and always enjoy unforgettable celebrations.&lt;/li&gt;
&lt;li&gt;09:01 – &lt;a title=&quot;BackupURL&quot; href=&quot;http://backupurl.com&quot; target=&quot;_blank&quot;&gt;BackupURL&lt;/a&gt; – Creates instant, cache’d backups of websites
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;TF2 Pyro&quot; href=&quot;http://www.tfc.jolt.co.uk/tf2/tf2_pyro.jpg&quot; target=&quot;_blank&quot;&gt;Team Fortress 2 Pyro&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;13:00 – &lt;a title=&quot;ccBetty&quot; href=&quot;http://ccbetty.com&quot; target=&quot;_blank&quot;&gt;ccBetty&lt;/a&gt; – Creates a web space that tracks your email, all you have to do is CC Betty.
&lt;ul&gt;
&lt;li&gt;betty@ccbetty.com&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Topics&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;20:21 – Refactoring Code – “refactoring” source code means improving it without changing its overall results
&lt;ul&gt;
&lt;li&gt;Code Smells&lt;/li&gt;
&lt;li&gt;The Boy Scout Rule&lt;/li&gt;
&lt;li&gt;Mark Fowler – Wrote the book on refactoring&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;32:27 – &lt;a title=&quot;Software Metrics Wikipedia&quot; href=&quot;http://en.wikipedia.org/wiki/Software_metrics&quot; target=&quot;_blank&quot;&gt;Code Metrics&lt;/a&gt; – analytical tools that look at your code and give you detailed information about it’s characteristics
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;SourceMonitor&quot; href=&quot;http://www.campwoodsw.com/sourcemonitor.html&quot; target=&quot;_blank&quot;&gt;SourceMonitor&lt;/a&gt; – Measures metrics for source code written in C++, C, C#, VB.NET, Java, Delphi, Visual Basic (VB6) or HTML.
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Ciske&#039;s Blog&quot; href=&quot;http://www.steveciske.com/post/2009/05/27/Code-Metrics.aspx&quot; target=&quot;_blank&quot;&gt;Ciske’s Blog&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Metric-fu&quot; href=&quot;http://metric-fu.rubyforge.org/&quot; target=&quot;_blank&quot;&gt;Metric-fu&lt;/a&gt; – a collection of Ruby code metric tools wrapped up into one package.&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Heckle&quot; href=&quot;http://seattlerb.rubyforge.org/heckle/&quot; target=&quot;_blank&quot;&gt;Heckle&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>This week the Faceoff boys try to help you clean up your act. Your programming act, that is.</itunes:subtitle>
<itunes:duration>0:49:11</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 20: Blogging Mistakes</title>
		<link>http://faceoffshow.com/2009/06/09/episode-20-blogging-mistakes/</link>
		<comments>http://faceoffshow.com/2009/06/09/episode-20-blogging-mistakes/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 09:00:06 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Clicktale]]></category>
		<category><![CDATA[Files over Miles]]></category>
		<category><![CDATA[LessAccounting]]></category>
		<category><![CDATA[LessEverything]]></category>
		<category><![CDATA[LessFriends]]></category>
		<category><![CDATA[LessMemories]]></category>
		<category><![CDATA[LessProjects]]></category>
		<category><![CDATA[LessTimeSpent]]></category>
		<category><![CDATA[Mistakes]]></category>
		<category><![CDATA[problogger]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=277</guid>
		<description><![CDATA[This week the Faceoff boys talk about the guys at LessEverything and go through some big blogging mistakes.]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: small;"></span></p>
<h3><img class="alignright size-full wp-image-280" title="blogging-mistakes" src="http://faceoffshow.com/wp-content/uploads/2009/06/blogging-mistakes.jpg" alt="blogging-mistakes" width="240" height="180" /></h3>
<p><span style="font-size: small;">This week the Faceoff boys talk about the guys at LessEverything and go through some big blogging mistakes.</span></p>
<h3><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>00:36 &#8211; <a href="http://clicktale.com">Clicktale</a> &#8211; Watch video and heat maps of users on your site
<ul>
<li>100 free recordings each week</li>
</ul>
</li>
</ul>
<h3><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>08:50 &#8211; <a href="http://filesovermiles.com">Files over Miles</a> &#8211; Peer to peer file transfer through your current browser</li>
<li>13:56 &#8211; <a href="http://lesseverything.com">LessEverything</a> &#8211; Awesome apps from the makers of LessAccounting
<ul>
<li>LessProjects</li>
<li>LessTime Spent</li>
<li>LessMemories</li>
<li>LessFriends</li>
</ul>
</li>
</ul>
<h3><span style="font-size: small;">Topics</span></h3>
<ul>
<li>25:07 &#8211; <a href="http://www.problogger.net/archives/2009/05/30/warning-do-you-recognize-these-21-blogging-mistakes/">21 Blogging Mistakes</a> &#8211; Find out what the faceoff boys think about ProBlogger&#8217;s 21 Blogging Mistakes</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/06/09/episode-20-blogging-mistakes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-020-BloggingMistakes.mp3" length="38618872" type="audio/mpeg" />
	<itunes:summary>&lt;p&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;img class=&quot;alignright size-full wp-image-280&quot; title=&quot;blogging-mistakes&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/06/blogging-mistakes.jpg&quot; alt=&quot;blogging-mistakes&quot; width=&quot;240&quot; height=&quot;180&quot; /&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style=&quot;font-size: small;&quot;&gt;This week the Faceoff boys talk about the guys at LessEverything and go through some big blogging mistakes.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:36 – &lt;a href=&quot;http://clicktale.com&quot;&gt;Clicktale&lt;/a&gt; – Watch video and heat maps of users on your site
&lt;ul&gt;
&lt;li&gt;100 free recordings each week&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;08:50 – &lt;a href=&quot;http://filesovermiles.com&quot;&gt;Files over Miles&lt;/a&gt; – Peer to peer file transfer through your current browser&lt;/li&gt;
&lt;li&gt;13:56 – &lt;a href=&quot;http://lesseverything.com&quot;&gt;LessEverything&lt;/a&gt; – Awesome apps from the makers of LessAccounting
&lt;ul&gt;
&lt;li&gt;LessProjects&lt;/li&gt;
&lt;li&gt;LessTime Spent&lt;/li&gt;
&lt;li&gt;LessMemories&lt;/li&gt;
&lt;li&gt;LessFriends&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Topics&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;25:07 – &lt;a href=&quot;http://www.problogger.net/archives/2009/05/30/warning-do-you-recognize-these-21-blogging-mistakes/&quot;&gt;21 Blogging Mistakes&lt;/a&gt; – Find out what the faceoff boys think about ProBlogger’s 21 Blogging Mistakes&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>This week the Faceoff boys talk about the guys at LessEverything and go through some big blogging mistakes.</itunes:subtitle>
<itunes:duration>0:53:38</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 19: We&#8217;re Compiling!</title>
		<link>http://faceoffshow.com/2009/06/02/episode-19-were-compiling/</link>
		<comments>http://faceoffshow.com/2009/06/02/episode-19-were-compiling/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 09:00:02 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[interface design]]></category>
		<category><![CDATA[programmers]]></category>
		<category><![CDATA[repper]]></category>
		<category><![CDATA[runpee]]></category>
		<category><![CDATA[tabbloid]]></category>
		<category><![CDATA[wave]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=261</guid>
		<description><![CDATA[This week the Faceoff boys talk about programmer pet peeves and some interface design thoughts.]]></description>
			<content:encoded><![CDATA[
<h3><a href="http://faceoffshow.com/wp-content/uploads/2009/06/xkcd.png"><img class="alignright size-full wp-image-267" title="xkcd" src="http://faceoffshow.com/wp-content/uploads/2009/06/xkcd.png" alt="xkcd" width="207" height="180" /></a></h3>
<p>This week the Faceoff boys talk about programmer pet peeves and some interface design thoughts.</p>
<h3><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>00 :50 &#8211; <a title="Google Wave Video" href="http://www.youtube.com/watch?v=v_UyVmITiYQ" target="_blank">Google Wave-Google</a> &#8211; The missing link between email and IM?</li>
</ul>
<h3><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>07:41 &#8211; <a title="RunPee" href="http://runpee.com" target="_blank">RunPee</a> &#8211; Find out when to take breaks during movies</li>
<li>11:51 &#8211; <a title="Tabbloid" href="http://tabbloid.com" target="_blank">Tabbloid</a> &#8211; Mashup rss feeds into a newspaper layout that you can print</li>
<li>17:22 &#8211; <a title="Repper" href="http://repper.studioludens.com/" target="_blank">Repper</a> &#8211; Make great backgrounds out of pictures</li>
</ul>
<h3><span style="font-size: small;">Topics</span></h3>
<ul>
<li>19:21 &#8211; <a title="Top 10 Things That Annoy Programmers" href="http://www.kevinwilliampang.com/post/Top-10-Things-That-Annoy-Programmers.aspx" target="_blank">Top 10 Things That Annoy Programmers</a></li>
<li>48:00 &#8211; <a title="8 Rules to Interface Design" href="http://www.devirtuoso.com/2009/05/8-golden-rules-of-interface-design/#more-326" target="_blank">8 rules to Interface Design</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/06/02/episode-19-were-compiling/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-019-WereCompiling.mp3" length="14759464" type="audio/mpeg" />
	<itunes:summary>
&lt;h3&gt;&lt;a href=&quot;http://faceoffshow.com/wp-content/uploads/2009/06/xkcd.png&quot;&gt;&lt;img class=&quot;alignright size-full wp-image-267&quot; title=&quot;xkcd&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/06/xkcd.png&quot; alt=&quot;xkcd&quot; width=&quot;207&quot; height=&quot;180&quot; /&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;This week the Faceoff boys talk about programmer pet peeves and some interface design thoughts.&lt;/p&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00 :50 – &lt;a title=&quot;Google Wave Video&quot; href=&quot;http://www.youtube.com/watch?v=v_UyVmITiYQ&quot; target=&quot;_blank&quot;&gt;Google Wave-Google&lt;/a&gt; – The missing link between email and IM?&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;07:41 – &lt;a title=&quot;RunPee&quot; href=&quot;http://runpee.com&quot; target=&quot;_blank&quot;&gt;RunPee&lt;/a&gt; – Find out when to take breaks during movies&lt;/li&gt;
&lt;li&gt;11:51 – &lt;a title=&quot;Tabbloid&quot; href=&quot;http://tabbloid.com&quot; target=&quot;_blank&quot;&gt;Tabbloid&lt;/a&gt; – Mashup rss feeds into a newspaper layout that you can print&lt;/li&gt;
&lt;li&gt;17:22 – &lt;a title=&quot;Repper&quot; href=&quot;http://repper.studioludens.com/&quot; target=&quot;_blank&quot;&gt;Repper&lt;/a&gt; – Make great backgrounds out of pictures&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Topics&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;19:21 – &lt;a title=&quot;Top 10 Things That Annoy Programmers&quot; href=&quot;http://www.kevinwilliampang.com/post/Top-10-Things-That-Annoy-Programmers.aspx&quot; target=&quot;_blank&quot;&gt;Top 10 Things That Annoy Programmers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;48:00 – &lt;a title=&quot;8 Rules to Interface Design&quot; href=&quot;http://www.devirtuoso.com/2009/05/8-golden-rules-of-interface-design/#more-326&quot; target=&quot;_blank&quot;&gt;8 rules to Interface Design&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>This week the Faceoff boys talk about programmer pet peeves and some interface design thoughts.</itunes:subtitle>
<itunes:duration>1:00:17</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 18: Essential Wordpress Plugins</title>
		<link>http://faceoffshow.com/2009/05/26/episode-18-essential-wordpress-plugins/</link>
		<comments>http://faceoffshow.com/2009/05/26/episode-18-essential-wordpress-plugins/#comments</comments>
		<pubDate>Wed, 27 May 2009 02:13:05 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[akismit]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[clixpy]]></category>
		<category><![CDATA[feedstitch]]></category>
		<category><![CDATA[next unclutterer]]></category>
		<category><![CDATA[onlin3e font converter]]></category>
		<category><![CDATA[print friendly]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=254</guid>
		<description><![CDATA[This week the Faceoff boys talk about 13 Wordpress plugins as well as alternatives to using a CAPTCHA to detect nasty robots.]]></description>
			<content:encoded><![CDATA[
<p>This week the Faceoff boys talk about 13 Wordpress plugins as well as alternatives to using a CAPTCHA to detect nasty robots.</p>
<h3><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>00:39 &#8211; <a title="Feedstitch" href="http://feedstitch.com/reagent/team-feedstitch" target="_self">Feedstitch</a> &#8211; Ep 16 we talked about feed stitch,  <a rel="external nofollow" href="http://feedstitch.com/" target="_blank">Patrick Reagan</a> Says: find the list at the bottom of a <a rel="nofollow" href="http://feedstitch.com/reagent/team-feedstitch" target="_blank">group page</a></li>
</ul>
<h3><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>01:30 &#8211; <a href="http://onlinefontconverter.com/" target="_blank">Online Font Converter</a> &#8211; Convert to other font formats</li>
<li>03:02 &#8211; <a href="http://nest.unclutterer.com/" target="_blank">Nest Unclutterer</a> &#8211; Goes through your followers and clears out the cruft</li>
<li>06:55 &#8211; <a href="http://printfriendly.com" target="_blank">Print Friendly</a> &#8211; Put in a URL and get a smart print friendly view</li>
<li>11:40 &#8211; <a href="http://clixpy.com" target="_blank">Clixpy</a> &#8211; Record user actions including: moving the mouse, typing clicking and scrolling</li>
</ul>
<h3><span style="font-size: small;">Topics</span></h3>
<ul>
<li>17:28 &#8211; <a href="http://net.tutsplus.com/articles/web-roundups/the-13-most-essential-plugins-for-wordpress/" target="_blank">13 Most Esential Wordpress Plugins</a> -
<ul>
<li><a href="http://wordpress.org/extend/plugins/akismet/" target="_blank">Akismit</a></li>
<li><a href="http://wordpress.org/extend/plugins/cy-custom-morelink/" target="_blank">Custom More Link</a></li>
<li><a href="http://wordpress.org/extend/plugins/different-posts-per-page/" target="_blank">Different Posts Per Page</a></li>
<li><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">Google XML Sitemaps</a></li>
<li><a href="http://wordpress.org/extend/plugins/no-self-ping/" target="_blank">No Self Pings</a></li>
<li><a href="http://wordpress.org/extend/plugins/redirection/" target="_blank">Redirection</a></li>
<li><a href="http://wordpress.org/extend/plugins/search-unleashed/" target="_blank">Search Unleashed</a></li>
<li><a href="http://wordpress.org/extend/plugins/subscribe-to-comments/" target="_blank">Subscribe to Comments</a></li>
<li><a href="http://wordpress.org/extend/plugins/wp-db-backup/" target="_blank">WP-DB-Backup</a></li>
<li><a href="http://wordpress.org/extend/plugins/wp-pagenavi/" target="_blank">Wp-Page Navi</a></li>
<li><a href="http://wordpress.org/extend/plugins/wp-security-scan/" target="_blank">WP Security Scan</a></li>
<li><a href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">WP Super Cache</a></li>
</ul>
</li>
<li>47:57 &#8211; <a href="http://www.sitepoint.com/blogs/2009/05/14/captcha-alternatives/" target="_blank">Captcha Alternatives</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/05/26/episode-18-essential-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-018-EssentialWordpressPlugins.mp3" length="46560193" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;This week the Faceoff boys talk about 13 Wordpress plugins as well as alternatives to using a CAPTCHA to detect nasty robots.&lt;/p&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:39 – &lt;a title=&quot;Feedstitch&quot; href=&quot;http://feedstitch.com/reagent/team-feedstitch&quot; target=&quot;_self&quot;&gt;Feedstitch&lt;/a&gt; – Ep 16 we talked about feed stitch,  &lt;a rel=&quot;external nofollow&quot; href=&quot;http://feedstitch.com/&quot; target=&quot;_blank&quot;&gt;Patrick Reagan&lt;/a&gt; Says: find the list at the bottom of a &lt;a rel=&quot;nofollow&quot; href=&quot;http://feedstitch.com/reagent/team-feedstitch&quot; target=&quot;_blank&quot;&gt;group page&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;01:30 – &lt;a href=&quot;http://onlinefontconverter.com/&quot; target=&quot;_blank&quot;&gt;Online Font Converter&lt;/a&gt; – Convert to other font formats&lt;/li&gt;
&lt;li&gt;03:02 – &lt;a href=&quot;http://nest.unclutterer.com/&quot; target=&quot;_blank&quot;&gt;Nest Unclutterer&lt;/a&gt; – Goes through your followers and clears out the cruft&lt;/li&gt;
&lt;li&gt;06:55 – &lt;a href=&quot;http://printfriendly.com&quot; target=&quot;_blank&quot;&gt;Print Friendly&lt;/a&gt; – Put in a URL and get a smart print friendly view&lt;/li&gt;
&lt;li&gt;11:40 – &lt;a href=&quot;http://clixpy.com&quot; target=&quot;_blank&quot;&gt;Clixpy&lt;/a&gt; – Record user actions including: moving the mouse, typing clicking and scrolling&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Topics&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;17:28 – &lt;a href=&quot;http://net.tutsplus.com/articles/web-roundups/the-13-most-essential-plugins-for-wordpress/&quot; target=&quot;_blank&quot;&gt;13 Most Esential Wordpress Plugins&lt;/a&gt; -
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://wordpress.org/extend/plugins/akismet/&quot; target=&quot;_blank&quot;&gt;Akismit&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://wordpress.org/extend/plugins/cy-custom-morelink/&quot; target=&quot;_blank&quot;&gt;Custom More Link&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://wordpress.org/extend/plugins/different-posts-per-page/&quot; target=&quot;_blank&quot;&gt;Different Posts Per Page&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://wordpress.org/extend/plugins/google-sitemap-generator/&quot; target=&quot;_blank&quot;&gt;Google XML Sitemaps&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://wordpress.org/extend/plugins/no-self-ping/&quot; target=&quot;_blank&quot;&gt;No Self Pings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://wordpress.org/extend/plugins/redirection/&quot; target=&quot;_blank&quot;&gt;Redirection&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://wordpress.org/extend/plugins/search-unleashed/&quot; target=&quot;_blank&quot;&gt;Search Unleashed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://wordpress.org/extend/plugins/subscribe-to-comments/&quot; target=&quot;_blank&quot;&gt;Subscribe to Comments&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://wordpress.org/extend/plugins/wp-db-backup/&quot; target=&quot;_blank&quot;&gt;WP-DB-Backup&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://wordpress.org/extend/plugins/wp-pagenavi/&quot; target=&quot;_blank&quot;&gt;Wp-Page Navi&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://wordpress.org/extend/plugins/wp-security-scan/&quot; target=&quot;_blank&quot;&gt;WP Security Scan&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://wordpress.org/extend/plugins/wp-super-cache/&quot; target=&quot;_blank&quot;&gt;WP Super Cache&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;47:57 – &lt;a href=&quot;http://www.sitepoint.com/blogs/2009/05/14/captcha-alternatives/&quot; [...]</itunes:summary>
<itunes:subtitle>This week the Faceoff boys talk about 13 Wordpress plugins as well as alternatives to using a CAPTCHA to detect nasty robots.</itunes:subtitle>
<itunes:author>Faceoff</itunes:author>
<itunes:duration>1:04:40</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 17: Divitis</title>
		<link>http://faceoffshow.com/2009/05/19/episode-17-divitis/</link>
		<comments>http://faceoffshow.com/2009/05/19/episode-17-divitis/#comments</comments>
		<pubDate>Tue, 19 May 2009 09:00:49 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google Ad Planner]]></category>
		<category><![CDATA[instapaper]]></category>
		<category><![CDATA[logstalgia]]></category>
		<category><![CDATA[Patterntap]]></category>
		<category><![CDATA[Pixlr]]></category>
		<category><![CDATA[Redbull]]></category>
		<category><![CDATA[UI Patterns]]></category>
		<category><![CDATA[woopra]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=244</guid>
		<description><![CDATA[In episode 17 the guys thank Red Bull Cola, talk website statistics, the Dos and Don'ts of web media, and much more. ]]></description>
			<content:encoded><![CDATA[
<h3><img class="alignright size-full wp-image-247" title="divitis" src="http://faceoffshow.com/wp-content/uploads/2009/05/divitis.jpg" alt="divitis" width="227" height="170" /></h3>
<p>In episode 17 the guys thank Red Bull Cola, talk website statistics, the Dos and Don&#8217;ts of web media, and much more.</p>
<h3><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>00:45 &#8211; Special thanks to Catherine from RedBull!</li>
<li>02:28 &#8211; <a title="Woopra" href="http://www.woopra.com/" target="_blank">Woopra</a> &#8211; Analytics in real time
<ul>
<li><a title="Logstalgia" href="http://code.google.com/p/logstalgia/" target="_blank">Logstalgia</a> &#8211; Apache visualizer</li>
</ul>
</li>
</ul>
<h3><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>13:18 &#8211; <a title="Instapaper" href="http://www.instapaper.com/" target="_blank">Instapaper</a> &#8211; A fast, easy, free tool to save web pages for reading later.</li>
<li>24:00 &#8211; <a title="UI Patterns" href="http://ui-patterns.com/collections" target="_blank">UI Patterns</a> &#8211; UI design library
<ul>
<li><a title="Patterntap" href="http://patterntap.com/" target="_blank">Patterntap</a></li>
</ul>
</li>
<li>28:08 &#8211; <a title="Pixlr" href="http://pixlr.com/" target="_blank">Pixlr</a> &#8211; Online image editing</li>
</ul>
<h3><span style="font-size: small;">Topics</span></h3>
<ul>
<li>33:29 &#8211; <a title="Google Ad Planner" href="https://www.google.com/adplanner" target="_blank">Google Ad Planner </a>- Connect with specific advertisers</li>
<li>41:39 &#8211; <a title="Web Dos and Don'ts" href="http://webdosanddonts.com/category/level/intermediate" target="_blank">WebDosandDonts.com</a>
<ul>
<li>Don&#8217;t use tables for layouts</li>
<li>Don&#8217;t use negative letter spacing</li>
<li>Don&#8217;t think valid html is good html</li>
<li>Autoplay is not best practice</li>
<li>Don&#8217;t use @import</li>
<li>Do use semantic markup for tag clouds</li>
<li>Cure your divitis</li>
<li>Microformats</li>
<li>Use an asterisk to indicate required fields</li>
<li>Use better font stacks</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/05/19/episode-17-divitis/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp3/faceoffshow.com/audio/Faceoff-017-Divitis.mp3" length="42973277" type="audio/mpeg" />
	<itunes:summary>
&lt;h3&gt;&lt;img class=&quot;alignright size-full wp-image-247&quot; title=&quot;divitis&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/05/divitis.jpg&quot; alt=&quot;divitis&quot; width=&quot;227&quot; height=&quot;170&quot; /&gt;&lt;/h3&gt;
&lt;p&gt;In episode 17 the guys thank Red Bull Cola, talk website statistics, the Dos and Don’ts of web media, and much more.&lt;/p&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:45 – Special thanks to Catherine from RedBull!&lt;/li&gt;
&lt;li&gt;02:28 – &lt;a title=&quot;Woopra&quot; href=&quot;http://www.woopra.com/&quot; target=&quot;_blank&quot;&gt;Woopra&lt;/a&gt; – Analytics in real time
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Logstalgia&quot; href=&quot;http://code.google.com/p/logstalgia/&quot; target=&quot;_blank&quot;&gt;Logstalgia&lt;/a&gt; – Apache visualizer&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;13:18 – &lt;a title=&quot;Instapaper&quot; href=&quot;http://www.instapaper.com/&quot; target=&quot;_blank&quot;&gt;Instapaper&lt;/a&gt; – A fast, easy, free tool to save web pages for reading later.&lt;/li&gt;
&lt;li&gt;24:00 – &lt;a title=&quot;UI Patterns&quot; href=&quot;http://ui-patterns.com/collections&quot; target=&quot;_blank&quot;&gt;UI Patterns&lt;/a&gt; – UI design library
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Patterntap&quot; href=&quot;http://patterntap.com/&quot; target=&quot;_blank&quot;&gt;Patterntap&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;28:08 – &lt;a title=&quot;Pixlr&quot; href=&quot;http://pixlr.com/&quot; target=&quot;_blank&quot;&gt;Pixlr&lt;/a&gt; – Online image editing&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Topics&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;33:29 – &lt;a title=&quot;Google Ad Planner&quot; href=&quot;https://www.google.com/adplanner&quot; target=&quot;_blank&quot;&gt;Google Ad Planner &lt;/a&gt;- Connect with specific advertisers&lt;/li&gt;
&lt;li&gt;41:39 – &lt;a title=&quot;Web Dos and Don&#039;ts&quot; href=&quot;http://webdosanddonts.com/category/level/intermediate&quot; target=&quot;_blank&quot;&gt;WebDosandDonts.com&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Don’t use tables for layouts&lt;/li&gt;
&lt;li&gt;Don’t use negative letter spacing&lt;/li&gt;
&lt;li&gt;Don’t think valid html is good html&lt;/li&gt;
&lt;li&gt;Autoplay is not best practice&lt;/li&gt;
&lt;li&gt;Don’t use @import&lt;/li&gt;
&lt;li&gt;Do use semantic markup for tag clouds&lt;/li&gt;
&lt;li&gt;Cure your divitis&lt;/li&gt;
&lt;li&gt;Microformats&lt;/li&gt;
&lt;li&gt;Use an asterisk to indicate required fields&lt;/li&gt;
&lt;li&gt;Use better font stacks&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>In episode 17 the guys thank Red Bull Cola, talk website statistics, the Dos and Don&#039;ts of web media, and much more. </itunes:subtitle>
<itunes:author>Faceoff</itunes:author>
<itunes:duration>0:59:41</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 16: Green To The Selenium Scene</title>
		<link>http://faceoffshow.com/2009/05/12/episode-16-green-to-the-selenium-scene/</link>
		<comments>http://faceoffshow.com/2009/05/12/episode-16-green-to-the-selenium-scene/#comments</comments>
		<pubDate>Tue, 12 May 2009 09:00:47 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[eric wendelin]]></category>
		<category><![CDATA[feedstich]]></category>
		<category><![CDATA[less accounting]]></category>
		<category><![CDATA[mturk]]></category>
		<category><![CDATA[pdf me not]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=231</guid>
		<description><![CDATA[The Faceoff boys welcome Eric Wendelin to talk about selenium, as well as some essential tools for developers and tools to start up your side business.]]></description>
			<content:encoded><![CDATA[
<p><img class="alignright size-full wp-image-241" title="big-logo" src="http://faceoffshow.com/wp-content/uploads/2009/05/big-logo.png" alt="big-logo" width="200" height="181" />The Faceoff boys welcome Eric Wendelin to talk about selenium, as well as some essential tools for developers and tools to start up your side business.</p>
<h3><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>00:42 &#8211; <a title="Feedstich" href="http://feedstitch.com" target="_blank">Feedstitch</a> &#8211; Stitch together multiple RSS feeds.</li>
<li>04:19 &#8211; <a title="Less Accounting" href="http://lessaccounting.com" target="_blank">Less Accounting</a> &#8211; Stress free accounting</li>
<li>08:58 &#8211; <a title="PDF Me Not" href="http://pdfmenot.com/" target="_blank">PDF Me Not</a> &#8211; View PDFs in a web browser</li>
</ul>
<h3><span style="font-size: small;">Topics</span></h3>
<ul>
<li>12:20 &#8211; Interview with Eric Wendelin about  <a title="Selenium HQ" href="http://seleniumhq.org/" target="_blank">Selenium</a>
<ul>
<li><a title="Eric Wendelin" href="http://twitter.com/eriwen" target="_blank">Eric Wendelin</a> on Twitter</li>
<li>Eric&#8217;s Blog &#8211; <a title="Eriwen" href="http://eriwen.com/" target="_blank">Programming productively with open-source tools</a></li>
</ul>
</li>
<li>29:09 &#8211; <a title="Essential Tools for Starting Your Side Business" href="http://lifehacker.com/5226028/essential-tools-for-starting-up-your-side-business" target="_blank">Essential tools for starting up your side business</a>
<ul>
<li><a title="Mechanical Turk" href="https://www.mturk.com/mturk/welcome" target="_blank">Mechanical Turk</a></li>
</ul>
</li>
<li>40:58 &#8211; <a title="10 Skills Developers Need In 5 Years" href="http://blogs.techrepublic.com.com/10things/?p=643" target="_blank">10 skills developers will need in the next five years</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/05/12/episode-16-green-to-the-selenium-scene/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-016-GreenToTheSeleniumScene.mp3" length="41049601" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;img class=&quot;alignright size-full wp-image-241&quot; title=&quot;big-logo&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/05/big-logo.png&quot; alt=&quot;big-logo&quot; width=&quot;200&quot; height=&quot;181&quot; /&gt;The Faceoff boys welcome Eric Wendelin to talk about selenium, as well as some essential tools for developers and tools to start up your side business.&lt;/p&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:42 – &lt;a title=&quot;Feedstich&quot; href=&quot;http://feedstitch.com&quot; target=&quot;_blank&quot;&gt;Feedstitch&lt;/a&gt; – Stitch together multiple RSS feeds.&lt;/li&gt;
&lt;li&gt;04:19 – &lt;a title=&quot;Less Accounting&quot; href=&quot;http://lessaccounting.com&quot; target=&quot;_blank&quot;&gt;Less Accounting&lt;/a&gt; – Stress free accounting&lt;/li&gt;
&lt;li&gt;08:58 – &lt;a title=&quot;PDF Me Not&quot; href=&quot;http://pdfmenot.com/&quot; target=&quot;_blank&quot;&gt;PDF Me Not&lt;/a&gt; – View PDFs in a web browser&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Topics&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;12:20 – Interview with Eric Wendelin about  &lt;a title=&quot;Selenium HQ&quot; href=&quot;http://seleniumhq.org/&quot; target=&quot;_blank&quot;&gt;Selenium&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Eric Wendelin&quot; href=&quot;http://twitter.com/eriwen&quot; target=&quot;_blank&quot;&gt;Eric Wendelin&lt;/a&gt; on Twitter&lt;/li&gt;
&lt;li&gt;Eric’s Blog – &lt;a title=&quot;Eriwen&quot; href=&quot;http://eriwen.com/&quot; target=&quot;_blank&quot;&gt;Programming productively with open-source tools&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;29:09 – &lt;a title=&quot;Essential Tools for Starting Your Side Business&quot; href=&quot;http://lifehacker.com/5226028/essential-tools-for-starting-up-your-side-business&quot; target=&quot;_blank&quot;&gt;Essential tools for starting up your side business&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Mechanical Turk&quot; href=&quot;https://www.mturk.com/mturk/welcome&quot; target=&quot;_blank&quot;&gt;Mechanical Turk&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;40:58 – &lt;a title=&quot;10 Skills Developers Need In 5 Years&quot; href=&quot;http://blogs.techrepublic.com.com/10things/?p=643&quot; target=&quot;_blank&quot;&gt;10 skills developers will need in the next five years&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>The Faceoff boys welcome Eric Wendelin to talk about selenium, as well as some essential tools for developers and tools to start up your side business.</itunes:subtitle>
<itunes:duration>0:57:00</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 15: Making a List, Checking It Twice</title>
		<link>http://faceoffshow.com/2009/05/05/episode-15-making-a-list-checking-it-twice/</link>
		<comments>http://faceoffshow.com/2009/05/05/episode-15-making-a-list-checking-it-twice/#comments</comments>
		<pubDate>Tue, 05 May 2009 09:01:08 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[31dbbb]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[gliffy]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[identifont]]></category>
		<category><![CDATA[jpegtran]]></category>
		<category><![CDATA[logmein]]></category>
		<category><![CDATA[nixtutor]]></category>
		<category><![CDATA[pngcrush]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[Webmaster Tools]]></category>
		<category><![CDATA[what the font]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=223</guid>
		<description><![CDATA[This week the Faceoff boys go through the ultimate website launch checklist and talk about their experiences with the Problogger 31 Days To Build A Better Blog challenge.
News and Follow-Ups

02:13 &#8211; Gogle analytics has an API &#8211; Thank you Google!

Webapps

07:40 &#8211; What the Font &#8211; Find out what font a graphic uses

Identifont


11:36 &#8211; Dropbox &#8211; [...]]]></description>
			<content:encoded><![CDATA[
<p><img class="alignright size-medium wp-image-227" title="1261907803_622f8c5a34" src="http://faceoffshow.com/wp-content/uploads/2009/05/1261907803_622f8c5a34-300x225.jpg" alt="1261907803_622f8c5a34" width="224" height="168" />This week the Faceoff boys go through the ultimate website launch checklist and talk about their experiences with the Problogger 31 Days To Build A Better Blog challenge.</p>
<h3><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>02:13 &#8211; <a title="Google Analytics API" href="http://www.techcrunch.com/2009/04/21/google-analytics-api-now-in-public-beta-desktop-reporting-takes-stats-offline/?awesm=tcrn.ch_Tw&amp;utm_medium=awesm-twitter&amp;utm_content=techcrunch-autopost&amp;utm_campaign=techcrunch&amp;utm_source=direct-awesm" target="_blank">Gogle analytics has an API</a> &#8211; Thank you Google!</li>
</ul>
<h3><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>07:40 &#8211; <a title="What the Font" href="http://new.myfonts.com/WhatTheFont/" target="_blank">What the Font</a> &#8211; Find out what font a graphic uses
<ul>
<li><a title="Identafont" href="http://www.identifont.com/" target="_blank">Identifont</a></li>
</ul>
</li>
<li>11:36 &#8211; <a title="Dropbox" href="http://www.getdropbox.com" target="_blank">Dropbox</a> &#8211; Free cross compatible online storage solution
<ul>
<li><a title="NixTutor Article" href="http://www.nixtutor.com/linux/off-site-encrypted-backups-using-rsync-and-aes/" target="_blank">Off Site Encrypted Backups using Rsync and AES</a></li>
</ul>
</li>
<li>18:19 &#8211; <a title="LogMeIn" href="http://Logmein.com" target="_blank">Logmein</a> &#8211; Control your computer remotely for free</li>
<li>23:46 &#8211; <a title="Gliffy" href="http://gliffy.com" target="_blank">Gliffy</a> &#8211; Online diagram software</li>
</ul>
<h3><span style="font-size: small;">Topics</span></h3>
<ul>
<li>30:37 &#8211; <a title="Ultimate Website Launch Checklist" href="http://www.boxuk.com/blog/the-ultimate-website-launch-checklist" target="_blank">The Ultimate Website Launch Checklist</a>
<ul>
<li><a title="Google Webmaster Tools" href="https://www.google.com/webmasters/tools/dashboard?pli=1" target="_blank">Google Webmaster Tools</a></li>
<li><a title="PNGCrush" href="http://pmt.sourceforge.net/pngcrush/" target="_blank">Pngcrush</a></li>
<li><a title="JPEGtran" href="http://sylvana.net/jpegcrop/jpegtran/" target="_blank">Jpegtran</a></li>
<li><a title="Episode 10 Test Driven Development" href="http://faceoffshow.com/2009/03/31/episode-10-test-driven-development/" target="_blank">Episode 10: Test driven development</a> with Pol Llovet</li>
</ul>
</li>
<li>54:70 &#8211; <a title="Problogger 31 Days to Build A Better Blog" href="http://www.problogger.net/archives/2009/04/24/opinion-posts/" target="_blank">Problogger 31 day blog challenge</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/05/05/episode-15-making-a-list-checking-it-twice/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-015-MakingAListCheckingItTwice.mp3" length="43739670" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;img class=&quot;alignright size-medium wp-image-227&quot; title=&quot;1261907803_622f8c5a34&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/05/1261907803_622f8c5a34-300x225.jpg&quot; alt=&quot;1261907803_622f8c5a34&quot; width=&quot;224&quot; height=&quot;168&quot; /&gt;This week the Faceoff boys go through the ultimate website launch checklist and talk about their experiences with the Problogger 31 Days To Build A Better Blog challenge.&lt;/p&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;02:13 – &lt;a title=&quot;Google Analytics API&quot; href=&quot;http://www.techcrunch.com/2009/04/21/google-analytics-api-now-in-public-beta-desktop-reporting-takes-stats-offline/?awesm=tcrn.ch_Tw&amp;utm_medium=awesm-twitter&amp;utm_content=techcrunch-autopost&amp;utm_campaign=techcrunch&amp;utm_source=direct-awesm&quot; target=&quot;_blank&quot;&gt;Gogle analytics has an API&lt;/a&gt; – Thank you Google!&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;07:40 – &lt;a title=&quot;What the Font&quot; href=&quot;http://new.myfonts.com/WhatTheFont/&quot; target=&quot;_blank&quot;&gt;What the Font&lt;/a&gt; – Find out what font a graphic uses
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Identafont&quot; href=&quot;http://www.identifont.com/&quot; target=&quot;_blank&quot;&gt;Identifont&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;11:36 – &lt;a title=&quot;Dropbox&quot; href=&quot;http://www.getdropbox.com&quot; target=&quot;_blank&quot;&gt;Dropbox&lt;/a&gt; – Free cross compatible online storage solution
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;NixTutor Article&quot; href=&quot;http://www.nixtutor.com/linux/off-site-encrypted-backups-using-rsync-and-aes/&quot; target=&quot;_blank&quot;&gt;Off Site Encrypted Backups using Rsync and AES&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;18:19 – &lt;a title=&quot;LogMeIn&quot; href=&quot;http://Logmein.com&quot; target=&quot;_blank&quot;&gt;Logmein&lt;/a&gt; – Control your computer remotely for free&lt;/li&gt;
&lt;li&gt;23:46 – &lt;a title=&quot;Gliffy&quot; href=&quot;http://gliffy.com&quot; target=&quot;_blank&quot;&gt;Gliffy&lt;/a&gt; – Online diagram software&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Topics&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;30:37 – &lt;a title=&quot;Ultimate Website Launch Checklist&quot; href=&quot;http://www.boxuk.com/blog/the-ultimate-website-launch-checklist&quot; target=&quot;_blank&quot;&gt;The Ultimate Website Launch Checklist&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Google Webmaster Tools&quot; href=&quot;https://www.google.com/webmasters/tools/dashboard?pli=1&quot; target=&quot;_blank&quot;&gt;Google Webmaster Tools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;PNGCrush&quot; href=&quot;http://pmt.sourceforge.net/pngcrush/&quot; target=&quot;_blank&quot;&gt;Pngcrush&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;JPEGtran&quot; href=&quot;http://sylvana.net/jpegcrop/jpegtran/&quot; target=&quot;_blank&quot;&gt;Jpegtran&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Episode 10 Test Driven Development&quot; href=&quot;http://faceoffshow.com/2009/03/31/episode-10-test-driven-development/&quot; target=&quot;_blank&quot;&gt;Episode 10: Test driven development&lt;/a&gt; with Pol Llovet&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;54:70 – &lt;a title=&quot;Problogger 31 Days to Build A Better Blog&quot; href=&quot;http://www.problogger.net/archives/2009/04/24/opinion-posts/&quot; target=&quot;_blank&quot;&gt;Problogger 31 day blog challenge&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>This week the Faceoff boys go through the ultimate website launch checklist and talk about their experiences with the Problogger 31 Days To Build A Better Blog challenge.
News and Follow-Ups

02:13 – Gogle analytics has an API – Thank you [...]</itunes:subtitle>
<itunes:author>Jade Robbins and Mark Sanborn</itunes:author>
<itunes:duration>1:00:44</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 14: The Great Debate</title>
		<link>http://faceoffshow.com/2009/04/28/episode-14-the-great-debate/</link>
		<comments>http://faceoffshow.com/2009/04/28/episode-14-the-great-debate/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 09:00:23 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[diggbar]]></category>
		<category><![CDATA[doink]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[problogger]]></category>
		<category><![CDATA[procaster]]></category>
		<category><![CDATA[road sharing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[tipjoy]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=208</guid>
		<description><![CDATA[Dell adds encrypted hard drives, stream your 3D games, and we faceoff over a problogger list.]]></description>
			<content:encoded><![CDATA[
<p><a href="http://www.flickr.com/photos/72213316@N00/2806968273/"><img class="alignright size-medium wp-image-211" title="2806968273_fb06030dea" src="http://faceoffshow.com/wp-content/uploads/2009/04/2806968273_fb06030dea-300x196.jpg" alt="2806968273_fb06030dea" width="196" height="128" /></a>Dell adds encrypted hard drives, stream your 3D games, and we faceoff over a problogger list.</p>
<h3><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>00:59 &#8211; <a title="Dell Adds Encrypted HDs" href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;taxonomyName=storage&amp;articleId=9131684&amp;taxonomyId=19&amp;intsrc=kc_top" target="_blank">Dell Adds Encrypted HDs to their Laptops</a></li>
<li>05:55 &#8211; <a title="Diggbar Update" href="http://mashable.com/2009/04/15/diggbar-update/" target="_blank">Diggbar update</a> &#8211; Digg is giving the control to the user
<ul>
<li><a title="Official Digg Post on Diggbar" href="http://blog.digg.com/?p=664" target="_blank">Official Post by Digg</a></li>
</ul>
</li>
</ul>
<h3><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>08:02 &#8211; <a title="Procaster" href="http://www.procaster.com/" target="_blank">Procaster</a> &#8211; One click broadcasting for 3D apps, like games</li>
<li>13:33 &#8211; <a title="Road Sharing" href="http://www.roadsharing.com" target="_blank">Road Sharing</a> &#8211; Find other commuters in your area</li>
<li>17:08 &#8211; <a title="Tipjoy" href="http://tipjoy.com" target="_blank">Tipjoy</a> &#8211; Lowering the barriers to giving money
<ul>
<li>Should a business model rely on twitter?</li>
</ul>
</li>
<li>26:43 &#8211; <a title="DoInk" href="http://www.doink.com/" target="_blank">DoInk</a> &#8211; Create animated videos</li>
</ul>
<h3><span style="font-size: small;">Topics</span></h3>
<ul>
<li>33:59 &#8211; <a title="Web Topics Debate on ProBlogger" href="http://www.problogger.net/archives/2009/04/04/blogging-debates-there-are-many-ways-to-build-a-successful-blog/  " target="_blank">Web Topics Debate on Problogger</a>
<ul>
<li>Full feeds vs Partial</li>
<li>Comments vs No comments</li>
<li>Post frequency</li>
<li>Domain names</li>
<li>Hosted or Self-hosted</li>
<li>Titles</li>
<li>Linked Content</li>
<li>Social 1media vs Own our Content</li>
<li>Niche or Broad topics</li>
<li>Dating posts</li>
<li>Writing for SEO vs Human</li>
<li>Getting personal</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/04/28/episode-14-the-great-debate/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://www.faceoffshow.com/audio/Faceoff-014-TheGreatDebate.mp3" length="24714464" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/72213316@N00/2806968273/&quot;&gt;&lt;img class=&quot;alignright size-medium wp-image-211&quot; title=&quot;2806968273_fb06030dea&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/04/2806968273_fb06030dea-300x196.jpg&quot; alt=&quot;2806968273_fb06030dea&quot; width=&quot;196&quot; height=&quot;128&quot; /&gt;&lt;/a&gt;Dell adds encrypted hard drives, stream your 3D games, and we faceoff over a problogger list.&lt;/p&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:59 – &lt;a title=&quot;Dell Adds Encrypted HDs&quot; href=&quot;http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;taxonomyName=storage&amp;articleId=9131684&amp;taxonomyId=19&amp;intsrc=kc_top&quot; target=&quot;_blank&quot;&gt;Dell Adds Encrypted HDs to their Laptops&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;05:55 – &lt;a title=&quot;Diggbar Update&quot; href=&quot;http://mashable.com/2009/04/15/diggbar-update/&quot; target=&quot;_blank&quot;&gt;Diggbar update&lt;/a&gt; – Digg is giving the control to the user
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Official Digg Post on Diggbar&quot; href=&quot;http://blog.digg.com/?p=664&quot; target=&quot;_blank&quot;&gt;Official Post by Digg&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;08:02 – &lt;a title=&quot;Procaster&quot; href=&quot;http://www.procaster.com/&quot; target=&quot;_blank&quot;&gt;Procaster&lt;/a&gt; – One click broadcasting for 3D apps, like games&lt;/li&gt;
&lt;li&gt;13:33 – &lt;a title=&quot;Road Sharing&quot; href=&quot;http://www.roadsharing.com&quot; target=&quot;_blank&quot;&gt;Road Sharing&lt;/a&gt; – Find other commuters in your area&lt;/li&gt;
&lt;li&gt;17:08 – &lt;a title=&quot;Tipjoy&quot; href=&quot;http://tipjoy.com&quot; target=&quot;_blank&quot;&gt;Tipjoy&lt;/a&gt; – Lowering the barriers to giving money
&lt;ul&gt;
&lt;li&gt;Should a business model rely on twitter?&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;26:43 – &lt;a title=&quot;DoInk&quot; href=&quot;http://www.doink.com/&quot; target=&quot;_blank&quot;&gt;DoInk&lt;/a&gt; – Create animated videos&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Topics&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;33:59 – &lt;a title=&quot;Web Topics Debate on ProBlogger&quot; href=&quot;http://www.problogger.net/archives/2009/04/04/blogging-debates-there-are-many-ways-to-build-a-successful-blog/  &quot; target=&quot;_blank&quot;&gt;Web Topics Debate on Problogger&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Full feeds vs Partial&lt;/li&gt;
&lt;li&gt;Comments vs No comments&lt;/li&gt;
&lt;li&gt;Post frequency&lt;/li&gt;
&lt;li&gt;Domain names&lt;/li&gt;
&lt;li&gt;Hosted or Self-hosted&lt;/li&gt;
&lt;li&gt;Titles&lt;/li&gt;
&lt;li&gt;Linked Content&lt;/li&gt;
&lt;li&gt;Social 1media vs Own our Content&lt;/li&gt;
&lt;li&gt;Niche or Broad topics&lt;/li&gt;
&lt;li&gt;Dating posts&lt;/li&gt;
&lt;li&gt;Writing for SEO vs Human&lt;/li&gt;
&lt;li&gt;Getting personal&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>Dell adds encrypted hard drives, stream your 3D games, and we faceoff over a problogger list.</itunes:subtitle>
<itunes:author>Jade Robbins and Mark Sanborn</itunes:author>
<itunes:duration>1:10:58</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 13: Diggbar Blunder</title>
		<link>http://faceoffshow.com/2009/04/21/episode-13-diggbar-blunder/</link>
		<comments>http://faceoffshow.com/2009/04/21/episode-13-diggbar-blunder/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 09:00:23 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[alternativeto]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[diggbar]]></category>
		<category><![CDATA[engadget]]></category>
		<category><![CDATA[getsatisfaction]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[meeting24]]></category>
		<category><![CDATA[Multi-Factor Authentication]]></category>
		<category><![CDATA[tweetree]]></category>
		<category><![CDATA[Yubikey]]></category>
		<category><![CDATA[zamzar]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=199</guid>
		<description><![CDATA[In this episode the Faceoff boys talk about uservoice alternatives, a Tweetree Follow up, and we chime in on the DiggBar uprising on the internet.]]></description>
			<content:encoded><![CDATA[
<p><img class="alignright size-thumbnail wp-image-204" title="digg-logo-heart-lg1" src="http://faceoffshow.com/wp-content/uploads/2009/04/digg-logo-heart-lg1-150x150.jpg" alt="digg-logo-heart-lg1" width="150" height="150" />In this episode the Faceoff boys talk about uservoice alternatives, a Tweetree Follow up, and we chime in on the DiggBar uprising on the internet.</p>
<h3><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>02:00 &#8211; <a title="Gimp Layer Effects" href="http://www.smashingmagazine.com/2009/04/03/8-handy-tweaks-to-make-gimp-replace-photoshop/" target="_blank">Gimp has layer effects</a></li>
<li>05:45 &#8211; Not just uservoice! <a title="Get Satisfaction" href="http://getsatisfaction.com/" target="_blank">Get Satisfaction</a> does social user feedback</li>
<li>08:05 &#8211; <a title="Zamzar" href="http://lifehacker.com/5216161/zamzar-now-converts-text-to-speech" target="_blank">Zamzar does text-to-speech</a></li>
<li>10:45 &#8211; <a title="MFA Through Iphone" href="http://consumerist.com/5215268/free-iphone-app-improves-paypal-and-ebay-security" target="_blank">Multi-factor authentication through iPhone</a>
<ul>
<li><a title="Yubikey" href="http://www.yubico.com/products/yubikey/" target="_blank">Yubikey</a> &#8211; An elegant way of doing multi-factor authentication</li>
</ul>
</li>
<li>17:07 &#8211; <a title="Tweetree" href="http://tweetree.com/" target="_blank">Tweetree</a> is even more useful than we thought!</li>
<li>22:13 &#8211; Digg introduces <a title="The Diggbar" href="http://blog.searchenginewatch.com/090410-123125" target="_blank">the diggbar</a>
<ul>
<li><a title="Engadget Blocks The Diggbar" href="http://www.joshuatopolsky.com/2009/04/10/why-engadget-is-blocking-the-diggbar/" target="_blank">Endgadget blocks diggbar</a></li>
</ul>
</li>
</ul>
<h3><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>43:34 &#8211; <a title="Meeting24" href="http://meeting24.tv" target="_blank">Meeting24</a> &#8211; Create a web based meeting with multiple people for free</li>
<li>52:52 &#8211; <a title="AlternativeTo.net" href="http://alternativeto.net/" target="_blank">Alternative To</a> &#8211; Social site to find alternatives to software</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/04/21/episode-13-diggbar-blunder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.faceoffshow.com/audio/Faceoff-013-DiggbarBlunder.mp3" length="44214853" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;img class=&quot;alignright size-thumbnail wp-image-204&quot; title=&quot;digg-logo-heart-lg1&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/04/digg-logo-heart-lg1-150x150.jpg&quot; alt=&quot;digg-logo-heart-lg1&quot; width=&quot;150&quot; height=&quot;150&quot; /&gt;In this episode the Faceoff boys talk about uservoice alternatives, a Tweetree Follow up, and we chime in on the DiggBar uprising on the internet.&lt;/p&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;02:00 – &lt;a title=&quot;Gimp Layer Effects&quot; href=&quot;http://www.smashingmagazine.com/2009/04/03/8-handy-tweaks-to-make-gimp-replace-photoshop/&quot; target=&quot;_blank&quot;&gt;Gimp has layer effects&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;05:45 – Not just uservoice! &lt;a title=&quot;Get Satisfaction&quot; href=&quot;http://getsatisfaction.com/&quot; target=&quot;_blank&quot;&gt;Get Satisfaction&lt;/a&gt; does social user feedback&lt;/li&gt;
&lt;li&gt;08:05 – &lt;a title=&quot;Zamzar&quot; href=&quot;http://lifehacker.com/5216161/zamzar-now-converts-text-to-speech&quot; target=&quot;_blank&quot;&gt;Zamzar does text-to-speech&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;10:45 – &lt;a title=&quot;MFA Through Iphone&quot; href=&quot;http://consumerist.com/5215268/free-iphone-app-improves-paypal-and-ebay-security&quot; target=&quot;_blank&quot;&gt;Multi-factor authentication through iPhone&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Yubikey&quot; href=&quot;http://www.yubico.com/products/yubikey/&quot; target=&quot;_blank&quot;&gt;Yubikey&lt;/a&gt; – An elegant way of doing multi-factor authentication&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;17:07 – &lt;a title=&quot;Tweetree&quot; href=&quot;http://tweetree.com/&quot; target=&quot;_blank&quot;&gt;Tweetree&lt;/a&gt; is even more useful than we thought!&lt;/li&gt;
&lt;li&gt;22:13 – Digg introduces &lt;a title=&quot;The Diggbar&quot; href=&quot;http://blog.searchenginewatch.com/090410-123125&quot; target=&quot;_blank&quot;&gt;the diggbar&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Engadget Blocks The Diggbar&quot; href=&quot;http://www.joshuatopolsky.com/2009/04/10/why-engadget-is-blocking-the-diggbar/&quot; target=&quot;_blank&quot;&gt;Endgadget blocks diggbar&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;43:34 – &lt;a title=&quot;Meeting24&quot; href=&quot;http://meeting24.tv&quot; target=&quot;_blank&quot;&gt;Meeting24&lt;/a&gt; – Create a web based meeting with multiple people for free&lt;/li&gt;
&lt;li&gt;52:52 – &lt;a title=&quot;AlternativeTo.net&quot; href=&quot;http://alternativeto.net/&quot; target=&quot;_blank&quot;&gt;Alternative To&lt;/a&gt; – Social site to find alternatives to software&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>In this episode the Faceoff boys talk about uservoice alternatives, a Tweetree Follow up, and we chime in on the DiggBar uprising on the internet.</itunes:subtitle>
<itunes:duration>1:01:24</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 12: S3, Flex, and Django</title>
		<link>http://faceoffshow.com/2009/04/14/episode-12-s3-flex-django/</link>
		<comments>http://faceoffshow.com/2009/04/14/episode-12-s3-flex-django/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 05:23:06 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[3buckbites]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[Amazon S3]]></category>
		<category><![CDATA[Brain Toniq]]></category>
		<category><![CDATA[Colourlovers]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Google Moderator]]></category>
		<category><![CDATA[Meebo]]></category>
		<category><![CDATA[Moo.com]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Redbull]]></category>
		<category><![CDATA[Unladen Swollow]]></category>
		<category><![CDATA[Vim]]></category>
		<category><![CDATA[Whitehouse]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=193</guid>
		<description><![CDATA[This week the Faceoff boys talk about Amazon's Simple Storage Service, Adobe Flex, and the Python web framework Django.]]></description>
			<content:encoded><![CDATA[
<p><img class="alignright size-medium wp-image-197" title="780548python-logo" src="http://faceoffshow.com/wp-content/uploads/2009/04/780548python-logo-300x296.png" alt="780548python-logo" width="133" height="132" />This week the Faceoff boys talk about Amazon&#8217;s Simple Storage Service, Adobe Flex, and the Python web framework Django.</p>
<h3><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>00:36 &#8211; <a title="Red Bull SImply Cola" href="http://www.redbullcola.com/" target="_blank">Redbull Simply Cola</a> and <a title="Brain Toniq" href="http://braintoniq.com/" target="_blank">Brain Toniq</a></li>
<li>02:37 &#8211; Whitehouse is using Google Apps specifically, <a title="Google Moderator" href="http://www.techcrunch.com/2009/03/24/white-house-using-google-moderator-for-town-hall-meeting/" target="_blank">Google Moderator</a></li>
<li>06:22 &#8211; Meebo has a <a title="Meebo's New Advertising" href="http://www.techcrunch.com/2009/03/25/meebo-turns-into-one-big-ad-but-users-seem-to-like-it/" target="_blank">new perspective</a> on advertising
<ul>
<li>Facebook chat</li>
</ul>
</li>
</ul>
<h3><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>13:41 &#8211; <a title="Moo.com" href="http://moo.com" target="_blank">Moo.com</a> &#8211; Color front and back business cards
<ul>
<li>16:44 &#8211; <a title="Colour Lovers" href="http://www.colourlovers.com/" target="_blank">Colourlovers</a> &#8211; Integrated color selection for Moo.com</li>
</ul>
</li>
<li>21:14 &#8211; <a title="3 Buck Bites" href="http://3buckbites.com/" target="_blank">3 Buck Bites</a> &#8211; Food under three dollars.  Cheap food in the nude?</li>
</ul>
<h3><span style="font-size: small;">Topics</span></h3>
<ul>
<li>27:06 &#8211; <a title="Amazon s3" href="http://en.wikipedia.org/wiki/Amazon_S3" target="_blank">Amazon S3</a> &#8211; Online scalable storage solution for anyone</li>
<li>37:40 &#8211; <a title="Adobe Flex" href="http://en.wikipedia.org/wiki/Adobe_Flex" target="_blank">Flex</a> &#8211; Scripting language for Flash</li>
<li>46:41 &#8211; <a title="Django" href="http://en.wikipedia.org/wiki/Django_(web_framework)" target="_blank">Django</a> &#8211; Python MVC framework
<ul>
<li>Google making Python fast as an <a title="Unladen Swollow" href="http://code.google.com/p/unladen-swallow/" target="_blank">Unladen Swallow</a></li>
<li><a title="Unladen Swollow" href="http://www.vim.org/" target="_blank">Vim</a> &#8211; Automatically detects and tabs properly in Python<a href="http://www.vim.org/"><br />
</a></li>
</ul>
</li>
</ul>
<p><span class="description"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/04/14/episode-12-s3-flex-django/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-012-S3FlexAndDjango.mp3" length="51241338" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;img class=&quot;alignright size-medium wp-image-197&quot; title=&quot;780548python-logo&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/04/780548python-logo-300x296.png&quot; alt=&quot;780548python-logo&quot; width=&quot;133&quot; height=&quot;132&quot; /&gt;This week the Faceoff boys talk about Amazon’s Simple Storage Service, Adobe Flex, and the Python web framework Django.&lt;/p&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:36 – &lt;a title=&quot;Red Bull SImply Cola&quot; href=&quot;http://www.redbullcola.com/&quot; target=&quot;_blank&quot;&gt;Redbull Simply Cola&lt;/a&gt; and &lt;a title=&quot;Brain Toniq&quot; href=&quot;http://braintoniq.com/&quot; target=&quot;_blank&quot;&gt;Brain Toniq&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;02:37 – Whitehouse is using Google Apps specifically, &lt;a title=&quot;Google Moderator&quot; href=&quot;http://www.techcrunch.com/2009/03/24/white-house-using-google-moderator-for-town-hall-meeting/&quot; target=&quot;_blank&quot;&gt;Google Moderator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;06:22 – Meebo has a &lt;a title=&quot;Meebo&#039;s New Advertising&quot; href=&quot;http://www.techcrunch.com/2009/03/25/meebo-turns-into-one-big-ad-but-users-seem-to-like-it/&quot; target=&quot;_blank&quot;&gt;new perspective&lt;/a&gt; on advertising
&lt;ul&gt;
&lt;li&gt;Facebook chat&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;13:41 – &lt;a title=&quot;Moo.com&quot; href=&quot;http://moo.com&quot; target=&quot;_blank&quot;&gt;Moo.com&lt;/a&gt; – Color front and back business cards
&lt;ul&gt;
&lt;li&gt;16:44 – &lt;a title=&quot;Colour Lovers&quot; href=&quot;http://www.colourlovers.com/&quot; target=&quot;_blank&quot;&gt;Colourlovers&lt;/a&gt; – Integrated color selection for Moo.com&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;21:14 – &lt;a title=&quot;3 Buck Bites&quot; href=&quot;http://3buckbites.com/&quot; target=&quot;_blank&quot;&gt;3 Buck Bites&lt;/a&gt; – Food under three dollars.  Cheap food in the nude?&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Topics&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;27:06 – &lt;a title=&quot;Amazon s3&quot; href=&quot;http://en.wikipedia.org/wiki/Amazon_S3&quot; target=&quot;_blank&quot;&gt;Amazon S3&lt;/a&gt; – Online scalable storage solution for anyone&lt;/li&gt;
&lt;li&gt;37:40 – &lt;a title=&quot;Adobe Flex&quot; href=&quot;http://en.wikipedia.org/wiki/Adobe_Flex&quot; target=&quot;_blank&quot;&gt;Flex&lt;/a&gt; – Scripting language for Flash&lt;/li&gt;
&lt;li&gt;46:41 – &lt;a title=&quot;Django&quot; href=&quot;http://en.wikipedia.org/wiki/Django_(web_framework)&quot; target=&quot;_blank&quot;&gt;Django&lt;/a&gt; – Python MVC framework
&lt;ul&gt;
&lt;li&gt;Google making Python fast as an &lt;a title=&quot;Unladen Swollow&quot; href=&quot;http://code.google.com/p/unladen-swallow/&quot; target=&quot;_blank&quot;&gt;Unladen Swallow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Unladen Swollow&quot; href=&quot;http://www.vim.org/&quot; target=&quot;_blank&quot;&gt;Vim&lt;/a&gt; – Automatically detects and tabs properly in Python&lt;a href=&quot;http://www.vim.org/&quot;&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span class=&quot;description&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/p&gt;
</itunes:summary>
<itunes:subtitle>This week the Faceoff boys talk about Amazon&#039;s Simple Storage Service, Adobe Flex, and the Python web framework Django.</itunes:subtitle>
<itunes:author>Jade Robbins and Mark Sanborn</itunes:author>
<itunes:duration>1:10:11</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 11: Turrable</title>
		<link>http://faceoffshow.com/2009/04/07/episode-11-turrable/</link>
		<comments>http://faceoffshow.com/2009/04/07/episode-11-turrable/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 09:00:26 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[BugTraq]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[nintendo wii]]></category>
		<category><![CDATA[osvdb]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[spellr.us]]></category>
		<category><![CDATA[ustream]]></category>
		<category><![CDATA[watershed]]></category>
		<category><![CDATA[wefollow]]></category>
		<category><![CDATA[wiki rank]]></category>
		<category><![CDATA[zamzar]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=188</guid>
		<description><![CDATA[In episode 11 we celebrate our 10th episode (one episode late), make sure your site has correct spelling, and Mark&#8217;s computer tries to give us a free Nintendo Wii. 

News and Follow-Ups

00:39 &#8211; We made it past episode 10!
03:05 &#8211; Watershed &#8211; Branded reliable Ustream for professionals.

Pay by viewer hour
08:06 &#8211; Win a Nintento Wii!


10:19 [...]]]></description>
			<content:encoded><![CDATA[
<p><img class="alignright size-thumbnail wp-image-191" title="picture-1" src="http://faceoffshow.com/wp-content/uploads/2009/04/picture-1-150x150.png" alt="picture-1" width="150" height="150" />In episode 11 we celebrate our 10th episode (one episode late), make sure your site has correct spelling, and Mark&#8217;s computer tries to give us a free Nintendo Wii. <span class="description"><br />
</span></p>
<h3><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>00:39 &#8211; We made it past episode 10!</li>
<li>03:05 &#8211; <a title="Watershed" href="http://watershed.ustream.com" target="_blank">Watershed</a> &#8211; Branded reliable Ustream for professionals.
<ul>
<li>Pay by viewer hour</li>
<li>08:06 &#8211; Win a Nintento Wii!</li>
</ul>
</li>
<li>10:19 &#8211; <a title="IE8 Hacked" href="http://www.itproportal.com/security/news/article/2009/3/20/internet-explorer-8-browser-already-hacked/" target="_blank">IE8 has been hacked</a> &#8211; Go figure?
<ul>
<li><a title="OSVDB" href="http://osvdb.org/" target="_blank">OSVDB</a> &#8211; The Open Source Vulnerability Database</li>
<li><a title="BugTraq" href="http://www.securityfocus.com/archive" target="_blank">BugTraq </a>- Up to date security flaw alerts.</li>
</ul>
</li>
<li>17:49 &#8211; IE8 has automatic content filtering</li>
</ul>
<h3><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>23:19 &#8211; <a title="spellr.us" href="http://spellr.us/" target="_blank">spellr.us</a> &#8211; Spell check your entire site
<ul>
<li><a title="hm2k on Twitter" href="http://twitter.com/hm2k" target="_blank">@hm2k</a></li>
</ul>
</li>
<li>28:38 &#8211; <a title="Wiki Rank" href="http://wikirank.com" target="_blank">Wiki Rank</a> &#8211; Rank Wiki pages</li>
<li>33:09 &#8211; <a title="WeFollow" href="http://wefollow.com" target="_blank">WeFollow</a> &#8211; Pick three tags and index your twitter profile</li>
<li>40:08 &#8211; <a title="Zamzar" href="http://www.zamzar.com/" target="_blank">Zamzar</a> &#8211; Online file converter</li>
</ul>
<h3><span style="font-size: small;">Topics</span></h3>
<ul>
<li>45:45 &#8211; <a title="10 Advanced Tips To Improve Your PHP" href="http://www.smashingmagazine.com/2008/11/18/10-advanced-php-tips-to-improve-your-progamming/" target="_blank">10 Advanced Tip To Improve Your PHP</a></li>
</ul>
<p>Note: the show title and image is from <span class="description"><a title="FrankTV" href="http://www.youtube.com/watch?v=akB8gfCMTDg" target="_blank">Frank Caliendo&#8217;s impersonation of Charles Barkley</a> which Mark and I have been giggling about lately (you will also recognize Mark&#8217;s use of the word &#8220;Turrible&#8221; when his computer tries to give us a free Nintendo Wii).<br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/04/07/episode-11-turrable/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-011-Turrable.mp3" length="42095886" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;img class=&quot;alignright size-thumbnail wp-image-191&quot; title=&quot;picture-1&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/04/picture-1-150x150.png&quot; alt=&quot;picture-1&quot; width=&quot;150&quot; height=&quot;150&quot; /&gt;In episode 11 we celebrate our 10th episode (one episode late), make sure your site has correct spelling, and Mark’s computer tries to give us a free Nintendo Wii. &lt;span class=&quot;description&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:39 – We made it past episode 10!&lt;/li&gt;
&lt;li&gt;03:05 – &lt;a title=&quot;Watershed&quot; href=&quot;http://watershed.ustream.com&quot; target=&quot;_blank&quot;&gt;Watershed&lt;/a&gt; – Branded reliable Ustream for professionals.
&lt;ul&gt;
&lt;li&gt;Pay by viewer hour&lt;/li&gt;
&lt;li&gt;08:06 – Win a Nintento Wii!&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;10:19 – &lt;a title=&quot;IE8 Hacked&quot; href=&quot;http://www.itproportal.com/security/news/article/2009/3/20/internet-explorer-8-browser-already-hacked/&quot; target=&quot;_blank&quot;&gt;IE8 has been hacked&lt;/a&gt; – Go figure?
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;OSVDB&quot; href=&quot;http://osvdb.org/&quot; target=&quot;_blank&quot;&gt;OSVDB&lt;/a&gt; – The Open Source Vulnerability Database&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;BugTraq&quot; href=&quot;http://www.securityfocus.com/archive&quot; target=&quot;_blank&quot;&gt;BugTraq &lt;/a&gt;- Up to date security flaw alerts.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;17:49 – IE8 has automatic content filtering&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;23:19 – &lt;a title=&quot;spellr.us&quot; href=&quot;http://spellr.us/&quot; target=&quot;_blank&quot;&gt;spellr.us&lt;/a&gt; – Spell check your entire site
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;hm2k on Twitter&quot; href=&quot;http://twitter.com/hm2k&quot; target=&quot;_blank&quot;&gt;@hm2k&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;28:38 – &lt;a title=&quot;Wiki Rank&quot; href=&quot;http://wikirank.com&quot; target=&quot;_blank&quot;&gt;Wiki Rank&lt;/a&gt; – Rank Wiki pages&lt;/li&gt;
&lt;li&gt;33:09 – &lt;a title=&quot;WeFollow&quot; href=&quot;http://wefollow.com&quot; target=&quot;_blank&quot;&gt;WeFollow&lt;/a&gt; – Pick three tags and index your twitter profile&lt;/li&gt;
&lt;li&gt;40:08 – &lt;a title=&quot;Zamzar&quot; href=&quot;http://www.zamzar.com/&quot; target=&quot;_blank&quot;&gt;Zamzar&lt;/a&gt; – Online file converter&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Topics&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;45:45 – &lt;a title=&quot;10 Advanced Tips To Improve Your PHP&quot; href=&quot;http://www.smashingmagazine.com/2008/11/18/10-advanced-php-tips-to-improve-your-progamming/&quot; target=&quot;_blank&quot;&gt;10 Advanced Tip To Improve Your PHP&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Note: the show title and image is from &lt;span class=&quot;description&quot;&gt;&lt;a title=&quot;FrankTV&quot; href=&quot;http://www.youtube.com/watch?v=akB8gfCMTDg&quot; target=&quot;_blank&quot;&gt;Frank Caliendo’s impersonation of Charles Barkley&lt;/a&gt; which Mark and I have been giggling about lately (you will also recognize Mark’s use of the word “Turrible” when his computer tries to give us a free Nintendo Wii).&lt;br /&gt;
&lt;/span&gt;&lt;/p&gt;
</itunes:summary>
<itunes:subtitle>In episode 11 we celebrate our 10th episode (one episode late), make sure your site has correct spelling, and Mark’s computer tries to give us a free Nintendo Wii. 

News and Follow-Ups

00:39 – We made it past episode 10!
03:05 – Watershed [...]</itunes:subtitle>
<itunes:duration>58:27</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 10: Test Driven Development</title>
		<link>http://faceoffshow.com/2009/03/31/episode-10-test-driven-development/</link>
		<comments>http://faceoffshow.com/2009/03/31/episode-10-test-driven-development/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 09:00:51 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[auditorium]]></category>
		<category><![CDATA[google graph]]></category>
		<category><![CDATA[heckle]]></category>
		<category><![CDATA[openwith.org]]></category>
		<category><![CDATA[peepcode]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[pol llovet]]></category>
		<category><![CDATA[rspec]]></category>
		<category><![CDATA[smush.it]]></category>
		<category><![CDATA[sumopaint]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=180</guid>
		<description><![CDATA[In this episode we have a guest and talk quite a bit about software as a service and test driven development.
News and Follow-Ups

01:12 &#8211; Pol Llovet

Follow Pol on Twitter



Webapps

01:55 &#8211; Smush.it
05:52 &#8211; Openwith.org &#8211; Stop wondering which programs to use to open something.
10:39 &#8211; Sumopaint &#8211; Web based image editor to give photoshop a run [...]]]></description>
			<content:encoded><![CDATA[
<p><img class="alignright size-thumbnail wp-image-183" title="donotdisturb" src="http://faceoffshow.com/wp-content/uploads/2009/03/donotdisturb-150x150.jpg" alt="donotdisturb" width="150" height="150" />In this episode we have a guest and talk quite a bit about software as a service and test driven development.</p>
<h3><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>01:12 &#8211; Pol Llovet
<ul>
<li><a title="Pol Llovet on Twitter" href="http://twitter.com/_pol" target="_blank">Follow Pol on Twitter</a></li>
</ul>
</li>
</ul>
<h3><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>01:55 &#8211; <a title="Smush.it" href="http://smush.it/" target="_blank">Smush.it</a></li>
<li>05:52 &#8211; <a title="OpenWith.org" href="http://openwith.org" target="_blank">Openwith.org</a> &#8211; Stop wondering which programs to use to open something.</li>
<li>10:39 &#8211; <a title="Sumopaint" href="http://www.sumopaint.com/web/" target="_blank">Sumopaint</a> &#8211; Web based image editor to give photoshop a run for its money (free)
<ul>
<li>Software as a service</li>
<li><a title="Auditorium" href="http://www.playauditorium.com/" target="_blank">Auditorium</a></li>
</ul>
</li>
</ul>
<h3><span style="font-size: small;">Topics</span></h3>
<ul>
<li>25:56 &#8211;  <a title="Google Graph API" href="http://code.google.com/apis/chart/" target="_blank">Google Graph API</a> &#8211;  Ridiculously easy to use chart API from our favorite search company.
<ul>
<li>Google and Gmail is awesome, what will they come up with next?</li>
<li>Relevant ads vs sneaky ones</li>
</ul>
</li>
<li>40:21 &#8211; <a title="20 Great PHP Libraries" href="http://komunitasweb.com/2009/03/20-great-php-library-you-need-to-know/" target="_blank">20 Great PHP Libraries You Need to Know</a> &#8211; Furthering your PHP development library.</li>
<li>45:32 &#8211; <a title="Test Driven Development" href="http://en.wikipedia.org/wiki/Test-driven_development" target="_blank">Test Driven Development</a>
<ul>
<li>Generate specification list</li>
<li>Writing the tests</li>
<li><a title="Rspec" href="http://rspec.info/" target="_blank">Rspec</a></li>
<li>Test Unit Development changes the way you program</li>
<li><a title="Peppcode Podcast" href="http://peepcode.com/" target="_blank">Peepcode podcast</a></li>
<li>Test quality of tests with <a title="Heckle" href="http://glu.ttono.us/articles/2006/12/19/tormenting-your-tests-with-heckle" target="_blank">Heckle</a></li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/03/31/episode-10-test-driven-development/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-010-TestDrivenDevelopment.mp3" length="48426429" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;img class=&quot;alignright size-thumbnail wp-image-183&quot; title=&quot;donotdisturb&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/03/donotdisturb-150x150.jpg&quot; alt=&quot;donotdisturb&quot; width=&quot;150&quot; height=&quot;150&quot; /&gt;In this episode we have a guest and talk quite a bit about software as a service and test driven development.&lt;/p&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;01:12 – Pol Llovet
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Pol Llovet on Twitter&quot; href=&quot;http://twitter.com/_pol&quot; target=&quot;_blank&quot;&gt;Follow Pol on Twitter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;01:55 – &lt;a title=&quot;Smush.it&quot; href=&quot;http://smush.it/&quot; target=&quot;_blank&quot;&gt;Smush.it&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;05:52 – &lt;a title=&quot;OpenWith.org&quot; href=&quot;http://openwith.org&quot; target=&quot;_blank&quot;&gt;Openwith.org&lt;/a&gt; – Stop wondering which programs to use to open something.&lt;/li&gt;
&lt;li&gt;10:39 – &lt;a title=&quot;Sumopaint&quot; href=&quot;http://www.sumopaint.com/web/&quot; target=&quot;_blank&quot;&gt;Sumopaint&lt;/a&gt; – Web based image editor to give photoshop a run for its money (free)
&lt;ul&gt;
&lt;li&gt;Software as a service&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Auditorium&quot; href=&quot;http://www.playauditorium.com/&quot; target=&quot;_blank&quot;&gt;Auditorium&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Topics&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;25:56 –  &lt;a title=&quot;Google Graph API&quot; href=&quot;http://code.google.com/apis/chart/&quot; target=&quot;_blank&quot;&gt;Google Graph API&lt;/a&gt; –  Ridiculously easy to use chart API from our favorite search company.
&lt;ul&gt;
&lt;li&gt;Google and Gmail is awesome, what will they come up with next?&lt;/li&gt;
&lt;li&gt;Relevant ads vs sneaky ones&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;40:21 – &lt;a title=&quot;20 Great PHP Libraries&quot; href=&quot;http://komunitasweb.com/2009/03/20-great-php-library-you-need-to-know/&quot; target=&quot;_blank&quot;&gt;20 Great PHP Libraries You Need to Know&lt;/a&gt; – Furthering your PHP development library.&lt;/li&gt;
&lt;li&gt;45:32 – &lt;a title=&quot;Test Driven Development&quot; href=&quot;http://en.wikipedia.org/wiki/Test-driven_development&quot; target=&quot;_blank&quot;&gt;Test Driven Development&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Generate specification list&lt;/li&gt;
&lt;li&gt;Writing the tests&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Rspec&quot; href=&quot;http://rspec.info/&quot; target=&quot;_blank&quot;&gt;Rspec&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Test Unit Development changes the way you program&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Peppcode Podcast&quot; href=&quot;http://peepcode.com/&quot; target=&quot;_blank&quot;&gt;Peepcode podcast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Test quality of tests with &lt;a title=&quot;Heckle&quot; href=&quot;http://glu.ttono.us/articles/2006/12/19/tormenting-your-tests-with-heckle&quot; target=&quot;_blank&quot;&gt;Heckle&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>In this episode we have a guest and talk quite a bit about software as a service and test driven development.
News and Follow-Ups

01:12 – Pol Llovet

Follow Pol on Twitter



Webapps

01:55 – Smush.it
05:52 – Openwith.org – Stop wondering [...]</itunes:subtitle>
<itunes:author>Jade Robbins and Mark Sanborn</itunes:author>
<itunes:duration>1:07:15</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 9: Big Blue E Blues</title>
		<link>http://faceoffshow.com/2009/03/24/episode-9-big-blue-e-blues/</link>
		<comments>http://faceoffshow.com/2009/03/24/episode-9-big-blue-e-blues/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 09:00:16 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[ACID 3]]></category>
		<category><![CDATA[cli.gs]]></category>
		<category><![CDATA[Embedit.in]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[Google Voice]]></category>
		<category><![CDATA[grandcentral]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>
		<category><![CDATA[pic.im]]></category>
		<category><![CDATA[socialthing]]></category>
		<category><![CDATA[Tr.im]]></category>
		<category><![CDATA[Tweet Later]]></category>
		<category><![CDATA[Tweetdeck]]></category>
		<category><![CDATA[tweetree]]></category>
		<category><![CDATA[uservoice]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=152</guid>
		<description><![CDATA[The Big Blue E of Internet Explorer gives the Faceoff boys some heartburn as they catch up on their follow-ups and lament over the Internet&#8217;s most popular browser.
News and Follow-Ups

00:42 &#8211; SocialThing &#8211; Thank you for the invites!

Uservoice &#8211; Get feedback on your sites web 2.0 style


07:46 &#8211; Tweetree &#8211; Doesn&#8217;t have ads, it will [...]]]></description>
			<content:encoded><![CDATA[
<p><img class="alignright size-thumbnail wp-image-157" title="ie8-logo" src="http://faceoffshow.com/wp-content/uploads/2009/03/ie8-logo-150x150.png" alt="ie8-logo" width="95" height="95" />The Big Blue E of Internet Explorer gives the Faceoff boys some heartburn as they catch up on their follow-ups and lament over the Internet&#8217;s most popular browser.</p>
<h3><span style="font-size: small;">News and Follow-Ups</span></h3>
<ul>
<li>00:42 &#8211; <a title="SocialThing" href="http://socialthing.com/" target="_blank">SocialThing</a> &#8211; Thank you for the invites!
<ul>
<li><a title="UserBoice" href="http://uservoice.com/" target="_blank">Uservoice</a> &#8211; Get feedback on your sites web 2.0 style</li>
</ul>
</li>
<li>07:46 &#8211; <a href="http://tweetree.com/">Tweetree</a> &#8211; Doesn&#8217;t have ads, it will show the link to the tinyurl.
<ul>
<li><a title="Tweetdeck" href="http://www.tweetdeck.com/beta/" target="_blank">Tweetdeck</a></li>
</ul>
</li>
<li>11:03 &#8211; <a title="Tr.im" href="http://tr.im" target="_blank">Tr.im</a> - Clicking analytics &#8211; not just <a title="CLI.gs" href="http://cli.gs" target="_blank">cli.gs</a>
<ul>
<li><a title="Pic.im" href="http://pic.im" target="_blank">Pic.im</a> &#8211; Upload images</li>
</ul>
</li>
<li>15:55 &#8211; <a title="GIT" href="http://git-scm.com/" target="_blank">Git</a>: Mark Sanborn Approved!</li>
<li>18:31 &#8211; <a title="Google Voice" href="http://www.google.com/support/voice/bin/answer.py?answer=142423" target="_blank">Google Voice</a> is announced, the one phone number that controls them all</li>
<li>29:18 &#8211; <a title="Internet Explorer 8" href="http://www.microsoft.com/windows/internet-explorer/features/web-slices.aspx?tabid=1&amp;catid=1" target="_blank">IE8 is out</a>!, but <a title="IE8 ACID Failures" href="http://saint-michael.trap17.com/blog/2009/03/internet-explorer-8-acid-tests/" target="_blank">fails acid 3 test</a></li>
</ul>
<h3><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>48:23 &#8211; <a title="EmbedIt.In" href="http://embedit.in" target="_blank">http://embedit.in/</a> &#8211; Embed media inside your pages</li>
<li>51:20 &#8211; <a title="TweetLater" href="http://www.tweetlater.com/" target="_blank">Tweet Later</a> &#8211; Schedule a tweet or automate multiple twitter accounts
<ul>
<li><a title="Schedule Tweet from Command Line" href="http://www.marksanborn.net/howto/schedule-a-tweet-with-one-comnand-in-linux/" target="_blank">Schedule a tweet with the command line</a> on <a title="MarkSanborn.net" href="http://www.marksanborn.net" target="_blank">MarkSanborn.net</a></li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/03/24/episode-9-big-blue-e-blues/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-009-BigBlueEBlues.mp3" length="45817574" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;img class=&quot;alignright size-thumbnail wp-image-157&quot; title=&quot;ie8-logo&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/03/ie8-logo-150x150.png&quot; alt=&quot;ie8-logo&quot; width=&quot;95&quot; height=&quot;95&quot; /&gt;The Big Blue E of Internet Explorer gives the Faceoff boys some heartburn as they catch up on their follow-ups and lament over the Internet’s most popular browser.&lt;/p&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News and Follow-Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:42 – &lt;a title=&quot;SocialThing&quot; href=&quot;http://socialthing.com/&quot; target=&quot;_blank&quot;&gt;SocialThing&lt;/a&gt; – Thank you for the invites!
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;UserBoice&quot; href=&quot;http://uservoice.com/&quot; target=&quot;_blank&quot;&gt;Uservoice&lt;/a&gt; – Get feedback on your sites web 2.0 style&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;07:46 – &lt;a href=&quot;http://tweetree.com/&quot;&gt;Tweetree&lt;/a&gt; – Doesn’t have ads, it will show the link to the tinyurl.
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Tweetdeck&quot; href=&quot;http://www.tweetdeck.com/beta/&quot; target=&quot;_blank&quot;&gt;Tweetdeck&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;11:03 – &lt;a title=&quot;Tr.im&quot; href=&quot;http://tr.im&quot; target=&quot;_blank&quot;&gt;Tr.im&lt;/a&gt; - Clicking analytics – not just &lt;a title=&quot;CLI.gs&quot; href=&quot;http://cli.gs&quot; target=&quot;_blank&quot;&gt;cli.gs&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Pic.im&quot; href=&quot;http://pic.im&quot; target=&quot;_blank&quot;&gt;Pic.im&lt;/a&gt; – Upload images&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;15:55 – &lt;a title=&quot;GIT&quot; href=&quot;http://git-scm.com/&quot; target=&quot;_blank&quot;&gt;Git&lt;/a&gt;: Mark Sanborn Approved!&lt;/li&gt;
&lt;li&gt;18:31 – &lt;a title=&quot;Google Voice&quot; href=&quot;http://www.google.com/support/voice/bin/answer.py?answer=142423&quot; target=&quot;_blank&quot;&gt;Google Voice&lt;/a&gt; is announced, the one phone number that controls them all&lt;/li&gt;
&lt;li&gt;29:18 – &lt;a title=&quot;Internet Explorer 8&quot; href=&quot;http://www.microsoft.com/windows/internet-explorer/features/web-slices.aspx?tabid=1&amp;catid=1&quot; target=&quot;_blank&quot;&gt;IE8 is out&lt;/a&gt;!, but &lt;a title=&quot;IE8 ACID Failures&quot; href=&quot;http://saint-michael.trap17.com/blog/2009/03/internet-explorer-8-acid-tests/&quot; target=&quot;_blank&quot;&gt;fails acid 3 test&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;48:23 – &lt;a title=&quot;EmbedIt.In&quot; href=&quot;http://embedit.in&quot; target=&quot;_blank&quot;&gt;http://embedit.in/&lt;/a&gt; – Embed media inside your pages&lt;/li&gt;
&lt;li&gt;51:20 – &lt;a title=&quot;TweetLater&quot; href=&quot;http://www.tweetlater.com/&quot; target=&quot;_blank&quot;&gt;Tweet Later&lt;/a&gt; – Schedule a tweet or automate multiple twitter accounts
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Schedule Tweet from Command Line&quot; href=&quot;http://www.marksanborn.net/howto/schedule-a-tweet-with-one-comnand-in-linux/&quot; target=&quot;_blank&quot;&gt;Schedule a tweet with the command line&lt;/a&gt; on &lt;a title=&quot;MarkSanborn.net&quot; href=&quot;http://www.marksanborn.net&quot; target=&quot;_blank&quot;&gt;MarkSanborn.net&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>The Big Blue E of Internet Explorer gives the Faceoff boys some heartburn as they catch up on their follow-ups and lament over the Internet’s most popular browser.
News and Follow-Ups

00:42 – SocialThing – Thank you for the [...]</itunes:subtitle>
<itunes:author>Jade Robbins and Mark Sanborn</itunes:author>
<itunes:duration>1:03:38</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 8: Bl.og Mon.et/ize</title>
		<link>http://faceoffshow.com/2009/03/17/episode-8-blog-monetize/</link>
		<comments>http://faceoffshow.com/2009/03/17/episode-8-blog-monetize/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 10:00:59 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[cli.gs]]></category>
		<category><![CDATA[cvs]]></category>
		<category><![CDATA[domai.nr]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[google checkout]]></category>
		<category><![CDATA[monetize]]></category>
		<category><![CDATA[pingvine]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[tweetree]]></category>
		<category><![CDATA[uservoice]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=143</guid>
		<description><![CDATA[In episode 8 the Faceoff boys talk about some the different ways to monetize your sites and all about version control]]></description>
			<content:encoded><![CDATA[
<p>In episode 8 the Faceoff boys talk about some the different ways to monetize your sites and all about version control</p>
<h3><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>00:42 &#8211; <a title="Domai.nr" href="http://domai.nr/" target="_blank">Domai.nr</a> &#8211; Give your domain a happy ending!</li>
<li>07:35 &#8211; <a title="Pingvine" href="http://pingvine.com/" target="_blank">Pingvine</a> -Tweet your feeds</li>
<li>12:05 &#8211; <a title="Tweetree" href="http://tweetree.com/" target="_blank">Tweetree</a> &#8211; Thread your tweets</li>
<li>18:13 &#8211; <a title="Uservoice" href="http://uservoice.com/" target="_blank">Uservoice</a> &#8211; Get feedback for your sites</li>
<li>24:48 &#8211; <a title="Cli.gs" href="http://cli.gs" target="_blank">Cli.gs</a> &#8211; Tinyurl with analytics!</li>
</ul>
<h3><span style="font-size: small;">Topics</span></h3>
<ul>
<li>28:54 &#8211; <a title="How to monetize your webapps" href="http://web2.0entrepreneur.com/32/how-to-monetize-your-web-20-application.html" target="_blank">How to Monetize your Web Apps</a>
<ul>
<li> <a title="Google Checkout" href="https://checkout.google.com/sell/" target="_blank">Google Checkout</a></li>
</ul>
</li>
<li>43:07 &#8211; Version Control
<ul>
<li><a title="Subversion" href="http://subversion.tigris.org/" target="_blank">Subversion</a></li>
<li><a title="CVS" href="http://www.nongnu.org/cvs/" target="_blank">CVS</a></li>
<li><a title="GIT" href="http://git-scm.com/" target="_blank">Git</a></li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/03/17/episode-8-blog-monetize/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-008-BlogMonetizers.mp3" length="11010048" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;In episode 8 the Faceoff boys talk about some the different ways to monetize your sites and all about version control&lt;/p&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:42 – &lt;a title=&quot;Domai.nr&quot; href=&quot;http://domai.nr/&quot; target=&quot;_blank&quot;&gt;Domai.nr&lt;/a&gt; – Give your domain a happy ending!&lt;/li&gt;
&lt;li&gt;07:35 – &lt;a title=&quot;Pingvine&quot; href=&quot;http://pingvine.com/&quot; target=&quot;_blank&quot;&gt;Pingvine&lt;/a&gt; -Tweet your feeds&lt;/li&gt;
&lt;li&gt;12:05 – &lt;a title=&quot;Tweetree&quot; href=&quot;http://tweetree.com/&quot; target=&quot;_blank&quot;&gt;Tweetree&lt;/a&gt; – Thread your tweets&lt;/li&gt;
&lt;li&gt;18:13 – &lt;a title=&quot;Uservoice&quot; href=&quot;http://uservoice.com/&quot; target=&quot;_blank&quot;&gt;Uservoice&lt;/a&gt; – Get feedback for your sites&lt;/li&gt;
&lt;li&gt;24:48 – &lt;a title=&quot;Cli.gs&quot; href=&quot;http://cli.gs&quot; target=&quot;_blank&quot;&gt;Cli.gs&lt;/a&gt; – Tinyurl with analytics!&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Topics&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;28:54 – &lt;a title=&quot;How to monetize your webapps&quot; href=&quot;http://web2.0entrepreneur.com/32/how-to-monetize-your-web-20-application.html&quot; target=&quot;_blank&quot;&gt;How to Monetize your Web Apps&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt; &lt;a title=&quot;Google Checkout&quot; href=&quot;https://checkout.google.com/sell/&quot; target=&quot;_blank&quot;&gt;Google Checkout&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;43:07 – Version Control
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Subversion&quot; href=&quot;http://subversion.tigris.org/&quot; target=&quot;_blank&quot;&gt;Subversion&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;CVS&quot; href=&quot;http://www.nongnu.org/cvs/&quot; target=&quot;_blank&quot;&gt;CVS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;GIT&quot; href=&quot;http://git-scm.com/&quot; target=&quot;_blank&quot;&gt;Git&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>In episode 8 the Faceoff boys talk about some the different ways to monetize your sites and all about version control</itunes:subtitle>
<itunes:author>Jade Robbins and Mark Sanborn</itunes:author>
<itunes:duration>1:00:49</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 7: OpenID Multi-Factor Authentication</title>
		<link>http://faceoffshow.com/2009/03/10/episode-7-openid-multi-factor-authentication/</link>
		<comments>http://faceoffshow.com/2009/03/10/episode-7-openid-multi-factor-authentication/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 10:00:50 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[Canonical]]></category>
		<category><![CDATA[iconbuffet]]></category>
		<category><![CDATA[Matt Cutts]]></category>
		<category><![CDATA[Morguefile]]></category>
		<category><![CDATA[Multi-Factor Authentication]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[surveymonkey]]></category>
		<category><![CDATA[Verisign]]></category>
		<category><![CDATA[Webmaster Tools]]></category>
		<category><![CDATA[wufoo]]></category>
		<category><![CDATA[Yubikey]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=128</guid>
		<description><![CDATA[This week's episode is full of a couple free image sites, a cool survey app, some awesome tips about using multi-factor authentication with OpenID, canonical tags for SEO, some harsh truths about corporate websites, and the BEST SEO TIP OF ALL TIME!]]></description>
			<content:encoded><![CDATA[
<p><img class="alignright size-medium wp-image-136" title="openidgif" src="http://faceoffshow.com/wp-content/uploads/2009/03/openidgif-300x100.png" alt="openidgif" width="219" height="73" />This week&#8217;s episode is full of a couple free image sites, a cool survey app, some awesome tips about using multi-factor authentication with OpenID, canonical tags for SEO, some harsh truths about corporate websites, and the BEST SEO TIP OF ALL TIME!</p>
<h3><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>00:43 &#8211; <a title="Morgue File" href="http://www.morguefile.com/" target="_blank">Morguefile</a></li>
<li>06:22 &#8211; <a title="Wufoo" href="http://wufoo.com/" target="_blank">wufoo</a>
<ul>
<li><a title="Survey Monkey" href="http://www.surveymonkey.com/" target="_blank">SurveyMonkey</a></li>
</ul>
</li>
<li>14:26 &#8211; <a title="IconBuffet" href="http://www.iconbuffet.com/" target="_blank">IconBuffet</a></li>
</ul>
<h3><span style="font-size: small;">Topics</span></h3>
<ul>
<li>19:17 &#8211; Multi-Factor Authentication through OpenID
<ul>
<li><a title="Verisign Secure Key" href="https://www.paypal.com/cgi-bin/webscr?cmd=xpt/Marketing_CommandDriven/securitycenter/PayPalSecurityKey-outside" target="_blank">Verisign Secure Key</a> for $5.00 through Paypal<br />
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=xpt/Marketing_CommandDriven/securitycenter/PayPalSecurityKey-outside"> </a></li>
<li><a title="OpenID on Wikipedia" href="http://en.wikipedia.org/wiki/Two-factor_authentication" target="_blank">Multi-factor Authentication</a> on Wikipedia</li>
<li><a title="OpenID" href="http://openid.net/" target="_blank">openID</a></li>
<li><a title="Verisign Open ID Provider" href="https://pip.verisignlabs.com/" target="_blank">Verisign labs openID provider</a></li>
<li><a title="Yubikey" href="http://www.yubico.com/products/yubikey/" target="_blank">Yubikey</a></li>
<li><a title="Security Now" href="http://www.grc.com/securitynow.htm" target="_blank">Security Now</a> Podcast</li>
</ul>
</li>
<li>35:09 &#8211; Duplicate content, and Canonical links
<ul>
<li><a title="Matt Cutts Video" href="http://videos.webpronews.com/2009/02/13/breaking-news-matt-cutts-explains-canonical-tag-from-google-yahoo-microsoft/" target="_blank">Video</a> by Matt Cutts</li>
</ul>
</li>
<li>41:09 &#8211; <a title="Google Webmaster Tools" href="http://www.google.com/webmaster" target="_blank">Google Webmaster Tools</a></li>
<li>52:06 &#8211; <a title="10 Harsh Truths of Corporate Websites" href="http://www.smashingmagazine.com/2009/02/10/10-harsh-truths-about-corporate-websites/" target="_blank">10 Harsh Truths of Corporate Websites</a>
<ul>
<li><a title="CMS Quote" href="http://twitter.com/webdav/statuses/1259008450" target="_blank">Quote</a> via <a title="@webdav" href="http://twitter.com/webdav" target="_blank">webdav<br />
</a></li>
</ul>
</li>
<li>1:02:50 &#8211; Best SEO tip of all</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/03/10/episode-7-openid-multi-factor-authentication/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-007-OpenID-Multi-Factor-Authentication.mp3" length="7045120" type="audio/mpeg" />
	<itunes:summary>
&lt;p&gt;&lt;img class=&quot;alignright size-medium wp-image-136&quot; title=&quot;openidgif&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/03/openidgif-300x100.png&quot; alt=&quot;openidgif&quot; width=&quot;219&quot; height=&quot;73&quot; /&gt;This week’s episode is full of a couple free image sites, a cool survey app, some awesome tips about using multi-factor authentication with OpenID, canonical tags for SEO, some harsh truths about corporate websites, and the BEST SEO TIP OF ALL TIME!&lt;/p&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:43 – &lt;a title=&quot;Morgue File&quot; href=&quot;http://www.morguefile.com/&quot; target=&quot;_blank&quot;&gt;Morguefile&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;06:22 – &lt;a title=&quot;Wufoo&quot; href=&quot;http://wufoo.com/&quot; target=&quot;_blank&quot;&gt;wufoo&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Survey Monkey&quot; href=&quot;http://www.surveymonkey.com/&quot; target=&quot;_blank&quot;&gt;SurveyMonkey&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;14:26 – &lt;a title=&quot;IconBuffet&quot; href=&quot;http://www.iconbuffet.com/&quot; target=&quot;_blank&quot;&gt;IconBuffet&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Topics&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;19:17 – Multi-Factor Authentication through OpenID
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Verisign Secure Key&quot; href=&quot;https://www.paypal.com/cgi-bin/webscr?cmd=xpt/Marketing_CommandDriven/securitycenter/PayPalSecurityKey-outside&quot; target=&quot;_blank&quot;&gt;Verisign Secure Key&lt;/a&gt; for $5.00 through Paypal&lt;br /&gt;
&lt;a href=&quot;https://www.paypal.com/cgi-bin/webscr?cmd=xpt/Marketing_CommandDriven/securitycenter/PayPalSecurityKey-outside&quot;&gt; &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;OpenID on Wikipedia&quot; href=&quot;http://en.wikipedia.org/wiki/Two-factor_authentication&quot; target=&quot;_blank&quot;&gt;Multi-factor Authentication&lt;/a&gt; on Wikipedia&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;OpenID&quot; href=&quot;http://openid.net/&quot; target=&quot;_blank&quot;&gt;openID&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Verisign Open ID Provider&quot; href=&quot;https://pip.verisignlabs.com/&quot; target=&quot;_blank&quot;&gt;Verisign labs openID provider&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Yubikey&quot; href=&quot;http://www.yubico.com/products/yubikey/&quot; target=&quot;_blank&quot;&gt;Yubikey&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Security Now&quot; href=&quot;http://www.grc.com/securitynow.htm&quot; target=&quot;_blank&quot;&gt;Security Now&lt;/a&gt; Podcast&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;35:09 – Duplicate content, and Canonical links
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Matt Cutts Video&quot; href=&quot;http://videos.webpronews.com/2009/02/13/breaking-news-matt-cutts-explains-canonical-tag-from-google-yahoo-microsoft/&quot; target=&quot;_blank&quot;&gt;Video&lt;/a&gt; by Matt Cutts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;41:09 – &lt;a title=&quot;Google Webmaster Tools&quot; href=&quot;http://www.google.com/webmaster&quot; target=&quot;_blank&quot;&gt;Google Webmaster Tools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;52:06 – &lt;a title=&quot;10 Harsh Truths of Corporate Websites&quot; href=&quot;http://www.smashingmagazine.com/2009/02/10/10-harsh-truths-about-corporate-websites/&quot; target=&quot;_blank&quot;&gt;10 Harsh Truths of Corporate Websites&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;CMS Quote&quot; href=&quot;http://twitter.com/webdav/statuses/1259008450&quot; target=&quot;_blank&quot;&gt;Quote&lt;/a&gt; via &lt;a title=&quot;@webdav&quot; href=&quot;http://twitter.com/webdav&quot; target=&quot;_blank&quot;&gt;webdav&lt;br /&gt;
&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;1:02:50 – Best SEO tip of all&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>This week&#039;s episode is full of a couple free image sites, a cool survey app, some awesome tips about using multi-factor authentication with OpenID, canonical tags for SEO, some harsh truths about corporate websites, and the BEST SEO TIP OF ALL TIME!</itunes:subtitle>
<itunes:author>Jade Robbins and Mark Sanborn</itunes:author>
<itunes:duration>1:05:31</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Episode 6: Web App Fu</title>
		<link>http://faceoffshow.com/2009/03/03/episode-6-web-app-fu/</link>
		<comments>http://faceoffshow.com/2009/03/03/episode-6-web-app-fu/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 10:00:19 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[boxee]]></category>
		<category><![CDATA[cl1p]]></category>
		<category><![CDATA[coffeenatic]]></category>
		<category><![CDATA[commandline-fu]]></category>
		<category><![CDATA[etherpad]]></category>
		<category><![CDATA[hulu]]></category>
		<category><![CDATA[linkblip]]></category>
		<category><![CDATA[netflix]]></category>
		<category><![CDATA[streaming video]]></category>
		<category><![CDATA[tv.com]]></category>
		<category><![CDATA[yslow]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=109</guid>
		<description><![CDATA[The Faceoff boys talk about some awesome web apps and some ways to improve your blogs.]]></description>
			<content:encoded><![CDATA[
<h3><span style="font-size: small;"><img class="alignright size-medium wp-image-115" title="pencils" src="http://faceoffshow.com/wp-content/uploads/2009/03/pencils-300x300.png" alt="pencils" width="193" height="193" />News/Follow Ups</span></h3>
<ul>
<li>00:56 &#8211; <a title="Hulu" href="http://www.hulu.com/" target="_blank">Hulu</a> pulls itself from <a title="Boxee" href="http://www.boxee.tv/" target="_blank">Boxee</a> and <a title="Tv.com" href="http://www.tv.com" target="_blank">TV.com</a></li>
<li>06:58 &#8211; <a title="Netflix" href="http://netflix.com" target="_blank">Netflix</a> is planning a <a title="Streaming Only Netflix Plan" href="http://arstechnica.com/media/news/2009/02/netflix-ceo-well-offer-streaming-only-plan-by-2010.ars" target="_blank">streaming only plan</a></li>
</ul>
<h3><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>16:10 &#8211; <a title="Commandline-fu" href="http://www.commandlinefu.com/" target="_blank">Commandline-fu</a> -  The best UNIX commands on the web<a href="http://www.commandlinefu.com/"></a> via <a title="Eric Wendelin's Blog" href="http://www.eriwen.com" target="_blank">Eric Wendelin</a></li>
<li>22:23 &#8211; <a title="Etherpad" href="http://www.etherpad.com" target="_blank">Etherpad</a> &#8211; Google docs on speed via <a title="Ryan Heimbuch" href="http://twitter.com/rheimbuch" target="_blank">Ryan Heimbuch</a></li>
<li>30:58 &#8211; <a title="Cl1p" href="http://cl1p.net" target="_blank">Cl1p</a> &#8211; Online Clipboard for text, images, and files.</li>
<li>38:18 &#8211; <a title="Coffeenatic" href="http://coffeenatic.com/" target="_blank">Coffeenatic</a> &#8211; The best way to express your love for coffee</li>
<li>41:09 &#8211; <a title="LinkBlip" href="http://linkblip.com/" target="_blank">LinkBlip</a> &#8211; Send a link to someone, get an email when they click it</li>
</ul>
<h3><span style="font-size: small;">Topics</span></h3>
<ul>
<li>45:46 &#8211; <a title="21 Reasons Readers Don't Like Your Blog" href="http://www.instantshift.com/2009/02/24/21-reasons-why-readers-don%E2%80%99t-like-your-blog/" target="_blank">21 Reasons Readers Don&#8217;t Like Your Blog</a>
<ul>
<li><a title="YSlow" href="http://developer.yahoo.com/yslow/" target="_blank">YSlow</a> helps you figure out why your blog is slow<a href="http://developer.yahoo.com/yslow/"><br />
</a></li>
<li><a title="Montana Mushrooms" href="http://www.montanamushrooms.com/" target="_blank">MontanaMushrooms.com</a></li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/03/03/episode-6-web-app-fu/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-006-CommandlineFu.mp3" length="42121375" type="audio/mpeg" />
<enclosure url="http://faceoffshow.com/audio/Faceoff-006-CommandlineFu.mp3" length="42121375" type="audio/mpeg" />
	<itunes:summary>
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;img class=&quot;alignright size-medium wp-image-115&quot; title=&quot;pencils&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/03/pencils-300x300.png&quot; alt=&quot;pencils&quot; width=&quot;193&quot; height=&quot;193&quot; /&gt;News/Follow Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:56 – &lt;a title=&quot;Hulu&quot; href=&quot;http://www.hulu.com/&quot; target=&quot;_blank&quot;&gt;Hulu&lt;/a&gt; pulls itself from &lt;a title=&quot;Boxee&quot; href=&quot;http://www.boxee.tv/&quot; target=&quot;_blank&quot;&gt;Boxee&lt;/a&gt; and &lt;a title=&quot;Tv.com&quot; href=&quot;http://www.tv.com&quot; target=&quot;_blank&quot;&gt;TV.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;06:58 – &lt;a title=&quot;Netflix&quot; href=&quot;http://netflix.com&quot; target=&quot;_blank&quot;&gt;Netflix&lt;/a&gt; is planning a &lt;a title=&quot;Streaming Only Netflix Plan&quot; href=&quot;http://arstechnica.com/media/news/2009/02/netflix-ceo-well-offer-streaming-only-plan-by-2010.ars&quot; target=&quot;_blank&quot;&gt;streaming only plan&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;16:10 – &lt;a title=&quot;Commandline-fu&quot; href=&quot;http://www.commandlinefu.com/&quot; target=&quot;_blank&quot;&gt;Commandline-fu&lt;/a&gt; -  The best UNIX commands on the web&lt;a href=&quot;http://www.commandlinefu.com/&quot;&gt;&lt;/a&gt; via &lt;a title=&quot;Eric Wendelin&#039;s Blog&quot; href=&quot;http://www.eriwen.com&quot; target=&quot;_blank&quot;&gt;Eric Wendelin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;22:23 – &lt;a title=&quot;Etherpad&quot; href=&quot;http://www.etherpad.com&quot; target=&quot;_blank&quot;&gt;Etherpad&lt;/a&gt; – Google docs on speed via &lt;a title=&quot;Ryan Heimbuch&quot; href=&quot;http://twitter.com/rheimbuch&quot; target=&quot;_blank&quot;&gt;Ryan Heimbuch&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;30:58 – &lt;a title=&quot;Cl1p&quot; href=&quot;http://cl1p.net&quot; target=&quot;_blank&quot;&gt;Cl1p&lt;/a&gt; – Online Clipboard for text, images, and files.&lt;/li&gt;
&lt;li&gt;38:18 – &lt;a title=&quot;Coffeenatic&quot; href=&quot;http://coffeenatic.com/&quot; target=&quot;_blank&quot;&gt;Coffeenatic&lt;/a&gt; – The best way to express your love for coffee&lt;/li&gt;
&lt;li&gt;41:09 – &lt;a title=&quot;LinkBlip&quot; href=&quot;http://linkblip.com/&quot; target=&quot;_blank&quot;&gt;LinkBlip&lt;/a&gt; – Send a link to someone, get an email when they click it&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Topics&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;45:46 – &lt;a title=&quot;21 Reasons Readers Don&#039;t Like Your Blog&quot; href=&quot;http://www.instantshift.com/2009/02/24/21-reasons-why-readers-don%E2%80%99t-like-your-blog/&quot; target=&quot;_blank&quot;&gt;21 Reasons Readers Don’t Like Your Blog&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;YSlow&quot; href=&quot;http://developer.yahoo.com/yslow/&quot; target=&quot;_blank&quot;&gt;YSlow&lt;/a&gt; helps you figure out why your blog is slow&lt;a href=&quot;http://developer.yahoo.com/yslow/&quot;&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Montana Mushrooms&quot; href=&quot;http://www.montanamushrooms.com/&quot; target=&quot;_blank&quot;&gt;MontanaMushrooms.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</itunes:summary>
<itunes:subtitle>The Faceoff boys talk about some awesome web apps and some ways to improve your blogs.</itunes:subtitle>
	</item>
		<item>
		<title>Episode 5: Scaling to Hit it Big</title>
		<link>http://faceoffshow.com/2009/02/24/episode-5-scaling-to-hit-it-big/</link>
		<comments>http://faceoffshow.com/2009/02/24/episode-5-scaling-to-hit-it-big/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 10:00:31 +0000</pubDate>
		<dc:creator>Faceoff Staff</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[boxee]]></category>
		<category><![CDATA[creative commons]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[doodle]]></category>
		<category><![CDATA[freesound]]></category>
		<category><![CDATA[hulu]]></category>
		<category><![CDATA[lionburger]]></category>
		<category><![CDATA[notify.me]]></category>
		<category><![CDATA[osvdb]]></category>
		<category><![CDATA[pair programming]]></category>
		<category><![CDATA[podsafe audio]]></category>
		<category><![CDATA[scaling]]></category>
		<category><![CDATA[snipt]]></category>
		<category><![CDATA[socialthing]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[yslow]]></category>

		<guid isPermaLink="false">http://faceoffshow.com/?p=89</guid>
		<description><![CDATA[This week we talk about some awesome webapps, a twitter tip, scaling your web apps, and pair programming.]]></description>
			<content:encoded><![CDATA[<p><br />
<img class="alignright size-medium wp-image-101" title="picture-11" src="http://faceoffshow.com/wp-content/uploads/2009/02/picture-11-300x251.png" alt="picture-11" width="141" height="118" /></p>
<h3><span style="font-size: small;">News/Follow Ups</span></h3>
<ul>
<li>00:43 &#8211; <a title="Doodle" href="http://doodle.com/main.html" target="_blank">Doodle</a> doesn&#8217;t send out emails, it gives you the link to send out yourself</li>
<li>02:50 &#8211; <a title="Snipt" href="http://snipt.net" target="_blank">Snipt</a> you can actually send a link to someone and embed it on your site. Thanks to <a title="Nick Sergeant" href="http://nicksergeant.com/" target="_blank">Nick Sergeant</a> and <a title="Pete Karl" href="http://pkarl.com/" target="_blank">Pete Karl</a> from <a title="Lion Burger" href="http://lionburger.com/" target="_blank">Lion Burger</a> for straightening us out!</li>
</ul>
<div>
<h3><span style="font-size: small;">Webapps</span></h3>
<ul>
<li>05:43 &#8211; <a title="Social Thing" href="http://socialthing.com/" target="_blank">Socialthing </a>- Aggregates friends information from various social web sited
<ul>
<li><a title="Hulu" href="http://www.hulu.com/" target="_blank">Hulu</a> &#8211; Online television streaming<a title="Hulu" href="http://www.hulu.com/" target="_blank"><br />
</a></li>
<li><a title="Boxee" href="http://boxee.tv" target="_blank">Boxee</a> &#8211; Social media center</li>
</ul>
</li>
<li>13:73 &#8211; <a title="notify.me" href="http://notify.me/" target="_blank">notify.me</a> &#8211; Notification&#8217;s across different mediums supporting any RSS feed</li>
<li>19:54 &#8211; <a title="OSVDB" href="http://osvdb.org/" target="_blank">OSVDB </a>- Open Source Vulnerability Database recommended by <a title="Ryan Heimbuch" href="http://twitter.com/rheimbuch" target="_blank">Ryan Heimbuch</a></li>
<li>27:30 &#8211; <a title="FreeSound.org" href="http://www.freesound.org/" target="_blank">Freesound.org</a> &#8211; Free <a title="Creative Commons" href="http://creativecommons.org/" target="_blank">Creative Commons</a> sound clip library
<ul>
<li><a title="Podsafe Audio" href="http://www.podsafeaudio.com/" target="_blank">Podsafe Audio</a> &#8211; Creative Commons music database<a href="http://www.freesound.org/"><br />
</a></li>
</ul>
</li>
</ul>
<h3><span style="font-size: small;">Topics</span></h3>
<ul>
<li>30:22 &#8211; <a title="Twitter Search" href="http://search.twitter.com" target="_blank">Twitter Search</a> helps close the corporate gap</li>
<li>36:51 - <a href="http://highscalability.com/scaling-digg-and-other-web-applications">Scaling Web Applications</a> by Digg&#8217;s Chief Architect
<ul>
<li><a title="YSlow" href="http://developer.yahoo.com/yslow/" target="_blank">YSlow</a> &#8211; Recommended by <a title="Eric Wendelin" href="http://eriwen.com/" target="_blank">Eric Wendelin</a></li>
</ul>
</li>
<li>43:21 &#8211; <a title="Web User Behavior Study" href="http://www.useit.com/papers/webwriting/writing.html" target="_blank">Web user behavior study</a> helps you create user-friendly content</li>
<li>49:32 &#8211; Tagging for search results</li>
<li>54:53 - <a title="Pair Programming" href="http://en.wikipedia.org/wiki/Pair_programming" target="_blank">Pair Programming</a>: What is it and is it useful?<a title="Pair Programming" href="http://en.wikipedia.org/wiki/Pair_programming" target="_blank"></a></li>
</ul>
<p><a href="http://developer.yahoo.com/yslow/"></a></div>
]]></content:encoded>
			<wfw:commentRss>http://faceoffshow.com/2009/02/24/episode-5-scaling-to-hit-it-big/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
<enclosure url="http://faceoffshow.com/audio/Faceoff-005-ScalingToHitItBig.mp3" length="45301339" type="audio/mpeg" />
	<itunes:summary>&lt;p&gt;&lt;br /&gt;
&lt;img class=&quot;alignright size-medium wp-image-101&quot; title=&quot;picture-11&quot; src=&quot;http://faceoffshow.com/wp-content/uploads/2009/02/picture-11-300x251.png&quot; alt=&quot;picture-11&quot; width=&quot;141&quot; height=&quot;118&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;News/Follow Ups&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;00:43 – &lt;a title=&quot;Doodle&quot; href=&quot;http://doodle.com/main.html&quot; target=&quot;_blank&quot;&gt;Doodle&lt;/a&gt; doesn’t send out emails, it gives you the link to send out yourself&lt;/li&gt;
&lt;li&gt;02:50 – &lt;a title=&quot;Snipt&quot; href=&quot;http://snipt.net&quot; target=&quot;_blank&quot;&gt;Snipt&lt;/a&gt; you can actually send a link to someone and embed it on your site. Thanks to &lt;a title=&quot;Nick Sergeant&quot; href=&quot;http://nicksergeant.com/&quot; target=&quot;_blank&quot;&gt;Nick Sergeant&lt;/a&gt; and &lt;a title=&quot;Pete Karl&quot; href=&quot;http://pkarl.com/&quot; target=&quot;_blank&quot;&gt;Pete Karl&lt;/a&gt; from &lt;a title=&quot;Lion Burger&quot; href=&quot;http://lionburger.com/&quot; target=&quot;_blank&quot;&gt;Lion Burger&lt;/a&gt; for straightening us out!&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Webapps&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;05:43 – &lt;a title=&quot;Social Thing&quot; href=&quot;http://socialthing.com/&quot; target=&quot;_blank&quot;&gt;Socialthing &lt;/a&gt;- Aggregates friends information from various social web sited
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Hulu&quot; href=&quot;http://www.hulu.com/&quot; target=&quot;_blank&quot;&gt;Hulu&lt;/a&gt; – Online television streaming&lt;a title=&quot;Hulu&quot; href=&quot;http://www.hulu.com/&quot; target=&quot;_blank&quot;&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Boxee&quot; href=&quot;http://boxee.tv&quot; target=&quot;_blank&quot;&gt;Boxee&lt;/a&gt; – Social media center&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;13:73 – &lt;a title=&quot;notify.me&quot; href=&quot;http://notify.me/&quot; target=&quot;_blank&quot;&gt;notify.me&lt;/a&gt; – Notification’s across different mediums supporting any RSS feed&lt;/li&gt;
&lt;li&gt;19:54 – &lt;a title=&quot;OSVDB&quot; href=&quot;http://osvdb.org/&quot; target=&quot;_blank&quot;&gt;OSVDB &lt;/a&gt;- Open Source Vulnerability Database recommended by &lt;a title=&quot;Ryan Heimbuch&quot; href=&quot;http://twitter.com/rheimbuch&quot; target=&quot;_blank&quot;&gt;Ryan Heimbuch&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;27:30 – &lt;a title=&quot;FreeSound.org&quot; href=&quot;http://www.freesound.org/&quot; target=&quot;_blank&quot;&gt;Freesound.org&lt;/a&gt; – Free &lt;a title=&quot;Creative Commons&quot; href=&quot;http://creativecommons.org/&quot; target=&quot;_blank&quot;&gt;Creative Commons&lt;/a&gt; sound clip library
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Podsafe Audio&quot; href=&quot;http://www.podsafeaudio.com/&quot; target=&quot;_blank&quot;&gt;Podsafe Audio&lt;/a&gt; – Creative Commons music database&lt;a href=&quot;http://www.freesound.org/&quot;&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Topics&lt;/span&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;30:22 – &lt;a title=&quot;Twitter Search&quot; href=&quot;http://search.twitter.com&quot; target=&quot;_blank&quot;&gt;Twitter Search&lt;/a&gt; helps close the corporate gap&lt;/li&gt;
&lt;li&gt;36:51 - &lt;a href=&quot;http://highscalability.com/scaling-digg-and-other-web-applications&quot;&gt;Scaling Web Applications&lt;/a&gt; by Digg’s Chief Architect
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;YSlow&quot; href=&quot;http://developer.yahoo.com/yslow/&quot; target=&quot;_blank&quot;&gt;YSlow&lt;/a&gt; – Recommended by &lt;a title=&quot;Eric Wendelin&quot; href=&quot;http://eriwen.com/&quot; [...]</itunes:summary>
<itunes:subtitle>This week we talk about some awesome webapps, a twitter tip, scaling your web apps, and pair programming.</itunes:subtitle>
<itunes:author>Jade Robbins and Mark Sanborn</itunes:author>
<itunes:duration>1:02:51</itunes:duration>
<itunes:explicit>no</itunes:explicit>
	</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->