<?xml version="1.0" encoding="iso-8859-1"?><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: Fauna Beta 3</title>
	<atom:link href="http://www.noscope.com/fauna/2006/02/fauna-beta-3/feed" rel="self" type="application/rss+xml" />
	<link>http://www.noscope.com/fauna/2006/02/fauna-beta-3</link>
	<description>A living organism characterized by voluntary movement</description>
	<lastBuildDate>Fri, 20 Nov 2009 05:16:00 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joen</title>
		<link>http://www.noscope.com/fauna/2006/02/fauna-beta-3/comment-page-1#comment-285</link>
		<dc:creator>Joen</dc:creator>
		<pubDate>Thu, 09 Mar 2006 07:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.noscope.com/fauna/2006/02/fauna-beta-3#comment-285</guid>
		<description>&lt;strong&gt;Shane&lt;/strong&gt; said: 

&lt;blockquote&gt;I love this theme and I really want to use it, but I?m getting a weird error message:

&lt;blockquote&gt;&lt;strong&gt;Precondition Failed&lt;/strong&gt;

The precondition on the request for the &lt;span class=&quot;caps&quot;&gt;URL &lt;/span&gt;/shane/wp-admin/themes.php evaluated to false.

&lt;/blockquote&gt;&lt;/blockquote&gt;

It sounds like a problem either with your webserver or your wordpress installation. Fauna is not using any PHP headers that could cause a precondition failed message.

&lt;strong&gt;Simon&lt;/strong&gt; said: 

&lt;blockquote&gt;I?m a beginner at this with my &lt;span class=&quot;caps&quot;&gt;PHP &lt;/span&gt;manual in one hond and out of date text editor experience with &lt;span class=&quot;caps&quot;&gt;HTML &lt;/span&gt;and &lt;span class=&quot;caps&quot;&gt;CSS &lt;/span&gt;in the other. 

I?ve had a terrible time finding the right files to edit. What I really need is a kind of split screen tool that will show me exactly where to edit when I press on the browser display. Someone suggested that I use Dreamweaver, but I can?t see how this would work with so many contributing files.

Should I try this or have you a better method?

Best wishes

Simon

&lt;/blockquote&gt;

The problem with Dreamweaver is that it would require you to have a personal webserver setup. This is possible, i use it, but it&#039;s not really easy to do.

The thing is, when we&#039;re talking PHP, you need a server application to &quot;render&quot; the code, as opposed to HTML which can be read by the browser itself. Since Dreamweaver cannot render the PHP code you can&#039;t split screen there. 

I use &quot;Xampp&quot;:http://www.apachefriends.org/en/xampp.html for my personal web server, but it might be a bit hard core for what you&#039;re looking at. I think maybe just editing online, live, is your best bet, unfortunately.

&lt;strong&gt;Levi&lt;/strong&gt; said: 

&lt;blockquote&gt;I saw in the forums about the ?One Author? bug.

In-case you haven?t done it yet here?s the fix.

In &lt;code&gt;sidebar.php&lt;/code&gt; on line &lt;code&gt;137&lt;/code&gt; there is a line which reads:

&lt;blockquote&gt;&lt;code&gt;if (sizeof($numauthors) &gt; 1) { ?&gt;&lt;/code&gt;
&lt;/blockquote&gt;
This should simply be changed to:

&lt;blockquote&gt;&lt;code&gt;if ($numauthors &gt; 1) { ?&gt;&lt;/code&gt;
&lt;/blockquote&gt;
As you?re not fetching an array but instead directly querying the number of author rows.

Sorry for posting all these code fixes here, once I get your email I?ll be able to stop spamming your fauna blog! :P

&lt;/blockquote&gt;

I emailed you, and thanks for all your fixes. I really have to get a credit page going.</description>
		<content:encoded><![CDATA[<p><strong>Shane</strong> said: </p>
<blockquote><p>I love this theme and I really want to use it, but I?m getting a weird error message:</p>
<blockquote><p><strong>Precondition Failed</strong></p>
<p>The precondition on the request for the <span class="caps">URL </span>/shane/wp-admin/themes.php evaluated to false.</p>
</blockquote>
</blockquote>
<p>It sounds like a problem either with your webserver or your wordpress installation. Fauna is not using any PHP headers that could cause a precondition failed message.</p>
<p><strong>Simon</strong> said: </p>
<blockquote><p>I?m a beginner at this with my <span class="caps">PHP </span>manual in one hond and out of date text editor experience with <span class="caps">HTML </span>and <span class="caps">CSS </span>in the other. </p>
<p>I?ve had a terrible time finding the right files to edit. What I really need is a kind of split screen tool that will show me exactly where to edit when I press on the browser display. Someone suggested that I use Dreamweaver, but I can?t see how this would work with so many contributing files.</p>
<p>Should I try this or have you a better method?</p>
<p>Best wishes</p>
<p>Simon</p>
</blockquote>
<p>The problem with Dreamweaver is that it would require you to have a personal webserver setup. This is possible, i use it, but it&#8217;s not really easy to do.</p>
<p>The thing is, when we&#8217;re talking PHP, you need a server application to &#8220;render&#8221; the code, as opposed to HTML which can be read by the browser itself. Since Dreamweaver cannot render the PHP code you can&#8217;t split screen there. </p>
<p>I use &#8220;Xampp&#8221;:http://www.apachefriends.org/en/xampp.html for my personal web server, but it might be a bit hard core for what you&#8217;re looking at. I think maybe just editing online, live, is your best bet, unfortunately.</p>
<p><strong>Levi</strong> said: </p>
<blockquote><p>I saw in the forums about the ?One Author? bug.</p>
<p>In-case you haven?t done it yet here?s the fix.</p>
<p>In <code>sidebar.php</code> on line <code>137</code> there is a line which reads:</p>
<blockquote><p><code>if (sizeof($numauthors) &gt; 1) { ?&gt;</code>
</p></blockquote>
<p>This should simply be changed to:</p>
<blockquote><p><code>if ($numauthors &gt; 1) { ?&gt;</code>
</p></blockquote>
<p>As you?re not fetching an array but instead directly querying the number of author rows.</p>
<p>Sorry for posting all these code fixes here, once I get your email I?ll be able to stop spamming your fauna blog! :P</p>
</blockquote>
<p>I emailed you, and thanks for all your fixes. I really have to get a credit page going.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Levi</title>
		<link>http://www.noscope.com/fauna/2006/02/fauna-beta-3/comment-page-1#comment-284</link>
		<dc:creator>Levi</dc:creator>
		<pubDate>Thu, 09 Mar 2006 06:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.noscope.com/fauna/2006/02/fauna-beta-3#comment-284</guid>
		<description>I saw in the forums about the &#039;One Author&#039; bug.

In-case you haven&#039;t done it yet here&#039;s the fix.

In &lt;code&gt;sidebar.php&lt;/code&gt; on line &lt;code&gt;137&lt;/code&gt; there is a line which reads:

&lt;blockquote&gt;&lt;code&gt;if (sizeof($numauthors) &gt; 1) { ?&gt;&lt;/code&gt;&lt;/blockquote&gt;

This should simply be changed to:

&lt;blockquote&gt;&lt;code&gt;if ($numauthors &gt; 1) { ?&gt;&lt;/code&gt;&lt;/blockquote&gt;

As you&#039;re not fetching an array but instead directly querying the number of author rows.

Sorry for posting all these code fixes here, once I get your email I&#039;ll be able to stop spamming your fauna blog! :P</description>
		<content:encoded><![CDATA[<p>I saw in the forums about the &#8216;One Author&#8217; bug.</p>
<p>In-case you haven&#8217;t done it yet here&#8217;s the fix.</p>
<p>In <code>sidebar.php</code> on line <code>137</code> there is a line which reads:</p>
<blockquote><p><code>if (sizeof($numauthors) > 1) { ?></code></p></blockquote>
<p>This should simply be changed to:</p>
<blockquote><p><code>if ($numauthors > 1) { ?></code></p></blockquote>
<p>As you&#8217;re not fetching an array but instead directly querying the number of author rows.</p>
<p>Sorry for posting all these code fixes here, once I get your email I&#8217;ll be able to stop spamming your fauna blog! :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Levi</title>
		<link>http://www.noscope.com/fauna/2006/02/fauna-beta-3/comment-page-1#comment-283</link>
		<dc:creator>Levi</dc:creator>
		<pubDate>Thu, 09 Mar 2006 05:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.noscope.com/fauna/2006/02/fauna-beta-3#comment-283</guid>
		<description>&lt;b&gt;Joen&lt;/b&gt;,

Email me (loadedreality at gmail.com) your email address, I think I&#039;ve pretty much got &#039;FrostDark&#039; finished for you now. It looks pretty good, Fauna was beautifully simple to edit upon. :)</description>
		<content:encoded><![CDATA[<p><b>Joen</b>,</p>
<p>Email me (loadedreality at gmail.com) your email address, I think I&#8217;ve pretty much got &#8216;FrostDark&#8217; finished for you now. It looks pretty good, Fauna was beautifully simple to edit upon. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.noscope.com/fauna/2006/02/fauna-beta-3/comment-page-1#comment-282</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 09 Mar 2006 01:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.noscope.com/fauna/2006/02/fauna-beta-3#comment-282</guid>
		<description>I&#039;m a beginner at this with my PHP manual in one hond and out of date text editor experience with HTML and CSS in the other. 

I&#039;ve had a terrible time finding the right files to edit. What I really need is a kind of split screen tool that will show me exactly where to edit when I press on the browser display. Someone suggested that I use Dreamweaver, but I can&#039;t see how this would work with so many contributing files.

Should I try this or have you a better method?


Best wishes

Simon</description>
		<content:encoded><![CDATA[<p>I&#8217;m a beginner at this with my PHP manual in one hond and out of date text editor experience with HTML and CSS in the other. </p>
<p>I&#8217;ve had a terrible time finding the right files to edit. What I really need is a kind of split screen tool that will show me exactly where to edit when I press on the browser display. Someone suggested that I use Dreamweaver, but I can&#8217;t see how this would work with so many contributing files.</p>
<p>Should I try this or have you a better method?</p>
<p>Best wishes</p>
<p>Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://www.noscope.com/fauna/2006/02/fauna-beta-3/comment-page-1#comment-281</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Thu, 09 Mar 2006 00:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.noscope.com/fauna/2006/02/fauna-beta-3#comment-281</guid>
		<description>I love this theme and I really want to use it, but I&#039;m getting a weird error message:

&lt;blockquote&gt;&lt;strong&gt;Precondition Failed&lt;/strong&gt;

The precondition on the request for the URL /shane/wp-admin/themes.php evaluated to false.</description>
		<content:encoded><![CDATA[<p>I love this theme and I really want to use it, but I&#8217;m getting a weird error message:</p>
<blockquote><p><strong>Precondition Failed</strong></p>
<p>The precondition on the request for the URL /shane/wp-admin/themes.php evaluated to false.</p></blockquote>
]]></content:encoded>
	</item>
</channel>
</rss>
