<?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: UCalgaryBlogs.ca now protected by Akismet</title>
	<atom:link href="http://www.darcynorman.net/2008/11/03/ucalgaryblogsca-now-protected-by-akismet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darcynorman.net/2008/11/03/ucalgaryblogsca-now-protected-by-akismet/</link>
	<description>apparently much happier in person</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:03:04 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dnorman</title>
		<link>http://www.darcynorman.net/2008/11/03/ucalgaryblogsca-now-protected-by-akismet/#comment-193898</link>
		<dc:creator>dnorman</dc:creator>
		<pubDate>Fri, 07 Nov 2008 15:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.darcynorman.net/?p=2500#comment-193898</guid>
		<description>Joss, thanks for the fix! I&#039;ve applied the style to the div, and committed it to the WordPress SVN repository. It should show up shortly.</description>
		<content:encoded><![CDATA[<p>Joss, thanks for the fix! I&#8217;ve applied the style to the div, and committed it to the WordPress SVN repository. It should show up shortly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joss Winn</title>
		<link>http://www.darcynorman.net/2008/11/03/ucalgaryblogsca-now-protected-by-akismet/#comment-193897</link>
		<dc:creator>Joss Winn</dc:creator>
		<pubDate>Fri, 07 Nov 2008 14:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.darcynorman.net/?p=2500#comment-193897</guid>
		<description>Nope. That didn&#039;t work either. 

Basically, just add 

style=&quot;text-align: center; clear: both;&quot;

to the div attribute.</description>
		<content:encoded><![CDATA[<p>Nope. That didn&#8217;t work either. </p>
<p>Basically, just add </p>
<p>style=&#8221;text-align: center; clear: both;&#8221;</p>
<p>to the div attribute.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joss Winn</title>
		<link>http://www.darcynorman.net/2008/11/03/ucalgaryblogsca-now-protected-by-akismet/#comment-193896</link>
		<dc:creator>Joss Winn</dc:creator>
		<pubDate>Fri, 07 Nov 2008 14:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.darcynorman.net/?p=2500#comment-193896</guid>
		<description>Ah.. the comment form stripped some of the code. Let&#039;s see if this works:

&lt;!-- function wp_akismet_credit_insert() {
	echo &#039;Spam prevention powered by &lt;a href=&quot;http://akismet.com&quot; rel=&quot;nofollow&quot;&gt;Akismet&lt;/a&gt;&#039;; --&gt;</description>
		<content:encoded><![CDATA[<p>Ah.. the comment form stripped some of the code. Let&#8217;s see if this works:</p>
<p>&lt;!&#8211; function wp_akismet_credit_insert() {<br />
	echo &#8216;Spam prevention powered by <a href="http://akismet.com" rel="nofollow">Akismet</a>&#8216;; &#8211;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joss Winn</title>
		<link>http://www.darcynorman.net/2008/11/03/ucalgaryblogsca-now-protected-by-akismet/#comment-193895</link>
		<dc:creator>Joss Winn</dc:creator>
		<pubDate>Fri, 07 Nov 2008 14:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.darcynorman.net/?p=2500#comment-193895</guid>
		<description>Fixed it. Very simple, too. This ensures that the credit is correctly positioned at the centre bottom of the page:

function wp_akismet_credit_insert() {
	echo &#039;Spam prevention powered by &lt;a href=&quot;http://akismet.com&quot; rel=&quot;nofollow&quot;&gt;Akismet&lt;/a&gt;&#039;;


I&#039;ve tested it on Cutline, Fjords and Prologue, all of which were previously displaying the credit in the upper right of the page.</description>
		<content:encoded><![CDATA[<p>Fixed it. Very simple, too. This ensures that the credit is correctly positioned at the centre bottom of the page:</p>
<p>function wp_akismet_credit_insert() {<br />
	echo &#8216;Spam prevention powered by <a href="http://akismet.com" rel="nofollow">Akismet</a>&#8216;;</p>
<p>I&#8217;ve tested it on Cutline, Fjords and Prologue, all of which were previously displaying the credit in the upper right of the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joss Winn</title>
		<link>http://www.darcynorman.net/2008/11/03/ucalgaryblogsca-now-protected-by-akismet/#comment-193894</link>
		<dc:creator>Joss Winn</dc:creator>
		<pubDate>Fri, 07 Nov 2008 11:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.darcynorman.net/?p=2500#comment-193894</guid>
		<description>D&#039;Arcy,  Have you noticed how on some themes, the Akismet credit plugin you wrote is displayed top, right of the screen, rather than at the bottom in the footer? I wrote a similar plugin and had exactly the same problem and can&#039;t figure out why the wp_footer action doesn&#039;t pull everything to the bottom of the page.  I&#039;m still trying to figure this out, but you can check this by looking at the Prologue or Cutline theme, where the Akismet credit is top right of the page. Ideally, I want to amend the plugin so the credit is forced discreetly to the bottom of the page.</description>
		<content:encoded><![CDATA[<p>D&#8217;Arcy,  Have you noticed how on some themes, the Akismet credit plugin you wrote is displayed top, right of the screen, rather than at the bottom in the footer? I wrote a similar plugin and had exactly the same problem and can&#8217;t figure out why the wp_footer action doesn&#8217;t pull everything to the bottom of the page.  I&#8217;m still trying to figure this out, but you can check this by looking at the Prologue or Cutline theme, where the Akismet credit is top right of the page. Ideally, I want to amend the plugin so the credit is forced discreetly to the bottom of the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.darcynorman.net/2008/11/03/ucalgaryblogsca-now-protected-by-akismet/#comment-193853</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 04 Nov 2008 17:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.darcynorman.net/?p=2500#comment-193853</guid>
		<description>Great to know D&#039;Arcy will be installing here.</description>
		<content:encoded><![CDATA[<p>Great to know D&#8217;Arcy will be installing here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris L</title>
		<link>http://www.darcynorman.net/2008/11/03/ucalgaryblogsca-now-protected-by-akismet/#comment-193850</link>
		<dc:creator>Chris L</dc:creator>
		<pubDate>Tue, 04 Nov 2008 16:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.darcynorman.net/?p=2500#comment-193850</guid>
		<description>I also pine for a better way to look through caught spam for false positives. I don&#039;t know if I get a lot of spam attempts or not-- in the past 7 days I&#039;ve gotten ~17,000 caught pieces of spam, but about ~13,000 of those were trackbacks caught by the simple trackback validation... may not be much, but it&#039;s way too many to look through on even a daily basis.</description>
		<content:encoded><![CDATA[<p>I also pine for a better way to look through caught spam for false positives. I don&#8217;t know if I get a lot of spam attempts or not&#8211; in the past 7 days I&#8217;ve gotten ~17,000 caught pieces of spam, but about ~13,000 of those were trackbacks caught by the simple trackback validation&#8230; may not be much, but it&#8217;s way too many to look through on even a daily basis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.darcynorman.net/2008/11/03/ucalgaryblogsca-now-protected-by-akismet/#comment-193844</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Mon, 03 Nov 2008 20:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.darcynorman.net/?p=2500#comment-193844</guid>
		<description>Thanks for the push, UMW Blogs is now using Akismet, and I even stole your announcement post.</description>
		<content:encoded><![CDATA[<p>Thanks for the push, UMW Blogs is now using Akismet, and I even stole your announcement post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dnorman</title>
		<link>http://www.darcynorman.net/2008/11/03/ucalgaryblogsca-now-protected-by-akismet/#comment-193843</link>
		<dc:creator>dnorman</dc:creator>
		<pubDate>Mon, 03 Nov 2008 19:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.darcynorman.net/?p=2500#comment-193843</guid>
		<description>Yeah. It was a bit confusing. The online consensus seems to be &quot;wpmu == enterprise license, but ask nicely and you might be OK&quot; - so I asked. Sounds like &quot;commercial wpmu == enterprise license, educational wpmu == free&quot; - but an explicit description would help.

I&#039;m not sure what to do about false positives - each blog gets WAY less traffic than yours, so it&#039;s likely not going to be a problem initially. 

And my comment being pushed into moderation for a day wasn&#039;t the end of the world - but losing comments on an academic discussion could be seriously bad mojo...</description>
		<content:encoded><![CDATA[<p>Yeah. It was a bit confusing. The online consensus seems to be &#8220;wpmu == enterprise license, but ask nicely and you might be OK&#8221; &#8211; so I asked. Sounds like &#8220;commercial wpmu == enterprise license, educational wpmu == free&#8221; &#8211; but an explicit description would help.</p>
<p>I&#8217;m not sure what to do about false positives &#8211; each blog gets WAY less traffic than yours, so it&#8217;s likely not going to be a problem initially. </p>
<p>And my comment being pushed into moderation for a day wasn&#8217;t the end of the world &#8211; but losing comments on an academic discussion could be seriously bad mojo&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Leslie</title>
		<link>http://www.darcynorman.net/2008/11/03/ucalgaryblogsca-now-protected-by-akismet/#comment-193842</link>
		<dc:creator>Scott Leslie</dc:creator>
		<pubDate>Mon, 03 Nov 2008 19:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.darcynorman.net/?p=2500#comment-193842</guid>
		<description>D&#039;Arcy, this is great news. Hopefully Akismet will be more explicit on their site as to what appropriate educational uses/users are.

I am interested to learn what procedures you end up putting in place to deal with false positives. As we experienced this weekend, Akismet is not fool proof. It may be that simply encouraging people to follow up via email/form to the blog owner when something is wrongly flagged as spam is the easiest way to catch these, but I&#039;d like to hear other ideas too. And I know I&#039;d personally like to see a better way to *find* the false positive amongst the mass of actual spam once one has been ideintified. I know in the example betweeb you and I last weekend, that was actually the most work intensive part of the process. Anyways, good news, really appreciate you sharing developments like this on the ucalgaryblogs.ca experience.</description>
		<content:encoded><![CDATA[<p>D&#8217;Arcy, this is great news. Hopefully Akismet will be more explicit on their site as to what appropriate educational uses/users are.</p>
<p>I am interested to learn what procedures you end up putting in place to deal with false positives. As we experienced this weekend, Akismet is not fool proof. It may be that simply encouraging people to follow up via email/form to the blog owner when something is wrongly flagged as spam is the easiest way to catch these, but I&#8217;d like to hear other ideas too. And I know I&#8217;d personally like to see a better way to *find* the false positive amongst the mass of actual spam once one has been ideintified. I know in the example betweeb you and I last weekend, that was actually the most work intensive part of the process. Anyways, good news, really appreciate you sharing developments like this on the ucalgaryblogs.ca experience.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
