<?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>Dammit Jim! &#187; Blogger</title>
	<atom:link href="http://scott.sherrillmix.com/blog/category/blogger/feed/" rel="self" type="application/rss+xml" />
	<link>http://scott.sherrillmix.com/blog</link>
	<description>I'm a biologist not a...</description>
	<lastBuildDate>Tue, 12 Jan 2010 05:09:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WP_ModerationRSS</title>
		<link>http://scott.sherrillmix.com/blog/blogger/wp_moderationrss/</link>
		<comments>http://scott.sherrillmix.com/blog/blogger/wp_moderationrss/#comments</comments>
		<pubDate>Tue, 20 May 2008 04:48:23 +0000</pubDate>
		<dc:creator>ScottS-M</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Programmer]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[moderation]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[queue]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://scott.sherrillmix.com/blog/?p=111</guid>
		<description><![CDATA[I like to monitor my comments by RSS. That keeps all the fun blog related stuff in the feed reader and leaves my email for important stuff. Unfortunately, this has resulted in some comments languishing unnoticed in the moderation queue since there doesn&#8217;t seem to be an easy way (that I found with a quick [...]]]></description>
			<content:encoded><![CDATA[<p>I like to monitor my comments by RSS. That keeps all the fun blog related stuff in the feed reader and leaves my email for important stuff. Unfortunately, this has resulted in some comments languishing unnoticed in the moderation queue since there doesn&#8217;t seem to be an easy way (that I found with a quick search) to get the comments awaiting moderation into a feed. So here is a very simple plugin to put comments awaiting moderation into an RSS feed.</p>


<h3>Features</h3>
<ul>
<li>RSS feed of comments awaiting moderation</li>
</ul>


<h3>Current Version:</h3> <p><a href="/res/wp_moderationrss.zip">WP_ModerationRSS</a></p>

<h3>Installation instructions:</h3> <p>Unzip <code>wp_moderationrss.zip</code>. Upload <code>wp_moderation.php</code> and activate the plugin. You can now access a feed of comments awaiting moderation from:<br/>
<code>www.yourblog.com/comments/feed/moderationrss/</code><br/> 
or if you&#8217;re not using pretty permalinks:<br/>
<code>www.yourblog.com/index.php?feed=rss2&amp;withcomments=1&amp;wpmoderated=1</code></p>


<h3>Change Log:</h3>
<ul>
 <li><a href="/res/wp_moderationrss_v0.11.zip">v0.11</a> 5-28-2008:
  <ul>
   <li>Fixed 404 when 0 moderated comments</li>
  </ul>
 </li>
 <li><a href="/res/wp_moderationrss_v0.1.zip">v0.1</a> 5-20-2008:
  <ul>
   <li>First Public Version</li>
  </ul>
 </li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://scott.sherrillmix.com/blog/blogger/wp_moderationrss/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hosting Problems and How to Restore Lost Pings</title>
		<link>http://scott.sherrillmix.com/blog/blogger/hosting-problems-and-how-to-restore-lost-pings/</link>
		<comments>http://scott.sherrillmix.com/blog/blogger/hosting-problems-and-how-to-restore-lost-pings/#comments</comments>
		<pubDate>Tue, 06 May 2008 14:02:34 +0000</pubDate>
		<dc:creator>ScottS-M</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Programmer]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[lost]]></category>
		<category><![CDATA[pings]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[recover]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://scott.sherrillmix.com/blog/?p=109</guid>
		<description><![CDATA[I just checked in here and found the last couple days of comments missing. Luckily, they were stored in gmail and I think I restored them all. But if you left a comment recently and it isn't here now, it's not that I don't like you (just that my host apparently doesn't like me).
A couple [...]]]></description>
			<content:encoded><![CDATA[<p>I just checked in here and found the last couple days of comments missing. Luckily, they were stored in gmail and I think I restored them all. But if you left a comment recently and it isn't here now, it's not that I don't like you (just that my host apparently doesn't like me).</p>
<p>A couple of the comments were pings and I wouldn't have know how to get them back if I hadn't messed around with pinging for my <a href="http://scott.sherrillmix.com/blog/blogger/wp_pingpreserver/">WP_PingPreserver</a> plugin, so I figured it might be useful to put up a quick bit on how to recover lost pings. You'll need to know a little bit about php to use it I guess but if you don't know php and need to restore some pings let me know and I'll make up a quick plugin. So here's some simple (i.e. probably not perfectly to specifications) php code to restore lost pings on Wordpress:</p>

<div class="syntax_hilite"><span class="langName">PHP:</span><br /><div id="php-2">
<div class="php"><ol><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">&lt;?php</span> </div></li>
<li style="font-weight: bold;color:#26536A;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$linkingPost</span>=<span style="color:#FF0000;">'http://LinkingBlog.com/Their-Post-Title/'</span>;</div></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$myPost</span>=<span style="color:#FF0000;">'http://MyBlog.com/My-Post-Title/'</span>;</div></li>
<li style="font-weight: bold;color:#26536A;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$myBlogHome</span>=<span style="color:#FF0000;">'http://MyBlog.com'</span>;</div></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div></li>
<li style="font-weight: bold;color:#26536A;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$ch</span> = curl_init<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_setopt<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span>, CURLOPT_URL, <span style="color:#0000FF;">$myBlogHome</span>.<span style="color:#FF0000;">'/xmlrpc.php'</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div></li>
<li style="font-weight: bold;color:#26536A;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$data</span> = <span style="color:#FF0000;">"&lt;?xml version='1.0'?&gt;</span></div></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF0000;">&lt;methodCall&gt;</span></div></li>
<li style="font-weight: bold;color:#26536A;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF0000;">&nbsp; &lt;methodName&gt;pingback.ping&lt;/methodName&gt;</span></div></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF0000;">&nbsp; &lt;params&gt;</span></div></li>
<li style="font-weight: bold;color:#26536A;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF0000;">&nbsp; &nbsp; &lt;param&gt;</span></div></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF0000;">&nbsp; &nbsp; &nbsp; &nbsp; &lt;value&gt;$linkingPost&lt;/value&gt;</span></div></li>
<li style="font-weight: bold;color:#26536A;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF0000;">&nbsp; &nbsp; &lt;/param&gt;</span></div></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF0000;">&nbsp; &nbsp; &lt;param&gt;</span></div></li>
<li style="font-weight: bold;color:#26536A;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF0000;">&nbsp; &nbsp; &nbsp; &nbsp; &lt;value&gt;$myPost&lt;/value&gt;</span></div></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF0000;">&nbsp; &nbsp; &lt;/param&gt;</span></div></li>
<li style="font-weight: bold;color:#26536A;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF0000;">&nbsp; &lt;/params&gt;</span></div></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF0000;">&lt;/methodCall&gt;</span></div></li>
<li style="font-weight: bold;color:#26536A;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF0000;">"</span>;</div></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_setopt<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span>, CURLOPT_POST, <span style="color:#000000; font-weight:bold;">true</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div></li>
<li style="font-weight: bold;color:#26536A;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_setopt<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span>, CURLOPT_POSTFIELDS, <span style="color:#0000FF;">$data</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_setopt<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span>, CURLOPT_RETURNTRANSFER, <span style="color:#000000; font-weight:bold;">true</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div></li>
<li style="font-weight: bold;color:#26536A;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$output</span>=curl_exec<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_close<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$ch</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div></li>
<li style="font-weight: bold;color:#26536A;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#0000FF;">$output</span>;</div></li>
<li style="font-weight: bold;color:#26536A;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">?&gt;</span> </div></li></ol></div>
</div></div><br />
<p>It's not very pretty but it gets the job done. Just replace the top three lines with the appropriate links, save it to your host and visit the file in your browser. Hopefully your host won't mysteriously lose your pings but if they do now you know what to do.</p>]]></content:encoded>
			<wfw:commentRss>http://scott.sherrillmix.com/blog/blogger/hosting-problems-and-how-to-restore-lost-pings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tangled Bank #104</title>
		<link>http://scott.sherrillmix.com/blog/blogger/tangled-bank-104/</link>
		<comments>http://scott.sherrillmix.com/blog/blogger/tangled-bank-104/#comments</comments>
		<pubDate>Thu, 01 May 2008 15:58:08 +0000</pubDate>
		<dc:creator>ScottS-M</dc:creator>
				<category><![CDATA[Biologist]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[biology]]></category>
		<category><![CDATA[carnival]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[tangled bank]]></category>

		<guid isPermaLink="false">http://scott.sherrillmix.com/blog/?p=108</guid>
		<description><![CDATA[

Welcome to the 104th edition of the Tangled Bank blog carnival (a biweekly showcase of good biology posts selected by the authors themselves). Rigorous calculations and archaelogical research have revealed that this is the Tangled Bank's 4th birthday. In the birthday spirit, several people sent appropriately themed presents.

Chris gave some great gifts (with a few [...]]]></description>
			<content:encoded><![CDATA[<a href="http://tangledbank.net"><img src="/res/images/tbbadge.gif" alt="Tangled Bank Icon" class="left"/></a>
<a href="http://www.youtube.com/watch?v=eaGgpGLxLQw"><img src="/res/images/myers_darwin_cake.jpg" alt="Myers, Darwin and cake" class="right"/></a>
<p>Welcome to the 104th edition of the <a href="http://tangledbank.net">Tangled Bank</a> blog carnival (a biweekly showcase of good biology posts selected by the authors themselves). Rigorous <a href="http://www.google.com/search?q=104%2F26">calculations</a> and <a href="http://pharyngula.org/index/weblog/comments/tangled_bank_1/">archaelogical research</a> have revealed that this is the Tangled Bank's 4th birthday. In the birthday spirit, several people sent appropriately themed presents.</p>

<p><a href="http://ouroboros.wordpress.com">Chris</a> gave some great gifts (with a few caveats); a <a href="http://ouroboros.wordpress.com/2008/04/21/dbc1-stimulates-p53-by-inhibiting-sirt1/">protien to resist radiation</a> (may cause cancer), an <a href="http://ouroboros.wordpress.com/2008/04/25/baby-i-was-born-to-run-the-pepck-cmus-mouse/">enzyme to live longer, slimmer and stronger</a> (but anti-socially and so far only in mice), and a
<a href="http://ouroboros.wordpress.com/2008/04/22/reversing-dermal-aging-by-inhibiting-nf%ce%bab/">transcription factor that can reverse skin aging</a> (also in mice).</p> 

<a href="/res/images/flu.jpg"><img src="/res/images/flu.jpg" alt="Flu virus" class="right"/></a>
<p>Even more microbiological gifts came in. <a href="http://skeptalchemist.blogspot.com/">steppen wolf</a> wrapped up a nice box of <a href="http://skeptalchemist.blogspot.com/2008/04/ras-is-regulated-by-mirnas.html">cancer-fighting microRNA</a> while <a href="http://nimravid.wordpress.com/">Nimravid</a> added some <a href="http://nimravid.wordpress.com/2008/04/23/gene-networks-bacteria-robust/">surprisingly robust bacterial gene networks</a>. Finally, <a href="http://scienceblogs.com/notrocketscience/">Ed</a> chipped in a <a href="http://scienceblogs.com/notrocketscience/2008/04/enormous_bacterium_uses_thousands_of_genome_copies_to_its_ad.php">giant symbiotic bacteria with 40,000 copies of DNA</a> and some influenza virus (straight from the <a href="http://scienceblogs.com/notrocketscience/2008/04/new_flu_viruses_emerge_in_tropical_asia_before_going_on_onew.php">flu's tropical Asian source</a>) and I contributed some <a href="http://scott.sherrillmix.com/blog/biologist/cancer-fighting-bacteria/">cancer fighting bacteria</a>.</p>

<p>I'm running out of synonyms for "give" and ways to twist submissions into presents, so let's leave the birthday party behind and see the rest of the submissions.</p>

<p>First some plant related posts. <a href="http://islandrambles.blogspot.com/">Ocean Rambles</a> has a bunch of <a href="http://islandrambles.blogspot.com/2008/04/garry-oak-ecosystem-and-spring-flowers.html">nice pictures of the endangered Garry Oak ecosystem</a> (and spring flowers) on Vancouver Island. Also concerned for plants, <a href="http://network.nature.com/blogs/user/ennis">rENNISance woman</a> links to the new idea of <a href="http://network.nature.com/blogs/user/ennis/2008/04/23/arabidopsis-abuse-and-cruelty-to-carrots">plant dignity</a> (and a very odd stem cell comment thread).</p>

<p>On cultivated plants, <a href="http://jeremycherfas.net/wp">Jeremy</a> warns that relatively <a href="http://agro.biodiver.se/2008/04/crossroads-roundabout-maze-entrance-wtf-are-we/">little money is being spent on farming research</a>, especially for developing countries that need it most, and urges farmers to stop being <a href="http://jeremycherfas.net/wp/Archive/2008/04/22/just-say-no/">pushed around by an agricultural corporation</a> that sounds like the RIAA of farming (plus health effects).</p>  

<p>Continuing the topic of corporate machinations, <a href="http://www.biotunes.org/bioblog/">Biotunes</a> describes an article (and personal experience) about <a href="http://www.biotunes.org/bioblog/2008/04/mercks-fraud-is-standard-industry.html">bias in medical publications</a>. On the lighter side of medicine, you can <a href="http://larryferlazzo.edublogs.org/2008/04/16/space-doctor-game/">play doctor in space</a> with a cool little flash game from the BBC.</p>

<a href="http://sciencenotes.wordpress.com/2008/04/16/whos-zoomin-who/"><img src="/res/images/flagellum_model.jpg" alt="Flagellum model" class="right"/></a>

<p>Moving on to scheming of the creationist sort, <a href="http://scienceblogs.com/gregladen/">Greg</a> theorizes why physics doesn't have <i lang="la">argumentum ad Nazium</i> documentaries and points out that <a href="http://scienceblogs.com/gregladen/2008/04/expelled_induced_conversations.php">biology at the molecular scale is difficult to comprehend</a>. <a href="http://sciencenotes.wordpress.com/">Monado</a> gives an example of this difficulty by comparing creationist drawings to <a href="http://sciencenotes.wordpress.com/2008/04/16/whos-zoomin-who/">a real electron micrograph of a flagellum</a>. <ins datetime="2008-05-02T19:43:47+00:00"><i>Late update:</i> On the topic of pseudoscience, <a href="http://podblack.wordpress.com/">Podblack Cat</a> asks "<a href="http://podblack.wordpress.com/2008/04/22/women-and-superstitions-part-one/">are women more superstitious?</a>" (and throws in quite a literature review for the topic).</ins></p>

<p>As an antidote to that intelligent design, <a href="http://www.sharpbrains.com/blog/">Alvaro</a> has details on <a href="http://www.sharpbrains.com/blog/2008/04/25/new-neurons-good-news-bad-news/">making new neurons</a> and a bunch of <a href="http://www.sharpbrains.com/blog/2008/04/23/brain-research-interview-series/">interviews of neuroscientists and cognitive psychologists</a>.</p>

<p>Finally, <a href="http://10000birds.com/">10,000 Birds</a> (the only returning blog from Tangled Bank #1 [<a href="http://10000birds.com/american-trash-bird.htm">this post</a> if you're curious]) describes <a href="http://10000birds.com/coots.htm">coots</a> (the bird, not the elderly).</p>

<p>I hope you enjoyed this Tangled Bank. The next edition is at the <a href="http://thebeagleproject.blogspot.com/">Beagle Project</a>. You can email submissions to the hosts directly <a href="mailto:&#107;ar&#101;&#110;&#64;&#116;&#104;&#101;b&#101;&#97;&#103;&#108;e&#112;&#114;&#111;j&#101;&#99;&#116;.&#99;&#111;m">here</a>
 or <a href="mailto:pe&#116;&#101;&#114;&#64;&#116;&#104;&#101;&#98;&#101;&#97;&#103;&#108;&#101;&#112;&#114;o&#106;&#101;&#99;&#116;&#46;&#99;&#111;m">here</a>
 or to the standard <a href="mailto:&#104;o&#115;t&#64;&#116;&#97;&#110;&#103;&#108;&#101;&#100;&#98;&#97;&#110;&#107;&#46;&#110;&#101;&#116;">&#104;ost&#64;t&#97;&#110;&#103;&#108;&#101;&#100;&#98;a&#110;k&#46;&#110;&#101;&#116;</a>
 before May 14th. Here's to four years of biology blogging carnivals and hopefully many more. </p>]]></content:encoded>
			<wfw:commentRss>http://scott.sherrillmix.com/blog/blogger/tangled-bank-104/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Gravatar Adds MonsterIDs and Identicons</title>
		<link>http://scott.sherrillmix.com/blog/blogger/gravatar-adds-monsterids-and-identicons/</link>
		<comments>http://scott.sherrillmix.com/blog/blogger/gravatar-adds-monsterids-and-identicons/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 02:32:54 +0000</pubDate>
		<dc:creator>ScottS-M</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Programmer]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[avatar]]></category>
		<category><![CDATA[gravatar]]></category>
		<category><![CDATA[identicon]]></category>
		<category><![CDATA[monsterid]]></category>

		<guid isPermaLink="false">http://scott.sherrillmix.com/blog/?p=107</guid>
		<description><![CDATA[
It looks like Gravatar has added Identicons and MonsterIDs to their system. I'd been wondering when they would add something like this since it seems like such a simple and useful addition. I was thinking my plugins wouldn't get much use now but it seems like they've gotten quite a few hits in the last [...]]]></description>
			<content:encoded><![CDATA[<img src="/res/images/gravatar.gif" alt="Gravatar" class="right"/>
<p>It looks like <a href="http://blog.gravatar.com/2008/04/22/identicons-monsterids-and-wavatars-oh-my/">Gravatar</a> has added <a href="http://www.docuverse.com/blog/donpark/2007/01/18/visual-security-9-block-ip-identification">Identicons</a> and <a href="http://www.splitbrain.org/projects/monsterid">MonsterIDs</a> to their system. I'd been wondering when they would add something like this since it seems like such a simple and useful addition. I was thinking my plugins wouldn't get much use now but it seems like they've gotten quite a few hits in the last few days. Not sure if that's related to Gravatar or just random but I guess some people are still finding them useful.</p>
<p>So I guess I'll keep maintaining the plugins since unfortunately Gravatar doesn't really give you all the configuration possibilities of <a href="http://scott.sherrillmix.com/blog/blogger/wp_identicon/">WP_Identicon</a> or the hand drawn monsters of <a href="http://scott.sherrillmix.com/blog/blogger/wp_monsterid/">WP_MonsterID</a>.</p>
<a href="http://nomoretangerines.com/blog/"><img src="/res/images/lemm_goblin.png" alt="Goblin art by Lemm" class="left"/></a>
<p>Speaking of hand drawn, <a href="http://rocketworm.com/">Lemm</a>, the kind illustrator that drew up the new monsters, has (re?)started <a href="http://nomoretangerines.com/blog/">No More Tangerines</a>, a blog showing off some of her art. It's pretty cool to see the <a href="http://nomoretangerines.com/blog/2008/03/30/goblin-progress/">progression</a> her <a href="http://nomoretangerines.com/blog/2008/04/03/plodding-along/">drawings</a> go <a href="http://nomoretangerines.com/blog/2008/04/08/goblin-wip-three/">through</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://scott.sherrillmix.com/blog/blogger/gravatar-adds-monsterids-and-identicons/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WP_Texticon</title>
		<link>http://scott.sherrillmix.com/blog/blogger/wp_texticon/</link>
		<comments>http://scott.sherrillmix.com/blog/blogger/wp_texticon/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 04:56:23 +0000</pubDate>
		<dc:creator>ScottS-M</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Programmer]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[avatar]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[commenter]]></category>
		<category><![CDATA[DNA]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://scott.sherrillmix.com/blog/blogger/wp_texticon/</guid>
		<description><![CDATA[


I realize I'm getting in the dead horse beating side of automatic avatar creation plugins but brainsolid  asked for a plugin to generate binary avatars that looked like the text from the matrix and I figured it wouldn't take too long to change WP_Identicon over to it. Of course, then other things came up [...]]]></description>
			<content:encoded><![CDATA[<img src="/res/images/matrix_texticon.png" alt="Matrix-like Texticon example" class="right"/>
<img src="/res/images/letters_texticon.png" alt="Letters Texticon example" class="right"/>
<img src="/res/images/dna_texticon.png" alt="DNA-like Texticon example" class="right"/>
<p>I realize I'm getting in the dead horse beating side of automatic avatar creation plugins but <a href="http://binaries.ru/">brainsolid </a> asked for a plugin to generate binary avatars that looked like the text from the matrix and I figured it wouldn't take too long to change <a href="http://scott.sherrillmix.com/blog/blogger/wp_identicon/">WP_Identicon</a> over to it. Of course, then other things came up and I managed to take quite a while to get around to it but it's done now so here is WP_Texticon. It generates avatars with an array of colored characters. It's sort of hard to describe so it's probably easier to just show a few examples.</p>
<p>So I guess it's mostly for anyone that likes that text in the Matrix, writing about code (with 0 and 1's or 0-9 and A-E if you want to get fancy) or biologists (give every commenter their own DNA sequence with ATCG) or maybe general literature (with some random letters and a white background).</p>


<h3>Features</h3>
<ul>
<li>Dynamically generated avatars for each commenter</li>
<li>Matrix/DNA/Binary-like text array icons</li>
<li>Customizable character selection</li>
<li>Gravatar support</li>
<li>No theme edits necessary</li>
</ul>


<h3>Current Version:</h3> <p><a href="/res/wp_texticon.zip">WP_Texticon</a></p>

<h3>Installation instructions:</h3> <p>Unzip <code>wp_texticon.zip</code>. Upload wp_texticon.php <em>and</em> the <code>texticon</code> folder. Make sure the <code>texticon</code> folder is <a href="http://codex.wordpress.org/Changing_File_Permissions">writable</a>. If your unzipping program creates a <code>wp_texticon</code> folder please only upload the contents (<code>wp_texticon.php</code> and the <code>texticon</code> folder). That should be it. Texticons should now appear next to your commenter's names.</p> 
<p>You can adjust the background colors, the type and number of characters making up the Texticons and CSS in the Texticon Control Panel. If you'd like to change the fonts used for the characters, add or remove any Truetype Fonts (files that end in <code>.ttf</code>) you'd like to the <code>texticon/fonts</code> folder. You can also clear the Texticon image cache in the control panel.</p>

<h3>For Advanced Users:</h3>
<p>For even more control, you can disable the automatic placement in the Texticon Control Panel and add an Texticon to any comment with <code>texticon_build($comment-&gt;comment_author_email, $comment-&gt;comment_author);<!--formatted--></code>. For example, find the <code>comments.php</code> of your current theme (it should be in the folder <code>wp-content/themes/[currentThemeName]/</code>). Open it up and look for something similar to <code>foreach ($comments as $comment)</code>. Inside this loop there should be code that displays the comment author's name or metadata like <code>&lt;p class=&quot;comment-author&quot;&gt;<!--formatted--></code> or <code>&lt;p class=&quot;comment-metadata&quot;&gt;<!--formatted--></code>. Just before all this enter:<br/><code>&lt;?php if (function_exists(texticon_build)) echo texticon_build($comment-&gt;comment_author_email, $comment-&gt;comment_author); ?&gt;<!--formatted--></code><br/>
If you would prefer to base the Texticons on the commentor's IP address instead of the commentor's email just replace <code>$comment-&gt;comment_author_email<!--formatted--></code> in the above with <code>$comment-&gt;comment_author_IP<!--formatted--></code>.</p>


<h3>Change Log:</h3>
<ul>
 <li><a href="/res/wp_texticon_v0.52.zip">v0.52</a> 3-27-2007:
  <ul>
  <li>Fixed missing gravatar bug</li>
  </ul>
 </li>
 <li><a href="/res/wp_texticon_v0.51.zip">v0.51</a> 3-27-2007:
  <ul>
  <li>First Public Version</li>
  </ul>
 </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://scott.sherrillmix.com/blog/blogger/wp_texticon/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
