<?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; Apple</title>
	<atom:link href="http://www.perceive.net/category/apple/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>Contents May Settle During Shipping (or &#8220;Why Apple Updates are Different Sizes on Different Computers&#8221;)</title>
		<link>http://www.perceive.net/2008/05/29/contents-may-settle-during-shipping-or-why-apple-updates-are-different-sizes-on-different-computers/</link>
		<comments>http://www.perceive.net/2008/05/29/contents-may-settle-during-shipping-or-why-apple-updates-are-different-sizes-on-different-computers/#comments</comments>
		<pubDate>Thu, 29 May 2008 16:50:13 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.perceive.net/?p=1000</guid>
		<description><![CDATA[Updating a MacBook and a Mac Mini to 10.5.3.  One is downloading over 400MB, the other is about 198MB.  So I was obviously wondering why the difference.  Apple has an article about it.  Apparently the smaller one is just a patch, the larger is the full thing.  What&#8217;s curious is that the MacBook has next [...]]]></description>
			<content:encoded><![CDATA[<p>Updating a MacBook and a Mac Mini to 10.5.3.  One is downloading over 400MB, the other is about 198MB.  So I was obviously wondering why the difference.  Apple has <a href="http://docs.info.apple.com/article.html?artnum=25799"title="The Difference."  onclick="javascript:pageTracker._trackPageview('/outbound/article/docs.info.apple.com');">an article</a> about it.  Apparently the smaller one is just a patch, the larger is the full thing.  What&#8217;s curious is that the MacBook has next to nothing on it, and the Mac Mini is loaded with stuff.  Seems to me that the Mini should have downloaded the large one, not the path, and the MacBook should have downloaded the patch.  So there you have it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perceive.net/2008/05/29/contents-may-settle-during-shipping-or-why-apple-updates-are-different-sizes-on-different-computers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proximity (or &#8220;So Close, But So Far Away&#8221;)</title>
		<link>http://www.perceive.net/2008/04/23/proximity-or-so-close-but-so-far-away/</link>
		<comments>http://www.perceive.net/2008/04/23/proximity-or-so-close-but-so-far-away/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 12:41:15 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.perceive.net/?p=995</guid>
		<description><![CDATA[I recently had a problem with my Mac.  A sector on the hard drive went bad, and killed one of the files for Salling Clicker.  It&#8217;s a great program that allows you to run scripts when you go away from your computer and return, using bluetooth to determine if you&#8217;re in rance of your computer.  [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had a problem with my Mac.  A sector on the hard drive went bad, and killed one of the files for <a href="http://http//www.salling.com/Clicker/mac/"title="Salling Clicker"  onclick="javascript:pageTracker._trackPageview('/outbound/article/http');">Salling Clicker</a>.  It&#8217;s a great program that allows you to run scripts when you go away from your computer and return, using bluetooth to determine if you&#8217;re in rance of your computer.  It also allows you to control applications on your computer via your mobile phone.  Quite a cool app, but the only part I used was the proximity part.</p>
<p>So after reinstalling OSX (which seemed to be my only recourse to get the abd sector problem resolved), I decided to look and see if there is something like Salling Clicker that only does the proximity part (which is all that I used).  I found the aptly named <a href="http://reduxcomputing.com/proximity.php"title="Proximity Bluetooth App for OSX"  onclick="javascript:pageTracker._trackPageview('/outbound/article/reduxcomputing.com');">Proximity</a> and it perfectly fits the bill.</p>
<p>Unfortunately the Proximity website doesn&#8217;t have any applescripts for you to use, so I had to write my own, and I thought I&#8217;d write them down here for you lovely readers to use.  I found some part of these at the <a href="http://www.technocrat.ca/?p=44" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.technocrat.ca');">Technocrat</a> blog.</p>
<p><strong>In Range Script:</strong><br />
<code>-- iTunes<br />
--<br />
tell application "iTunes"<br />
play<br />
end tell<br />
-- Adium<br />
--<br />
tell application "Adium"<br />
go available with message ""<br />
end tell<br />
-- Sync the phone (if not synced in the last 60 minutes)<br />
--<br />
tell application "iSync"<br />
if last sync is less than ((current date) - 3600) then synchronize<br />
end if<br />
end tell<br />
tell application "System Events" to set visible of process "iSync" to false<br />
</code><br />
<strong>Out of Range Script:</strong><br />
<code>-- iTunes<br />
--</code></p>
<p>tell application &#8220;iTunes&#8221;<br />
if player state is playing then<br />
pause<br />
end if<br />
end tell</p>
<p>&#8211; Adium<br />
&#8211;<br />
tell application &#8220;Adium&#8221;<br />
go away with message &#8220;I&#8217;m not near my computer&#8221;<br />
end tell</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perceive.net/2008/04/23/proximity-or-so-close-but-so-far-away/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The iPhone SDK is out (or &#8220;What Eric is Doing in His Free Time&#8221;)</title>
		<link>http://www.perceive.net/2008/04/07/the-iphone-sdk-is-out-or-what-eric-is-doing-in-his-free-time/</link>
		<comments>http://www.perceive.net/2008/04/07/the-iphone-sdk-is-out-or-what-eric-is-doing-in-his-free-time/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 16:19:46 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://www.perceive.net/2008/04/07/the-iphone-sdk-is-out-or-what-eric-is-doing-in-his-free-time/</guid>
		<description><![CDATA[If the title wasn&#8217;t enough to explain, Apple released a development kit for the iPhone / iPod Touch.  In fact, the second beta release of it is out now.  So my free time whatever that is) will be sucked up by learning Objective C and developing some apps for the iPhone, in addition to that [...]]]></description>
			<content:encoded><![CDATA[<p>If the title wasn&#8217;t enough to explain, Apple released a development kit for the iPhone / iPod Touch.  In fact, the second beta release of it is out now.  So my free time whatever that is) will be sucked up by learning Objective C and developing some apps for the iPhone, in addition to that <a href="http://www.worldtimeline.info" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.worldtimeline.info');">world timeline</a> website that I&#8217;ve been meaning to get off the ground.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perceive.net/2008/04/07/the-iphone-sdk-is-out-or-what-eric-is-doing-in-his-free-time/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone / iPod Touch Firmware 1.1.4 Released</title>
		<link>http://www.perceive.net/2008/02/26/iphone-ipod-touch-firmware-114-released/</link>
		<comments>http://www.perceive.net/2008/02/26/iphone-ipod-touch-firmware-114-released/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 20:34:24 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>

		<guid isPermaLink="false">http://www.perceive.net/2008/02/26/iphone-ipod-touch-firmware-114-released/</guid>
		<description><![CDATA[Looks like Apple is preparing for the SDK release.  Firmware 1.1.4 for the iPhone and iPod Touch was just released.
]]></description>
			<content:encoded><![CDATA[<p>Looks like Apple is preparing for the SDK release.  Firmware 1.1.4 for the iPhone and iPod Touch <a href="http://www.tuaw.com/2008/02/26/ipod-iphone-firmware-update-1-1-4-released/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.tuaw.com');">was just released</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perceive.net/2008/02/26/iphone-ipod-touch-firmware-114-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

