<?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>shindakun dot net &#187; WordPress</title>
	<atom:link href="http://www.shindakun.net/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shindakun.net</link>
	<description>The interweb, gaming and some other stuff. From MMO&#039;s to table top gaming with a mix of PC, 360 and PS3.</description>
	<lastBuildDate>Tue, 27 Dec 2011 03:08:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<atom:link rel='hub' href='http://www.shindakun.net/?pushpress=hub'/>
<cloud domain='www.shindakun.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Comments</title>
		<link>http://www.shindakun.net/comments/</link>
		<comments>http://www.shindakun.net/comments/#comments</comments>
		<pubDate>Wed, 20 Dec 2006 04:00:54 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.shindakun.net/2006/12/19/comments/</guid>
		<description><![CDATA[I noticed last night that there was a problem with comment posting (damn this alpha software) &#8211; however, there was a fix in the nightly so I&#8217;ve updated my release and hopefully it&#8217;s fixed.Ã‚Â  I suppose I&#8217;ll know when I comment on this post.Ã‚Â ]]></description>
			<content:encoded><![CDATA[<p>I noticed last night that there was a problem with comment posting (damn this alpha software) &#8211; however, there was a fix in the nightly so I&#8217;ve updated my release and hopefully it&#8217;s fixed.Ã‚Â  I suppose I&#8217;ll know when I comment on this post.Ã‚Â  <img src='http://www.shindakun.net/wp-includes/images/smilies/icon_razz.gif' alt="icon razz Comments" class='wp-smiley' title="Comments" /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.shindakun.net/comments/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Now Playing</title>
		<link>http://www.shindakun.net/now-playing/</link>
		<comments>http://www.shindakun.net/now-playing/#comments</comments>
		<pubDate>Tue, 11 Apr 2006 03:42:39 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.shindakun.net/2006/04/10/now-playing/</guid>
		<description><![CDATA[I am in the process of hacking up the &#34;Now Reading&#34; plugin from Roblog into a &#34;Now Playing&#34; plugin.&#160; And for some reason I couldn&#39;t get the library links to work.&#160; So after a bit of messing around it seems I&#39;ve figured it out.&#160; I realized that the actual links to the library were working [...]]]></description>
			<content:encoded><![CDATA[<p>I am in the process of hacking up the &quot;<a href="http://robm.me.uk/projects/plugins/wordpress/now-reading/">Now Reading</a>&quot; plugin from <a href="http://robm.me.uk/">Roblog</a> into a &quot;Now Playing&quot; plugin.&nbsp; And for some reason I couldn&#39;t get the library links to work.&nbsp; So after a bit of messing around it seems I&#39;ve figured it out.&nbsp; I realized that the actual links to the library were working just the <i>rewriting rules</i> weren&#39;t.&nbsp; That lead me to &#39;wp-includes/rewrite.php&#39;.&nbsp; Around line 86 you should see &#39;var $use_verbose_rules = false;&#39; what I did was change &#39;false&#39; to &#39;true&#39;.&nbsp; After uploading the change to my server I went to the WordPress control panel and updated my permalink settings.&nbsp; Then like magic everything works like it should.&nbsp; <img src='http://www.shindakun.net/wp-includes/images/smilies/icon_biggrin.gif' alt="icon biggrin Now Playing" class='wp-smiley' title="Now Playing" /> &nbsp; I&#39;m going to mess around with the script some more as time permits who knows maybe I&#39;ll release my hack in the near future&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shindakun.net/now-playing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Uploading and WordPress</title>
		<link>http://www.shindakun.net/image-uploading-and-wordpress/</link>
		<comments>http://www.shindakun.net/image-uploading-and-wordpress/#comments</comments>
		<pubDate>Thu, 09 Feb 2006 20:32:29 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.shindakun.net/2006/02/09/image-uploading-and-wordpress/</guid>
		<description><![CDATA[I was having some issues with WordPress and the image uploading function, every time I uploaded an image I&#39;d get an error telling me that the thumbnail wasn&#39;t found. Taking a look at the code in wp-admin/admin-functions.php (starting at line 750 or so) made me realize that I had a similar error on this server [...]]]></description>
			<content:encoded><![CDATA[<p>I was having some issues with WordPress and the image uploading function, every time I uploaded an image I&#39;d get an error telling me that the thumbnail wasn&#39;t found.  Taking a look at the code in wp-admin/admin-functions.php (starting at line 750 or so) made me realize that I had a similar error on this server when trying out PixelPost.  And the fix was exactly the same.</p>
<p>I just checked and there is a fix up on <a href="http://trac.wordpress.org">Trac</a> so it should be good to go with the next release.  But, if you need to fix it now open up admin-functions.php and look for (around line 750 or so):</p>
<p><b>$thumbpath = str_replace(basename($file), $thumb, $file);</b></p>
<p>just after it insert:</p>
<p><b>touch(&quot;$thumbpath&quot;);</b></p>
<p>And you should be all set.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shindakun.net/image-uploading-and-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release 2.0.1</title>
		<link>http://www.shindakun.net/release-201/</link>
		<comments>http://www.shindakun.net/release-201/#comments</comments>
		<pubDate>Thu, 02 Feb 2006 17:34:20 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.shindakun.net/2006/02/02/release-201/</guid>
		<description><![CDATA[WordPress 2.0.1 was released the other day &#8211; I&#8217;ve already updated the site from the nightly code.Ã‚Â  Just before the release I started going through Trac to see if I could fix any of the bugs or what not that people had found.Ã‚Â  I submitted a couple diffs for some of the minor issues &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/download/">WordPress 2.0.1</a> was released the other day &#8211; I&#8217;ve already updated the site from the nightly code.Ã‚Â  Just before the release I started going through <a href="http://trac.wordpress.org/">Trac</a> to see if I could fix any of the bugs or what not that people had found.Ã‚Â  I submitted a couple diffs for some of the minor issues &#8211; not for 2.0.1 but for the eventual 2.1 release.Ã‚Â  By no means spectacular but, every little bit helps I guess.Ã‚Â  Besides it gives me some good PHP practice.Ã‚Â  I&#8217;m going to follow the Trac and the wp-hackers mailing list as I have time &#8211; to see if I can continue to contribute.</p>
<p>I&#8217;ve got a couple of ideas in the works for the site &#8211; hopefully I&#8217;ll have some news posted soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shindakun.net/release-201/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving Day</title>
		<link>http://www.shindakun.net/moving_day/</link>
		<comments>http://www.shindakun.net/moving_day/#comments</comments>
		<pubDate>Mon, 23 Jan 2006 18:27:07 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[pixelpost]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.shindakun.net/wp/?p=131</guid>
		<description><![CDATA[I think I am going to move the site over to WordPress 2.0. In fact I think I might make the change tonight. I&#8217;m running a full backup on the site right now &#8211; just in case. Yesterday, I spent a little while writing a small PHP script which takes posts from the old database [...]]]></description>
			<content:encoded><![CDATA[<p>I think I am going to move the site over to <a href="http://www.wordpress.org/">WordPress 2.0</a>.  In fact I think I might make the change tonight.  I&#8217;m running a full backup on the site right now &#8211; just in case.  Yesterday, I spent a little while writing a small PHP script which takes posts from the old database and moves them into the WordPress tables in the correct format, so moving the post over is no problem.  I started to mod the default theme to be more to my liking but I still have quite a way to go before it&#8217;s &#8216;perfect&#8217;.  That reminds me I need to mod WordPress to use my smilies.</p>
<p>I also have <a href="http://www.pixelpost.org/">PixelPost</a> installed and after a couple of false starts (due to conflicting PHP versions and code problems) got it to work ok.</p>
<p>Well, I&#8217;m going to eat some dinner.  Then I think I&#8217;ll start the move&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shindakun.net/moving_day/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

