<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Test it!</title>
	<atom:link href="http://kccricket.net/archives/test-it/feed" rel="self" type="application/rss+xml" />
	<link>http://kccricket.net/archives/test-it</link>
	<description>A stream of text from the +5 keyboard of insightfulness.</description>
	<lastBuildDate>Mon, 26 Jul 2010 21:04:54 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Les</title>
		<link>http://kccricket.net/archives/test-it/comment-page-1#comment-14244</link>
		<dc:creator>Les</dc:creator>
		<pubDate>Sun, 18 May 2008 11:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://kccricket.net/archives/41#comment-14244</guid>
		<description>Bother. The key line was mangled. Let&#039;s try that again!

&lt;code&gt;	echo &#039;&lt;fieldset id=&quot;cm_moodlist&quot; class=&quot;meta_box&quot;&gt;&#039;;&lt;/code&gt;

Keith - if that breaks, please fix/delete/laugh at my code as appropriate :-)</description>
		<content:encoded><![CDATA[<p>Bother. The key line was mangled. Let&#8217;s try that again!</p>
<p><code>	echo '&lt;fieldset id="cm_moodlist" class="meta_box"&gt;';</code></p>
<p>Keith &#8211; if that breaks, please fix/delete/laugh at my code as appropriate <img src='http://kccricket.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Les</title>
		<link>http://kccricket.net/archives/test-it/comment-page-1#comment-14243</link>
		<dc:creator>Les</dc:creator>
		<pubDate>Sun, 18 May 2008 11:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://kccricket.net/archives/41#comment-14243</guid>
		<description>I&#039;ve made a small modification to Cricket Moods which makes it a little more 2.5 friendly. I added this function to put the Write page mood selection box look 2.5 style, and to put it in the upper part of the page rather than at the bottom where much scrolling is required:

&lt;code&gt;function cm _add_moods_box() {add_meta_box(&#039;cricket&#039;, &#039;Moods&#039;,&#039;cm_list_select_moods&#039;, &#039;post&#039;,&#039;normal&#039;);}&lt;/code&gt;

In cm_list_moods, I changed the fieldset call (line 312) to this:

&lt;code&gt;echo &#039;&#039;;&lt;/code&gt;

Then removed line 342:

&lt;code&gt;add_action(&#039;dbx_post_sidebar&#039;, &#039;cm_list_select_moods&#039;);&lt;/code&gt;

And finally added this:

&lt;code&gt;add_action(&#039;admin_menu&#039;, &#039;cm_add_moods_box&#039;);&lt;/code&gt;

I&#039;m sure someone who (unlike me) &lt;em&gt;can&lt;/em&gt; code their way out of a wet paper bag could do a better job (and make it work for 2.3.x and 2.5 at the same time), but this works for me, and makes it less likely for me to forget to add a mood to a post.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve made a small modification to Cricket Moods which makes it a little more 2.5 friendly. I added this function to put the Write page mood selection box look 2.5 style, and to put it in the upper part of the page rather than at the bottom where much scrolling is required:</p>
<p><code>function cm _add_moods_box() {add_meta_box('cricket', 'Moods','cm_list_select_moods', 'post','normal');}</code></p>
<p>In cm_list_moods, I changed the fieldset call (line 312) to this:</p>
<p><code>echo '';</code></p>
<p>Then removed line 342:</p>
<p><code>add_action('dbx_post_sidebar', 'cm_list_select_moods');</code></p>
<p>And finally added this:</p>
<p><code>add_action('admin_menu', 'cm_add_moods_box');</code></p>
<p>I&#8217;m sure someone who (unlike me) <em>can</em> code their way out of a wet paper bag could do a better job (and make it work for 2.3.x and 2.5 at the same time), but this works for me, and makes it less likely for me to forget to add a mood to a post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jb</title>
		<link>http://kccricket.net/archives/test-it/comment-page-1#comment-13162</link>
		<dc:creator>jb</dc:creator>
		<pubDate>Thu, 20 Mar 2008 14:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://kccricket.net/archives/41#comment-13162</guid>
		<description>Is there a way that I can pull up a page that has a list of the moods and then the list of posts for each mood?  I&#039;d like to have an overview page on my site that lists all of my posts by mood.  Is this possible?</description>
		<content:encoded><![CDATA[<p>Is there a way that I can pull up a page that has a list of the moods and then the list of posts for each mood?  I&#8217;d like to have an overview page on my site that lists all of my posts by mood.  Is this possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kccricket</title>
		<link>http://kccricket.net/archives/test-it/comment-page-1#comment-13139</link>
		<dc:creator>kccricket</dc:creator>
		<pubDate>Wed, 19 Mar 2008 14:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://kccricket.net/archives/41#comment-13139</guid>
		<description>Yes, this is true.  2.5 uses different functions to add things to the write page.  I&#039;m sure people will be asking.  Unfortunately, my teachers will also be asking for the homework they assigned, and my employers will be asking me to come to work.

There&#039;s a number of things on my todo list, and I&#039;ll add this one.  I don&#039;t know when I&#039;ll get to it, but I&#039;ll try to get it done &quot;Soon&#8482;.&quot;</description>
		<content:encoded><![CDATA[<p>Yes, this is true.  2.5 uses different functions to add things to the write page.  I&#8217;m sure people will be asking.  Unfortunately, my teachers will also be asking for the homework they assigned, and my employers will be asking me to come to work.</p>
<p>There&#8217;s a number of things on my todo list, and I&#8217;ll add this one.  I don&#8217;t know when I&#8217;ll get to it, but I&#8217;ll try to get it done &#8220;Soon&#8482;.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Les</title>
		<link>http://kccricket.net/archives/test-it/comment-page-1#comment-13137</link>
		<dc:creator>Les</dc:creator>
		<pubDate>Wed, 19 Mar 2008 11:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://kccricket.net/archives/41#comment-13137</guid>
		<description>Helloooo

Love the plugin - in fact I use it on just about every post. But have you seen what happens with WordPress 2.5? Thanks to the new Write page layout, its box doesn&#039;t appear in a friendly sidebar any more - it just lurks at the bottom of the page. Do you have any idea if this can be improved? If I could code my way out of a wet paper bag, I&#039;d try to work out what&#039;s going on, but as I can&#039;t, I won&#039;t.

No rush as far as I&#039;m concerned, but 2.5 is going live moderately soon, and I&#039;m sure people will be asking...</description>
		<content:encoded><![CDATA[<p>Helloooo</p>
<p>Love the plugin &#8211; in fact I use it on just about every post. But have you seen what happens with WordPress 2.5? Thanks to the new Write page layout, its box doesn&#8217;t appear in a friendly sidebar any more &#8211; it just lurks at the bottom of the page. Do you have any idea if this can be improved? If I could code my way out of a wet paper bag, I&#8217;d try to work out what&#8217;s going on, but as I can&#8217;t, I won&#8217;t.</p>
<p>No rush as far as I&#8217;m concerned, but 2.5 is going live moderately soon, and I&#8217;m sure people will be asking&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kccricket</title>
		<link>http://kccricket.net/archives/test-it/comment-page-1#comment-12390</link>
		<dc:creator>kccricket</dc:creator>
		<pubDate>Fri, 25 Jan 2008 22:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://kccricket.net/archives/41#comment-12390</guid>
		<description>Yep, no problem.  I&#039;ll just take a look at the plugin before making my changes.</description>
		<content:encoded><![CDATA[<p>Yep, no problem.  I&#8217;ll just take a look at the plugin before making my changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachelle</title>
		<link>http://kccricket.net/archives/test-it/comment-page-1#comment-12389</link>
		<dc:creator>Rachelle</dc:creator>
		<pubDate>Fri, 25 Jan 2008 21:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://kccricket.net/archives/41#comment-12389</guid>
		<description>Mmm, No ALT or Blank ALT?? I&#039;m not sure how the ‘image caption easy’ works, except that any characters in the ALT tag tell the plugin to display the caption and make a border. Sorry, that&#039;s not very technical :-( There are other plugins/ hacks I&#039;ve seen that use the ALT tag text as a trigger to do display it as a caption.  ALT=&quot;&quot; would make it compatible, I think. Maybe you could run the ‘image caption easy’ plugin on a testbed and see?

Thanks for your response, I hope you could figure out my poor descriptions. 

Rachelle.</description>
		<content:encoded><![CDATA[<p>Mmm, No ALT or Blank ALT?? I&#8217;m not sure how the ‘image caption easy’ works, except that any characters in the ALT tag tell the plugin to display the caption and make a border. Sorry, that&#8217;s not very technical <img src='http://kccricket.net/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  There are other plugins/ hacks I&#8217;ve seen that use the ALT tag text as a trigger to do display it as a caption.  ALT=&#8221;" would make it compatible, I think. Maybe you could run the ‘image caption easy’ plugin on a testbed and see?</p>
<p>Thanks for your response, I hope you could figure out my poor descriptions. </p>
<p>Rachelle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kccricket</title>
		<link>http://kccricket.net/archives/test-it/comment-page-1#comment-12388</link>
		<dc:creator>kccricket</dc:creator>
		<pubDate>Fri, 25 Jan 2008 20:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://kccricket.net/archives/41#comment-12388</guid>
		<description>I can certainly do that, if you&#039;d like.  Would you prefer absolutely no ALT attributes or just blank ALT attributes?  I suppose I could code the option for both, it wouldn&#039;t be hard.  Be aware that removing the ALT attribute from a IMG tag causes a page to fail markup validation for HTML4 (maybe?) and XHTML strict doctypes.

Just as a side note, I always figured that something to better display the title attribute of an image would be more useful than the alt attribute, especially since alt is really more for accessibility purposes.  title is intended to be informational text pertaining to the image, like a caption.  Doesn&#039;t seem very useful to me to have the words &quot;a baseball&quot; below the picture of a baseball.  That&#039;s just me, of course, and will have no impact on my design of the plugin, so I will happily accommodate your needs.</description>
		<content:encoded><![CDATA[<p>I can certainly do that, if you&#8217;d like.  Would you prefer absolutely no ALT attributes or just blank ALT attributes?  I suppose I could code the option for both, it wouldn&#8217;t be hard.  Be aware that removing the ALT attribute from a IMG tag causes a page to fail markup validation for HTML4 (maybe?) and XHTML strict doctypes.</p>
<p>Just as a side note, I always figured that something to better display the title attribute of an image would be more useful than the alt attribute, especially since alt is really more for accessibility purposes.  title is intended to be informational text pertaining to the image, like a caption.  Doesn&#8217;t seem very useful to me to have the words &#8220;a baseball&#8221; below the picture of a baseball.  That&#8217;s just me, of course, and will have no impact on my design of the plugin, so I will happily accommodate your needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachelle</title>
		<link>http://kccricket.net/archives/test-it/comment-page-1#comment-12387</link>
		<dc:creator>Rachelle</dc:creator>
		<pubDate>Fri, 25 Jan 2008 19:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://kccricket.net/archives/41#comment-12387</guid>
		<description>Great plugin, but there is a confict with http://imagecaptioneasy.contentspring.com/ This plugin uses the ALT text of an image to create a caption and a fancy border round any image. No alt tag stops &#039;image caption easy&#039; making captions and boarders. As you can imagine, a caption and a border messes Cricket moods badly, so an option or hack to remove automatic ALT tags from the icons would be a great benefit. 

Thanks very much. Rachelle.</description>
		<content:encoded><![CDATA[<p>Great plugin, but there is a confict with <a href="http://imagecaptioneasy.contentspring.com/" rel="nofollow">http://imagecaptioneasy.contentspring.com/</a> This plugin uses the ALT text of an image to create a caption and a fancy border round any image. No alt tag stops &#8216;image caption easy&#8217; making captions and boarders. As you can imagine, a caption and a border messes Cricket moods badly, so an option or hack to remove automatic ALT tags from the icons would be a great benefit. </p>
<p>Thanks very much. Rachelle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tikurion</title>
		<link>http://kccricket.net/archives/test-it/comment-page-1#comment-12129</link>
		<dc:creator>tikurion</dc:creator>
		<pubDate>Tue, 25 Dec 2007 12:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://kccricket.net/archives/41#comment-12129</guid>
		<description>I&#039;m absolutely willing to translate further strings! I&#039;ve been going through the 3.6 version and found some minor mistakes which I changed now, so it would probably be best if I sent you the edited file or something and you just gave me the string you&#039;d like a translation for.</description>
		<content:encoded><![CDATA[<p>I&#8217;m absolutely willing to translate further strings! I&#8217;ve been going through the 3.6 version and found some minor mistakes which I changed now, so it would probably be best if I sent you the edited file or something and you just gave me the string you&#8217;d like a translation for.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
