<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Fred's scratch WordPress</title>
	<link>http://www.fredanderson.org</link>
	<description>For plugin testing</description>
	<pubDate>Sat, 31 Jul 2010 03:13:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>Comment on Private notes plugin beta 1.0 by testuser74</title>
		<link>http://www.fredanderson.org/2005/09/16/private-notes-plugin-beta-10/#comment-94</link>
		<pubDate>Thu, 17 May 2007 22:54:04 +0000</pubDate>
		<guid>http://www.fredanderson.org/2005/09/16/private-notes-plugin-beta-10/#comment-94</guid>
					<description>err that should be:

if (!function_exists('the_function')) { ... }</description>
		<content:encoded><![CDATA[<p>err that should be:</p>
<p>if (!function_exists(&#8217;the_function&#8217;)) { &#8230; }
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Private notes plugin beta 1.0 by testuser74</title>
		<link>http://www.fredanderson.org/2005/09/16/private-notes-plugin-beta-10/#comment-93</link>
		<pubDate>Thu, 17 May 2007 22:53:20 +0000</pubDate>
		<guid>http://www.fredanderson.org/2005/09/16/private-notes-plugin-beta-10/#comment-93</guid>
					<description>By &quot;all other functions&quot; I mean the functions in private_notes.php.</description>
		<content:encoded><![CDATA[<p>By &#8220;all other functions&#8221; I mean the functions in private_notes.php.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Private notes plugin beta 1.0 by testuser74</title>
		<link>http://www.fredanderson.org/2005/09/16/private-notes-plugin-beta-10/#comment-92</link>
		<pubDate>Thu, 17 May 2007 22:52:08 +0000</pubDate>
		<guid>http://www.fredanderson.org/2005/09/16/private-notes-plugin-beta-10/#comment-92</guid>
					<description>For anyone experiencing this problem:

Fatal error: Cannot redeclare pn_script() (previously declared in...

The error is occurring because the function is being declared twice at runtime. A workaround to this problem is to place the function (and all the other functions) inside a function_exists() if statement, like so:

if (function_exists('the_function')) {
   ...
}

I can be reached at versace_74@hotmail.com if you need help with this.</description>
		<content:encoded><![CDATA[<p>For anyone experiencing this problem:</p>
<p>Fatal error: Cannot redeclare pn_script() (previously declared in&#8230;</p>
<p>The error is occurring because the function is being declared twice at runtime. A workaround to this problem is to place the function (and all the other functions) inside a function_exists() if statement, like so:</p>
<p>if (function_exists(&#8217;the_function&#8217;)) {<br />
   &#8230;<br />
}</p>
<p>I can be reached at <a href="mailto:versace_74@hotmail.com">versace_74@hotmail.com</a> if you need help with this.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Private notes plugin beta 1.0 by DevonTT</title>
		<link>http://www.fredanderson.org/2005/09/16/private-notes-plugin-beta-10/#comment-83</link>
		<pubDate>Wed, 31 Jan 2007 00:38:36 +0000</pubDate>
		<guid>http://www.fredanderson.org/2005/09/16/private-notes-plugin-beta-10/#comment-83</guid>
					<description>Hey, Fred. :)

This is a really sweet plugin. I'm clueless with PHP and having some problems.  I've typed this code into my sidebar:

 ` `

But it's returning this error:

Parse error: syntax error, unexpected ';' in /home/airport/public_html/wp-content/themes/Glyph_1/glyph-10/sidebar.php on line 56

What am I doing wrong?  Also, which page does this go on?

`comment_ID); ?&amp;#62;`


I'm using WordPress 2.1.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hey, Fred. <img src='http://www.fredanderson.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This is a really sweet plugin. I&#8217;m clueless with PHP and having some problems.  I&#8217;ve typed this code into my sidebar:</p>
<p> ` `</p>
<p>But it&#8217;s returning this error:</p>
<p>Parse error: syntax error, unexpected &#8216;;&#8217; in /home/airport/public_html/wp-content/themes/Glyph_1/glyph-10/sidebar.php on line 56</p>
<p>What am I doing wrong?  Also, which page does this go on?</p>
<p>`comment_ID); ?&gt;`</p>
<p>I&#8217;m using WordPress 2.1.</p>
<p>Thanks!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Private notes plugin beta 1.0 by yuzsekiz</title>
		<link>http://www.fredanderson.org/2005/09/16/private-notes-plugin-beta-10/#comment-75</link>
		<pubDate>Mon, 16 Oct 2006 20:39:48 +0000</pubDate>
		<guid>http://www.fredanderson.org/2005/09/16/private-notes-plugin-beta-10/#comment-75</guid>
					<description>This is a great plugin! But I couldn't get “X unread notes (go)” future in my sidebar menu. Please help me...</description>
		<content:encoded><![CDATA[<p>This is a great plugin! But I couldn&#8217;t get “X unread notes (go)” future in my sidebar menu. Please help me&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Private notes plugin beta 1.0 by mackrick</title>
		<link>http://www.fredanderson.org/2005/09/16/private-notes-plugin-beta-10/#comment-17</link>
		<pubDate>Fri, 19 May 2006 18:00:18 +0000</pubDate>
		<guid>http://www.fredanderson.org/2005/09/16/private-notes-plugin-beta-10/#comment-17</guid>
					<description>Nice plugin.
Have got it on my site now and it runs fine under WP 2.0. 
I have integrated it with x-dashboard plugin by writing a simple plugin to display notes links in the x-dashboard.

http://www.mackrick.co.uk/

Thanks for the work you have put in to this plugin.</description>
		<content:encoded><![CDATA[<p>Nice plugin.<br />
Have got it on my site now and it runs fine under WP 2.0.<br />
I have integrated it with x-dashboard plugin by writing a simple plugin to display notes links in the x-dashboard.</p>
<p><a href='http://www.mackrick.co.uk/' rel='nofollow'>http://www.mackrick.co.uk/</a></p>
<p>Thanks for the work you have put in to this plugin.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Private notes plugin beta 1.0 by usayd</title>
		<link>http://www.fredanderson.org/2005/09/16/private-notes-plugin-beta-10/#comment-7</link>
		<pubDate>Sun, 16 Oct 2005 21:42:36 +0000</pubDate>
		<guid>http://www.fredanderson.org/2005/09/16/private-notes-plugin-beta-10/#comment-7</guid>
					<description>Great plugin, i'm currently testing it on www.usayd.com :)</description>
		<content:encoded><![CDATA[<p>Great plugin, i&#8217;m currently testing it on <a href='http://www.usayd.com' rel='nofollow'>www.usayd.com</a> <img src='http://www.fredanderson.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Private notes plugin beta 1.0 by Meeciteewurkor:: This is your brain on Tulsa</title>
		<link>http://www.fredanderson.org/2005/09/16/private-notes-plugin-beta-10/#comment-6</link>
		<pubDate>Mon, 03 Oct 2005 03:14:56 +0000</pubDate>
		<guid>http://www.fredanderson.org/2005/09/16/private-notes-plugin-beta-10/#comment-6</guid>
					<description>[...] If you&amp;#8217;re bored enough to be a member of this blog, I just added a couple of features that you might find interesting. If you&amp;#8217;re logged in, you can go to your personal dashboard, as it&amp;#8217;s called in Wordpress. On this front page, you will see several tabs along the top. One of them is called &amp;#8220;shortstat&amp;#8221;. This is a condensed stats script that will show you recent MCW referrers, resources used, and some other cool stuff. Also, a new feature that was prompted by this, is called &amp;#8220;Private Notes.&amp;#8221; It&amp;#8217;s a Wordpress Plugin by this fellow here. Anyway, to reach your own &amp;#8220;private notes&amp;#8221; click, Users, and then below that click &amp;#8220;Your Notes&amp;#8220;. It&amp;#8217;s pretty straight-forward. Those of you that are members can now sort of &amp;#8220;PM&amp;#8221; each other right on-site. If you&amp;#8217;d like to send me a &amp;#8220;Private Note&amp;#8221;, you&amp;#8217;ll have to address it to &amp;#8220;admin&amp;#8221;. There are some other options to it, but I haven&amp;#8217;t figured them all out yet. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] If you&#8217;re bored enough to be a member of this blog, I just added a couple of features that you might find interesting. If you&#8217;re logged in, you can go to your personal dashboard, as it&#8217;s called in Wordpress. On this front page, you will see several tabs along the top. One of them is called &#8220;shortstat&#8221;. This is a condensed stats script that will show you recent MCW referrers, resources used, and some other cool stuff. Also, a new feature that was prompted by this, is called &#8220;Private Notes.&#8221; It&#8217;s a Wordpress Plugin by this fellow here. Anyway, to reach your own &#8220;private notes&#8221; click, Users, and then below that click &#8220;Your Notes&#8220;. It&#8217;s pretty straight-forward. Those of you that are members can now sort of &#8220;PM&#8221; each other right on-site. If you&#8217;d like to send me a &#8220;Private Note&#8221;, you&#8217;ll have to address it to &#8220;admin&#8221;. There are some other options to it, but I haven&#8217;t figured them all out yet. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Private notes plugin beta 1.0 by meeciteewurkor</title>
		<link>http://www.fredanderson.org/2005/09/16/private-notes-plugin-beta-10/#comment-5</link>
		<pubDate>Mon, 26 Sep 2005 20:17:41 +0000</pubDate>
		<guid>http://www.fredanderson.org/2005/09/16/private-notes-plugin-beta-10/#comment-5</guid>
					<description>Hey Fred, I really like this plugin.  I think I'll give it a whirl and see what happens!</description>
		<content:encoded><![CDATA[<p>Hey Fred, I really like this plugin.  I think I&#8217;ll give it a whirl and see what happens!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Private notes plugin beta 1.0 by Fred</title>
		<link>http://www.fredanderson.org/2005/09/16/private-notes-plugin-beta-10/#comment-4</link>
		<pubDate>Sat, 17 Sep 2005 12:39:17 +0000</pubDate>
		<guid>http://www.fredanderson.org/2005/09/16/private-notes-plugin-beta-10/#comment-4</guid>
					<description>Here's a comment. If I did things right, above, where you see my name, there should be a link to send me a note -- if you're a registered user. If you're not a registered user, you won't see anything. 

If you &lt;i&gt;do&lt;/i&gt; see it, though, you can click it and you'll go right to the &quot;Send note&quot; page to send me a private note. You can also get to the &quot;Send note&quot; page via your profile page.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a comment. If I did things right, above, where you see my name, there should be a link to send me a note &#8212; if you&#8217;re a registered user. If you&#8217;re not a registered user, you won&#8217;t see anything. </p>
<p>If you <i>do</i> see it, though, you can click it and you&#8217;ll go right to the &#8220;Send note&#8221; page to send me a private note. You can also get to the &#8220;Send note&#8221; page via your profile page.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
