<?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; Discovering WordPress</title>
	<atom:link href="http://webgrrrl.net/archives/category/discovering-wordpress/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 Thumbnails in Archives Page: making it work</title>
		<link>http://webgrrrl.net/archives/wordpress-thumbnails-in-archives-page-making-it-work.htm</link>
		<comments>http://webgrrrl.net/archives/wordpress-thumbnails-in-archives-page-making-it-work.htm#comments</comments>
		<pubDate>Fri, 02 Sep 2011 14:53:25 +0000</pubDate>
		<dc:creator>Lorna</dc:creator>
				<category><![CDATA[Discovering WordPress]]></category>

		<guid isPermaLink="false">http://webgrrrl.net/?p=2418</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) The attack of the insomnia has hit again, so I’m taking this advantage to update the Top Commentators Widget (which is now in 1.5-beta and downloadable via WordPress Extend if you wanna try it out — this blog is currently running it) as well as a couple of my favourite [...]]]></description>
			<content:encoded><![CDATA[<p>(This is a post from <a href="http://webgrrrl.net">WebGrrrl.net</a>)</p>
<p>The attack of the insomnia has hit again, so I’m taking this advantage to update the Top Commentators Widget (<a href="http://downloads.wordpress.org/plugin/top-commentators-widget.1.5beta.zip" target="_blank">which is now in 1.5-beta and downloadable via WordPress Extend if you wanna try it out</a> — this blog is currently running it) as well as a couple of my favourite niche sites.</p>
<p>One niche site I own, <a href="http://crossstitch4free.com/" target="_blank">Cross Stitch For Free</a>, displays the archives of its posts together with its respective thumbnails. These thumbnails are generated automatically by the <a href="http://mekosh.org/projects/ordered-thumbnails" target="_blank">Ordered Thumbnails plugin</a>, which scans the post for any image and uses the first image it finds as the default thumbnail.</p>
<p>Since WP 2.9, thumbnails are built into the core, which means that I don’t have to rely on any plugin in order to generate it. All I had to do was add a few codes in my functions.php and archive.php, and that supposedly should do the trick.</p>
<p>Unfortunately, it wasn’t as simple as that. But it ain’t too complicated, either.</p>
<p>I followed the exact same steps as told in the <a href="http://codex.wordpress.org/Post_Thumbnails" target="_blank">WordPress Codex</a>, which was to add the <em>add_theme_support()</em>theme function in the <em>functions.php</em> file, and <em>the_post_thumbnail()</em> in the <em>archive.php</em> file (making sure the function is within the Loop). But nothing showed.</p>
<p>After an hour or so researching the Web, I was finally able to guess why. I needed to <strong>edit each post</strong>, then go to<strong>Add an Image &gt; Gallery </strong>or<strong> Media Library </strong>if the image isn’t attached to that particular post, <strong>Show</strong> the image to expand its options, and, most importantly, click <strong>Use as featured image</strong>. And I needed to do this for every single post I want a thumbnail to appear in.</p>
<p><a href="http://www.flickr.com/photos/ltimbah/6103885065/" title="&quot;Use as featured image&quot; WordPress thumbnails in archive.php by ltimbah, on Flickr"><img src="http://farm7.static.flickr.com/6061/6103885065_9f07032fb3.jpg" width="500" height="428" alt="&quot;Use as featured image&quot; WordPress thumbnails in archive.php"/></a></p>
<p>I suppose it’s fine if you don’t have that many posts in your blog as in my case, but if you already have hundreds, then best of luck to you. I believe there may be a few WP plugins out there that may help solve this problem, but I didn’t bother trying it out. My niche blog only has close to 70 pages, and I’m already finding it tedious to manually set them one by one. You can see the difference yourself; <a href="http://crossstitch4free.com/category/cross-stitch-patterns" target="_blank">view the first few pages of the archives</a> and then see how the <a href="http://crossstitch4free.com/category/cross-stitch-patterns/page/8" target="_blank">last two pages of the post archive look like without the thumbnail featured image being set</a> (scroll to the end of the page and find the last two page numbers you see).</p>
<p>In any case, it’s always good to utilise the core hooks of WordPress rather than relying on plugins, if you’re comfortable hardcoding your blog templates. They’re faster, more reliable, and safer.</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%2Fwordpress-thumbnails-in-archives-page-making-it-work.htm&amp;title=WordPress%20Thumbnails%20in%20Archives%20Page%3A%20making%20it%20work" 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>Related posts:<ol>
<li><a href='http://webgrrrl.net/archives/wordpress-top-commentators-widget-v-1-4.htm' rel='bookmark' title='WordPress Top Commentators Widget v.1.4'>WordPress Top Commentators Widget v.1.4</a></li>
<li><a href='http://webgrrrl.net/archives/urgent-update-top-commentators-widget-v-1-4-1-beta.htm' rel='bookmark' title='Urgent update: Top Commentators Widget v.1.4.1 beta'>Urgent update: Top Commentators Widget v.1.4.1 beta</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://webgrrrl.net/archives/wordpress-thumbnails-in-archives-page-making-it-work.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Top Commentators Widget mini update (v.1.4.2)</title>
		<link>http://webgrrrl.net/archives/top-commentators-widget-mini-update-v-1-4-2.htm</link>
		<comments>http://webgrrrl.net/archives/top-commentators-widget-mini-update-v-1-4-2.htm#comments</comments>
		<pubDate>Thu, 24 Feb 2011 03:11:31 +0000</pubDate>
		<dc:creator>Lorna</dc:creator>
				<category><![CDATA[Discovering WordPress]]></category>
		<category><![CDATA[tcw]]></category>
		<category><![CDATA[top commentators]]></category>
		<category><![CDATA[top commentators widget]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress 3.1]]></category>

		<guid isPermaLink="false">http://webgrrrl.net/?p=2414</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) A quick heads-up on the latest TCW update, in line with the release of WordPress 3.1. This update also addressed the comment hijacking issue that, while wonderfully suggested and fixed by Stuff by Sarah quite a while ago (and implemented by yours truly on v.0.999a) , were not fully [...]]]></description>
			<content:encoded><![CDATA[<p>(This is a post from <a href="http://webgrrrl.net">WebGrrrl.net</a>)</p>
<p>A quick heads-up on the latest TCW update, in line with the release of <a href="http://wordpress.org/news/2011/02/threeone/">WordPress 3.1</a>. This update also addressed the comment hijacking issue that, while wonderfully <a href="http://www.stuffbysarah.net/wordpress-plugins/top-commentators/">suggested and fixed by Stuff by Sarah</a> quite a while ago (and implemented by yours truly on v.0.999a) , were not fully effective in blocking the comment spammers. Basically it&#8217;s a small rewrite of the database query, that&#8217;s all. This means that v.1.4.2 won&#8217;t affect your &gt;=TCW 1.4 settings in any way.</p>
<p>Nevertheless, Top Commentators Widget v.2.0 update, to coincide with the next WordPress update (whether major or minor), will again affect your setup.</p>
<ol>
<li>The form control, i.e. what you see in the Widgets section, will be re-arranged to simplify it.</li>
<li>Further modification on the look of your Number of Comments will be enabled.</li>
<li>Styling of the list for CSS purposes will be improved.</li>
<li>Addition of DIV on top of Numbered and Ordered.</li>
</ol>
<p>I like WP 3.1. Do you?</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-mini-update-v-1-4-2.htm&amp;title=Top%20Commentators%20Widget%20mini%20update%20%28v.1.4.2%29" 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>Related posts:<ol>
<li><a href='http://webgrrrl.net/archives/urgent-update-top-commentators-widget-v-1-4-1-beta.htm' rel='bookmark' title='Urgent update: Top Commentators Widget v.1.4.1 beta'>Urgent update: Top Commentators Widget v.1.4.1 beta</a></li>
<li><a href='http://webgrrrl.net/archives/wordpress-top-commentators-widget-v-1-4.htm' rel='bookmark' title='WordPress Top Commentators Widget v.1.4'>WordPress Top Commentators Widget v.1.4</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://webgrrrl.net/archives/top-commentators-widget-mini-update-v-1-4-2.htm/feed</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Urgent update: Top Commentators Widget v.1.4.1 beta</title>
		<link>http://webgrrrl.net/archives/urgent-update-top-commentators-widget-v-1-4-1-beta.htm</link>
		<comments>http://webgrrrl.net/archives/urgent-update-top-commentators-widget-v-1-4-1-beta.htm#comments</comments>
		<pubDate>Tue, 15 Feb 2011 16:10:29 +0000</pubDate>
		<dc:creator>Lorna</dc:creator>
				<category><![CDATA[Discovering WordPress]]></category>
		<category><![CDATA[tcw]]></category>
		<category><![CDATA[top commentators]]></category>
		<category><![CDATA[top commentators widget]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://webgrrrl.net/archives/urgent-update-top-commentators-widget-v-1-4-1-beta.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) IMPORTANT: If you have customized the styles in any way on this widget, be aware that this update may break them! Fingers crossed, this version of TCW (downloadable in WP.org’s plugin repository) should address all of the problems encountered in v.1.4 as mentioned in the comments of my previous [...]]]></description>
			<content:encoded><![CDATA[<p>(This is a post from <a href="http://webgrrrl.net">WebGrrrl.net</a>)</p>
<p><strong>IMPORTANT: If you have customized the styles in any way on this widget, be aware that this update may break them!</strong></p>
<p>Fingers crossed, <a href="http://wordpress.org/extend/plugins/top-commentators-widget">this version of TCW (downloadable in WP.org’s plugin repository)</a> should address all of the problems encountered in v.1.4 as mentioned in the comments of my previous post (especially those disappearing settings / changes in form not committing). I honestly THANK YOU for your comments – you have no idea how I appreciate all those bug reports you all have given.</p>
<p>The widget has gone through a heck of a major rewrite between v.1.4 and this one, so what does this really mean for your blog?</p>
<ol>
<li>This version and any future updates of the Top Commentators Widget will no longer be compatible with WordPress installs prior to version 2.8. Sorry, folks, it’s just to inconvenient to make it backward compatible.</li>
<li>TCW is finally using the widgets API available since WP 2.8, which means that <strong>1.4.1 beta now supports multiple instances of the Top Commentators in your blog!</strong></li>
<li>Due to the support for multi-instances of this widget, the ID and CLASS styles may be called differently. You may not notice much difference especially if you’re only using a single instance of the Top Commentators widget in your blog, but you need to be aware of this in any case.</li>
</ol>
<p>If you don’t feel at all comfortable with the changes in v.1.4 and this one, the older versions of this widget is still available at the WP.org repository; just find the link at the sidebar named “<a href="http://wordpress.org/extend/plugins/top-commentators-widget/download/">Older version</a>” and grab the version that fits your blog.</p>
<p>Version 1.4 is so unstable, that I’ve decided to label this update as a beta. However, please feel brave enough to at least install this version in your sandbox and let me know how it goes in your blog. Please please please let me know, working or not, I would really like to know.</p>
<p><strong><span style="font-weight: normal;"><strong>The TCW may be deactivated from your Widgets list due to the new API calls it makes. Therefore, o</strong></span>nce upgraded, please make sure you revisit your Widgets page and re-do your settings, then Save them. </strong></p>
<p>I’d better give my back a rest. This slipped disc injury is scarily painful; I hope I’ll gain full mobility soon. My home and my kids are a wreck without me.</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%2Furgent-update-top-commentators-widget-v-1-4-1-beta.htm&amp;title=Urgent%20update%3A%20Top%20Commentators%20Widget%20v.1.4.1%20beta" 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>Related posts:<ol>
<li><a href='http://webgrrrl.net/archives/wordpress-top-commentators-widget-v-1-4.htm' rel='bookmark' title='WordPress Top Commentators Widget v.1.4'>WordPress Top Commentators Widget v.1.4</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://webgrrrl.net/archives/urgent-update-top-commentators-widget-v-1-4-1-beta.htm/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<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_8"><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 latest by tomorrow. I got [...]]]></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_10"><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>WordPress PostADay Challenge: are you game?</title>
		<link>http://webgrrrl.net/archives/wordpress-postaday-challenge-are-you-game.htm</link>
		<comments>http://webgrrrl.net/archives/wordpress-postaday-challenge-are-you-game.htm#comments</comments>
		<pubDate>Sat, 08 Jan 2011 17:24:28 +0000</pubDate>
		<dc:creator>Lorna</dc:creator>
				<category><![CDATA[Discovering WordPress]]></category>
		<category><![CDATA[Life online]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[challenge]]></category>
		<category><![CDATA[postaweek2011]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://webgrrrl.net/?p=2353</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 know that the original challenge is intended for WordPress.com users, but, hey, it doesn&#8217;t hurt to join in the fun. I&#8217;ve done a 30-day blog challenge before, so I know how difficult it can be for some of us to keep up. It&#8217;s not so much because we&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>(This is a post from <a href="http://webgrrrl.net">WebGrrrl.net</a>)</p>
<p>I know that the <a href="http://dailypost.wordpress.com/2010/12/29/welcome-to-the-daily-post/">original challenge</a> is intended for WordPress.com users, but, hey, it doesn&#8217;t hurt to join in the fun.</p>
<p><img class="alignright size-thumbnail wp-image-724" title="Paid to blog -- is it for you?" src="http://webgrrrl.net/wp-content/uploads/2008/07/blogging.thumbnail.jpg" alt="" width="93" height="128" />I&#8217;ve done a <a href="http://webgrrrl.net/archives/my-one-page-a-day-submissions.htm">30-day blog challenge before</a>, so I know how difficult it can be for some of us to keep up. It&#8217;s not so much because we&#8217;re out of ideas, but rather the fact that we&#8217;re pretty much swarmed with so many other commitments in our life that they force you to put your blogging efforts in the back burner.</p>
<p>WebGrrrl.net is a perfect example of that. 2010 has been almost non-existent in terms of posts in this blog. As a comparison:</p>
<ul>
<li>2006: 9 posts</li>
<li>2007: 88 posts</li>
<li>2008: 114 posts</li>
<li>2009: 37 posts</li>
<li>2010: 11 posts</li>
</ul>
<p>Pathetic, isn&#8217;t it? As a result, my blog traffic suffered.</p>
<p><img class="alignnone size-full wp-image-2354" title="WebGrrrl.net Analytics for 2010" src="http://webgrrrl.net/wp-content/uploads/2011/01/webgrrrlanalytics20101.png" alt="" width="350" height="212" /></p>
<p>OK, so maybe I lied, a little &#8212; the traffic wasn&#8217;t that bad up until a month or two ago (proof of my SEO prowess *snorts*).</p>
<p>But that&#8217;s not the point.</p>
<p>The point is, I need to get my behind off the ground and actually blog again, if I were to live up to my lame tagline (no offence to Asimov).</p>
<p>Therefore, I&#8217;m taking the WordPress PostADay challenge, albeit in a slightly modified form. You do notice in that challenge that there&#8217;s a weekly version of it called PostAWeek? That&#8217;s the one I&#8217;m taking. Instead of one post a day, I&#8217;ll do a weekly post, type each one in 250 words or more, then tag each post as &#8220;postaweek2011&#8243;.</p>
<p>You should join me. It&#8217;s good for your blog&#8217;s SEO, and for sharpening your writing/typing skills.</p>
<p>Or how about this &#8212; let me give you an incentive. If you decide to join the WordPress weekly challenge with me, do what I do (post weekly, tag it, write in 250 words or more). Then, comment in my latest weekly post, add your latest weekly post URL in the comment form, and I&#8217;ll link back to your article in my next post. Instant PR3 backlink for you!</p>
<p>Deal? Then start typing!</p>
<p>Oh, and have a great 2011!</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%2Fwordpress-postaday-challenge-are-you-game.htm&amp;title=WordPress%20PostADay%20Challenge%3A%20are%20you%20game%3F" id="wpa2a_12"><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-postaday-challenge-are-you-game.htm/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>On updating the Top Commentators widget &amp; WordPress customized installation</title>
		<link>http://webgrrrl.net/archives/on-updating-the-top-commentators-widget-wordpress-customized-installation.htm</link>
		<comments>http://webgrrrl.net/archives/on-updating-the-top-commentators-widget-wordpress-customized-installation.htm#comments</comments>
		<pubDate>Wed, 22 Sep 2010 09:08:18 +0000</pubDate>
		<dc:creator>Lorna</dc:creator>
				<category><![CDATA[Discovering WordPress]]></category>
		<category><![CDATA[Life in reality]]></category>
		<category><![CDATA[Life online]]></category>
		<category><![CDATA[customized WP]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[installation profiles]]></category>
		<category><![CDATA[tcw]]></category>
		<category><![CDATA[top commentators]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://webgrrrl.net/archives/on-updating-the-top-commentators-widget-wordpress-customized-installation.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) This blog has been quiet, but it doesn&#8217;t mean that my life as a geek has been put on hold. Far from it, as you can guess from the title of this post. First off, I&#8217;ve scheduled a release of the latest version of the Top Commentators Widget sometime [...]]]></description>
			<content:encoded><![CDATA[<p>(This is a post from <a href="http://webgrrrl.net">WebGrrrl.net</a>)</p>
<p>This blog has been quiet, but it doesn&#8217;t mean that my life as a geek has been put on hold.</p>
<p>Far from it, as you can guess from the title of this post.</p>
<p><a href="http://s257.photobucket.com/albums/hh207/kperkins87/?action=view&amp;current=Geek_in_Pink_by_Tymethia.jpg" target="_blank"><img src="http://i257.photobucket.com/albums/hh207/kperkins87/th_Geek_in_Pink_by_Tymethia.jpg" alt="geek in pink" align="right" border="0" /></a> First off, I&#8217;ve scheduled a release of the latest version of the <a href="http://webgrrrl.net/archives/my-top-commentators-widget-quick-dirty.htm">Top Commentators Widget</a> sometime in November. A couple of bugs were mentioned by users like you, which I hope can be addressed by v.1.4. So, thanks for taking the time to report the errors. Please continue to do so by going to <a href="http://wordpress.org/tags/top-commentators-widget">WP.org&#8217;s Support Forum</a> if you can find anything else that&#8217;s in the widget in need of improvement. Information like these help make TCW useful and usable.</p>
<p>Secondly, I&#8217;m cooking up a project that I started three months ago (infact, it was two weeks after I gave birth to my son with designer genes). And it wasn&#8217;t until recently that I found out it has a name, thanks to my recent endeavor into <a href="http://drupal.org">Drupal</a>.</p>
<p>My project is called the WordPress Installation Profiles. It might not work <a href="http://drupal.org/project/installation+profiles">the way the Drupal community does it</a>, but the idea is more or less there. <a href="http://www.wptavern.com/custom-install-profiles-sounds-like-a-cool-idea">This idea has also been discussed before</a>, but as the post mentioned, the closest one out there was done by <a href="http://wpquickinstall.com/">WordPress QI</a>, and that&#8217;s still not quite like what I was hoping.</p>
<p>This idea came about after I saw a couple of Internet marketers out there monetizing a &#8220;software&#8221; that supposedly improves your WordPress site&#8217;s SEO. Upon further investigation, it turned out that it was merely a collection of already well-known (and free!) WordPress plugins, packaged into a single zipped file, and can be installed with a few clicks through a customized install.php file. I realized that, <span style="font-weight: bold;">hey, I can do this too!</span></p>
<p>I was thinking of building one, then selling them off. But then I thought, in the spirit of open-source and WordPress, why not make them free as well? So, yeah, it&#8217;ll be available for you to download, FREE!</p>
<p>My first WordPress installation profile will be created around the concept of affiliate marketing blogs, with the following plugin options built into it:</p>
<ul>
<li>autoresponders</li>
<li>opt-in subscriptions</li>
<li>affiliate products auto-detection</li>
<li>ad rotator / manager</li>
<li>those SEO plugins for sure</li>
</ul>
<p>This profile should also include a suitable theme, which I&#8217;m still trying to decide which to use. Then once this is done, I&#8217;ll be leveraging my <a href="http://bloggingfu.com">Blogging Fu</a> web site, where it will serve as a repository for all the installation profiles which I will be building later.</p>
<p>I&#8217;ll figure out my monetizing strategy later, but one thing&#8217;s for sure, those readily-available installation profiles will remain free once they are up there for downloading.</p>
<p>Any comments? Suggestions? Feel free to vent in the comments section below.</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%2Fon-updating-the-top-commentators-widget-wordpress-customized-installation.htm&amp;title=On%20updating%20the%20Top%20Commentators%20widget%20%26%23038%3B%20WordPress%20customized%20installation" id="wpa2a_14"><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/on-updating-the-top-commentators-widget-wordpress-customized-installation.htm/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>I&#8217;m scraping my WordPress GEDCOM project</title>
		<link>http://webgrrrl.net/archives/im-scraping-my-wordpress-gedcom-project.htm</link>
		<comments>http://webgrrrl.net/archives/im-scraping-my-wordpress-gedcom-project.htm#comments</comments>
		<pubDate>Wed, 31 Mar 2010 02:11:02 +0000</pubDate>
		<dc:creator>Lorna</dc:creator>
				<category><![CDATA[Discovering WordPress]]></category>
		<category><![CDATA[family tree]]></category>
		<category><![CDATA[gedcom]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://webgrrrl.net/archives/im-scraping-my-wordpress-gedcom-project.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) This week, I was planning to continue with my WordPress plugin development for a GEDCOM viewer, after making myself busy with OS upgrading and testing, as well as niche blog building since last year. Alas, when I checked the WP.org Extend directory to request a repository for my GEDCOM [...]]]></description>
			<content:encoded><![CDATA[<p>(This is a post from <a href="http://webgrrrl.net">WebGrrrl.net</a>)</p>
<p>This week, I was planning to continue with my WordPress plugin development for a GEDCOM viewer, after making myself busy with OS upgrading and testing, as well as niche blog building since last year.</p>
<p>Alas, when I checked the WP.org Extend directory to request a repository for my GEDCOM project, I&#8217;ve found that a GEDCOM viewer plugin has already been developed. So I thought that since mine is still a beta, I might as well not reinvent the wheel and let someone else do the hard work (and believe me, there&#8217;s a lot of hard work and reading going on with my GEDCOM plugin development).</p>
<p><a href="http://www.flickr.com/photos/ltimbah/4477442165/" title="Screenshot - Pedigree (Default design) Family Tree by ltimbah, on Flickr"><img src="http://farm5.static.flickr.com/4052/4477442165_ecf6519188_m.jpg" alt="Screenshot - Pedigree (Default design) Family Tree PHP" height="144" width="240" align="left" /></a> l&#8217;ve decided to stop development of my GEDCOM plugin, and instead recommend you to check out <a href="http://wordpress.org/extend/plugins/wp-family-tree/">WP Family Tree</a>. There is also one simple but pretty-looking GEDCOM viewer called <a href="http://www.familytreephp.com">Family Tree PHP</a>, which you can install if your <a href="http://www.webhostgear.com/">web hosting</a> provider supports PHP and MySQL. Last but not least, <a href="http://www.phpgedview.net">PhpGedView</a> is one other option if you&#8217;re interested in a more extensive genealogy application on the Web, and was the basis of my WordPress plugin.</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%2Fim-scraping-my-wordpress-gedcom-project.htm&amp;title=I%26%238217%3Bm%20scraping%20my%20WordPress%20GEDCOM%20project" id="wpa2a_16"><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/im-scraping-my-wordpress-gedcom-project.htm/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Sticky Post on WordPress Themes &amp; Templates</title>
		<link>http://webgrrrl.net/archives/sticky-post-on-wordpress-themes-templates.htm</link>
		<comments>http://webgrrrl.net/archives/sticky-post-on-wordpress-themes-templates.htm#comments</comments>
		<pubDate>Thu, 18 Mar 2010 09:18:07 +0000</pubDate>
		<dc:creator>Lorna</dc:creator>
				<category><![CDATA[Discovering WordPress]]></category>
		<category><![CDATA[sticky posts]]></category>
		<category><![CDATA[wordpress templates]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://webgrrrl.net/archives/sticky-post-on-wordpress-themes-templates.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 only recently found the need to use sticky posts in a couple of my WordPress niche blogs. Sticky posts are basically blog posts that remain prominently displayed in the main page of your site, and won&#8217;t get bumped even as you post up new articles or posts into [...]]]></description>
			<content:encoded><![CDATA[<p>(This is a post from <a href="http://webgrrrl.net">WebGrrrl.net</a>)</p>
<p><a href="http://www.flickr.com/photos/ltimbah/4442187365/" title="ProSense Grey Snapshot (WP Theme) by ltimbah, on Flickr"><img src="http://farm5.static.flickr.com/4044/4442187365_45c941e4ae_o.jpg" alt="ProSense Grey Snapshot (WP Theme)" height="129" width="200" align="right" /></a> I only recently found the need to use sticky posts in a couple of my WordPress niche blogs. <a href="http://codex.wordpress.org/Version_2.7#Sticky_Posts">Sticky posts</a> are basically blog posts that remain prominently displayed in the main page of your site, and won&#8217;t get bumped even as you post up new articles or posts into your blog.</p>
<p>Although this is a permanent feature made available in WordPress 2.7 and later, you also have to realize that you need a sticky-friendly theme to go with it in order to make them work. Bet you didn&#8217;t know that, did you? Many of the popular WordPress themes out there aren&#8217;t, in fact, sticky-friendly. Such is the nature of one of my favourite WordPress AdSense templates called <a href="http://www.doshdosh.com/16-adsense-optimized-wordpress-themes-to-maximize-your-contextual-ad-earnings/">ProSense</a>, a design made famous by Dosh Dosh.</p>
<p>But fret not. It&#8217;s actually quite simple to modify your choice WordPress theme to make stickies work, as long as you&#8217;re comfortable doing a little bit of HTML/CSS editing or are familiar with the Theme Editor section of your WordPress blog dashboard. <a href="http://www.quickonlinetips.com/archives/2009/04/sticky-posts-in-wordpress-themes/">Quick Online Tips</a> has a short and sweet step-by-step on how you can DIY, while Nathan Rice <a href="http://www.nathanrice.net/blog/definitive-sticky-posts-guide-for-wordpress-27/">delved deeper into the innards of sticky posts</a>, if you&#8217;re into those sort of thing.</p>
<p>Are you using ProSense, and would like to get the sticky-friendly version of it? Yeah, I have it. Just click any of the following links to download it: <a href="http://z.webgrrrl.net/h1">ProSense (original brown color)</a>, <a href="http://z.webgrrrl.net/h0">Prosense Blue</a>, <a href="http://z.webgrrrl.net/gz">ProSense Grey</a>.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=d77c20dc-e834-86d3-8f45-5d29319c02b4" /></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwebgrrrl.net%2Farchives%2Fsticky-post-on-wordpress-themes-templates.htm&amp;title=Sticky%20Post%20on%20WordPress%20Themes%20%26%23038%3B%20Templates" id="wpa2a_18"><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/sticky-post-on-wordpress-themes-templates.htm/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>WebGrrrl.net now an URL shortener with YOURLS</title>
		<link>http://webgrrrl.net/archives/webgrrrl-net-now-an-url-shortener-with-yourls.htm</link>
		<comments>http://webgrrrl.net/archives/webgrrrl-net-now-an-url-shortener-with-yourls.htm#comments</comments>
		<pubDate>Thu, 22 Oct 2009 09:41:26 +0000</pubDate>
		<dc:creator>Lorna</dc:creator>
				<category><![CDATA[Discovering WordPress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[yourls]]></category>

		<guid isPermaLink="false">http://webgrrrl.net/?p=1555</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) My penchant for using long titles in my blog posts, and my now active involvement in all things Facebook and Twitter, drove me to install this nifty but challenging plugin called YOURLS. I took for granted that this was going to be one of those normal WordPress plugins you [...]]]></description>
			<content:encoded><![CDATA[<p>(This is a post from <a href="http://webgrrrl.net">WebGrrrl.net</a>)</p>
<p>My penchant for using long titles in my blog posts, and my now active involvement in all things Facebook and Twitter, drove me to install this nifty but challenging plugin called <a href="http://yourls.org">YOURLS</a>. I took for granted that this was going to be one of those normal WordPress plugins you get to install through the dashboard.</p>
<p>But it&#8217;s not.</p>
<p><a title="WebGrrrl.net on YOURLS by ltimbah, on Flickr" href="http://www.flickr.com/photos/ltimbah/4034445034/"><img src="http://farm3.static.flickr.com/2522/4034445034_6500db2ca9.jpg" alt="WebGrrrl.net on YOURLS" width="500" height="171" /></a></p>
<p>My number 1 mistake was thinking that all I had to do was install the WordPress plugin version of it and it will run immediately. Nope, it doesn&#8217;t work that way. You actually have to download the package and FTP everything into your web folders. Next, you need to do some manual configuration for <strong>both</strong> <strong>the database and config file</strong>, then run it the first time via the admin panel, and ONLY THEN should you install and set up <a href="http://wordpress.org/extend/plugins/yourls-wordpress-to-twitter/">its complemental WordPress plugin</a> within your WordPress dashboard. And I&#8217;m explaining these in way too simplistic terms.</p>
<p>My number 2 mistake was to not understand enough the statement in the FAQ that says &#8220;You cannot install YOURLS and, say, WordPress, in the same directory&#8221; because YOURLS needs its own .htaccess file.  I ignored that and tried anyway. Didn&#8217;t work, of course.</p>
<p>I tried to rectify it by reinstalling everything into its own subdirectory (e.g. http://webgrrrl.net/z/), as advised in the FAQ.</p>
<p>Guess what? IT DIDN&#8217;T WORK, EITHER!</p>
<p>But then, I had a light-bulb moment &#8212; why not set YOURLS up under a subdomain instead?! And that, ladies and gentlemen, did the trick. I hazard a guess that since my WordPress was installed in my root folder, my blog&#8217;s mod_rewrite settings were waging war against YOURLS&#8217;s, which in turn causes the shortened URL not to work. In any case, I&#8217;m fully satisfied with using the domain <strong>z.webgrrrl.net</strong> for my personal URL shortening service.</p>
<p>I&#8217;m currently using YOURLS / z.webgrrrl.net for this blog as well as <a href="http://bloggingfu.com">Blogging Fu</a>. My favourite option in YOURLS is its bookmarklet ability. Whenever I&#8217;m on a web page that I want to tweet and get its URL shortened, I just click the bookmarklet on my browser, and it will automatically bring me to z.webgrrrl&#8217;s console for me to generate the short URL. Nice.</p>
<p>Hey, by the way, did you get it? z.webgrrrl? As in Ze WebGrrrl? Hahah, hahahah!</p>
<p> <img src='http://webgrrrl.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </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%2Fwebgrrrl-net-now-an-url-shortener-with-yourls.htm&amp;title=WebGrrrl.net%20now%20an%20URL%20shortener%20with%20YOURLS" id="wpa2a_20"><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/webgrrrl-net-now-an-url-shortener-with-yourls.htm/feed</wfw:commentRss>
		<slash:comments>5</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-07 18:11:06 -->
