<?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"
	>

<channel>
	<title>Funroe Factory</title>
	<atom:link href="http://factory.funroe.net/feed" rel="self" type="application/rss+xml" />
	<link>http://factory.funroe.net</link>
	<description>Stuff built by Jess Planck</description>
	<pubDate>Sat, 26 Jul 2008 23:23:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6-beta2</generator>
	<language>en</language>
			<item>
		<title>Yank Widget 1.0</title>
		<link>http://factory.funroe.net/2008/07/10/yank-widget-10/</link>
		<comments>http://factory.funroe.net/2008/07/10/yank-widget-10/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 12:21:22 +0000</pubDate>
		<dc:creator>Jess Planck</dc:creator>
		
		<category><![CDATA[Feature]]></category>

		<category><![CDATA[Projects]]></category>

		<category><![CDATA[WordPress Plugins]]></category>

		<category><![CDATA[Yank Widget]]></category>

		<guid isPermaLink="false">http://factory.funroe.net/?p=113</guid>
		<description><![CDATA[I&#8217;ve decided to release Yank Widget 1.0 for the Weblog Tools Collection Plugin Competition. I wanted to do more for this plugin, but ran out of time.
It works fairly well as a way to add secondary static content to the sidebars for a particular post or page. The user interfaces are not quite what I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided to release <strong><a href="http://factory.funroe.net/projects/yank-widget/">Yank Widget 1.0</a></strong> for the <a href="http://weblogtoolscollection.com/pluginblog/2008/07/10/yank-widget/">Weblog Tools Collection Plugin Competition</a>. I wanted to do more for this plugin, but ran out of time.</p>
<p>It works fairly well as a way to add secondary static content to the sidebars for a particular post or page. The user interfaces are not quite what I wanted, but that will have to wait for future development.</p>
<p>You are more than welcome to post your feedback and bugs here, or <a href="http://factory.funroe.net/contact/">contact me</a> privately if necessary!<br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://factory.funroe.net/2008/07/10/yank-widget-10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress 2.6 Development Notes</title>
		<link>http://factory.funroe.net/2008/07/02/wordpress-26-development-notes/</link>
		<comments>http://factory.funroe.net/2008/07/02/wordpress-26-development-notes/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 15:13:08 +0000</pubDate>
		<dc:creator>Jess Planck</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Note]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://factory.funroe.net/2008/07/02/wordpress-26-development-notes/</guid>
		<description><![CDATA[Okay, time to start some collections of notes for WordPress 2.6.
First, covering the new self discovery of WordPress Plugin directories and wp-config locations:
What Plugin Coders Must Know About WordPress 2.6 « planetOzh 
I haven&#8217;t found information on development with post revisions. I had one issue with the new revision system creating multiple entries for a [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, time to start some collections of notes for WordPress 2.6.<span id="more-60"></span></p>
<p>First, covering the new self discovery of WordPress Plugin directories and wp-config locations:</p>
<blockquote><p><cite><a href="http://planetozh.com/blog/2008/07/what-plugin-coders-must-know-about-wordpress-26/">What Plugin Coders Must Know About WordPress 2.6 « planetOzh </a></cite></p></blockquote>
<p>I haven&#8217;t found information on development with post revisions. I had one issue with the new revision system creating multiple entries for a plugin I have been working on, and I found it easy to disable. I use this snippet to bail out of the current action on the post if it is marked as a revision.</p>

<div class="wp_syntax"><div class="code"><pre class="php"><span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'wp_is_post_revision'</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> wp_is_post_revision<span style="color: #009900;">&#40;</span> <span style="color: #000033;">$post_ID</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">!=</span> <span style="color: #000000; font-weight: bold;">false</span> <span style="color: #009900;">&#41;</span>
        <span style="color: #b1b100;">return</span> <span style="color: #000033;">$post_ID</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>The revision system looks cool so far, and it would be more appropriate to have my plugin hook into those revisions. I&#8217;ll have to save that for later.</p>
]]></content:encoded>
			<wfw:commentRss>http://factory.funroe.net/2008/07/02/wordpress-26-development-notes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Where the %#@&#038;! is WP Super Edit 2.0?</title>
		<link>http://factory.funroe.net/2008/05/28/where-the-is-wp-super-edit-20/</link>
		<comments>http://factory.funroe.net/2008/05/28/where-the-is-wp-super-edit-20/#comments</comments>
		<pubDate>Wed, 28 May 2008 17:05:29 +0000</pubDate>
		<dc:creator>Jess Planck</dc:creator>
		
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://factory.funroe.net/?p=48</guid>
		<description><![CDATA[Good news is that I MUST start work again on WP Super Edit for WordPress 2.5. I have clients and users dependent on it like junkies, and I really want to move on to WordPress 2.5.
Bad news is that life has been beating the crap out of us lately:

Car troubles
Too much work to do
Keeping the [...]]]></description>
			<content:encoded><![CDATA[<p>Good news is that I <strong>MUST</strong> start work again on <a href="http://factory.funroe.net/projects/wp-super-edit/">WP Super Edit</a> for WordPress 2.5. I have clients and users dependent on it like junkies, and I really want to move on to WordPress 2.5.</p>
<p><strong>Bad news is that life has been beating the crap out of us lately:</strong><span id="more-48"></span></p>
<ul>
<li><a href="http://miniusa.com">Car</a> troubles</li>
<li><a href="http://www.nicholls.edu">Too</a> <a href="http://www.thibodauxchamber.com/">much</a> <a href="http://www.bayoucountrychildrensmuseum.org/">work</a> <a href="http://work.funroe.net/">to do</a></li>
<li>Keeping the aging <a href="http://en.wikipedia.org/wiki/PowerBook_G4">PowerBook G4</a> hacked together so I can work. The damn power cable connection on the power module has been re-soldered three times. If you had one of these beasts before the fancy magno-power-cable-connector for the intel Macbooks then you probably have felt my pain.</li>
<li><a href="http://www.homedepot.com">New carpet</a> for our bedroom. <strong>NOTE: </strong>a missing room in a small house brings things closer together — or just plain crowded.</li>
<li>And <a href="http://funroe.net/v/zoo/P1010001.JPG.html?g2_imageViewsIndex=1">the terrible loss of a family member</a>. My wife&#8217;s cat, Shai, who passed away because of cancer after 3 months of vets and internal medicine specialists charging us big bucks trying to figure out his problem. Shai was Caidy&#8217;s best friend who was the most stable member of this zoo.</li>
</ul>
<p>I won&#8217;t mention the price of gas or the recession.<strong> Anyway, I&#8217;ll stop my whining!</strong> I know very well there are folks dealing with worse. Besides there were some good things; I went to an An Event Apart down the road in New Orleans, and this weekend I plan to be drunk in the woods of north-central Arkansas.</p>
<p>Development for <a href="http://wordpress.org/extend/plugins/wp-super-edit/">WP Super Edit</a> is done in the <a href="http://svn.wp-plugins.org/wp-super-edit/trunk/">WP Super Edit trunk of the WordPress Extend subversion repository</a>. It is not functional right now, but much of the database work, TinyMCE discovery functions, and other under the hood stuff is being worked on.</p>
<p>Most of the original features will be retained, but the complicated part is moving settings to the WordPress database. I want to focus on user and/or role configurations for the editor. The original version used flat files for configuration and I knew then it was a bad idea. WP Super Edit will also be using jQuery UI, and I want to use more of the javascript built in to WordPress as possible.</p>
<p><strong>I should also note that WP Super Edit may not be able to upgrade from previous versions</strong>, but I think I will try to at least remove the old settings so I won&#8217;t be guilty of leaving old junk in the WordPress database.</p>
<p><strong>Please remember</strong>, WP Super Edit is a complicated mess of PHP, SQL, HTML, CSS, and Javascript code. I don&#8217;t pretend to be an expert, and I do accept patches and suggestions. <strong>You can post comments here, use the <a href="http://factory.funroe.net/contact/">contact form</a>, or check</strong><strong> <a href="http://factory.funroe.net">factory.funroe.net</a> for the occasional and rare updates. OH, and I better mention the </strong><strong><a href="http://factory.funroe.net/contribute/">contribute!</a> page since I&#8217;ll probably have to replace that damn PowerBook sooner than I want.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://factory.funroe.net/2008/05/28/where-the-is-wp-super-edit-20/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WP Super Edit 1.5</title>
		<link>http://factory.funroe.net/2008/02/27/wp-super-edit-1/</link>
		<comments>http://factory.funroe.net/2008/02/27/wp-super-edit-1/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 15:31:12 +0000</pubDate>
		<dc:creator>Jess Planck</dc:creator>
		
		<category><![CDATA[Projects]]></category>

		<category><![CDATA[WordPress Plugins]]></category>

		<category><![CDATA[WP Super Edit]]></category>

		<guid isPermaLink="false">http://factory.funroe.net/2007/09/20/wp-super-edit-bug-and-request-notes/</guid>
		<description><![CDATA[This will probably be the last version of WP Super Edit for WordPress 2.1 to 2.3 since the upcoming WordPress 2.5 will dramatically change the editor. I&#8217;ll be starting to work on WP Super Edit 2.0 soon for WordPress 2.5 ( I&#8217;ll be using the WordPress Plugin Directory SVN from now on, so I need [...]]]></description>
			<content:encoded><![CDATA[<p>This will probably be the last version of <a href="http://factory.funroe.net/projects/wp-super-edit"><b>WP Super Edit</b></a> for WordPress 2.1 to 2.3 since the upcoming WordPress 2.5 will dramatically change the editor. I&#8217;ll be starting to work on WP Super Edit 2.0 soon for WordPress 2.5 ( I&#8217;ll be using the WordPress Plugin Directory SVN from now on, so I need to get the Google Code project taken down.)</p>
<p>Here&#8217;s a quick list of the changes for <a href="http://factory.funroe.net/projects/wp-super-edit">WP Super Edit</a> that were based on e-mail bug reports, some notes, and things that bothered me. I won&#8217;t bore you with too many details&#8230;<br />
<br />
<span id="more-15"></span></p>
<h3>Things Completed!</h3>
<ol>
<li>changing &#8230;bloginfo(&#8217;url&#8217;) to &#8230;bloginfo(&#8217;WPurl&#8217;)</li>
<li>fix initialization errors</li>
<li>Simplify compatibility checks</li>
<li>Add WordPress &#8220;Next Page&#8221; tag button. - Denis Hoffmann</li>
<li>Fix &#8220;whered my button go bug&#8221; - reproduce. Activate editor plugin, move plugin button to row. Save. uncheck plugin. save. Now the next button on the row that had the removed plugin button will disappear until you refresh the whole damn interface.</li>
<li>Add FULLSCREEN button</li>
<li>Add HR button - Jake</li>
<li>WP Super Edit will now retain settings between plugin activation and deactivation.</li>
<li>Added an &#8220;uninstall&#8221; option that will delete the settings and deactivate the plugin.</li>
</ol>
<h3>Upgrade Notes</h3>
<p>There shouldn&#8217;t be any major issues with replacing the superedit plugin folder on your site with this update. If things do start getting weird, use the &#8220;Uninstall&#8221; button, and reactivate the plugin. That should set everything back to the default state.</p>
<p>As always, your comments are welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://factory.funroe.net/2008/02/27/wp-super-edit-1/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.474 seconds -->
