<?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 on: Pods Basics: Pulling Pods Data to your Theme</title>
	<atom:link href="http://mondaybynoon.com/2010/01/04/pulling-pods-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://mondaybynoon.com/2010/01/04/pulling-pods-data/</link>
	<description>A resource for Web designers and developers to read about and discuss their craft.</description>
	<lastBuildDate>Fri, 03 Sep 2010 12:40:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: VballEk</title>
		<link>http://mondaybynoon.com/2010/01/04/pulling-pods-data/#comment-26058</link>
		<dc:creator>VballEk</dc:creator>
		<pubDate>Sun, 22 Aug 2010 00:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://mondaybynoon.com/?p=685#comment-26058</guid>
		<description>Thank you very much for an awesome tutorial!! This really really helps me :-)</description>
		<content:encoded><![CDATA[<p>Thank you very much for an awesome tutorial!! This really really helps me :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Reese</title>
		<link>http://mondaybynoon.com/2010/01/04/pulling-pods-data/#comment-25043</link>
		<dc:creator>Jesse Reese</dc:creator>
		<pubDate>Wed, 30 Jun 2010 16:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://mondaybynoon.com/?p=685#comment-25043</guid>
		<description>These tutorials are excellent and very helpful!  Thank you for taking the time to make these tutorials.</description>
		<content:encoded><![CDATA[<p>These tutorials are excellent and very helpful!  Thank you for taking the time to make these tutorials.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://mondaybynoon.com/2010/01/04/pulling-pods-data/#comment-24582</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 07 Jun 2010 15:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://mondaybynoon.com/?p=685#comment-24582</guid>
		<description>I&#039;ve spent the last couple of years hacking various sites int Wordpress, but I&#039;ve been jumping through hoops trying to accomplish what Pods has let me do in a 3 very quick tutorials. 

Thank you so much.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve spent the last couple of years hacking various sites int WordPress, but I&#8217;ve been jumping through hoops trying to accomplish what Pods has let me do in a 3 very quick tutorials. </p>
<p>Thank you so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Peterson</title>
		<link>http://mondaybynoon.com/2010/01/04/pulling-pods-data/#comment-24512</link>
		<dc:creator>Lee Peterson</dc:creator>
		<pubDate>Thu, 03 Jun 2010 17:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://mondaybynoon.com/?p=685#comment-24512</guid>
		<description>Thanks for the quick response!

I&#039;ll give it my best! I&#039;m definitely a designer and front-end developer first and foremost. Would you be able to recommend anyone familiar with Pods that could write an example of this for me? Paid work, of course.</description>
		<content:encoded><![CDATA[<p>Thanks for the quick response!</p>
<p>I&#8217;ll give it my best! I&#8217;m definitely a designer and front-end developer first and foremost. Would you be able to recommend anyone familiar with Pods that could write an example of this for me? Paid work, of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Christopher</title>
		<link>http://mondaybynoon.com/2010/01/04/pulling-pods-data/#comment-24511</link>
		<dc:creator>Jonathan Christopher</dc:creator>
		<pubDate>Thu, 03 Jun 2010 16:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://mondaybynoon.com/?p=685#comment-24511</guid>
		<description>Hi Lee,

That&#039;s no problem, although you&#039;ll have to get a bit creative here. What I would suggest is pulling all of the team members and instead of outputting data as per the example above, saving that data to a new associative array. From there, you&#039;d loop through your new array when dumping out the list of team members, and when you&#039;re on the &#039;content&#039; side you&#039;d loop through again and only output the applicable team member. One way to do that would be to simply use a conditional that compares &lt;code&gt;pods_url_variable(-1);&lt;/code&gt; to the array key in which you&#039;ve stored the member &lt;code&gt;slug&lt;/code&gt;. Does that make sense?

Very glad you&#039;re finding the tutorials useful!</description>
		<content:encoded><![CDATA[<p>Hi Lee,</p>
<p>That&#8217;s no problem, although you&#8217;ll have to get a bit creative here. What I would suggest is pulling all of the team members and instead of outputting data as per the example above, saving that data to a new associative array. From there, you&#8217;d loop through your new array when dumping out the list of team members, and when you&#8217;re on the &#8216;content&#8217; side you&#8217;d loop through again and only output the applicable team member. One way to do that would be to simply use a conditional that compares <code>pods_url_variable(-1);</code> to the array key in which you&#8217;ve stored the member <code>slug</code>. Does that make sense?</p>
<p>Very glad you&#8217;re finding the tutorials useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Peterson</title>
		<link>http://mondaybynoon.com/2010/01/04/pulling-pods-data/#comment-24510</link>
		<dc:creator>Lee Peterson</dc:creator>
		<pubDate>Thu, 03 Jun 2010 16:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://mondaybynoon.com/?p=685#comment-24510</guid>
		<description>Jonathan,

How would I combine both the list and the view on one page? In other words, if you wanted to list the team members in a side nav on the left and display the current team member within the main content to the right.

BTW, stumbling across your 6 part series is the only reason I even gave Pods a chance and it&#039;s doubtful I&#039;ll do it any other way. Excellent resource you&#039;ve shared here!</description>
		<content:encoded><![CDATA[<p>Jonathan,</p>
<p>How would I combine both the list and the view on one page? In other words, if you wanted to list the team members in a side nav on the left and display the current team member within the main content to the right.</p>
<p>BTW, stumbling across your 6 part series is the only reason I even gave Pods a chance and it&#8217;s doubtful I&#8217;ll do it any other way. Excellent resource you&#8217;ve shared here!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Taylor</title>
		<link>http://mondaybynoon.com/2010/01/04/pulling-pods-data/#comment-24409</link>
		<dc:creator>Jesse Taylor</dc:creator>
		<pubDate>Fri, 28 May 2010 18:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://mondaybynoon.com/?p=685#comment-24409</guid>
		<description>Wow Jonathan -- this is an amazingly helpful tutorial! Thank you so much for taking the time to put this together. 

(Love your site by the way -- it looks great)</description>
		<content:encoded><![CDATA[<p>Wow Jonathan &#8212; this is an amazingly helpful tutorial! Thank you so much for taking the time to put this together. </p>
<p>(Love your site by the way &#8212; it looks great)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Crumpton</title>
		<link>http://mondaybynoon.com/2010/01/04/pulling-pods-data/#comment-24106</link>
		<dc:creator>John Crumpton</dc:creator>
		<pubDate>Sat, 22 May 2010 22:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://mondaybynoon.com/?p=685#comment-24106</guid>
		<description>Great article Jonathan - thanks for making it super clear. 

Link at the top is 404:
/2010/01/04/pods-basics-installation-setup/

Should be
/2010/01/04/pods-basics-installation-and-setup/</description>
		<content:encoded><![CDATA[<p>Great article Jonathan &#8211; thanks for making it super clear. </p>
<p>Link at the top is 404:<br />
/2010/01/04/pods-basics-installation-setup/</p>
<p>Should be<br />
/2010/01/04/pods-basics-installation-and-setup/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: confuseddotcom</title>
		<link>http://mondaybynoon.com/2010/01/04/pulling-pods-data/#comment-24027</link>
		<dc:creator>confuseddotcom</dc:creator>
		<pubDate>Thu, 20 May 2010 13:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://mondaybynoon.com/?p=685#comment-24027</guid>
		<description>For the main &#039;Team&#039; page im not seeing any content within the  

How could this be? 
The Team Member pages work fine btw/</description>
		<content:encoded><![CDATA[<p>For the main &#8216;Team&#8217; page im not seeing any content within the  </p>
<p>How could this be?<br />
The Team Member pages work fine btw/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Christopher</title>
		<link>http://mondaybynoon.com/2010/01/04/pulling-pods-data/#comment-24016</link>
		<dc:creator>Jonathan Christopher</dc:creator>
		<pubDate>Thu, 20 May 2010 01:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://mondaybynoon.com/?p=685#comment-24016</guid>
		<description>I&#039;m actually a big fan of using &lt;a href=&quot;http://www.binarymoon.co.uk/2009/07/timthumb-beta-test/&quot; rel=&quot;nofollow&quot;&gt;TimThumb&lt;/a&gt; for image resizing on the fly, that way I don&#039;t have to keep track of various image sizes as I develop. Also comes in handy when a redesign comes up.</description>
		<content:encoded><![CDATA[<p>I&#8217;m actually a big fan of using <a href="http://www.binarymoon.co.uk/2009/07/timthumb-beta-test/" rel="nofollow">TimThumb</a> for image resizing on the fly, that way I don&#8217;t have to keep track of various image sizes as I develop. Also comes in handy when a redesign comes up.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 3/11 queries in 0.005 seconds using disk

Served from: mondaybynoon.com @ 2010-09-06 11:21:57 -->