<?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>robot with a heart &#187; plugin</title>
	<atom:link href="http://www.robotwithaheart.com/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robotwithaheart.com</link>
	<description></description>
	<lastBuildDate>Sun, 15 May 2011 05:58:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>WordPress Plugin: Says Something Else</title>
		<link>http://www.robotwithaheart.com/2009/05/09/wordpress-plugin-says-something-else/</link>
		<comments>http://www.robotwithaheart.com/2009/05/09/wordpress-plugin-says-something-else/#comments</comments>
		<pubDate>Sat, 09 May 2009 05:36:50 +0000</pubDate>
		<dc:creator>norm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[says]]></category>
		<category><![CDATA[thread]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp_list_comments]]></category>

		<guid isPermaLink="false">http://www.robotwithaheart.com/?p=515</guid>
		<description><![CDATA[Before WordPress 2.7 you could only get threaded comments through plugins. One of the great things they finally added with WP 2.7 was threaded comments. A quick web search should help you find the right tutorials to have your theme &#8230; <a href="http://www.robotwithaheart.com/2009/05/09/wordpress-plugin-says-something-else/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Before WordPress 2.7 you could only get threaded comments through plugins. One of the great things they finally added with WP 2.7 was threaded comments.</p>
<p>A quick web search should help you find the right tutorials to have your theme make use of this new comment system&#8230; and soon you&#8217;ll discover a new function called <a href="http://codex.wordpress.org/Template_Tags/wp_list_comments" target="_blank">wp_list_comments()</a> that would simply dump out all the comments with correct markup for comment threading. AWESOME. For the most part, everything wp_list_comments() does is pretty good—It gives you good markup that you can easily style and some options.</p>
<p><strong>But one thing I could never find out how to do was replace &#8220;says:&#8221; in the default comments template.</strong> After lots of forums and searching, I discovered that the only way to replace that text would be to <em>write your own callback function</em> to display the comments. WTF?! That&#8217;s a lot of work just to change some simple text! definitely NOT worth the effort&#8230; so instead I wrote a simple plugin to change the text after the page is loaded.</p>
<p><a href="http://www.robotwithaheart.com/wordpress-work/says-something-else">Says Something Else</a> takes a set of words that you define, and replaces &#8220;says&#8221; in the comments area. if you define more than one word, it will replaces &#8220;says&#8221; with a randomly chosen word from the list. Pretty simple. Download away!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robotwithaheart.com/2009/05/09/wordpress-plugin-says-something-else/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>wordpress development</title>
		<link>http://www.robotwithaheart.com/2009/04/16/wordpress-development/</link>
		<comments>http://www.robotwithaheart.com/2009/04/16/wordpress-development/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 19:28:30 +0000</pubDate>
		<dc:creator>norm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[nerd]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.robotwithaheart.com/?p=441</guid>
		<description><![CDATA[work has been pretty slow for the last few weeks. i&#8217;ve spent most of my time at work reading blogs, catching up on tv shows and helping herman get some things running on doobybrain. i think this would be my &#8230; <a href="http://www.robotwithaheart.com/2009/04/16/wordpress-development/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>work has been pretty slow for the last few weeks. i&#8217;ve spent most of my time at work reading blogs, catching up on tv shows and helping <a href="http://www.hermanyung.com/">herman</a> get some things running on <a href="http://www.doobybrain.com/" target="_blank">doobybrain</a>.</p>
<p>i think this would be my first time taking a dive into actual wordpress development. in the past i&#8217;ve only helped people style their blogs or do css tweaks and random javascripting&#8230; all stuff dealing with presentation, but nothing really with <em>function</em>. those of you who actually come to this site (instead of just seeing this in your reader) may have noticed i started using this plugin that looks like this:</p>
<p><img class="alignnone size-full wp-image-442" title="sexybookmarks_screenshot" src="http://www.robotwithaheart.com/wp-content/uploads/2009/04/sexybookmarks_screenshot.png" alt="sexybookmarks_screenshot" width="600" height="69" /></p>
<p>it&#8217;s a plugin called <a href="http://eight7teen.com/sexy-bookmarks" target="_blank">SexyBookmarks</a>&#8230; i know&#8230; i didn&#8217;t name it. it&#8217;s not the first result in a <a href="http://www.google.com/search?hl=en&amp;q=sexybookmarks" target="_blank">google search</a>. but i thought it to be a pretty well made plugin; designed rather nicely and cleanly and more or less functions like it&#8217;s supposed to. when herman had some issues w/ the plugin a few days ago i started looking into it and got in touch w/ the developer, josh jones to propose some fixes. he seems like a really nice guy and even gave me some <a href="http://wordpress.org/extend/plugins/sexybookmarks/other_notes/" target="_blank">credit</a> for some of the patches i made that made it in:</p>
<p><a href="http://wordpress.org/extend/plugins/sexybookmarks/other_notes/"><img class="alignnone size-full wp-image-443" title="sexybookmarks_credit" src="http://www.robotwithaheart.com/wp-content/uploads/2009/04/sexybookmarks_credit.png" alt="sexybookmarks_credit" width="600" height="240" /></a></p>
<p>i&#8217;m still in contact w/ him hoping to get a few more changes in if they get accepted. doing wordpress dev on this plugin has kinda got my feet wet and i wanna work on some plugins of my own so maybe soon this site will have a section of my plugins.</p>
<p>i think the first plugin i work on will be to make a &#8220;via&#8221; plugin to give credits to artists/blogs herman&#8217;s been asking for this functionality for a while. maybe there&#8217;s a plugin for it already&#8230; i didn&#8217;t search. in any case, i figure it should be a pretty easy plugin to start on. after i think i&#8217;ll make my own facebook connect plugin because the ones i see out there don&#8217;t work out of the box that well and i think <em>there must be an easier way!</em></p>
<p><strong>wordpress users out there&#8230; any plugin you want me to try to create?</strong></p>
<p>i&#8217;m looking for ideas. we&#8217;ll see how long this run goes or how long this slowness at work lasts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robotwithaheart.com/2009/04/16/wordpress-development/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>

