<?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>Golgotron.com &#187; Josh&#8217;s Blog</title>
	<atom:link href="http://golgotron.com/category/blogs/joshsblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://golgotron.com</link>
	<description>Combating the omnipresent issue of journalistic integrity - everyday.</description>
	<lastBuildDate>Sat, 31 Jul 2010 23:56:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Images Fixed!</title>
		<link>http://golgotron.com/2009/07/images-fixed/</link>
		<comments>http://golgotron.com/2009/07/images-fixed/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 05:04:13 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Josh's Blog]]></category>

		<guid isPermaLink="false">http://golgotron.com/?p=2220</guid>
		<description><![CDATA[So I disabled all of my plugins until I found the culprit, podpress!  On one hand images now work correctly, on the other I have to search for another podcasting plugin.  And podpress was so perfect, oh well.
]]></description>
			<content:encoded><![CDATA[<p>So I disabled all of my plugins until I found the culprit, podpress!  On one hand images now work correctly, on the other I have to search for another podcasting plugin.  And podpress was so perfect, oh well.</p>
]]></content:encoded>
			<wfw:commentRss>http://golgotron.com/2009/07/images-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress.  Fight!</title>
		<link>http://golgotron.com/2009/07/wordpress-fight/</link>
		<comments>http://golgotron.com/2009/07/wordpress-fight/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 04:41:25 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Josh's Blog]]></category>

		<guid isPermaLink="false">http://golgotron.com/?p=1879</guid>
		<description><![CDATA[So Wordpress magically started not working correctly with images.  When you upload an image to Wordpress it resizes it to three different sizes and let&#8217;s you pick which one you want.  For some reason it is realizing it&#8217;s doing that anymore.  By realize I mean it&#8217;s resizing them, it just doesn&#8217;t list [...]]]></description>
			<content:encoded><![CDATA[<p>So Wordpress magically started not working correctly with images.  When you upload an image to Wordpress it resizes it to three different sizes and let&#8217;s you pick which one you want.  For some reason it is realizing it&#8217;s doing that anymore.  By realize I mean it&#8217;s resizing them, it just doesn&#8217;t list them as options.  The problem with this is that things use this:</p>
<p>wp_get_attachment_thumb_url</p>
<p>That should return the url of the smallest image, the thumbnail.  If there isn&#8217;t a thumbnail it should return &#8216;false&#8217;, instead it&#8217;s returning the url of the original image size.  So I had to rig it up real quick and do a str_replace() to replace &#8216;.jpg&#8217; with &#8216;-150&#215;150.jpg&#8217;.  This sucks because it still isn&#8217;t working on the backend.</p>
<p>If you have any clue how to fix this email me, josh at -getridofme-golgotron.com.  I don&#8217;t have much faith in anyone answering my post on the Wordpress Support forums, but you never know.</p>
]]></content:encoded>
			<wfw:commentRss>http://golgotron.com/2009/07/wordpress-fight/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Podcasts, oh my!</title>
		<link>http://golgotron.com/2009/07/podcasts-oh-my/</link>
		<comments>http://golgotron.com/2009/07/podcasts-oh-my/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 14:33:08 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Josh's Blog]]></category>

		<guid isPermaLink="false">http://golgotron.com/?p=1799</guid>
		<description><![CDATA[So I downloaded all of the top 25 Video Game podcasts as ranked on iTunes, even the WoW ones.  I&#8217;m going to listen to them throughout the week and see what happens.
]]></description>
			<content:encoded><![CDATA[<p>So I downloaded all of the top 25 Video Game podcasts as ranked on iTunes, even the WoW ones.  I&#8217;m going to listen to them throughout the week and see what happens.</p>
]]></content:encoded>
			<wfw:commentRss>http://golgotron.com/2009/07/podcasts-oh-my/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Stupid iTunes</title>
		<link>http://golgotron.com/2009/07/stupid-itunes/</link>
		<comments>http://golgotron.com/2009/07/stupid-itunes/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 20:04:29 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Josh's Blog]]></category>

		<guid isPermaLink="false">http://golgotron.com/?p=1793</guid>
		<description><![CDATA[I for one think iTunes is a big piece of shit.  The 64bit version runs alright, but the 32bit version is a piece of crap.  Their whole navigation scheme is wonky, and the UI is absolute crap.  Apple is a company with great designers but horrible UI guys, I really don&#8217;t understand [...]]]></description>
			<content:encoded><![CDATA[<p>I for one think iTunes is a big piece of shit.  The 64bit version runs alright, but the 32bit version is a piece of crap.  Their whole navigation scheme is wonky, and the UI is absolute crap.  Apple is a company with great designers but horrible UI guys, I really don&#8217;t understand how they think a consumer will use a product.  I&#8217;ll also lay some blame on the architect of iTunes, whoever that cocksucker may be.</p>
<p>So I&#8217;m updating the podcast, and iTunes (on their server side) is randomly breaking.  The feed is valid, I made sure, yet somehow it loses pictures and doesn&#8217;t update.  It&#8217;ll have a picture on the iphone version, and when you do a search, but when you go to the landing it&#8217;s broken.  I&#8217;ll ping it to make it update, and it doesn&#8217;t do anything. I get confirmation I pinged it, but nothing happens.  They also don&#8217;t have any real support, heck there isn&#8217;t even a control panel for your podcast.  Everything you do is done through the rss feed itself which is quite ingenious, but absolutely maddening when it&#8217;s not working. I hope episode 4 of GolgoCast actually makes it up there, episode 3 was up for 2 days before mysteriously disappearing.  I finally got it back up, but now episode 4 hasn&#8217;t shown up yet.</p>
<p>Great.</p>
]]></content:encoded>
			<wfw:commentRss>http://golgotron.com/2009/07/stupid-itunes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
