<?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; Projects</title>
	<atom:link href="http://www.radicalbehavior.com/tag/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.radicalbehavior.com</link>
	<description>a notepad by Josh Kenzer</description>
	<lastBuildDate>Mon, 02 Aug 2010 15:21:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<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>Update to Quick Post WordPress Plugin</title>
		<link>http://www.radicalbehavior.com/update-to-quick-post-wordpress-plugin/</link>
		<comments>http://www.radicalbehavior.com/update-to-quick-post-wordpress-plugin/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 13:53:31 +0000</pubDate>
		<dc:creator>Josh Kenzer</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.radicalbehavior.com/update-to-quick-post-wordpress-plugin/</guid>
		<description><![CDATA[v0.5 (10/25/2007) -Rewrote the bookmarklet javascript -Fixed the photo bug with flickr -Made the photos tab the default when on flickr -Made photos linkable by adding a url. Leave it blank to prevent the link. -Got the WordPress svn to &#8230; <a href="http://www.radicalbehavior.com/update-to-quick-post-wordpress-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/plugins/quick-post/#post-2291">v0.5 (10/25/2007)</a></p>
<p><br class="webkit-block-placeholder" />-Rewrote the bookmarklet javascript<br />
-Fixed the photo bug with flickr<br />
-Made the photos tab the default when on flickr<br />
-Made photos linkable by adding a url. Leave it blank to prevent the link.<br />
-Got the WordPress svn to show the correct version number</p>
]]></content:encoded>
			<wfw:commentRss>http://www.radicalbehavior.com/update-to-quick-post-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>QuickPost Plugin is now hosted on WordPress.org</title>
		<link>http://www.radicalbehavior.com/quickpost-plugin-is-now-hosted-on-wordpressorg/</link>
		<comments>http://www.radicalbehavior.com/quickpost-plugin-is-now-hosted-on-wordpressorg/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 22:39:59 +0000</pubDate>
		<dc:creator>Josh Kenzer</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.radicalbehavior.com/quickpost-plugin-is-now-hosted-on-wordpress.org/</guid>
		<description><![CDATA[Pretty cool beans.]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/plugins/quick-post/">Pretty cool beans.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.radicalbehavior.com/quickpost-plugin-is-now-hosted-on-wordpressorg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 0.4 of the QuickPost WordPress Plugin is now Available</title>
		<link>http://www.radicalbehavior.com/version-04-of-the-quickpost-wordpress-plugin-is-now-available/</link>
		<comments>http://www.radicalbehavior.com/version-04-of-the-quickpost-wordpress-plugin-is-now-available/#comments</comments>
		<pubDate>Thu, 06 Sep 2007 18:53:34 +0000</pubDate>
		<dc:creator>Josh Kenzer</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.radicalbehavior.com/version-0.4-of-the-quickpost-wordpress-plugin-is-now-available/</guid>
		<description><![CDATA[I moved the project details to this page: QuickPost WordPress Plugin.I added two new features that were being requested by the users. Ability to turn the WYSIWYG editor on or off in the plugin admin page Ability to define a &#8230; <a href="http://www.radicalbehavior.com/version-04-of-the-quickpost-wordpress-plugin-is-now-available/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I moved the project details to this page: <a href="http://web.twelvehorses.com/projects/quickpost/">QuickPost WordPress Plugin</a>.I added two new features that were being requested by the users.
<ol>
<li>Ability to turn the WYSIWYG editor on or off in the plugin admin page</li>
<li>Ability to define a unique default category per posting type in the plugin admin page</li>
</ol>
<p>Let me know if you find any issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.radicalbehavior.com/version-04-of-the-quickpost-wordpress-plugin-is-now-available/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Determine the Amount of Disk Space needed to Record Audio</title>
		<link>http://www.radicalbehavior.com/determine-the-amount-of-disk-space-need-to-record-audio/</link>
		<comments>http://www.radicalbehavior.com/determine-the-amount-of-disk-space-need-to-record-audio/#comments</comments>
		<pubDate>Thu, 06 Sep 2007 06:20:01 +0000</pubDate>
		<dc:creator>Josh Kenzer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.radicalbehavior.com/determine-the-amount-of-disk-space-need-to-record-audio/</guid>
		<description><![CDATA[Over Labor Day, I was helping my brother-in-law with his homework. He was asked to calculate how much disk space would be needed to record a session if he new the following variables: The Sample Rate, The Bit Rate, Number &#8230; <a href="http://www.radicalbehavior.com/determine-the-amount-of-disk-space-need-to-record-audio/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Over Labor Day, I was helping my brother-in-law with his homework. He was asked to calculate how much disk space would be needed to record a session if he new the following variables: The Sample Rate, The Bit Rate, Number of Seconds, and Number of Tracks. We sat down together and banged out a small python script that would accept these variables and kick out the space required in Kilobytes, Megabytes and Gigabytes. It was surprisingly easy to convert to a cgi-based python web form. <a href="http://radicalbehavior.com/calculate_size_for_audio.py" title="Amount of Space required for Audio Recording">Here it is if you need it</a> &#8211; it could come in handy when recording podcasts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.radicalbehavior.com/determine-the-amount-of-disk-space-need-to-record-audio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
