<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Prodigy Developer Beta</title>
	<atom:link href="http://prodigytheme.com/dev-beta/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://prodigytheme.com/dev-beta</link>
	<description>Developer Central for the Private Prodigy Beta</description>
	<lastBuildDate>Tue, 07 Jul 2009 18:05:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The latest round of revisions are availa&#8230;</title>
		<link>http://prodigytheme.com/dev-beta/?p=7</link>
		<comments>http://prodigytheme.com/dev-beta/?p=7#comments</comments>
		<pubDate>Tue, 07 Jul 2009 18:05:14 +0000</pubDate>
		<dc:creator>Nathan Rice</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Announcement]]></category>

		<guid isPermaLink="false">http://prodigytheme.com/dev-beta/?p=7</guid>
		<description><![CDATA[The latest round of revisions are available for download. Some bugs are fixed, and some features have been added.]]></description>
			<content:encoded><![CDATA[<p>The latest round of revisions are available for download. Some bugs are fixed, and some features have been added.</p>]]></content:encoded>
			<wfw:commentRss>http://prodigytheme.com/dev-beta/?feed=rss2&amp;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m experimenting with putting the call&#8230;</title>
		<link>http://prodigytheme.com/dev-beta/?p=6</link>
		<comments>http://prodigytheme.com/dev-beta/?p=6#comments</comments>
		<pubDate>Sat, 04 Jul 2009 04:43:31 +0000</pubDate>
		<dc:creator>Nathan Rice</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://prodigytheme.com/dev-beta/?p=6</guid>
		<description><![CDATA[I&#8217;m experimenting with putting the call to include user.functions.php in a function hooked to prodigy_init at a priority of 11, so that it gets called after the entire Prodigy framework is loaded.
This would eliminate the need to remove_actions in a function attached to prodigy_init in the user.functions.php file, as well as allow the user.functions.php file [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m experimenting with putting the call to include user.functions.php in a function hooked to prodigy_init at a priority of 11, so that it gets called after the entire Prodigy framework is loaded.</p>
<p>This would eliminate the need to remove_actions in a function attached to prodigy_init in the user.functions.php file, as well as allow the user.functions.php file to take advantage of functions created in prodigy.</p>
<p>Bottom line, I&#8217;m trying to help you avoid the unnecessary nesting of functions just to get simple things to work.</p>
<p>I&#8217;m hoping there won&#8217;t be any serious repercussions to doing it this way. So far, I can&#8217;t think of any.</p>]]></content:encoded>
			<wfw:commentRss>http://prodigytheme.com/dev-beta/?feed=rss2&amp;p=6</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I just tried adding a second sidebar to &#8230;</title>
		<link>http://prodigytheme.com/dev-beta/?p=5</link>
		<comments>http://prodigytheme.com/dev-beta/?p=5#comments</comments>
		<pubDate>Tue, 30 Jun 2009 15:26:30 +0000</pubDate>
		<dc:creator>Nathan Rice</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Issue]]></category>

		<guid isPermaLink="false">http://prodigytheme.com/dev-beta/?p=5</guid>
		<description><![CDATA[I just tried adding a second sidebar to Legacy using the prodigy_create_widget_area() function and it didn&#8217;t work. It probably has something to do with the sequence of execution, but I&#8217;m not sure. I need to take a look at it.]]></description>
			<content:encoded><![CDATA[<p>I just tried adding a second sidebar to Legacy using the prodigy_create_widget_area() function and it didn&#8217;t work. It probably has something to do with the sequence of execution, but I&#8217;m not sure. I need to take a look at it.</p>]]></content:encoded>
			<wfw:commentRss>http://prodigytheme.com/dev-beta/?feed=rss2&amp;p=5</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hey everyone, I just added some thorough&#8230;</title>
		<link>http://prodigytheme.com/dev-beta/?p=4</link>
		<comments>http://prodigytheme.com/dev-beta/?p=4#comments</comments>
		<pubDate>Tue, 30 Jun 2009 03:49:06 +0000</pubDate>
		<dc:creator>Nathan Rice</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[documentation]]></category>

		<guid isPermaLink="false">http://prodigytheme.com/dev-beta/?p=4</guid>
		<description><![CDATA[Hey everyone, I just added some thorough hook documentation to the Prodigy site. Hopefully, this will make things a LOT easier when trying to figure out how things work with Prodigy, and more importantly, how to extend it to do whatever you want it to (which it pretty much can!).
Anyway, here&#8217;s the link to the [...]]]></description>
			<content:encoded><![CDATA[<p>Hey everyone, I just added some thorough hook documentation to the Prodigy site. Hopefully, this will make things a LOT easier when trying to figure out how things work with Prodigy, and more importantly, how to extend it to do whatever you want it to (which it pretty much can!).</p>
<p>Anyway, here&#8217;s the link to the <a href="http://prodigytheme.com/docs/action-hook-reference/">Prodigy Hook Reference</a>. Please take a look, and as always, let me know if you have questions or comments.</p>]]></content:encoded>
			<wfw:commentRss>http://prodigytheme.com/dev-beta/?feed=rss2&amp;p=4</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hey, guys and gals! It&#8217;s time to kick o&#8230;</title>
		<link>http://prodigytheme.com/dev-beta/?p=3</link>
		<comments>http://prodigytheme.com/dev-beta/?p=3#comments</comments>
		<pubDate>Mon, 29 Jun 2009 05:29:02 +0000</pubDate>
		<dc:creator>Nathan Rice</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[introduction]]></category>

		<guid isPermaLink="false">http://prodigytheme.com/dev-beta/?p=3</guid>
		<description><![CDATA[Hey, guys and gals! It&#8217;s time to kick off the beta stage of the Prodigy development. Please use this site to post fixes, issues, and discussions about how I can make Prodigy the best theme framework available.
Also, feel free to ask questions about how Prodigy works, too. If there are any specific questions, I&#8217;d be [...]]]></description>
			<content:encoded><![CDATA[<p>Hey, guys and gals! It&#8217;s time to kick off the beta stage of the Prodigy development. Please use this site to post fixes, issues, and discussions about how I can make Prodigy the best theme framework available.</p>
<p>Also, feel free to ask questions about how Prodigy works, too. If there are any specific questions, I&#8217;d be happy to handle them.</p>
<p>If you would like access to post on this site, please <a href="">email me</a> and I&#8217;ll set you up with an account. This is a private beta, so please don&#8217;t broadcast this blog&#8217;s location to the world.</p>
<p>Nathan</p>]]></content:encoded>
			<wfw:commentRss>http://prodigytheme.com/dev-beta/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
