<?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 on: Project List</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2004/05/25/project-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2004/05/25/project-list/</link>
	<description></description>
	<pubDate>Fri, 05 Dec 2008 03:28:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Mike</title>
		<link>http://www.scriptygoddess.com/archives/2004/05/25/project-list/#comment-11700</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/05/25/project-list/#comment-11700</guid>
		<description>Comment Highlighting
 
I have noticed a few sites have implemented some sort of comment highlighting for various reasons -- mezzoblue.com's recent redesign and addition of comment highlighting has sparked some interesting comments. As a user, I do not find the practice to be beneficial in terms of locating these "special" comments. I suppose the benefit is relative to the number of comments visitors have made, but when we are talking about a hundred or so comments, even highlighted comments seem to get lost in the fray. Have you considered creating a “sticky section” or “hot comments” area where you can group all of the comments you feel are above the fold?</description>
		<content:encoded><![CDATA[<p>Comment Highlighting</p>
<p>I have noticed a few sites have implemented some sort of comment highlighting for various reasons &#8212; mezzoblue.com&#039;s recent redesign and addition of comment highlighting has sparked some interesting comments. As a user, I do not find the practice to be beneficial in terms of locating these &#034;special&#034; comments. I suppose the benefit is relative to the number of comments visitors have made, but when we are talking about a hundred or so comments, even highlighted comments seem to get lost in the fray. Have you considered creating a “sticky section” or “hot comments” area where you can group all of the comments you feel are above the fold?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jen</title>
		<link>http://www.scriptygoddess.com/archives/2004/05/25/project-list/#comment-11701</link>
		<dc:creator>Jen</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/05/25/project-list/#comment-11701</guid>
		<description>Woohoo, you know I'll be waiting for the comment show/hide! :)

It's seriously one of my favorite features on my site and the one that impresses the most people who like how much easier it makes browsing the comments.

Just keep remembering to eat once in awhile, in between all this great work you're doing. :)</description>
		<content:encoded><![CDATA[<p>Woohoo, you know I&#039;ll be waiting for the comment show/hide! <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
It&#039;s seriously one of my favorite features on my site and the one that impresses the most people who like how much easier it makes browsing the comments.</p>
<p>Just keep remembering to eat once in awhile, in between all this great work you&#039;re doing. <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://www.scriptygoddess.com/archives/2004/05/25/project-list/#comment-11702</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/05/25/project-list/#comment-11702</guid>
		<description>Wordpress lets you have feeds for your comments on any entry - that's kind of like comment subscriptions, so I thought I'd mention it.</description>
		<content:encoded><![CDATA[<p>Wordpress lets you have feeds for your comments on any entry - that&#039;s kind of like comment subscriptions, so I thought I&#039;d mention it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark J</title>
		<link>http://www.scriptygoddess.com/archives/2004/05/25/project-list/#comment-11703</link>
		<dc:creator>Mark J</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/05/25/project-list/#comment-11703</guid>
		<description>Jenn,
I've got expandable/retractable comments working on my site.  Basically, I just modified my wp-comments.php file to do some logic.  If the comments section is being called from an individual archive, the comments are displayed regularly.  If the comments section is called from the main index or from an archive, the comments are displayed in a hide/show script.  I'm using your plugin for displaying my entries with hide/show, and I just used that same JavaScript for my comments.

You can use the $single variable to do that testing, but what I've done is harnessed the unused $withcomments variable.  At the beginning of my index.php file, I do some logic to determine if we're looking at the main index, a monthly archive, a category archive, etc... and then I can turn $withcomments on or off for each.  If it is on, comments are displayed with hide/show JS, if it is off, you just get a comment link that goes to the permalink page.

Jenn, are you planning on writing a "subscribe to comments" script all by yourself?  Unfortunately I had to drop that when I made the move, but I'd like to get it back, and I was planning on writing a script myself, when I have some time.  But if you were going to do it, I trust your PHP skills more than mine. ;-)</description>
		<content:encoded><![CDATA[<p>Jenn,<br />
I&#039;ve got expandable/retractable comments working on my site.  Basically, I just modified my wp-comments.php file to do some logic.  If the comments section is being called from an individual archive, the comments are displayed regularly.  If the comments section is called from the main index or from an archive, the comments are displayed in a hide/show script.  I&#039;m using your plugin for displaying my entries with hide/show, and I just used that same JavaScript for my comments.</p>
<p>You can use the $single variable to do that testing, but what I&#039;ve done is harnessed the unused $withcomments variable.  At the beginning of my index.php file, I do some logic to determine if we&#039;re looking at the main index, a monthly archive, a category archive, etc&#8230; and then I can turn $withcomments on or off for each.  If it is on, comments are displayed with hide/show JS, if it is off, you just get a comment link that goes to the permalink page.</p>
<p>Jenn, are you planning on writing a &#034;subscribe to comments&#034; script all by yourself?  Unfortunately I had to drop that when I made the move, but I&#039;d like to get it back, and I was planning on writing a script myself, when I have some time.  But if you were going to do it, I trust your PHP skills more than mine. <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VIncent</title>
		<link>http://www.scriptygoddess.com/archives/2004/05/25/project-list/#comment-11704</link>
		<dc:creator>VIncent</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/05/25/project-list/#comment-11704</guid>
		<description>regarding #1:
http://mookitty.co.uk/devblog/category/comment-email/

Yay!</description>
		<content:encoded><![CDATA[<p>regarding #1:<br />
<a href="http://mookitty.co.uk/devblog/category/comment-email/" rel="nofollow">http://mookitty.co.uk/devblog/category/comment-email/</a></p>
<p>Yay!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark J</title>
		<link>http://www.scriptygoddess.com/archives/2004/05/25/project-list/#comment-11705</link>
		<dc:creator>Mark J</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/05/25/project-list/#comment-11705</guid>
		<description>Uh oh... don't tell Jenn. ;-)</description>
		<content:encoded><![CDATA[<p>Uh oh&#8230; don&#039;t tell Jenn. <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Stare</title>
		<link>http://www.scriptygoddess.com/archives/2004/05/25/project-list/#comment-11706</link>
		<dc:creator>Jason Stare</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/05/25/project-list/#comment-11706</guid>
		<description>How about a wordpress plugin that'll delete unapproved posts x days after being submitted?

May sound a bit lazy, but it would help against mass spammers.
</description>
		<content:encoded><![CDATA[<p>How about a wordpress plugin that&#039;ll delete unapproved posts x days after being submitted?</p>
<p>May sound a bit lazy, but it would help against mass spammers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.303 seconds -->
