<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WebGrrrl.net, Home of Lorna Timbah On-line &#187; comment</title>
	<atom:link href="http://webgrrrl.net/tags/comment/feed" rel="self" type="application/rss+xml" />
	<link>http://webgrrrl.net</link>
	<description>I blog for the same reason I breathe -- because if I didn&#039;t, I would die. - Isaac Asimov + me@webgrrrl.net</description>
	<lastBuildDate>Mon, 05 Dec 2011 03:03:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress Top Commentators Widget v.1.4</title>
		<link>http://webgrrrl.net/archives/wordpress-top-commentators-widget-v-1-4.htm</link>
		<comments>http://webgrrrl.net/archives/wordpress-top-commentators-widget-v-1-4.htm#comments</comments>
		<pubDate>Sat, 12 Feb 2011 15:47:39 +0000</pubDate>
		<dc:creator>Lorna</dc:creator>
				<category><![CDATA[Discovering WordPress]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[commentators]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[tcw]]></category>
		<category><![CDATA[top commentators]]></category>
		<category><![CDATA[top commentators widget]]></category>

		<guid isPermaLink="false">http://webgrrrl.net/archives/wordpress-top-commentators-widget-v-1-4.htm</guid>
		<description><![CDATA[<p>(This is a post from <a href="http://webgrrrl.net">WebGrrrl.net</a>)</p>
(This is a post from WebGrrrl.net) If you have issues with the latest update (v.1.4), keep those feedback coming; please add them in the comments section below. I am currently working on the fix as of this moment. The latest version is up at WP.org’s plugin repository. As mentioned in the README file: Added the [...]]]></description>
			<content:encoded><![CDATA[<p>(This is a post from <a href="http://webgrrrl.net">WebGrrrl.net</a>)</p>
<p><strong>If you have issues with the latest update (v.1.4), keep those feedback coming; please add them in the comments section below. I am currently working on the fix as of this moment.</strong></p>
<p><a href="http://wordpress.org/extend/plugins/top-commentators-widget/">The latest version is up at WP.org’s plugin repository</a>. As mentioned in the README file:</p>
<ol>
<li>Added the Award option which will display image or icon of a medal/badge once a commentator reaches a certain number of comments determined by blog owner. </li>
<li>Modified the form to allow default values to be entered automatically when initialized (i.e. widget&#8217;s Save button is pressed). </li>
<li>Added support for setting default Gravatars to 404, Mystery Man, Identicons, MonsterIDs or Wavatars. </li>
<li>Repaired the query statement for filtering e-mails. </li>
</ol>
<p><a href="http://webgrrrl.net/wp-content/uploads/2011/02/screenshot3.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="screenshot-3" border="0" alt="screenshot-3" align="right" src="http://webgrrrl.net/wp-content/uploads/2011/02/screenshot3_thumb.png" width="103" height="244" /></a> </p>
<p>Thanks to <a href="http://www.coachdrague.com/blog">Konsti</a> for the award/gaming suggestion. For now it only takes into account a single range. Hopefully in the future the widget can scan based on how active a commentator is, then award these users based on different levels of comments contributed.</p>
<p>Change number 2 is mainly for those who’ve complained that the top commentators wasn’t showing even after the widget is installed. Remember to go to the Widgets option, add the TCW in, and <strong>click the Save button to initialize its values.</strong> The widget won’t display anything if you do not press the Save button and get those default values entered into your WordPress options database.</p>
<p>A year ago, user <strong>iferg</strong> requested that the <a href="http://wordpress.org/support/topic/top-commentators-widget-gravatars-issue">TCW supports other default Gravatars like Identicons, MonsterIDs and Wavatars</a>. I finally had a chance to read up on this, and added that option into this widget.</p>
<p>Last, but not least, user <strong>ostin654</strong> contributed <a href="http://wordpress.org/support/topic/plugin-top-commentators-widget-e-mail-filter-problem">a fix to the e-mail filtering bug</a>, so I really appreciate that!</p>
<p>If you would like me to keep updating this WordPress plugin, I would like to ask just one thing from you – <strong>if you have a bug and/or a fix to report, or if you have modified the codes in any way that would benefit the TCW users, please share it with us.</strong> I’ll be sure to credit you and add those modifications in the next update. This would be the best way to continue making Top Commentators Widget useful and fun to use.</p>
<p>Please skip the rest of my post below; these are just notes to self so that I’ll remember how to update the TCW repo next time.</p>
<p><strong>For new projects</strong></p>
<ol>
<li>Create a new folder in your computer.</li>
<li>Download and install TortoiseSVN.</li>
<li>Right-click on the new folder and select SVN Checkout.</li>
<li>Set the WP.org repository URL and WP.org login info.</li>
</ol>
<p><strong>To edit code</strong></p>
<p>Change the stuff under the Trunk folder within the new folder you created.</p>
<p><strong>To update code</strong></p>
<p>Right-click on the new folder or the Trunk folder itself, and select SVN Commit to check the files in. Add in the message “Version #.#” in the message section.</p>
<p><strong>To tag code</strong></p>
<ol>
<li>Create a new folder within the Tags folder, naming it with the same version number as your current HEAD/trunk.</li>
<li>Copy all files in Trunk and paste it in the Tags folder with the version number.</li>
<li>Right-click on the Tags folder and select SVN Commit.</li>
<li>Add in the message “Tagging version #.#” in the message section for housekeeping purposes.</li>
</ol>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwebgrrrl.net%2Farchives%2Fwordpress-top-commentators-widget-v-1-4.htm&amp;title=WordPress%20Top%20Commentators%20Widget%20v.1.4" id="wpa2a_2"><img src="http://webgrrrl.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://webgrrrl.net/archives/wordpress-top-commentators-widget-v-1-4.htm/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Click to Comment plugin for your blog</title>
		<link>http://webgrrrl.net/archives/click-to-comment-plugin-for-your-blog.htm</link>
		<comments>http://webgrrrl.net/archives/click-to-comment-plugin-for-your-blog.htm#comments</comments>
		<pubDate>Sat, 23 Feb 2008 04:54:51 +0000</pubDate>
		<dc:creator>Lorna</dc:creator>
				<category><![CDATA[Discovering WordPress]]></category>
		<category><![CDATA[Web traversing]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://webgrrrl.net/archives/click-to-comment-plugin-for-your-blog.htm</guid>
		<description><![CDATA[<p>(This is a post from <a href="http://webgrrrl.net">WebGrrrl.net</a>)</p>
(This is a post from WebGrrrl.net) Bloghopping through my MyBlogLog visitors led me to a cute little plugin called ClickComments by PostReach. Instead of typing out their comments, your blog visitors can instead click on an icon representing how good your particular post is. This plugin can be supported in many types of blogging platform [...]]]></description>
			<content:encoded><![CDATA[<p>(This is a post from <a href="http://webgrrrl.net">WebGrrrl.net</a>)</p>
<p><img src="http://webgrrrl.net/wp-content/uploads/2008/02/clickcomments1.gif" alt="An example of ClickComments in action." align="left" />Bloghopping through my MyBlogLog visitors led me to a cute little plugin called <a href="http://www.postreach.com/postreach/index0">ClickComments</a> by PostReach. Instead of typing out their comments, your blog visitors can instead click on an icon representing how good your particular post is.</p>
<p><img src="http://webgrrrl.net/wp-content/uploads/2008/02/clickcomments2.gif" alt="The ClickComments form" align="right" />This plugin can be supported in many types of blogging platform such as Blogger, MovableType and of course WordPress. Even the setup looks fairly easy to use. You just need to fill in the form on the right-side of ClickComments&#8217; web site with your blog URL (which is the only compulsory field to fill), and select the style you preferred when your plugin appears in your site. The icons representing the comments can be as simple as two icons representing I Like It / Don&#8217;t Like It, to as many as six icons representing Cool / Fun / Insightful / Fell Asleep / I&#8217;m Confused / I Disagree.</p>
<p>I suppose this may be a good alternative to using ratings on your posts, but this may not totally replace the traditional comment form that we&#8217;re used to. For one thing, the inability for the plugin to record your commentors&#8217; URL would put off some people from commenting for the sake of backlinking (thus avoiding spams, yeay! <img src='http://webgrrrl.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ). Also, ClickComments may not fit your need if you are looking at your comments section as a community-building platform.</p>
<p>On top of that, the plugin design and icons are still very limited to those options you see in the form. Maybe one of these days ClickComments will have the ability for its users to customize not just the plugin look, but also the types of icons that can be used so that the plugin can be customized to fit a particular blog&#8217;s persona or theme.</p>
<p>I was this close to putting this widget into my blog, if not for that fact that my recent <a href="http://www.webhostgear.com/">web hosting</a> predicament caused me to be aware of my blog&#8217;s loading time and avoid anymore plugin and widget add-ins (although the plugins did not cause my problem). I may use something like this in the future or for my other sites.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwebgrrrl.net%2Farchives%2Fclick-to-comment-plugin-for-your-blog.htm&amp;title=Click%20to%20Comment%20plugin%20for%20your%20blog" id="wpa2a_4"><img src="http://webgrrrl.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://webgrrrl.net/archives/click-to-comment-plugin-for-your-blog.htm/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>NoNoFollow plugins and policy</title>
		<link>http://webgrrrl.net/archives/nonofollow-plugins-and-policy.htm</link>
		<comments>http://webgrrrl.net/archives/nonofollow-plugins-and-policy.htm#comments</comments>
		<pubDate>Thu, 31 Jan 2008 00:52:43 +0000</pubDate>
		<dc:creator>Lorna</dc:creator>
				<category><![CDATA[Discovering WordPress]]></category>
		<category><![CDATA[Life online]]></category>
		<category><![CDATA[back linking]]></category>
		<category><![CDATA[bad neighborhood link]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[nofollow]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://webgrrrl.net/archives/nonofollow-plugins-and-policy.htm</guid>
		<description><![CDATA[<p>(This is a post from <a href="http://webgrrrl.net">WebGrrrl.net</a>)</p>
(This is a post from WebGrrrl.net) As part of my support for the NoNoFollow movement, I initially decided to use the easiest DoFollow WordPress plugin there is by Semiologic. However, after just learning about bad neighborhood links, I decided on using a different plugin called NoFollow Case by Case so that I have a greater [...]]]></description>
			<content:encoded><![CDATA[<p>(This is a post from <a href="http://webgrrrl.net">WebGrrrl.net</a>)</p>
<p>As part of my support for the <a href="http://www.bumpzee.com/no-nofollow/">NoNoFollow movement</a>, I initially decided to use the <a href="http://www.semiologic.com/software/dofollow/">easiest DoFollow WordPress plugin there is by Semiologic</a>. However, after just learning about bad neighborhood links, I decided on using a different plugin called <a href="http://www.fob-marketing.de/marketing-blog-184-wordpress-nofollow-seo-plugin-nofollow-case-by-case.html">NoFollow Case by Case</a> so that I have a greater control over the outgoing links in the comments.</p>
<p>So far I only used it on less than 5 of the mere 1000+ comments I get in this blog due to suspicious back linking. Sooner, though, I feel I should have some sort of comment policy to tell people not to take the comment section in my blog too lightly. I know some of you, particularly one or two who are in the <a href="http://webgrrrl.net/archives/my-top-commentators-widget-quick-dirty.htm">Top Commentators</a> section, are taking advantage of the nofollow option to promote your affiliate/product sites. Don&#8217;t overdo it, &#8217;cause if you do, don&#8217;t come complaining and spamming me. I wouldn&#8217;t care, &#8217;cause this is my blog and I do as I very well please.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwebgrrrl.net%2Farchives%2Fnonofollow-plugins-and-policy.htm&amp;title=NoNoFollow%20plugins%20and%20policy" id="wpa2a_6"><img src="http://webgrrrl.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://webgrrrl.net/archives/nonofollow-plugins-and-policy.htm/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: webgrrrl.net @ 2012-02-09 06:31:03 -->
