<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Brad Williams Blog: Life of an Internet Startup</title>
	<atom:link href="http://www.strangework.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.strangework.com</link>
	<description>The Life of an Internet Startup Company via Brad Williams 2.0.</description>
	<lastBuildDate>Mon, 15 Mar 2010 03:14:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How To: Add a Post Thumbnail to an RSS Feed in WordPress by James</title>
		<link>http://www.strangework.com/2010/02/25/how-to-add-a-post-thumbnail-to-an-rss-feed-in-wordpress/comment-page-1/#comment-2403</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 15 Mar 2010 03:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/?p=843#comment-2403</guid>
		<description>Brad, thanks for your post. I think it is the first step to solving a problem I have. I am trying to syndicate feeds from multiple Wordpress sites to a single portal, using the thumbnails as thumbnails from each of the sites as they are pulled from rss. The site doing the aggregation gets the thumbnails with your code, but does not recognize them as thumbnails in the sense that wordpress does. Any ideas on how to solve this one?</description>
		<content:encoded><![CDATA[<p>Brad, thanks for your post. I think it is the first step to solving a problem I have. I am trying to syndicate feeds from multiple Wordpress sites to a single portal, using the thumbnails as thumbnails from each of the sites as they are pulled from rss. The site doing the aggregation gets the thumbnails with your code, but does not recognize them as thumbnails in the sense that wordpress does. Any ideas on how to solve this one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Post Type UI Plugin for WordPress by More Than Scratch The Surface &#187; Blog Archive &#187; Daily Digest for March 13th</title>
		<link>http://www.strangework.com/2010/03/03/custom-post-type-ui-plugin-for-wordpress/comment-page-1/#comment-2401</link>
		<dc:creator>More Than Scratch The Surface &#187; Blog Archive &#187; Daily Digest for March 13th</dc:creator>
		<pubDate>Sat, 13 Mar 2010 12:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/?p=858#comment-2401</guid>
		<description>[...] Shared Custom Post Type UI Plugin for WordPress &#124; Brad Williams Blog: Life of an Internet Startup. [...]</description>
		<content:encoded><![CDATA[<p>[...] Shared Custom Post Type UI Plugin for WordPress | Brad Williams Blog: Life of an Internet Startup. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Load User Info Using the Admin Email in WordPress by Mo Jangda</title>
		<link>http://www.strangework.com/2010/03/09/how-to-load-user-info-using-the-admin-email-in-wordpress/comment-page-1/#comment-2394</link>
		<dc:creator>Mo Jangda</dc:creator>
		<pubDate>Tue, 09 Mar 2010 15:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/?p=896#comment-2394</guid>
		<description>Agreed! Too many functions, too little time :)

If you want something to completely blow your mind, check out get_user_by() (http://core.trac.wordpress.org/browser/trunk/wp-includes/pluggable.php#L184). It lets you load a user based on one of 4 fields: ID, nicename, email, login.</description>
		<content:encoded><![CDATA[<p>Agreed! Too many functions, too little time <img src='http://www.strangework.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you want something to completely blow your mind, check out get_user_by() (<a href="http://core.trac.wordpress.org/browser/trunk/wp-includes/pluggable.php#L184">http://core.trac.wordpress.org/browser/trunk/wp-includes/pluggable.php#L184</a>). It lets you load a user based on one of 4 fields: ID, nicename, email, login.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Load User Info Using the Admin Email in WordPress by Brad</title>
		<link>http://www.strangework.com/2010/03/09/how-to-load-user-info-using-the-admin-email-in-wordpress/comment-page-1/#comment-2393</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Tue, 09 Mar 2010 15:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/?p=896#comment-2393</guid>
		<description>Very cool!  That&#039;s why I love posting these snippets because you learn about other ways to accomplish the same task.  There are so many functions in WordPress it&#039;s tough to track them all.  I&#039;ll test it out and add your example to my post.</description>
		<content:encoded><![CDATA[<p>Very cool!  That&#8217;s why I love posting these snippets because you learn about other ways to accomplish the same task.  There are so many functions in WordPress it&#8217;s tough to track them all.  I&#8217;ll test it out and add your example to my post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Load User Info Using the Admin Email in WordPress by Mo Jangda</title>
		<link>http://www.strangework.com/2010/03/09/how-to-load-user-info-using-the-admin-email-in-wordpress/comment-page-1/#comment-2392</link>
		<dc:creator>Mo Jangda</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/?p=896#comment-2392</guid>
		<description>You could probably just use get_user_by_email() instead and skip the whole getting the id bit. Should work 2.5+.</description>
		<content:encoded><![CDATA[<p>You could probably just use get_user_by_email() instead and skip the whole getting the id bit. Should work 2.5+.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Post Type UI Plugin for WordPress by Didier Sampaolo</title>
		<link>http://www.strangework.com/2010/03/03/custom-post-type-ui-plugin-for-wordpress/comment-page-1/#comment-2389</link>
		<dc:creator>Didier Sampaolo</dc:creator>
		<pubDate>Sun, 07 Mar 2010 13:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/?p=858#comment-2389</guid>
		<description>Waow, great plug-in ! 
You should send a patch to Wordpress to have that func added to the core. Thanks and keep up the good work !</description>
		<content:encoded><![CDATA[<p>Waow, great plug-in !<br />
You should send a patch to Wordpress to have that func added to the core. Thanks and keep up the good work !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Download Podcasts with iTunes and Sync with a Zune by Pamela</title>
		<link>http://www.strangework.com/2007/11/26/how-to-download-podcasts-with-itunes-and-sync-with-a-zune/comment-page-1/#comment-2388</link>
		<dc:creator>Pamela</dc:creator>
		<pubDate>Sun, 07 Mar 2010 03:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/2007/11/26/how-to-download-podcasts-with-itunes-and-sync-with-a-zune/#comment-2388</guid>
		<description>Brad,

Just wanted to check in with you after my previous email.   Wow....all my iTunes started showing up on Zune! It took a while for it to catch up!  You are a genius!
You made my day!
Thanks for sharing your tips.</description>
		<content:encoded><![CDATA[<p>Brad,</p>
<p>Just wanted to check in with you after my previous email.   Wow&#8230;.all my iTunes started showing up on Zune! It took a while for it to catch up!  You are a genius!<br />
You made my day!<br />
Thanks for sharing your tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Post Type UI Plugin for WordPress by Marc Heatley</title>
		<link>http://www.strangework.com/2010/03/03/custom-post-type-ui-plugin-for-wordpress/comment-page-1/#comment-2386</link>
		<dc:creator>Marc Heatley</dc:creator>
		<pubDate>Sat, 06 Mar 2010 20:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/?p=858#comment-2386</guid>
		<description>I&#039;m a new fan. Less than a week ago I heard you on the Wordpress Weekly podcast - and now here you are delivering literally the perfect plugin for the site I&#039;m putting together.

Genuinely - thank you.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a new fan. Less than a week ago I heard you on the Wordpress Weekly podcast &#8211; and now here you are delivering literally the perfect plugin for the site I&#8217;m putting together.</p>
<p>Genuinely &#8211; thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Download Podcasts with iTunes and Sync with a Zune by Pamela</title>
		<link>http://www.strangework.com/2007/11/26/how-to-download-podcasts-with-itunes-and-sync-with-a-zune/comment-page-1/#comment-2385</link>
		<dc:creator>Pamela</dc:creator>
		<pubDate>Sat, 06 Mar 2010 17:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/2007/11/26/how-to-download-podcasts-with-itunes-and-sync-with-a-zune/#comment-2385</guid>
		<description>Brad,
I just received my Zune and now want to transfer my iTunes library music to Zune.  

I reset my settings in Zune, as you said. Does that
only work for future iTunes purchases?  Zune isn&#039;t
showing any of my iTunes library. Any suggestions?

Pamela</description>
		<content:encoded><![CDATA[<p>Brad,<br />
I just received my Zune and now want to transfer my iTunes library music to Zune.  </p>
<p>I reset my settings in Zune, as you said. Does that<br />
only work for future iTunes purchases?  Zune isn&#8217;t<br />
showing any of my iTunes library. Any suggestions?</p>
<p>Pamela</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Post Type UI Plugin for WordPress by Brad</title>
		<link>http://www.strangework.com/2010/03/03/custom-post-type-ui-plugin-for-wordpress/comment-page-1/#comment-2381</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Wed, 03 Mar 2010 20:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/?p=858#comment-2381</guid>
		<description>Thanks Kim!  I&#039;m hoping this plugin will also help beginners experiment with the power of custom post types.  

Custom taxonomies are coming up next!</description>
		<content:encoded><![CDATA[<p>Thanks Kim!  I&#8217;m hoping this plugin will also help beginners experiment with the power of custom post types.  </p>
<p>Custom taxonomies are coming up next!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
