<?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>ace's blog &#187; WordPress Plugin</title>
	<atom:link href="http://acedanger.com/category/wordpress-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://acedanger.com</link>
	<description>a place for me to record events in my life.</description>
	<lastBuildDate>Wed, 18 Jan 2012 05:01:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<cloud domain='acedanger.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>embedding a Google Wave wavelet (test)</title>
		<link>http://acedanger.com/2009/11/15/embedding-a-google-wave-wavelet-test/</link>
		<comments>http://acedanger.com/2009/11/15/embedding-a-google-wave-wavelet-test/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 02:49:53 +0000</pubDate>
		<dc:creator>petewood</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[WordPress Plugin]]></category>
		<category><![CDATA[Google Wave]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wave id]]></category>
		<category><![CDATA[wavelet]]></category>
		<category><![CDATA[wavr]]></category>

		<guid isPermaLink="false">http://acedanger.com/?p=518</guid>
		<description><![CDATA[this may or may not work. I&#8217;m attempting to embed a wavelet into this post. I found a plugin named &#8220;wavr&#8221; that will allow me to do that. Edit: here is how you figure out the wave id [wave id="googlewave.com!w+5Nz5HFI2B" server="https://wave.google.com/wave/" bgcolor="#FFF"] © petewood for ace's blog, 2009. &#124; Permalink]]></description>
			<content:encoded><![CDATA[<p>this may or may not work. I&#8217;m attempting to embed a <a href="http://google.about.com/od/wx/g/wavelet_google_wave.htm">wavelet</a> into this post. I found a <a href="http://sourceforge.net/projects/wavr/">plugin</a> named &#8220;wavr&#8221; that will allow me to do that.</p>
<p><span style="color: #ff0000;"><em>Edit</em></span>: <a href="bit.ly/gQhFH">here</a> is how you figure out the wave id</p>
<p>[wave id="googlewave.com!w+5Nz5HFI2B" server="https://wave.google.com/wave/" bgcolor="#FFF"]</p>
<hr />
<p><small>© petewood for <a href="http://acedanger.com">ace's blog</a>, 2009. |
<a href="http://acedanger.com/2009/11/15/embedding-a-google-wave-wavelet-test/">Permalink</a></p>]]></content:encoded>
			<wfw:commentRss>http://acedanger.com/2009/11/15/embedding-a-google-wave-wavelet-test/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>Updated the Vox-Crossposter</title>
		<link>http://acedanger.com/2008/04/10/updated-the-vox-crossposter/</link>
		<comments>http://acedanger.com/2008/04/10/updated-the-vox-crossposter/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 18:59:53 +0000</pubDate>
		<dc:creator>petewood</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Vehicles]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress Plugin]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[vox crossposter]]></category>

		<guid isPermaLink="false">http://www.acedanger.com/?p=355</guid>
		<description><![CDATA[Holy sheep shit! I just fixed a known (to me) bug in the vox-crossposter WP plugin I wrote a LONG time ago. All I changed was the character encoding from $email_headers .= 'Content-type: text/html; charset=iso-8859-1'."\r\n"; to $email_headers .= 'Content-type: text/html; charset=utf-8'."\r\n"; If you look at the second &#8220;known bugs&#8221; list at http://www.acedanger.com/vox-crossposter, you will see [...]]]></description>
			<content:encoded><![CDATA[<p>Holy sheep shit! I just fixed a known (to me) bug in the <a title="vox-crossposter plugin" href="http://www.acedanger.com/vox-crossposter/" target="_self">vox-crossposter</a> WP plugin I wrote a LONG time ago.</p>
<p>All I changed was the character encoding from</p>
<p><code>$email_headers .= 'Content-type: text/html; charset=iso-8859-1'."\r\n";</code></p>
<p>to</p>
<p><code>$email_headers .= 'Content-type: text/html; charset=utf-8'."\r\n";</code></p>
<p>If you look at the second &#8220;known bugs&#8221; list at<a title="vox-crossposter plugin" href="http://www.acedanger.com/vox-crossposter/" target="_self"> http://www.acedanger.com/vox-crossposter</a>, you will see exactly what I changed.  Now I need to get home so I can update the download link and the download from the WordPress Plugin site.<br /><font color="#ff0000"><br /><em>Edit: I updated the source that the <a href="http://www.acedanger.com/vox-crossposter">download link</a> points to.</em></font><font color="#000000"></font></p>
<hr />
<p><small>© petewood for <a href="http://acedanger.com">ace's blog</a>, 2008. |
<a href="http://acedanger.com/2008/04/10/updated-the-vox-crossposter/">Permalink</a></p>]]></content:encoded>
			<wfw:commentRss>http://acedanger.com/2008/04/10/updated-the-vox-crossposter/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>Showing shared items from Google Reader in the sidebar</title>
		<link>http://acedanger.com/2007/12/19/showing-shared-items-from-google-reader-in-the-sidebar/</link>
		<comments>http://acedanger.com/2007/12/19/showing-shared-items-from-google-reader-in-the-sidebar/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 14:18:28 +0000</pubDate>
		<dc:creator>petewood</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[WordPress Plugin]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.acedanger.com/2007/12/19/showing-shared-items-from-google-reader-in-the-sidebar/</guid>
		<description><![CDATA[I&#8217;ve been trying to make use of the Shared Items in Google Reader and show them on my blog. I&#8217;ve tried a couple of different RSS widgets without success, until this morning. I found a widget that will display the feed correctly. It is called Google Reader widget and was written by James Wilson. The [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying to make use of the <a href="http://www.google.com/support/reader/bin/answer.py?answer=69988&amp;topic=12016">Shared Items</a> in <a href="http://www.google.com/reader/">Google Reader</a> and show them on my <a href="http://acedanger.com">blog</a>. I&#8217;ve tried a couple of different RSS widgets without success, until this morning.</p>
<p>I found a widget that will display the feed correctly. It is called <a href="http://nothingoutoftheordinary.com/2007/05/26/wordpress-google-reader-widget/">Google Reader widget</a> and was written by <a href="http://nothingoutoftheordinary.com/">James Wilson</a>.</p>
<p>The problem with using the pre-installed <a href="http://en.wikipedia.org/wiki/RSS">RSS feed</a> widget from WordPress was that the <a href="http://en.wikipedia.org/wiki/Url">URL </a>linked is malformed and if clicked, would take the user to a page that did not exist, resulting in an error page. For example, one of my shared items is a <a href="http://www.acedanger.com/2007/10/22/its-a-boy/">post that I wrote when we found out the gender of our new baby</a> (which is a boy <img src='http://acedanger.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ). From the pre-installed RSS widget, the following URL is linked: &#8220;http://feeds.feedburner.com/~r/acedanger/~3/173558267/http://www.acedanger.com&#8221;; from&nbsp; the new widget, the URL linked is &#8220;http://feeds.feedburner.com/~r/acedanger/~3/173558267/&#8221;.</p>
<p>The reason for the malformed URL is because of the formatting of the <a href="http://en.wikipedia.org/wiki/XML">XML</a> produced. The pre-installed widget is expecting the XML to be formatted according to the <a href="http://en.wikipedia.org/wiki/RSS_%28file_format%29">RSS 2.0 standard</a> but&nbsp; the XML produced by the Google Reader Shared Items feed is in the <a href="http://en.wikipedia.org/wiki/Atom_%28standard%29">Atom standard</a>.</p>
<p>That&#8217;s about as technical as I get. I know there is a difference but don&#8217;t care to be bothered with the details (not right now anyway).</p>
<p>  <!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">Tags: <a href="http://technorati.com/tag/googlereader" rel="tag">googlereader</a>, <a href="http://technorati.com/tag/%20widget" rel="tag"> widget</a>, <a href="http://technorati.com/tag/%20wordpress%20plugin" rel="tag"> wordpress plugin</a></p>
<p><!-- technorati tags end --></p>
<hr />
<p><small>© petewood for <a href="http://acedanger.com">ace's blog</a>, 2007. |
<a href="http://acedanger.com/2007/12/19/showing-shared-items-from-google-reader-in-the-sidebar/">Permalink</a></p>]]></content:encoded>
			<wfw:commentRss>http://acedanger.com/2007/12/19/showing-shared-items-from-google-reader-in-the-sidebar/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>Another Vox Crossposter Feature</title>
		<link>http://acedanger.com/2007/08/17/another-vox-crossposter-feature/</link>
		<comments>http://acedanger.com/2007/08/17/another-vox-crossposter-feature/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 18:11:11 +0000</pubDate>
		<dc:creator>petewood</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress Plugin]]></category>

		<guid isPermaLink="false">http://www.acedanger.com/2007/08/17/another-vox-crossposter-feature/</guid>
		<description><![CDATA[My plugin was in a write up about WordPress plugins on the blog Mashable.  Here is a link to the entry: http://mashable.com/2007/08/02/wordpress-readers/.   How cool is that?! I found it by looking through some of the incoming links to my blog.  I clicked on a link from an Asian site and saw a link to Mashable.com.  [...]]]></description>
			<content:encoded><![CDATA[<p>My <a href="http://www.acedanger.com/vox-crossposter/" title="Vox Crossposter" target="_blank">plugin</a> was in a write up about <a href="http://www.wordpress.org" title="Wordpress" target="_blank">WordPress</a> plugins on the blog <a href="http://www.mashable.com" title="Mashable" target="_blank">Mashable</a>.  Here is a link to the entry: <a href="http://mashable.com/2007/08/02/wordpress-readers/" title="Mashable - Vox Crossposter" target="_blank">http://mashable.com/2007/08/02/wordpress-readers/</a>.   How cool is that?!</p>
<p>I found it by looking through some of the incoming links to <a href="http://www.acedanger.com" title="AceDanger.com" target="_blank">my blog</a>.  I clicked on a link from an Asian site and saw a link to Mashable.com.  I clicked on the Mashable link and then did a search on the blog entry for &#8220;vox&#8221; and found my plugin listed!  That&#8217;s freaking awesome!</p>
<hr />
<p><small>© petewood for <a href="http://acedanger.com">ace's blog</a>, 2007. |
<a href="http://acedanger.com/2007/08/17/another-vox-crossposter-feature/">Permalink</a></p>]]></content:encoded>
			<wfw:commentRss>http://acedanger.com/2007/08/17/another-vox-crossposter-feature/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>Vox Crossposter recognition</title>
		<link>http://acedanger.com/2007/05/03/vox-crossposter-recognition/</link>
		<comments>http://acedanger.com/2007/05/03/vox-crossposter-recognition/#comments</comments>
		<pubDate>Fri, 04 May 2007 03:29:21 +0000</pubDate>
		<dc:creator>petewood</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress Plugin]]></category>

		<guid isPermaLink="false">http://www.acedanger.com/2007/05/03/vox-crossposter-recognition/</guid>
		<description><![CDATA[First and foremost, I want to thank David Chartier for the write-up he completed for the DownloadSquad regarding my WordPress plugin, the Vox Crossposter. I didn&#8217;t think the plugin was that big of a deal until users started to email me, asking me for help installing the plugin. I received a lot of positive feedback [...]]]></description>
			<content:encoded><![CDATA[<p>First and foremost, I want to thank <a href="http://www.dcharti.com/blog/" title="David Chartier" target="_blank">David Chartier</a> for the <a href="http://www.downloadsquad.com/2007/05/03/syndicate-wordpress-posts-with-vox-crossposter/" title="Vox Crossposter Write-Up" target="_blank">write-up</a> he completed for the <a href="http://www.downloadsquad.com/" title="DownloadSquad.com blog" target="_blank">DownloadSquad</a> regarding my <a href="http://wordpress.org/" title="Wordpress" target="_blank">WordPress</a> plugin, the <a href="http://www.acedanger.com/vox-crossposter/" title="Vox Crossposter" target="_blank">Vox Crossposter</a>.   I didn&#8217;t think the plugin was that big of a deal until users started to email me, asking me for help installing the plugin.  I received a lot of positive feedback as well some suggestions for enhancements.</p>
<p>I have implemented a few of the suggestions and will continue to do so if I feel that the request actually enhances the plugin or if I get many requests for the same feature.</p>
<p>I was <a href="http://www.acedanger.com/2007/01/06/vox-crossposter-recognition-and-development/" title="First contact" target="_blank">first contacted</a> by David back in Jan 2007.  I was very excited (and very surprised) to know that the plugin I wrote got someone&#8217;s attention who would be able to spread the word more than I  have been able to.   After a while, I forgot about the proposed write-up because after all, everybody <a href="http://www.acedanger.com/2006/08/17/i-resigned/" title="New Job" target="_blank">gets busy</a>!  So fast forward to tonight when I just happened to check my email and what do I see? A wonderful message from <a href="http://www.google.com/alerts" title="Google Alerts" target="_blank">Google Alerts</a> (yes, I receive alerts regarding my own blog and yes, I do <a href="http://feeds.feedburner.com/acedanger" title="Subscribe to my blog" target="_blank">subscribe</a> to it via <a href="http://www.google.com/reader/view/" title="Google Reader" target="_blank">Google Reader</a>) :</p>
<p><a href="http://www.divshare.com/download/561128-a3e"></a></p>
<p style="text-align: center"><a href="http://www.divshare.com/download/561128-a3e"><img src="http://athena.divshare.com/athena2/thumbs/2007/05/03/561128/561128-a3e_mid.jpg" border="0" /></a></p>
<p>As far as future development of the plugin, I am waiting on <a href="http://www.sixapart.com/" title="Six Apart" target="_blank">Six Apart</a> to create an API for <a href="http://www.vox.com" title="Vox" target="_blank">Vox</a> like they have for <a href="http://www.livejournal.com" title="LJ" target="_blank">LiveJournal</a> or MoveableType.</p>
<p>Anyway, read about the development of and the pride I have in my plugin in my <a href="http://www.acedanger.com/category/wordpress-plugin/" title="WordPress plugin category" target="_blank">WordPress Plugin category</a>.  Thanks again David for the great write-up and the recognition.</p>
<hr />
<p><small>© petewood for <a href="http://acedanger.com">ace's blog</a>, 2007. |
<a href="http://acedanger.com/2007/05/03/vox-crossposter-recognition/">Permalink</a></p>]]></content:encoded>
			<wfw:commentRss>http://acedanger.com/2007/05/03/vox-crossposter-recognition/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>Vox Crossposter: recognition and development</title>
		<link>http://acedanger.com/2007/01/06/vox-crossposter-recognition-and-development/</link>
		<comments>http://acedanger.com/2007/01/06/vox-crossposter-recognition-and-development/#comments</comments>
		<pubDate>Sat, 06 Jan 2007 19:06:33 +0000</pubDate>
		<dc:creator>petewood</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress Plugin]]></category>

		<guid isPermaLink="false">http://www.acedanger.com/2007/01/06/vox-crossposter-recognition-and-development/</guid>
		<description><![CDATA[I have been contacted by David Chartier of the blog DownloadSquad.com and was inquiring about writing a post there about the WordPress plugin I created to crosspost WordPress posts to Vox (I dubbed it the Vox Crossposter, pretty ingenious huh??)! That&#8217;s pretty damned exciting I think. He also inquired about whether or not I would [...]]]></description>
			<content:encoded><![CDATA[<p>I have been contacted by <a href="http://www.downloadsquad.com/bloggers/david-chartier/" target="_blank" title="David Chartier of DownloadSquad.com">David Chartier</a> of the blog <a href="http://downloadsquad.com" target="_blank" title="DownloadSquad">DownloadSquad.com</a> and was inquiring about writing a post there about the <a href="http://www.wordpress.com" target="_blank" title="Wordpress">WordPress</a> plugin I created to crosspost WordPress posts to Vox (I dubbed it the <a href="http://www.acedanger.com/vox-crossposter/" target="_blank" title="Vox Crossposter">Vox Crossposter</a>, pretty ingenious huh??)!  That&#8217;s pretty damned exciting I think.</p>
<p>He also inquired about whether or not I would accept donations in order to help encourage me to further the development of my plugin.  It was a difficult decision but I told him that I could indeed accept donations to continue doing what I really like to do: web development.</p>
<p>It is nice to get some recognition about the plugin.  When I first started developing the plugin and posted it to the <a href="http://wp-plugins.net/" target="_blank" title="Wordpress Plugins page">WordPress plugins page</a>, I helped a few people install it and get it running.  Occasionally, I will hear from a user of the plugin about a feature request.  It&#8217;s nice to hear about people using the plugin, makes me feel like I can actually create usable things.</p>
<p>If there is a write-up regarding my plugin, I will post a link to it here.</p>
<p>If you are a user of the plugin, <a href="mailto:petewood@platinumgrade.com" title="Email me!">send me an email</a> and tell me what you think, even if you hate it!</p>
<hr />
<p><small>© petewood for <a href="http://acedanger.com">ace's blog</a>, 2007. |
<a href="http://acedanger.com/2007/01/06/vox-crossposter-recognition-and-development/">Permalink</a></p>]]></content:encoded>
			<wfw:commentRss>http://acedanger.com/2007/01/06/vox-crossposter-recognition-and-development/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>Vox Crossposter v0.3 and work stuff</title>
		<link>http://acedanger.com/2006/08/06/vox-crossposter-v03-and-work-stuff/</link>
		<comments>http://acedanger.com/2006/08/06/vox-crossposter-v03-and-work-stuff/#comments</comments>
		<pubDate>Sun, 06 Aug 2006 18:52:54 +0000</pubDate>
		<dc:creator>petewood</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress Plugin]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.acedanger.com/2006/08/06/vox-crossposter-v03-and-work-stuff/</guid>
		<description><![CDATA[So I spent about [insert very large number here] hours working on my plugin yesterday because someone told me that it wasn&#8217;t working for them! &#8220;That cannot be true&#8221; I thought. So I emailed (many, many times) and messaged the blogger attempting to use my plugin and after those many hours, I fixed it! Thanks [...]]]></description>
			<content:encoded><![CDATA[<p>So I spent about [insert very large number here] hours working on my plugin yesterday because someone told me that it wasn&#8217;t working for them!  &#8220;That cannot be true&#8221; I thought.  So I emailed (many, many times) and messaged the blogger attempting to use my plugin and after those many hours, I fixed it!  Thanks in large part to her sticking with me and my plugin and not throwing in the towel.  So I dub the 0.3 version of the Vox Crossposter the LuAnn version!</p>
<p>What was the problem you ask? Well it seems that you don&#8217;t need to include all of the normal html tags in an html email that make up a typical html page: html, head, body, and the ending tags for them. I could swear I read somewhere that you were supposed to do that.  Well, you don&#8217;t! Anyway, having all those tags worked for me and everyone else I have heard from that uses the plugin except for LuAnn.</p>
<p>So what do I get for my hours of coding and debugging? <a title="More fan mail" href="http://a-touch-of-tude.com/?p=389" target="_blank">More fan mail</a>! This is my second piece of fanmail.  Here is my post regarding my <a title="First fan mail!" href="http://www.acedanger.com/2006/07/30/my-first-wordpress-vox-crossposter-fanmail/">first piece of fan mail</a>, just in case you haven&#8217;t been paying attention (or didn&#8217;t care).</p>
<p>On another front, I&#8217;m busy waiting for a copy of a file to be made (and it is taking forever!).  Who would have thunk that it would take several hours for 200 million records to be copied?! Not me! Here&#8217;s hoping that I never <a title="Screwed up" href="http://www.acedanger.com/2006/08/03/oh-shit/">screw up like that</a> again!</p>
<hr />
<p><small>© petewood for <a href="http://acedanger.com">ace's blog</a>, 2006. |
<a href="http://acedanger.com/2006/08/06/vox-crossposter-v03-and-work-stuff/">Permalink</a></p>]]></content:encoded>
			<wfw:commentRss>http://acedanger.com/2006/08/06/vox-crossposter-v03-and-work-stuff/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>Vox Crossposter version 0.2</title>
		<link>http://acedanger.com/2006/08/03/vox-crossposter-version-02/</link>
		<comments>http://acedanger.com/2006/08/03/vox-crossposter-version-02/#comments</comments>
		<pubDate>Thu, 03 Aug 2006 13:01:42 +0000</pubDate>
		<dc:creator>petewood</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress Plugin]]></category>

		<guid isPermaLink="false">http://www.acedanger.com/2006/08/03/vox-crossposter-version-02/</guid>
		<description><![CDATA[I added a sidebar option in WordPress that allows you to choose whether or not you want to crosspost the entry you are creating to Vox or not. Here is a screen shot: Beautiful ain&#8217;t it?! For my next trick, I&#8217;m going to look into a bug that is putting a funky character (Â) in [...]]]></description>
			<content:encoded><![CDATA[<p>I added a sidebar option in WordPress that allows you to choose whether or not you want to crosspost the entry you are creating to Vox or not.  Here is a screen shot:</p>
<div style="text-align: center"><img title="Vox Sidebar Options" alt="Vox Sidebar Options" src="http://www.acedanger.com/blog-images/vox-sidebar-options.jpg" /></div>
<p>Beautiful ain&#8217;t it?!</p>
<p>For my next trick, I&#8217;m going to look into a bug that is putting a funky character (Â) in the Vox posts.  See <a title="Buggy comment" target="_blank" href="http://acedanger.vox.com/library/post/total-weirdness.html#comment">this comment</a>.  I have figured out that when you put a second space (or more) in your posts, WordPress replaces the subsequent spaces with the <a title="non-breaking character" target="_blank" href="http://www.w3.org/MarkUp/html3/specialchars.html">HTML non-breaking character </a>to ensure that the spacing is preserved (HTML collapses white space; it will only recognize a single space unless you explicityly use the &#8221; &#038;nbsp&#8221; character).  I need to figure out why that&#8217;s showing up as a funky character when a post is publiched in Vox.</p>
<hr />
<p><small>© petewood for <a href="http://acedanger.com">ace's blog</a>, 2006. |
<a href="http://acedanger.com/2006/08/03/vox-crossposter-version-02/">Permalink</a></p>]]></content:encoded>
			<wfw:commentRss>http://acedanger.com/2006/08/03/vox-crossposter-version-02/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>My first WordPress-Vox Crossposter fanmail</title>
		<link>http://acedanger.com/2006/07/30/my-first-wordpress-vox-crossposter-fanmail/</link>
		<comments>http://acedanger.com/2006/07/30/my-first-wordpress-vox-crossposter-fanmail/#comments</comments>
		<pubDate>Sun, 30 Jul 2006 19:40:23 +0000</pubDate>
		<dc:creator>petewood</dc:creator>
				<category><![CDATA[WordPress Plugin]]></category>

		<guid isPermaLink="false">http://www.acedanger.com/2006/07/30/my-first-wordpress-vox-crossposter-fanmail/</guid>
		<description><![CDATA[Big yay to Brandice for sending me my first piece of fanmail! Receiving positive feedback is nice; almost as nice as getting a paycheck. © petewood for ace's blog, 2006. &#124; Permalink]]></description>
			<content:encoded><![CDATA[<p>Big yay to <a title="Brandice's Blog" target="_blank" href="http://brandicedesigns.net/monkey">Brandice</a> for sending me my first piece of <a title="My fanmail!" target="_blank" href="http://brandicedesigns.net/monkey/?p=608">fanmail</a>! <img src='http://acedanger.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />   Receiving positive feedback is nice; almost as nice as getting a paycheck.</p>
<hr />
<p><small>© petewood for <a href="http://acedanger.com">ace's blog</a>, 2006. |
<a href="http://acedanger.com/2006/07/30/my-first-wordpress-vox-crossposter-fanmail/">Permalink</a></p>]]></content:encoded>
			<wfw:commentRss>http://acedanger.com/2006/07/30/my-first-wordpress-vox-crossposter-fanmail/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>Spreading the word about my WordPress plugin</title>
		<link>http://acedanger.com/2006/07/30/spreading-the-word-about-my-wordpress-plugin/</link>
		<comments>http://acedanger.com/2006/07/30/spreading-the-word-about-my-wordpress-plugin/#comments</comments>
		<pubDate>Sun, 30 Jul 2006 11:30:03 +0000</pubDate>
		<dc:creator>petewood</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress Plugin]]></category>

		<guid isPermaLink="false">http://www.acedanger.com/2006/07/30/spreading-the-word-about-my-wordpress-plugin/</guid>
		<description><![CDATA[Since I&#8217;m so proud of my WordPress plugin, I figured I&#8217;d go ahead and spread the word about it in the hopes of everybody in the world (that has a WordPress blog and a Vox blog) would use my plugin. I&#8217;ve posted stories to Digg, Reddit, Netscape (not that anybody reads that crap anyway), Shoutwire [...]]]></description>
			<content:encoded><![CDATA[<p>Since I&#8217;m so proud of my WordPress plugin, I figured I&#8217;d go ahead and spread the word about it in the hopes of everybody in the world (that has a WordPress blog and a Vox blog) would use my plugin.<br />
I&#8217;ve posted stories to <a href="http://digg.com/software/WordPress_plugin_Vox_Crossposter">Digg</a>, <a href="http://reddit.com/info/bq5a/comments">Reddit</a>, <a href="http://tech.netscape.com/story/2006/07/31/wordpress-plugin-vox-crossposter/">Netscape</a> (not that anybody reads that crap anyway), <a href="http://www.shoutwire.com/comments/22375/WordPress_plugin_Vox_Crossposter">Shoutwire</a> and of course, <a href="http://wp-plugins.net/plugin/vox-crossposter/">WP-plugins.net</a>.</p>
<hr />
<p><small>© petewood for <a href="http://acedanger.com">ace's blog</a>, 2006. |
<a href="http://acedanger.com/2006/07/30/spreading-the-word-about-my-wordpress-plugin/">Permalink</a></p>]]></content:encoded>
			<wfw:commentRss>http://acedanger.com/2006/07/30/spreading-the-word-about-my-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
