<?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>Perceive Designs &#187; Computers</title>
	<atom:link href="http://www.perceive.net/category/computers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.perceive.net</link>
	<description>My Perception is My Reality</description>
	<lastBuildDate>Wed, 30 Nov 2011 19:06:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>If I Had a Photograph of You (or &#8220;How to Cache Images in CocoaTouch&#8221;)</title>
		<link>http://www.perceive.net/2009/01/13/if-i-had-a-photograph-of-you-or-how-to-cache-images-in-cocoatouch/</link>
		<comments>http://www.perceive.net/2009/01/13/if-i-had-a-photograph-of-you-or-how-to-cache-images-in-cocoatouch/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 02:44:44 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.perceive.net/?p=1035</guid>
		<description><![CDATA[A quick note.  Wanting to cache images in an iPhone app?  Load the image using:
[UIImage imageNamed:]
if you use:
[UIImage imageWithContentsOfFile:]
the image will not be cached.
]]></description>
			<content:encoded><![CDATA[<p>A quick note.  Wanting to cache images in an iPhone app?  Load the image using:</p>
<pre>[UIImage imageNamed:]</pre>
<p>if you use:</p>
<pre>[UIImage imageWithContentsOfFile:]</pre>
<p>the image will not be cached.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perceive.net/2009/01/13/if-i-had-a-photograph-of-you-or-how-to-cache-images-in-cocoatouch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MyGarden (or &#8220;Is There an App for My iPhone to Track the Things I&#8217;ve Planted?&#8221;)</title>
		<link>http://www.perceive.net/2008/08/09/mygarden-or-is-there-an-app-for-my-iphone-to-track-the-things-ive-planted/</link>
		<comments>http://www.perceive.net/2008/08/09/mygarden-or-is-there-an-app-for-my-iphone-to-track-the-things-ive-planted/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 03:41:45 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[programing]]></category>

		<guid isPermaLink="false">http://www.perceive.net/?p=1018</guid>
		<description><![CDATA[My first app for the Apple AppStore is finally in the queue waiting approval to appear in the AppStore.  It&#8217;s called MyGarden, and keeps track of the things that you plant in your garden.
]]></description>
			<content:encoded><![CDATA[<p>My first app for the Apple AppStore is finally in the queue waiting approval to appear in the AppStore.  It&#8217;s called <a title="MyGarden" href="/mygarden">MyGarden</a>, and keeps track of the things that you plant in your garden.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perceive.net/2008/08/09/mygarden-or-is-there-an-app-for-my-iphone-to-track-the-things-ive-planted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple OS X WebDAV doesn&#8217;t work right (or &#8220;How To Redirect Carefully&#8221;)</title>
		<link>http://www.perceive.net/2008/07/08/apple-os-x-webdav-doesnt-work-right-or-how-to-redirect-carefully/</link>
		<comments>http://www.perceive.net/2008/07/08/apple-os-x-webdav-doesnt-work-right-or-how-to-redirect-carefully/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 16:43:06 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[webdav]]></category>

		<guid isPermaLink="false">http://www.perceive.net/?p=1007</guid>
		<description><![CDATA[I have a WebDAV server that I store all of my personal documents on, and after upgrading to Tiger awhile back I had problems with folders disappearing in the directory listing, and things just not working quite right.
It turns out that the Apple WebDAVFS (and some other WebDAV client implementations) have problems with the Apache [...]]]></description>
			<content:encoded><![CDATA[<p>I have a WebDAV server that I store all of my personal documents on, and after upgrading to Tiger awhile back I had problems with folders disappearing in the directory listing, and things just not working quite right.</p>
<p>It turns out that the Apple WebDAVFS (and some other WebDAV client implementations) have problems with the Apache WebDAV.  Just a minor incompatibility, but annoying nonetheless.  There is a configuration change that needs to be made in the httpd.conf to fix this problem:</p>
<pre>BrowserMatch "^WebDAVFS/1.+" redirect-carefully</pre>
<p>This should work for all future 1.x versions of WebDAVFS on OS X.  I limited it to 1.x assuming that maybe, just maybe, they might fix this &#8220;problem&#8221; in version 2.0.</p>
<p>It&#8217;s a simple change, and will make Apache &#8220;redirect carefully&#8221;.  For those interested, Apache says:</p>
<blockquote><p>This forces the server to be more careful when sending a redirect to the client. This is typically used when a client has a known problem handling redirects. This was originally implemented as a result of a problem with Microsoft&#8217;s WebFolders software which has a problem handling redirects on directory resources via DAV methods.</p></blockquote>
<p>If course, I would think it should always be &#8220;careful&#8221; about redirecting, but that&#8217;s just me.  Maybe redirecting carelessly is the best default.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perceive.net/2008/07/08/apple-os-x-webdav-doesnt-work-right-or-how-to-redirect-carefully/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bang Bang Bang Goes the power supply</title>
		<link>http://www.perceive.net/2004/01/21/bang-bang-bang-goes-the-power-supply/</link>
		<comments>http://www.perceive.net/2004/01/21/bang-bang-bang-goes-the-power-supply/#comments</comments>
		<pubDate>Wed, 21 Jan 2004 05:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://dev.perceive.net/2004/01/21/bang-bang-bang-goes-the-power-supply/</guid>
		<description><![CDATA[So I was working along happily this morning, listening to some music, courtesy of iTunes, when I heard a lound BANG come from my computer (which sits on a shelf above to me to the right).  The side of the case had been off for awhile, and I saw a large amount of light [...]]]></description>
			<content:encoded><![CDATA[<p>So I was working along happily this morning, listening to some music, courtesy of <a href="http://www.apple.com/itunes" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.apple.com');">iTunes</a>, when I heard a lound BANG come from my computer (which sits on a shelf above to me to the right).  The side of the case had been off for awhile, and I saw a large amount of light and sparks come flying out of the machine.  I kid you not.  Then the UPS started beeping uncontrollably.  It was at that point that I realized blatter control should be my top priority.  It was bad enough  that the computer exploded.  I didn&#8217;t need the added thorn of pee down my pants.</p>
<p>So a few seconds later, then computer was no longer humming.  I unplugged all of the cables and took it down off it&#8217;s perch.  It stunk. bad.  Burning silicon has a very distinct smell, and it still permeates my office.  I started sniffing all over inside, and it was definitely the power supply that burnt.  I didn&#8217;t see any bad places on the motherboard, so I prayed that it was OK.</p>
<p>I talked to my wife, and explained that the computer just died.  I told her I had to go buy a new power supply and I might get a new case anyway (since I really don&#8217;t care for the one I have at all.</p>
<p>I headed off to <a href="http://www.compusa.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.compusa.com');">CompUSA</a>, who unfortunately is the only place I know locally that carries a wide variety of these things.  I bought an <a href="http://www.antec-inc.com/us/pro_details_powerSupply.php?ProdID=20330" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.antec-inc.com');">Antec TruePower 330</a> power supply, addly enough, that is the low end of the wattage they have.  They have a 550 watt power supply!  wooo!</p>
<p>So I brought it home, and installed it.  Plugged everything back up.  Pressed the power button.  Nothing happened.  My heart dropped, and I thought the whole thing must be dead, then I noticed another power switch on the back of the power supply.  i flipped it, and my baby powered back up.  From sparks to new power.</p>
<p>As an added bonus, the new power supply is <em>considerably</em> quieter.  The other one was driving me nuts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perceive.net/2004/01/21/bang-bang-bang-goes-the-power-supply/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

