<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Stephen Nomura</title>
	
	<link>http://stephennomura.com</link>
	<description>Web Producer / Technical Writer</description>
	<lastBuildDate>Tue, 15 May 2012 18:22:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/StephenNomura-Comments" /><feedburner:info uri="stephennomura-comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Applescript: Customizable iPhoto Export by Stephen Nomura</title>
		<link>http://feedproxy.google.com/~r/StephenNomura-Comments/~3/YyR0dCgvbAM/applescript-customizable-iphoto-export</link>
		<dc:creator>Stephen Nomura</dc:creator>
		<pubDate>Tue, 15 May 2012 18:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://stephennomura.com/?p=18#comment-11919</guid>
		<description>Victoria,

Glad you found the script useful and thanks for stopping by!

I understand steps 1 and 2 of your proposed script, but I don't quite understand step 3. Could you clarify? Do you mean you want a file structure like this?...
/My Exported Images/Jill's Birthday/Jill's Birthday-1.jpg
/My Exported Images/Jill's Birthday/Jill's Birthday-2.jpg
/My Exported Images/Vacation to Miami/Vacation to Miami-1.jpg
etc...

Also, is the purpose of this to create a backup of your photos? If that's the case, why not just use time machine?

Lastly, I'm not sure if this is relevant, but you can already access the folders where your photos are being stored by going to ~/Pictures/ and Right-Clicking iPhoto Library. From there, choose Show Package Contents. Then open up the alias titled Originals or Modified.</description>
		<content:encoded><![CDATA[<p>Victoria,</p>
<p>Glad you found the script useful and thanks for stopping by!</p>
<p>I understand steps 1 and 2 of your proposed script, but I don&#8217;t quite understand step 3. Could you clarify? Do you mean you want a file structure like this?&#8230;<br />
/My Exported Images/Jill&#8217;s Birthday/Jill&#8217;s Birthday-1.jpg<br />
/My Exported Images/Jill&#8217;s Birthday/Jill&#8217;s Birthday-2.jpg<br />
/My Exported Images/Vacation to Miami/Vacation to Miami-1.jpg<br />
etc&#8230;</p>
<p>Also, is the purpose of this to create a backup of your photos? If that&#8217;s the case, why not just use time machine?</p>
<p>Lastly, I&#8217;m not sure if this is relevant, but you can already access the folders where your photos are being stored by going to ~/Pictures/ and Right-Clicking iPhoto Library. From there, choose Show Package Contents. Then open up the alias titled Originals or Modified.</p>
<img src="http://feeds.feedburner.com/~r/StephenNomura-Comments/~4/YyR0dCgvbAM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://stephennomura.com/blog/applescript-customizable-iphoto-export#comment-11919</feedburner:origLink></item>
	<item>
		<title>Comment on Applescript: Customizable iPhoto Export by Victoria Franke</title>
		<link>http://feedproxy.google.com/~r/StephenNomura-Comments/~3/qcmiJTo_WdI/applescript-customizable-iphoto-export</link>
		<dc:creator>Victoria Franke</dc:creator>
		<pubDate>Sun, 06 May 2012 16:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://stephennomura.com/?p=18#comment-11312</guid>
		<description>Hello! And good evening!

First of all I would like to say that this post has been very helpful, thank you!

I've been looking for a similar script (Automator application) for quite a while now.

Basically I want to have an Automator application that saves a copy of my iPhoto pictures in a folder in Finder. Like a backup. Later on, I can save those "files" on my external hard drive.

1) Export the photos from a selected Album or Event on iPhoto. Using as title: "Event name" - "number" (I mean the number of the file: 1, 2, 3 ...)
2) Save them in a folder in Finder that I want.
3) Organize the photos in different folders, the same way they are in iPhoto.

The idea I had, was that it would do this automatically every time I launch iPhoto, as if it was synchronizing the photos into that folder.
And then, every time I connect my hard drive, it copies these "real" folders into my hard drive.

Is that possible? If yes, could you help me creating it, or tell me how I can do so myself, or where to download something like it?

Thank you a lot! Kind regards,
Victoria Franke</description>
		<content:encoded><![CDATA[<p>Hello! And good evening!</p>
<p>First of all I would like to say that this post has been very helpful, thank you!</p>
<p>I&#8217;ve been looking for a similar script (Automator application) for quite a while now.</p>
<p>Basically I want to have an Automator application that saves a copy of my iPhoto pictures in a folder in Finder. Like a backup. Later on, I can save those &#8220;files&#8221; on my external hard drive.</p>
<p>1) Export the photos from a selected Album or Event on iPhoto. Using as title: &#8220;Event name&#8221; &#8211; &#8220;number&#8221; (I mean the number of the file: 1, 2, 3 &#8230;)<br />
2) Save them in a folder in Finder that I want.<br />
3) Organize the photos in different folders, the same way they are in iPhoto.</p>
<p>The idea I had, was that it would do this automatically every time I launch iPhoto, as if it was synchronizing the photos into that folder.<br />
And then, every time I connect my hard drive, it copies these &#8220;real&#8221; folders into my hard drive.</p>
<p>Is that possible? If yes, could you help me creating it, or tell me how I can do so myself, or where to download something like it?</p>
<p>Thank you a lot! Kind regards,<br />
Victoria Franke</p>
<img src="http://feeds.feedburner.com/~r/StephenNomura-Comments/~4/qcmiJTo_WdI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://stephennomura.com/blog/applescript-customizable-iphoto-export#comment-11312</feedburner:origLink></item>
	<item>
		<title>Comment on Enhanced Version of Custom Post Type UI Plugin (v0.7) by Stephen Nomura</title>
		<link>http://feedproxy.google.com/~r/StephenNomura-Comments/~3/WvLDLzj6Hiw/enhanced-version-of-custom-post-types-ui</link>
		<dc:creator>Stephen Nomura</dc:creator>
		<pubDate>Thu, 08 Mar 2012 20:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://stephennomura.com/?p=20#comment-7982</guid>
		<description>Hey Luke, it's under the "Advanced Options" when configuring a new post type.

See here: &lt;a href="http://nomu.co/media/screenshots/custom_post_types_ui_rewrite_front-20120308-155038.jpg" rel="nofollow"&gt;Screenshot&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hey Luke, it&#8217;s under the &#8220;Advanced Options&#8221; when configuring a new post type.</p>
<p>See here: <a href="http://nomu.co/media/screenshots/custom_post_types_ui_rewrite_front-20120308-155038.jpg" rel="nofollow">Screenshot</a></p>
<img src="http://feeds.feedburner.com/~r/StephenNomura-Comments/~4/WvLDLzj6Hiw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://stephennomura.com/blog/enhanced-version-of-custom-post-types-ui#comment-7982</feedburner:origLink></item>
	<item>
		<title>Comment on Enhanced Version of Custom Post Type UI Plugin (v0.7) by Luke Michael</title>
		<link>http://feedproxy.google.com/~r/StephenNomura-Comments/~3/Z_2A9vOlfVw/enhanced-version-of-custom-post-types-ui</link>
		<dc:creator>Luke Michael</dc:creator>
		<pubDate>Thu, 08 Mar 2012 20:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://stephennomura.com/?p=20#comment-7981</guid>
		<description>Hi Stephen...

Can you tell me where to set the "with_front" to false..?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Stephen&#8230;</p>
<p>Can you tell me where to set the &#8220;with_front&#8221; to false..?</p>
<p>Thanks</p>
<img src="http://feeds.feedburner.com/~r/StephenNomura-Comments/~4/Z_2A9vOlfVw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://stephennomura.com/blog/enhanced-version-of-custom-post-types-ui#comment-7981</feedburner:origLink></item>
	<item>
		<title>Comment on Enhanced Version of Custom Post Type UI Plugin (v0.7) by Niall O'Brien</title>
		<link>http://feedproxy.google.com/~r/StephenNomura-Comments/~3/Z83RGahT9IA/enhanced-version-of-custom-post-types-ui</link>
		<dc:creator>Niall O'Brien</dc:creator>
		<pubDate>Mon, 14 Nov 2011 12:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://stephennomura.com/?p=20#comment-4159</guid>
		<description>Some questions if you don't mind?
I have a custom post type, "Projects" and a custom taxonomy called "Status" with the terms "Active" and "Inactive". I can hit /projects/status/active/ and /projects/status/inactive/ after I create taxonomy-status-active.php and taxonomy-status-inactive.php and I get the expected results as each template queries the respective term (active or inactive). However, what if I have a custom taxonomy called "Years"? I know I could create for example, taxonomy-years.php, but what if I have a lot of projects per page, and want to pull back all projects for the year 2001, surely I can't create a custom template for each year? Could I just get the year from the URL and pass that as the query var to WP_query eg. /projects/years/2001/ and somehow create a "general" template for when someone queries /projects/years/2001/?

And finally, I can hit /projects/status/active/ no problem, but /projects/status/ 404s. What do I've to do to get a page that automatically queries all terms within the taxonomy in the URL ie. /projects/status/

I hope that all makes sense? Thanks in advance - greetings from Ireland! :)</description>
		<content:encoded><![CDATA[<p>Some questions if you don&#8217;t mind?<br />
I have a custom post type, &#8220;Projects&#8221; and a custom taxonomy called &#8220;Status&#8221; with the terms &#8220;Active&#8221; and &#8220;Inactive&#8221;. I can hit /projects/status/active/ and /projects/status/inactive/ after I create taxonomy-status-active.php and taxonomy-status-inactive.php and I get the expected results as each template queries the respective term (active or inactive). However, what if I have a custom taxonomy called &#8220;Years&#8221;? I know I could create for example, taxonomy-years.php, but what if I have a lot of projects per page, and want to pull back all projects for the year 2001, surely I can&#8217;t create a custom template for each year? Could I just get the year from the URL and pass that as the query var to WP_query eg. /projects/years/2001/ and somehow create a &#8220;general&#8221; template for when someone queries /projects/years/2001/?</p>
<p>And finally, I can hit /projects/status/active/ no problem, but /projects/status/ 404s. What do I&#8217;ve to do to get a page that automatically queries all terms within the taxonomy in the URL ie. /projects/status/</p>
<p>I hope that all makes sense? Thanks in advance &#8211; greetings from Ireland! <img src='http://stephennomura.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/StephenNomura-Comments/~4/Z83RGahT9IA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://stephennomura.com/blog/enhanced-version-of-custom-post-types-ui#comment-4159</feedburner:origLink></item>
	<item>
		<title>Comment on Enhanced Version of Custom Post Type UI Plugin (v0.7) by Stephen Nomura</title>
		<link>http://feedproxy.google.com/~r/StephenNomura-Comments/~3/5U8ict0yEXg/enhanced-version-of-custom-post-types-ui</link>
		<dc:creator>Stephen Nomura</dc:creator>
		<pubDate>Thu, 03 Nov 2011 14:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://stephennomura.com/?p=20#comment-4007</guid>
		<description>No problem! Glad people are finding it useful.

Yeah, "nightmare" is an understatement. ::sigh::</description>
		<content:encoded><![CDATA[<p>No problem! Glad people are finding it useful.</p>
<p>Yeah, &#8220;nightmare&#8221; is an understatement. ::sigh::</p>
<img src="http://feeds.feedburner.com/~r/StephenNomura-Comments/~4/5U8ict0yEXg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://stephennomura.com/blog/enhanced-version-of-custom-post-types-ui#comment-4007</feedburner:origLink></item>
	<item>
		<title>Comment on Enhanced Version of Custom Post Type UI Plugin (v0.7) by Niall O'Brien</title>
		<link>http://feedproxy.google.com/~r/StephenNomura-Comments/~3/Xe3-f0yhuRU/enhanced-version-of-custom-post-types-ui</link>
		<dc:creator>Niall O'Brien</dc:creator>
		<pubDate>Thu, 03 Nov 2011 14:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://stephennomura.com/?p=20#comment-4006</guid>
		<description>Just wanna say thanks Stephen, nice work. Permalinks in Wordpress can be a nightmare, especially when dealing with custom post types and custom taxonomies.</description>
		<content:encoded><![CDATA[<p>Just wanna say thanks Stephen, nice work. Permalinks in WordPress can be a nightmare, especially when dealing with custom post types and custom taxonomies.</p>
<img src="http://feeds.feedburner.com/~r/StephenNomura-Comments/~4/Xe3-f0yhuRU" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://stephennomura.com/blog/enhanced-version-of-custom-post-types-ui#comment-4006</feedburner:origLink></item>
	<item>
		<title>Comment on Applescript: Customizable iPhoto Export by skara</title>
		<link>http://feedproxy.google.com/~r/StephenNomura-Comments/~3/oPfV6omehRM/applescript-customizable-iphoto-export</link>
		<dc:creator>skara</dc:creator>
		<pubDate>Thu, 08 Sep 2011 11:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://stephennomura.com/?p=18#comment-2895</guid>
		<description>Only a little failure handling to be insert before (* THE SCRIPT *)

&lt;pre lang="applescript"&gt;
----------------
(* Test if exiftool exists *)
----------------

set x to do shell script "exiftool &gt; /dev/null 2&gt;&amp;1 ; echo $?"
if x is not "0" then
	display alert "Couldn't find exiftool. Please install it and try again." as warning buttons {"OK"}
	return
end if
&lt;/pre&gt;

Hope it may help.

PS: Interested in further improvements i'm planning to put into your nice little script ? I will customize it to upload exported images directly via ftp or sftp to a website. If so drop me a line</description>
		<content:encoded><![CDATA[<p>Only a little failure handling to be insert before (* THE SCRIPT *)</p>

<div class="wp_syntax"><div class="code"><pre class="applescript" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">----------------</span>
<span style="color: #808080; font-style: italic;">(* Test if exiftool exists *)</span>
<span style="color: #808080; font-style: italic;">----------------</span>
&nbsp;
<span style="color: #ff0033; font-weight: bold;">set</span> x <span style="color: #ff0033; font-weight: bold;">to</span> <span style="color: #0066ff;">do shell script</span> <span style="color: #009900;">&quot;exiftool &amp;gt; /dev/null 2&amp;gt;&amp;amp;1 ; echo $?&quot;</span>
<span style="color: #ff0033; font-weight: bold;">if</span> x <span style="color: #ff0033; font-weight: bold;">is</span> <span style="color: #ff0033;">not</span> <span style="color: #009900;">&quot;0&quot;</span> <span style="color: #ff0033; font-weight: bold;">then</span>
	display alert <span style="color: #009900;">&quot;Couldn't find exiftool. Please install it and try again.&quot;</span> <span style="color: #ff0033;">as</span> warning <span style="color: #0066ff;">buttons</span> <span style="color: #000000;">&#123;</span><span style="color: #009900;">&quot;OK&quot;</span><span style="color: #000000;">&#125;</span>
	<span style="color: #ff0033; font-weight: bold;">return</span>
<span style="color: #ff0033; font-weight: bold;">end</span> <span style="color: #ff0033; font-weight: bold;">if</span></pre></div></div>

<p>Hope it may help.</p>
<p>PS: Interested in further improvements i&#8217;m planning to put into your nice little script ? I will customize it to upload exported images directly via ftp or sftp to a website. If so drop me a line</p>
<img src="http://feeds.feedburner.com/~r/StephenNomura-Comments/~4/oPfV6omehRM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://stephennomura.com/blog/applescript-customizable-iphoto-export#comment-2895</feedburner:origLink></item>
	<item>
		<title>Comment on Enhanced Version of Custom Post Type UI Plugin (v0.7) by Stephen Nomura</title>
		<link>http://feedproxy.google.com/~r/StephenNomura-Comments/~3/zKoAxsETvPA/enhanced-version-of-custom-post-types-ui</link>
		<dc:creator>Stephen Nomura</dc:creator>
		<pubDate>Tue, 28 Jun 2011 20:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://stephennomura.com/?p=20#comment-2067</guid>
		<description>Emlyn,

You'll be fine. The plugin won't overwrite existing custom post types or taxonomies.

I just ran a quick test and both manually-defined and plugin-defined can coexist peacefully. You can see a screenshot here: http://stephennomura.com/pub/skitch/custom_post_types_ui-20110628-165327.jpg</description>
		<content:encoded><![CDATA[<p>Emlyn,</p>
<p>You&#8217;ll be fine. The plugin won&#8217;t overwrite existing custom post types or taxonomies.</p>
<p>I just ran a quick test and both manually-defined and plugin-defined can coexist peacefully. You can see a screenshot here: <a href="http://stephennomura.com/pub/skitch/custom_post_types_ui-20110628-165327.jpg" rel="nofollow">http://stephennomura.com/pub/skitch/custom_post_types_ui-20110628-165327.jpg</a></p>
<img src="http://feeds.feedburner.com/~r/StephenNomura-Comments/~4/zKoAxsETvPA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://stephennomura.com/blog/enhanced-version-of-custom-post-types-ui#comment-2067</feedburner:origLink></item>
	<item>
		<title>Comment on Enhanced Version of Custom Post Type UI Plugin (v0.7) by Stephen Nomura</title>
		<link>http://feedproxy.google.com/~r/StephenNomura-Comments/~3/eZKEBmy474A/enhanced-version-of-custom-post-types-ui</link>
		<dc:creator>Stephen Nomura</dc:creator>
		<pubDate>Tue, 28 Jun 2011 20:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://stephennomura.com/?p=20#comment-2066</guid>
		<description>Emlyn,

Yes, my version is a modification of the original.

Your questions are not dumb at all; I'd have the same concerns.

It's been awhile since I tinkered with Wordpress's custom post type code, so I'm hesitant to give a definitive answer here. That being said, I'm pretty confident your existing custom post types and taxonomies will not be affected. They might not show up in Custom Post Type UIs interface, but they won't be deleted or anything.

I'm curious about this, so I think I'll run a quick test to see how the plugin interacts with manually-defined custom post types. I'll post my findings.</description>
		<content:encoded><![CDATA[<p>Emlyn,</p>
<p>Yes, my version is a modification of the original.</p>
<p>Your questions are not dumb at all; I&#8217;d have the same concerns.</p>
<p>It&#8217;s been awhile since I tinkered with WordPress&#8217;s custom post type code, so I&#8217;m hesitant to give a definitive answer here. That being said, I&#8217;m pretty confident your existing custom post types and taxonomies will not be affected. They might not show up in Custom Post Type UIs interface, but they won&#8217;t be deleted or anything.</p>
<p>I&#8217;m curious about this, so I think I&#8217;ll run a quick test to see how the plugin interacts with manually-defined custom post types. I&#8217;ll post my findings.</p>
<img src="http://feeds.feedburner.com/~r/StephenNomura-Comments/~4/eZKEBmy474A" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://stephennomura.com/blog/enhanced-version-of-custom-post-types-ui#comment-2066</feedburner:origLink></item>
</channel>
</rss>

