<?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>Blog - ShiftEleven &#187; defect</title>
	<atom:link href="http://shifteleven.com/articles/tag/defect/feed" rel="self" type="application/rss+xml" />
	<link>http://shifteleven.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 19 Sep 2009 11:19:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
		<item>
		<title>Adobe, Are you kidding me?</title>
		<link>http://shifteleven.com/articles/2008/04/23/adobe-are-you-kidding-me</link>
		<comments>http://shifteleven.com/articles/2008/04/23/adobe-are-you-kidding-me#comments</comments>
		<pubDate>Thu, 24 Apr 2008 01:17:12 +0000</pubDate>
		<dc:creator>K. Adam Christensen</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[defect]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[wtf]]></category>

		<guid isPermaLink="false">http://shifteleven.com/?p=54</guid>
		<description><![CDATA[So there I am, wanting to install Photoshop on my laptop, which happens be a Mac with Leopard installed when I see this lovely message:


So what does &#8220;This software cannot be installed because the file system of the OS volume is not supported&#8221; even mean???!?!  I tell you what it means, it means that [...]]]></description>
			<content:encoded><![CDATA[<p>So there I am, wanting to install Photoshop on my laptop, which happens be a Mac with Leopard installed when I see this lovely message:</p>
<p><img class="alignnone size-full wp-image-53" title="System Requirements Error" src="/wp-content/uploads/2008/04/picture-1.png" alt="System Requirements Error" width="500" height="233" /></p>
<p><span id="more-54"></span></p>
<p>So what does &#8220;This software cannot be installed because the file system of the OS volume is not supported&#8221; even mean???!?!  I tell you what it means, <a href="http://blogs.adobe.com/jnack/2007/10/adobe_apps_on_l.html.">it means that Photoshop will not run if you happened to have formatted your file system to be case sensitive</a> Thanks for the clear error!</p>
<p>I don&#8217;t even want to begin on how insane that sounds to me?  So what&#8217;s a person to do?</p>
<p>Well, my friend <a href="http://www.linkedin.com/in/jamesgibson">James Gibson</a> suggested that I install Photoshop in Windows and use Photoshop through <a href="http://www.vmware.com/products/fusion/.">WMware</a> Another possibility is to <a href="http://imaginationunbound.blogspot.com/2007/12/adobe-photoshop-cs3-on-mac-os-x-case.html.">rename directories to make CS3 work</a></p>
<p>I think I&#8217;m leaning towards the first option as some people are having some issues with the renaming method.  Either way, it&#8217;s kinda lame.</p>
]]></content:encoded>
			<wfw:commentRss>http://shifteleven.com/articles/2008/04/23/adobe-are-you-kidding-me/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Problem with writing RESTful Google App Engine Code</title>
		<link>http://shifteleven.com/articles/2008/04/12/problem-with-writing-restful-google-app-engine-code</link>
		<comments>http://shifteleven.com/articles/2008/04/12/problem-with-writing-restful-google-app-engine-code#comments</comments>
		<pubDate>Sat, 12 Apr 2008 23:57:07 +0000</pubDate>
		<dc:creator>K. Adam Christensen</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[defect]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[restful]]></category>
		<category><![CDATA[webob]]></category>

		<guid isPermaLink="false">http://shifteleven.com/?p=48</guid>
		<description><![CDATA[So after I used middleware to make browsers work with RESTful URLs in GAE I started to write more than simple little methods and I&#8217;m trying to write a test application.  Upon doing so, I ran into a defect with how request parameters are returned for a PUT request To be fair, this is [...]]]></description>
			<content:encoded><![CDATA[<p>So after I used middleware to <a href="http://shifteleven.com/articles/2008/04/08/letting-browsers-use-all-of-the-methods-in-google-app-engine,">make browsers work with RESTful URLs in <acronym title="Google App Engine">GAE</acronym></a> I started to write more than simple little methods and I&#8217;m trying to write a test application.  Upon doing so, I ran into a <a href="http://code.google.com/p/googleappengine/issues/detail?id=170.">defect with how request parameters are returned for a PUT request</a> To be fair, this is more of a problem with <a href="http://pythonpaste.org/webob/">webob</a> than with GAE, but I hope that this gets fixed because my attempts at <a href="http://mail.python.org/pipermail/python-dev/2008-January/076194.html">monkey patching</a> the problem have not worked out too well.</p>
]]></content:encoded>
			<wfw:commentRss>http://shifteleven.com/articles/2008/04/12/problem-with-writing-restful-google-app-engine-code/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
