<?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>Grapii &#187; iPhoto</title>
	<atom:link href="http://www.grapii.com/tag/iphoto/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grapii.com</link>
	<description>Personal Site of Raj Patel</description>
	<lastBuildDate>Mon, 06 Sep 2010 13:45:46 +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>Apple &#8211; iPhoto Events</title>
		<link>http://www.grapii.com/2010/03/apple-iphoto-events/</link>
		<comments>http://www.grapii.com/2010/03/apple-iphoto-events/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 01:14:00 +0000</pubDate>
		<dc:creator>grapii</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhoto]]></category>

		<guid isPermaLink="false">http://www.grapii.com/2010/03/quick-tip-iphoto-events/</guid>
		<description><![CDATA[iPhoto arranges photos into Events for the photos taken on the same day.

Change this in Preferences to weekly so that your holiday pics are grouped together.

]]></description>
			<content:encoded><![CDATA[<p>iPhoto arranges photos into <strong>Events</strong> for the photos taken on the same day.</p>
<p><span id="more-654"></span></p>
<p>Change this in <strong>Preferences</strong> to weekly so that your holiday pics are grouped together.</p>
<p style="text-align: center;"><a href="http://www.grapii.com/wp-content/uploads/2010/03/iPhoto-Event-Weekly.png" rel="lightbox[654]"><img class="size-medium wp-image-1002 aligncenter" title="iPhoto-Event-Weekly" src="http://www.grapii.com/wp-content/uploads/2010/03/iPhoto-Event-Weekly-300x152.png" alt="" width="300" height="152" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grapii.com/2010/03/apple-iphoto-events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make iPhoto open for camera, but not for iPhone</title>
		<link>http://www.grapii.com/2009/12/make-iphoto-open-for-camera-but-not-for-iphone/</link>
		<comments>http://www.grapii.com/2009/12/make-iphoto-open-for-camera-but-not-for-iphone/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 01:35:00 +0000</pubDate>
		<dc:creator>grapii</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhoto]]></category>

		<guid isPermaLink="false">http://www.grapii.com/2009/12/make-iphoto-open-for-camera-but-not-for-iphone/</guid>
		<description><![CDATA[This quick article shows you how to make iPhoto open when you plug in your camera, but not when you plug in your iPhone.
 
Create a script
Open Applications &#62; AppleScript &#62; Script Editor and type:
on device_is_connected(device_name)
  set check_for_device to “ioreg –rn” &#38; quoted form of device_name
  return (length of (do shell script check_for_device) [...]]]></description>
			<content:encoded><![CDATA[<p>This quick article shows you how to make iPhoto open when you plug in your camera, but not when you plug in your iPhone.</p>
<p> <span id="more-656"></span><br />
<h2>Create a script</h2>
<p>Open Applications &gt; AppleScript &gt; Script Editor and type:</p>
<pre>on device_is_connected(device_name)
  set check_for_device to “ioreg –rn” &amp; quoted form of device_name
  return (length of (do shell script check_for_device) is not equal to 0)
end device_is_connected</pre>
<h2>Save the script</h2>
<p>Now add the lines:</p>
<pre>on run
  if not device_is_connected(“iPhone”) then
    tell application “iPhoto” to activate
  end if
end run</pre>
<h2>Launch it automatically</h2>
<p>Click File &gt; Save As… and set the format to <strong>Application</strong>.&#160; Save it to the <strong>Applications</strong> folder.&#160; Open Applications &gt; Image Capture and the preferences pane.&#160; Click Other and select the script.&#160; This runs when a camera is inserted but for the iPhone it quits before starting iPhoto.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grapii.com/2009/12/make-iphoto-open-for-camera-but-not-for-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
