<?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; subversion &#124; WebGrrrl.net, Home of Lorna Timbah On-line</title>
	<atom:link href="http://webgrrrl.net/tags/subversion/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>Wed, 23 May 2012 14:14:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</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 &#8230;]]></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="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="screenshot-3" src="http://webgrrrl.net/wp-content/uploads/2011/02/screenshot3_thumb.png" alt="screenshot-3" width="103" height="244" align="right" border="0" /></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 (Tortoise 1.7)<br />
</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 TortoiseSVN -&gt; Create repository here.</li>
<li>Right-click on the new folder and select SVN Checkout.</li>
<li>Set the WP.org Subversion Repository URL (remember, this is NOT your WP.org plugin URL; find the link in the Developers tab) 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>The Top Commentators Widget and Subversioning</title>
		<link>http://webgrrrl.net/archives/the-top-commentators-widget-and-subversioning.htm</link>
		<comments>http://webgrrrl.net/archives/the-top-commentators-widget-and-subversioning.htm#comments</comments>
		<pubDate>Sun, 23 Jan 2011 05:01:51 +0000</pubDate>
		<dc:creator>Lorna</dc:creator>
				<category><![CDATA[Discovering WordPress]]></category>
		<category><![CDATA[Life in reality]]></category>
		<category><![CDATA[postaweek2011]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[tcw]]></category>
		<category><![CDATA[top commentators]]></category>
		<category><![CDATA[top commentators widget]]></category>
		<category><![CDATA[tortoisesvn]]></category>

		<guid isPermaLink="false">http://webgrrrl.net/archives/the-top-commentators-widget-and-subversioning.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) I am way behind schedule on the TCW update, I know (and thanks for reminding me, Konsti!). Yes, I’m actually done with the changes – 3 of them, in fact – and I am ready to put it up into TCW WordPress.org’s Extend at &#8230;]]></description>
			<content:encoded><![CDATA[<p>(This is a post from <a href="http://webgrrrl.net">WebGrrrl.net</a>)</p>
<p>I am way behind schedule on the TCW update, I know (and thanks for reminding me, <a href="http://www.coachdrague.com/">Konsti</a>!). Yes, I’m actually done with the changes – 3 of them, in fact – and I am ready to put it up into TCW WordPress.org’s Extend at latest by tomorrow.</p>
<p>I got to be honest here. My delays are almost always (99.99% of the time) caused by two things – one: finding the time to do some coding, and two (a more embarrassing fact): I have little to zero clue how to use Subversion.</p>
<p><a href="http://picasaweb.google.com/lh/photo/x12O3Z5Y7ybm6dztK-t1Vw?feat=embedwebsite"><img style="display: inline; margin-left: 0px; margin-right: 0px;" src="http://lh3.ggpht.com/_lWi55qZQq2s/TTu0nzxAXNI/AAAAAAAAARY/QdYQIrOWovY/s144/tortoisesvn-screenshot.jpg" alt="" align="left" /></a></p>
<p>I know, right?! How could I, after more than three years developing TCW, still not get a handle of using it? More shameful is the fact that I’m a programmer by trade. Boo me.</p>
<p>It was suppose to be easy, this check-out, edit, commit, check-in thing. There’s a myriad of how-to posts specifically on using TortoiseSVN for WordPress.org. And I’m a programmer, for heaven’s sake! I should know code versioning!</p>
<p>The truth is, I’m a solo programmer and I don’t have to share my code with anyone. So all I needed to do was to create a new folder and dump my latest codes in there. That’s my versioning. Even if I did need to use versioning, it &#8216;ssuppose to be as easy as using <a href="http://www.googlecode.com">Google Code</a>.</p>
<p>So why is it that every time I tried to commit using Subversion, it Just Didn’t Work &#8482;? I didn’t see the change in trunk to the latest version number. My changelog sometimes reflected the change in WP server, then suddenly I didn’t see it anymore. Went through the steps again, from1 to 10 (or 11, or 20… I lost count of the many how-to I followed).</p>
<p>After nothing seemed to work, I went off the beaten path, and tinkered those options out of frustration. Then suddenly, Eureka! It’s there in WP.org, my latest version of TCW in all its glory! My heart sings Hallelujah as I typed down what I’ve done the best I could, hopeful that whatever I’ve typed would become my next blog post on my stagnant WebGrrrl blog.</p>
<p>But alas. This problem feels like a nasty cycle of procrastination and/or forgetfulness and/or carelessness. Take your pick.</p>
<p>You’ve read my previous post on <a href="http://webgrrrl.net/archives/wordpress-postaday-challenge-are-you-game.htm">how “active” I was these past couple of years</a>. So tonight, I shall once again go through the process of committing my latest Top Commentators widget update, typing those steps again into a draft post, crossing my fingers and hope that this time, that post won’t disappear into thin air and I’ll not only have the latest TCW up for you, but also my next Post Of The Week ready for primetime viewing.</p>
<p>BTW, here are some blog posts from WebGrrrl.net readers who are taking on the <a href="http://webgrrrl.net/archives/wordpress-postaday-challenge-are-you-game.htm">PostAWeek 2011 challenge</a>:</p>
<ul>
<li><a href="http://www.norifpaival.com/2011/01/like-giving-up-on-sex/">Like giving up on sex!</a> by LaViaP The Geek</li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwebgrrrl.net%2Farchives%2Fthe-top-commentators-widget-and-subversioning.htm&amp;title=The%20Top%20Commentators%20Widget%20and%20Subversioning" 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/the-top-commentators-widget-and-subversioning.htm/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Top Commentators Widget is now Extended</title>
		<link>http://webgrrrl.net/archives/top-commentators-widget-is-now-extended.htm</link>
		<comments>http://webgrrrl.net/archives/top-commentators-widget-is-now-extended.htm#comments</comments>
		<pubDate>Thu, 04 Oct 2007 11:35:00 +0000</pubDate>
		<dc:creator>Lorna</dc:creator>
				<category><![CDATA[Discovering WordPress]]></category>
		<category><![CDATA[Life online]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[top commentators widget]]></category>
		<category><![CDATA[wordpress.org]]></category>

		<guid isPermaLink="false">http://webgrrrl.net/archives/top-commentators-widget-is-now-extended.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) Yes, my friends, the Top Commentators Widget is now officially part of WordPress.org Plugin Directory. I was driven to finish the setup for the widget&#8217;s hosting to WordPress.org, especially after seeing the built-in plugin update notifier in WordPress 2.3. I am SO GLAD I &#8230;]]></description>
			<content:encoded><![CDATA[<p>(This is a post from <a href="http://webgrrrl.net">WebGrrrl.net</a>)</p>
<p><a href="http://webgrrrl.net/wp-content/uploads/2007/10/tcwextend.gif" title="Top Commentators Widget finally hosted in WordPress.org. Check it out at http://wordpress.org/extend/plugins/top-commentators-widget/" rel="lightbox"><img src="http://webgrrrl.net/wp-content/uploads/2007/10/tcwextend.thumbnail.gif" alt="Top Commentators Widget finally hosted in WordPress.org. Check it out at http://wordpress.org/extend/plugins/top-commentators-widget/" align="left" /></a>Yes, my friends, the <a href="http://wordpress.org/extend/plugins/top-commentators-widget/">Top Commentators Widget</a> is now officially part of <a href="http://wordpress.org/extend/plugins/">WordPress.org Plugin Directory</a>. I was driven to finish the setup for the widget&#8217;s hosting to WordPress.org, especially after seeing the built-in plugin update notifier in WordPress 2.3.</p>
<p>I am SO GLAD I finally completed what I had planned to do since June, but as you have read in <a href="http://webgrrrl.net/archives/top-commentators-widget-in-wordpressorg-plugin-directory-coming-soon.htm">my previous post</a>, the tedious work that is <a href="http://wordpress.org/extend/plugins/about/svn/">Subversion</a> was what made me chickened out of doing so sooner. I&#8217;m grateful that Ronald at Weblog Tools Collection did that <a href="http://weblogtoolscollection.com/archives/2007/06/17/listing-your-plugin-at-the-wordpressorg-plugin-directory/">tutorial on TortoiseSVN</a> and explained in painstaking details how I should go about setting everything up. The slightly intimidating part of hosting in WordPress.org was actually the preparation of the ReadMe file &#8212; I&#8217;m glad the WordPress team prepared a readme validator to make sure I formatted it well.</p>
<p>Of course, I&#8217;ll still be maintaining the Top Commentators Widget page in my blog, but I&#8217;ll recommend everyone to start visiting the <a href="http://wordpress.org/extend/plugins/top-commentators-widget/">Top Commentator Widget in WordPress.org</a> as the information in that page is more easy on the eyes.</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%2Ftop-commentators-widget-is-now-extended.htm&amp;title=Top%20Commentators%20Widget%20is%20now%20Extended" 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/top-commentators-widget-is-now-extended.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-05-23 23:04:27 -->
