<?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>Radical Behavior &#187; Plugin</title>
	<atom:link href="http://www.radicalbehavior.com/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.radicalbehavior.com</link>
	<description>a notepad by Josh Kenzer</description>
	<lastBuildDate>Tue, 20 Dec 2011 15:28:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Vim Blog</title>
		<link>http://www.radicalbehavior.com/vim-blog/</link>
		<comments>http://www.radicalbehavior.com/vim-blog/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 15:06:59 +0000</pubDate>
		<dc:creator>Josh Kenzer</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[VIM]]></category>

		<guid isPermaLink="false">http://www.radicalbehavior.com/?p=788</guid>
		<description><![CDATA[I took the popular vimpress plugin and added the ability to upload images and set a post status type (draft or published).  More changes to come. Download it here Commands : :BlogList [count] Lists the last x articles in the &#8230; <a href="http://www.radicalbehavior.com/vim-blog/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>I took the popular vimpress plugin and added the ability to upload images and set a post status type (draft or published).  More changes to come.</p>
<p><a href="http://www.vim.org/scripts/script.php?script_id=3475">Download it here</a></p>
<p>Commands :</p>
<ul>
<li>:BlogList [count]<br />
Lists the last x articles in the blog &#8211; if left blank 10 are returned</li>
<li>:BlogNew<br />
Opens page to write new article</li>
<li>:BlogOpen &lt;id&gt;<br />
Opens the article &lt;id&gt; for edition</li>
<li>:BlogDel &lt;id&gt;<br />
Del the article &lt;id&gt;</li>
<li>:BlogSend<br />
Saves the article to the blog</li>
<li>:BlogUp &lt;image name&gt;<br />
Uploads an image to the blog and inserts the image url</li>
</ul>
<p>Configuration :<br />
Edit the &#8220;Settings&#8221; section (starts at line 51).</p>
<p>Usage :<br />
Just fill in the blanks, do not modify the highlighted parts and everything should be ok.</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td>install details</td>
</tr>
<tr>
<td>
<ul>
<li><span style="color: #000000;">place in your vim/plugin/ directory. </span></li>
</ul>
<p>This plugin does require that python be compiled into vim</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.radicalbehavior.com/vim-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy Categories to Tags &#8211; The Plugin</title>
		<link>http://www.radicalbehavior.com/copy-categories-to-tags-the-plugin-2/</link>
		<comments>http://www.radicalbehavior.com/copy-categories-to-tags-the-plugin-2/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 14:46:20 +0000</pubDate>
		<dc:creator>Josh Kenzer</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.radicalbehavior.com/copy-categories-to-tags-the-plugin-2/</guid>
		<description><![CDATA[I posted the actual plugin as a zip file. I&#8217;m not sure why my request to wordpress extend for SVN access went unanswered. Copy Categories to Tags &#8211; The Plugin]]></description>
			<content:encoded><![CDATA[<p>I posted the actual plugin as a zip file. I&#8217;m not sure why my request to wordpress extend for SVN access went unanswered.</p>
<p><a href="../../../copy-categories-to-tags-the-plugin/"> Copy Categories to Tags &#8211; The Plugin</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.radicalbehavior.com/copy-categories-to-tags-the-plugin-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Copy Categories to Tags &#8211; The Plugin</title>
		<link>http://www.radicalbehavior.com/copy-categories-to-tags-the-plugin/</link>
		<comments>http://www.radicalbehavior.com/copy-categories-to-tags-the-plugin/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 19:29:51 +0000</pubDate>
		<dc:creator>Josh Kenzer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2.3]]></category>
		<category><![CDATA[categories]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Tags]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.radicalbehavior.com/?p=187</guid>
		<description><![CDATA[Part 2 of the previous WordPress Tag Post In my continuing effort to duplicate existing categories associated with posts as tags, I offer up this plugin. Remember, my goal is to phase categories out in favor of tags. So I &#8230; <a href="http://www.radicalbehavior.com/copy-categories-to-tags-the-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Part 2 of the previous <a target="_self" href="http://www.radicalbehavior.com/how-are-tags-implemented-in-wordpress-2.3/">WordPress Tag Post</a></p>
<p>In my continuing effort to duplicate existing categories associated with posts as tags, I offer up this plugin. Remember, my goal is to phase categories out in favor of tags. So I don&#8217;t want to do just an abrupt change over switching my categories to tags. Instead, I want to duplicate them, and transition away from categories. First in the templates, then cleaned out of the database.</p>
<p><a href="/copy_cats_to_tags.zip">DOWNLOAD here</a></p>
<p><b>Here&#8217;s the process:</b><br />
For each post, get a list of the categories. For each category, determine if the category (term_id), exists in the wp_term_taxonomy table. If it does, it will have the taxonomy of &#8220;post_tag&#8221;</p>
<p>Does the category already exist as a post_tag?</p>
<p><b>If Yes</b><br />
Retrieve the term_taxonomy_id for that term, and insert it into wp_term_relationships. Also, update the count in the wp_term_taxonomy table for that post_tag &#8211; important for tag clouding.</p>
<p><b>No</b><br />
Create a new record in the wp_term_taxonomy table referencing the same term_id but with a taxonomy of post_tag. Set the count to 1 on insert.</p>
<p><b>In either case:</b><br />
Retrieve back the term_taxonomy_id, and insert that into wp_term_relationships for the post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.radicalbehavior.com/copy-categories-to-tags-the-plugin/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>QuickPost for WordPress with tags and the option to disable comments</title>
		<link>http://www.radicalbehavior.com/quickpost-for-wordpress-with-tags-and-the-option-to-disable-comments/</link>
		<comments>http://www.radicalbehavior.com/quickpost-for-wordpress-with-tags-and-the-option-to-disable-comments/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 17:36:53 +0000</pubDate>
		<dc:creator>Josh Kenzer</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Tagging]]></category>

		<guid isPermaLink="false">http://www.radicalbehavior.com/quickpost-for-wordpress-with-tags-and-the-option-to-disable-comments/</guid>
		<description><![CDATA[Mikkel&#160; at blog.detersmart.dk has modified and posted a version of the QuickPost plugin that supports tags and provides the ability to disable comments. I am testing it now with this post. If all checks out, I will merge the changes &#8230; <a href="http://www.radicalbehavior.com/quickpost-for-wordpress-with-tags-and-the-option-to-disable-comments/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Mikkel&nbsp; at blog.detersmart.dk has modified and posted a version of the QuickPost plugin that supports tags and provides the ability to disable comments. I am testing it now with this post. If all checks out, I will merge the changes (I had a few unpublished changes in my tree) and publish it out. Thanks a ton Mikkel. If anyone else has changes they&#8217;d like merged into the trunk, feel free to pass them along.</p>
<p>In the meantime, you can get Mikkel&#8217;s version here: <a href="http://blog.detersmart.dk/2008/01/09/quickpost-for-wordpress-with-tags-and-the-option-to-disable-comments/">QuickPost for WordPress with tags and the option to disable comments at blog.detersmart.dk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.radicalbehavior.com/quickpost-for-wordpress-with-tags-and-the-option-to-disable-comments/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>New Version of Quick Post Plugin</title>
		<link>http://www.radicalbehavior.com/new-version-of-quick-post-plugin/</link>
		<comments>http://www.radicalbehavior.com/new-version-of-quick-post-plugin/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 02:35:59 +0000</pubDate>
		<dc:creator>Josh Kenzer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Tumblr]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.radicalbehavior.com/new-version-of-quick-post-plugin/</guid>
		<description><![CDATA[v0.6 (11/26/2007) -Finished Safari Support (although there may be bugs); Added stripslashes for titles that have apostrophes; Minor Change to Blockquote formatting. Download now: WordPress › QuickPost « WordPress Plugins The Safari issue was interesting. Previously, the plugin used document.write to &#8230; <a href="http://www.radicalbehavior.com/new-version-of-quick-post-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>v0.6 (11/26/2007) -Finished Safari Support (although there may be bugs); Added stripslashes for titles that have apostrophes; Minor Change to Blockquote formatting. Download now: <a href="http://wordpress.org/extend/plugins/quick-post/#post-2291">WordPress › QuickPost « WordPress Plugins</a></p>
<p>The Safari issue was interesting. Previously, the plugin used document.write to write out the preview of each image in the Photo tab. However, document.write in Safari refreshes the entire canvas &#8211; very odd. So after a little research, I found using innerHTML worked fine in Safari. A quick browser detection, and poof, ready to go. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.radicalbehavior.com/new-version-of-quick-post-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

