<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Not about JavaScript</title>
	<atom:link href="http://simplish.pomfolio.com/dev/2008/11/15/not-about-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://simplish.pomfolio.com/dev/2008/11/15/not-about-javascript/</link>
	<description>is a kind of Scribbish</description>
	<lastBuildDate>Sat, 26 Dec 2009 10:14:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: josh</title>
		<link>http://simplish.pomfolio.com/dev/2008/11/15/not-about-javascript/comment-page-1/#comment-31</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Sat, 29 Nov 2008 03:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=69#comment-31</guid>
		<description>Aha! Thank you for the tip - important for doing stuff on other instances than a single post.</description>
		<content:encoded><![CDATA[<p>Aha! Thank you for the tip &#8211; important for doing stuff on other instances than a single post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto</title>
		<link>http://simplish.pomfolio.com/dev/2008/11/15/not-about-javascript/comment-page-1/#comment-28</link>
		<dc:creator>Otto</dc:creator>
		<pubDate>Fri, 28 Nov 2008 18:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=69#comment-28</guid>
		<description>No, is_singular() was correct. It&#039;s a function that returns the variable (much like all the other is_whatever() functions).

is_singular() returns true on single posts, pages, and attachments. This is just slightly different from is_single().</description>
		<content:encoded><![CDATA[<p>No, is_singular() was correct. It&#8217;s a function that returns the variable (much like all the other is_whatever() functions).</p>
<p>is_singular() returns true on single posts, pages, and attachments. This is just slightly different from is_single().</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Threadbare no longer (Simplish 2.1.4RC) - Simplish</title>
		<link>http://simplish.pomfolio.com/dev/2008/11/15/not-about-javascript/comment-page-1/#comment-32</link>
		<dc:creator>Threadbare no longer (Simplish 2.1.4RC) - Simplish</dc:creator>
		<pubDate>Thu, 27 Nov 2008 19:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=69#comment-32</guid>
		<description>[...] mentioned in comments on my original mild objection, I&#8217;ve been convinced that threaded discussions, new in the upcoming WordPress version 2.7, [...]</description>
		<content:encoded><![CDATA[<p>[...] mentioned in comments on my original mild objection, I&#8217;ve been convinced that threaded discussions, new in the upcoming WordPress version 2.7, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://simplish.pomfolio.com/dev/2008/11/15/not-about-javascript/comment-page-1/#comment-30</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Thu, 27 Nov 2008 02:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=69#comment-30</guid>
		<description>@Otto: Another note/a question: You wrote above:

&lt;code&gt;if ( get_option(&#039;thread_comments&#039;) &amp;&amp; is_singular() ) wp_enqueue_script( &#039;comment-reply&#039; );&lt;/code&gt;

…where I think you meant &lt;code&gt;is_single()&lt;/code&gt;. &lt;a href=&quot;http://phpxref.com/xref/wordpress/wp-includes/query.php.source.html#l402&quot; rel=&quot;nofollow&quot;&gt;&lt;code&gt;is_singular&lt;/code&gt;&lt;/a&gt; seems to be a variable. Do you know something I don&#039;t, or was that a typo?</description>
		<content:encoded><![CDATA[<p>@Otto: Another note/a question: You wrote above:</p>
<p><code>if ( get_option('thread_comments') &amp;&amp; is_singular() ) wp_enqueue_script( 'comment-reply' );</code></p>
<p>…where I think you meant <code>is_single()</code>. <a href="http://phpxref.com/xref/wordpress/wp-includes/query.php.source.html#l402" rel="nofollow"><code>is_singular</code></a> seems to be a variable. Do you know something I don&#8217;t, or was that a typo?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://simplish.pomfolio.com/dev/2008/11/15/not-about-javascript/comment-page-1/#comment-29</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Thu, 27 Nov 2008 02:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=69#comment-29</guid>
		<description>@Otto: I decided when I typed the &lt;em&gt;@Otto&lt;/em&gt; to the left that I was convinced. Let&#039;s have comment threads!

To wit, I&#039;ll post a new post on this blog in a few minutes with my quick alpha-quality paste-together of threaded comments in Simplish. Your tutorial (linked above) was so helpful that you probably deserve an author line in the &lt;code&gt;NOTICE&lt;/code&gt; file. :-)</description>
		<content:encoded><![CDATA[<p>@Otto: I decided when I typed the <em>@Otto</em> to the left that I was convinced. Let&#8217;s have comment threads!</p>
<p>To wit, I&#8217;ll post a new post on this blog in a few minutes with my quick alpha-quality paste-together of threaded comments in Simplish. Your tutorial (linked above) was so helpful that you probably deserve an author line in the <code>NOTICE</code> file. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto</title>
		<link>http://simplish.pomfolio.com/dev/2008/11/15/not-about-javascript/comment-page-1/#comment-33</link>
		<dc:creator>Otto</dc:creator>
		<pubDate>Sat, 22 Nov 2008 19:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=69#comment-33</guid>
		<description>I see your point with the plugin aspect, and normally I agree with you, but comment threading is something that really needed to be standardized. There were already too many ways of doing it, and for simple SEO purposes, it&#039;s important for the methodology to be the same, or at least similar, amongst all sites. When the search engines can optimize to a particular layout, then their results become far more useful and more likely to drive traffic to your site.

Also, the threading does work without javascript. It&#039;s just not as nice and easy to use, requiring an extra and somewhat pointless page-load.</description>
		<content:encoded><![CDATA[<p>I see your point with the plugin aspect, and normally I agree with you, but comment threading is something that really needed to be standardized. There were already too many ways of doing it, and for simple SEO purposes, it&#8217;s important for the methodology to be the same, or at least similar, amongst all sites. When the search engines can optimize to a particular layout, then their results become far more useful and more likely to drive traffic to your site.</p>
<p>Also, the threading does work without javascript. It&#8217;s just not as nice and easy to use, requiring an extra and somewhat pointless page-load.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://simplish.pomfolio.com/dev/2008/11/15/not-about-javascript/comment-page-1/#comment-35</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Thu, 20 Nov 2008 09:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=69#comment-35</guid>
		<description>@demetris: It&#039;s in:

&lt;code&gt;
Author: Demetris &lt; &gt;  2008-11-19 12:12:34
Committer: Josh Wood &lt;josh@impala.intranet.utopian.net&gt;  2008-11-19 15:12:57
Parent: 151ef711e85a5da02969a43cbb1bf6a3f1ff2159 (bumped to new RC version)
Branch: master
Follows: 2.1.2
Precedes:

    add optimized background header image. Thanks Demetris @ op111.net.
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@demetris: It&#8217;s in:</p>
<p><code><br />
Author: Demetris &lt; &gt;  2008-11-19 12:12:34<br />
Committer: Josh Wood &lt;josh@impala.intranet.utopian.net&gt;  2008-11-19 15:12:57<br />
Parent: 151ef711e85a5da02969a43cbb1bf6a3f1ff2159 (bumped to new RC version)<br />
Branch: master<br />
Follows: 2.1.2<br />
Precedes:</p>
<p>    add optimized background header image. Thanks Demetris @ op111.net.<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: demetris</title>
		<link>http://simplish.pomfolio.com/dev/2008/11/15/not-about-javascript/comment-page-1/#comment-38</link>
		<dc:creator>demetris</dc:creator>
		<pubDate>Wed, 19 Nov 2008 19:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=69#comment-38</guid>
		<description>Here is the PNG:

http://op111.net/files/img/sp-background-256b.png

:-)</description>
		<content:encoded><![CDATA[<p>Here is the PNG:</p>
<p><a href="http://op111.net/files/img/sp-background-256b.png" rel="nofollow">http://op111.net/files/img/sp-background-256b.png</a></p>
<p>:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://simplish.pomfolio.com/dev/2008/11/15/not-about-javascript/comment-page-1/#comment-37</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Wed, 19 Nov 2008 04:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=69#comment-37</guid>
		<description>@demetris: Patches accepted. Send me the .png! ;-)

@Otto: Handy tip, and answers demetris&#039; question too. By default themes will load the comment script regardless of the wp-admin setting; but it&#039;s easy enough to check for it with a conditional. Thanks for the comment!

Like many things WordPress, I &lt;em&gt;like&lt;/em&gt; this feature. I just like it better in a plugin -- of which there were already several.</description>
		<content:encoded><![CDATA[<p>@demetris: Patches accepted. Send me the .png! ;-)</p>
<p>@Otto: Handy tip, and answers demetris&#8217; question too. By default themes will load the comment script regardless of the wp-admin setting; but it&#8217;s easy enough to check for it with a conditional. Thanks for the comment!</p>
<p>Like many things WordPress, I <em>like</em> this feature. I just like it better in a plugin &#8212; of which there were already several.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto</title>
		<link>http://simplish.pomfolio.com/dev/2008/11/15/not-about-javascript/comment-page-1/#comment-34</link>
		<dc:creator>Otto</dc:creator>
		<pubDate>Tue, 18 Nov 2008 21:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=69#comment-34</guid>
		<description>If you want it to not load the javascript unless threading is turned on the the admin interface, use this code in the header.php:

&lt;code&gt;
if ( get_option(&#039;thread_comments&#039;) &amp;&amp; is_singular() ) wp_enqueue_script( &#039;comment-reply&#039; );
&lt;/code&gt;

That will make it only load the comment javascript when threading is turned on AND you&#039;re on the single post pages.</description>
		<content:encoded><![CDATA[<p>If you want it to not load the javascript unless threading is turned on the the admin interface, use this code in the header.php:</p>
<p><code><br />
if ( get_option('thread_comments') &amp;&amp; is_singular() ) wp_enqueue_script( 'comment-reply' );<br />
</code></p>
<p>That will make it only load the comment javascript when threading is turned on AND you&#8217;re on the single post pages.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
