<?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"
	>
<channel>
	<title>Comments for Nerdaphernalia</title>
	<atom:link href="http://striderweb.com/nerdaphernalia/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://striderweb.com/nerdaphernalia</link>
	<description>"It's All Geek To Me"</description>
	<pubDate>Thu, 07 Aug 2008 23:18:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Tags vs. Categories by Grant Rettke</title>
		<link>http://striderweb.com/nerdaphernalia/2008/03/tags-vs-categories/#comment-1504</link>
		<dc:creator>Grant Rettke</dc:creator>
		<pubDate>Thu, 07 Aug 2008 14:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2008/03/tags-vs-categories/#comment-1504</guid>
		<description>Even without the guidance of blogging experts, that is the approach I took!</description>
		<content:encoded><![CDATA[<p>Even without the guidance of blogging experts, that is the approach I took!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FAQ &#8212; Virtual Multiblog by Nghia</title>
		<link>http://striderweb.com/nerdaphernalia/features/virtual-multiblog/faq/#comment-1503</link>
		<dc:creator>Nghia</dc:creator>
		<pubDate>Wed, 06 Aug 2008 07:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/features/virtual-multiblog/virtual-multiblog-faq/#comment-1503</guid>
		<description>Hi Stephen,

Very nice hacks! I was wondering. Is it possible to have the same user table for all blogs? I would like to set up several blogs but dont want user to register several times?</description>
		<content:encoded><![CDATA[<p>Hi Stephen,</p>
<p>Very nice hacks! I was wondering. Is it possible to have the same user table for all blogs? I would like to set up several blogs but dont want user to register several times?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Plugin: Subscribe to Comments by Robin Wiser</title>
		<link>http://striderweb.com/nerdaphernalia/features/wp-subscribe-to-comments/#comment-1502</link>
		<dc:creator>Robin Wiser</dc:creator>
		<pubDate>Wed, 06 Aug 2008 07:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.striderweb.com/nerdaphernalia/wp-subscribe-to-comments/#comment-1502</guid>
		<description>That's a great improvement. It's useful to no any code experiences wordpress users.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a great improvement. It&#8217;s useful to no any code experiences wordpress users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Virtual Multiblog for WordPress by Stephen</title>
		<link>http://striderweb.com/nerdaphernalia/features/virtual-multiblog/#comment-1501</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Tue, 05 Aug 2008 05:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/virtual-multiblog/#comment-1501</guid>
		<description>Matthew -- VUSER is neither a function nor a variable.  It is a constant.  Try:

&lt;code&gt;if (VUSER == 'domain.com')&lt;/code&gt;

(Note the double equal sign '==')</description>
		<content:encoded><![CDATA[<p>Matthew &#8212; VUSER is neither a function nor a variable.  It is a constant.  Try:</p>
<p><code>if (VUSER == 'domain.com')</code></p>
<p>(Note the double equal sign &#8216;==&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Virtual Multiblog for WordPress by Matthew</title>
		<link>http://striderweb.com/nerdaphernalia/features/virtual-multiblog/#comment-1500</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Tue, 05 Aug 2008 01:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/virtual-multiblog/#comment-1500</guid>
		<description>Thanks for the reply.  Another quick question, I'm trying to use VUSER in an if/then statement and I keep getting errors.  I'm guessing this is a PHP issue:

Neither work...

&#60;?php if ($vuser('domain.com')) { wp_list_categories('include=1,3,4,5,6,7&#38;title_li=Test Categories') } ?&#62;

or

&#60;?php if ($vuser = 'domain.com') { wp_list_categories('include=1,3,4,5,6,7&#38;title_li=Test Categories') } ?&#62;

what is correct use of VUSER?

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for the reply.  Another quick question, I&#8217;m trying to use VUSER in an if/then statement and I keep getting errors.  I&#8217;m guessing this is a PHP issue:</p>
<p>Neither work&#8230;</p>
<p>&lt;?php if ($vuser(&#8217;domain.com&#8217;)) { wp_list_categories(&#8217;include=1,3,4,5,6,7&amp;title_li=Test Categories&#8217;) } ?&gt;</p>
<p>or</p>
<p>&lt;?php if ($vuser = &#8216;domain.com&#8217;) { wp_list_categories(&#8217;include=1,3,4,5,6,7&amp;title_li=Test Categories&#8217;) } ?&gt;</p>
<p>what is correct use of VUSER?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Plugin: Log Deprecated Calls by Stephen</title>
		<link>http://striderweb.com/nerdaphernalia/features/wp-log-deprecated-calls/#comment-1499</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Mon, 04 Aug 2008 14:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?page_id=140#comment-1499</guid>
		<description>It should work for any call to a function that is marked as "deprecated" by the WordPress programmers.

So yes, themes too.

If you want to test it, just put a &lt;code&gt;get_settings()&lt;/code&gt; in your theme. :)

[Update: I edited the page to explicitly mention theme design.]</description>
		<content:encoded><![CDATA[<p>It should work for any call to a function that is marked as &#8220;deprecated&#8221; by the WordPress programmers.</p>
<p>So yes, themes too.</p>
<p>If you want to test it, just put a <code>get_settings()</code> in your theme. <img src='http://striderweb.com/nerdaphernalia/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>[Update: I edited the page to explicitly mention theme design.]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Plugin: Log Deprecated Calls by Trisha</title>
		<link>http://striderweb.com/nerdaphernalia/features/wp-log-deprecated-calls/#comment-1497</link>
		<dc:creator>Trisha</dc:creator>
		<pubDate>Sun, 03 Aug 2008 17:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?page_id=140#comment-1497</guid>
		<description>Dumb question, but does this work for theme function calls as well as function calls from plugins?</description>
		<content:encoded><![CDATA[<p>Dumb question, but does this work for theme function calls as well as function calls from plugins?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Plugin: Log Deprecated Calls by Stephen Cronin</title>
		<link>http://striderweb.com/nerdaphernalia/features/wp-log-deprecated-calls/#comment-1496</link>
		<dc:creator>Stephen Cronin</dc:creator>
		<pubDate>Sat, 02 Aug 2008 08:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?page_id=140#comment-1496</guid>
		<description>Great, I'll definitely give this a try. I recently found that I'd been using a deprecated function in my plugins, but I only found out by accident. This will help me track down what else I'm doing wrong.</description>
		<content:encoded><![CDATA[<p>Great, I&#8217;ll definitely give this a try. I recently found that I&#8217;d been using a deprecated function in my plugins, but I only found out by accident. This will help me track down what else I&#8217;m doing wrong.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
