<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Next Release Planned for Today</title>
	<link>http://remstate.com/2007/04/15/next-release-planned-for-today/</link>
	<description>Create the Internet of your Dreams</description>
	<pubDate>Thu, 04 Dec 2008 21:34:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Martins</title>
		<link>http://remstate.com/2007/04/15/next-release-planned-for-today/#comment-1539</link>
		<dc:creator>Martins</dc:creator>
		<pubDate>Fri, 20 Apr 2007 15:02:34 +0000</pubDate>
		<guid>http://remstate.com/2007/04/15/next-release-planned-for-today/#comment-1539</guid>
		<description>sorry, for spelling errors (finishing minutes of my working day).
this works: InSeries::SeriesList(); very nice. thanks a lot.</description>
		<content:encoded><![CDATA[<p>sorry, for spelling errors (finishing minutes of my working day).<br />
this works: InSeries::SeriesList(); very nice. thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martins</title>
		<link>http://remstate.com/2007/04/15/next-release-planned-for-today/#comment-1538</link>
		<dc:creator>Martins</dc:creator>
		<pubDate>Fri, 20 Apr 2007 14:57:36 +0000</pubDate>
		<guid>http://remstate.com/2007/04/15/next-release-planned-for-today/#comment-1538</guid>
		<description>.. is In-series would have been registered as a widget.</description>
		<content:encoded><![CDATA[<p>.. is In-series would have been registered as a widget.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martins</title>
		<link>http://remstate.com/2007/04/15/next-release-planned-for-today/#comment-1537</link>
		<dc:creator>Martins</dc:creator>
		<pubDate>Fri, 20 Apr 2007 14:56:36 +0000</pubDate>
		<guid>http://remstate.com/2007/04/15/next-release-planned-for-today/#comment-1537</guid>
		<description>well, as far as i know there are themes that support widgets, and some that dont. But dont know the difference and didnt find any documentation on that. Its said that mine do. Maybe the diference is that you can call the function "SeriesList()" without including anything nor referring to any class..</description>
		<content:encoded><![CDATA[<p>well, as far as i know there are themes that support widgets, and some that dont. But dont know the difference and didnt find any documentation on that. Its said that mine do. Maybe the diference is that you can call the function &#8220;SeriesList()&#8221; without including anything nor referring to any class..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quandary</title>
		<link>http://remstate.com/2007/04/15/next-release-planned-for-today/#comment-1536</link>
		<dc:creator>Quandary</dc:creator>
		<pubDate>Fri, 20 Apr 2007 14:20:49 +0000</pubDate>
		<guid>http://remstate.com/2007/04/15/next-release-planned-for-today/#comment-1536</guid>
		<description>@Martins

... and that's &lt;em&gt;so&lt;/em&gt; going in 3.1. I just saw someone using WordPress widgets yesterday (first time I'd heard of them), and that looks like the answer to "How do I get things in the sidebar/non-post parts of the site in a polite/flexible/unobtrusive fashion?"

Is this a common thing to all themes, or is it specific to only some themes? I don't see the function documented on the WordPress site at all.</description>
		<content:encoded><![CDATA[<p>@Martins</p>
<p>&#8230; and that&#8217;s <em>so</em> going in 3.1. I just saw someone using WordPress widgets yesterday (first time I&#8217;d heard of them), and that looks like the answer to &#8220;How do I get things in the sidebar/non-post parts of the site in a polite/flexible/unobtrusive fashion?&#8221;</p>
<p>Is this a common thing to all themes, or is it specific to only some themes? I don&#8217;t see the function documented on the WordPress site at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quandary</title>
		<link>http://remstate.com/2007/04/15/next-release-planned-for-today/#comment-1535</link>
		<dc:creator>Quandary</dc:creator>
		<pubDate>Fri, 20 Apr 2007 14:04:44 +0000</pubDate>
		<guid>http://remstate.com/2007/04/15/next-release-planned-for-today/#comment-1535</guid>
		<description>@Martins

It's part of the InSeries class (static method). Either call it as &lt;code&gt;InSeries::SeriesList()&lt;/code&gt; or as &lt;code&gt;array("InSeries", "SeriesList")&lt;/code&gt; (if you're trying to pass it as a parameter).</description>
		<content:encoded><![CDATA[<p>@Martins</p>
<p>It&#8217;s part of the InSeries class (static method). Either call it as <code>InSeries::SeriesList()</code> or as <code>array("InSeries", "SeriesList")</code> (if you&#8217;re trying to pass it as a parameter).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martins</title>
		<link>http://remstate.com/2007/04/15/next-release-planned-for-today/#comment-1534</link>
		<dc:creator>Martins</dc:creator>
		<pubDate>Fri, 20 Apr 2007 13:52:54 +0000</pubDate>
		<guid>http://remstate.com/2007/04/15/next-release-planned-for-today/#comment-1534</guid>
		<description>Quandary,
i've been trying reach that SeriesList(). but when I check it with function_exists('SeriesList'); returns false. I tried it at single post and archive, and in a sidebar. And yes.. not very familiar with the coding structure of WP.. could you help me out, please? To use it in sidebar, should I somewhere (?) register it as a widget: 
register_sidebar_widget(
   array('Series list','widgets'),'SeriesList'); ?</description>
		<content:encoded><![CDATA[<p>Quandary,<br />
i&#8217;ve been trying reach that SeriesList(). but when I check it with function_exists(&#8217;SeriesList&#8217;); returns false. I tried it at single post and archive, and in a sidebar. And yes.. not very familiar with the coding structure of WP.. could you help me out, please? To use it in sidebar, should I somewhere (?) register it as a widget:<br />
register_sidebar_widget(<br />
   array(&#8217;Series list&#8217;,'widgets&#8217;),&#8217;SeriesList&#8217;); ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quandary</title>
		<link>http://remstate.com/2007/04/15/next-release-planned-for-today/#comment-1506</link>
		<dc:creator>Quandary</dc:creator>
		<pubDate>Thu, 19 Apr 2007 02:53:44 +0000</pubDate>
		<guid>http://remstate.com/2007/04/15/next-release-planned-for-today/#comment-1506</guid>
		<description>@jez

Are these generated by another plugin? I'm happy to try and play nicer with other content-modifying plugins, but I have to know about them and how they work. :)</description>
		<content:encoded><![CDATA[<p>@jez</p>
<p>Are these generated by another plugin? I&#8217;m happy to try and play nicer with other content-modifying plugins, but I have to know about them and how they work. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quandary</title>
		<link>http://remstate.com/2007/04/15/next-release-planned-for-today/#comment-1505</link>
		<dc:creator>Quandary</dc:creator>
		<pubDate>Thu, 19 Apr 2007 02:13:47 +0000</pubDate>
		<guid>http://remstate.com/2007/04/15/next-release-planned-for-today/#comment-1505</guid>
		<description>@Mark

Yes, to both. I intend to release a version without FK constraints in place, but for those who have the FK constraints, you will need to remove them. Due to the way that I created the FKs, it is not possible for me to remove them automatically (at least, it would be trickier than I want to try and deal with) -- if you need assistance with removing the foreign keys, I'm willing to help out.</description>
		<content:encoded><![CDATA[<p>@Mark</p>
<p>Yes, to both. I intend to release a version without FK constraints in place, but for those who have the FK constraints, you will need to remove them. Due to the way that I created the FKs, it is not possible for me to remove them automatically (at least, it would be trickier than I want to try and deal with) &#8212; if you need assistance with removing the foreign keys, I&#8217;m willing to help out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://remstate.com/2007/04/15/next-release-planned-for-today/#comment-1504</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 19 Apr 2007 01:50:46 +0000</pubDate>
		<guid>http://remstate.com/2007/04/15/next-release-planned-for-today/#comment-1504</guid>
		<description>Quandary,

I am confused.
Will you release a version for the upgrading issue? Or, I should follow Martins' suggestion?</description>
		<content:encoded><![CDATA[<p>Quandary,</p>
<p>I am confused.<br />
Will you release a version for the upgrading issue? Or, I should follow Martins&#8217; suggestion?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jez</title>
		<link>http://remstate.com/2007/04/15/next-release-planned-for-today/#comment-1489</link>
		<dc:creator>jez</dc:creator>
		<pubDate>Wed, 18 Apr 2007 20:46:19 +0000</pubDate>
		<guid>http://remstate.com/2007/04/15/next-release-planned-for-today/#comment-1489</guid>
		<description>got it working now, but it eats my miniblog/asides.</description>
		<content:encoded><![CDATA[<p>got it working now, but it eats my miniblog/asides.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
