<?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:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="http://www.chadwickwood.com/rss.xml">
  <channel>
    <title>Chadwick Wood</title>
    <link>http://www.chadwickwood.com/rss.xml</link>
    <description />
    <language>en</language>
          <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/chadwickwood" type="application/rss+xml" /><item>
    <title>I'm Moving to Austin, Texas</title>
    <link>http://www.chadwickwood.com/2009/06/im-moving-to-austin-texas</link>
    <description>&lt;p&gt;All of my current clients know, most of my friends know, and now it's time to let the rest of the internet know: I'm moving to Austin, Texas, on June 28th!  Although my location is changing, most other things are staying the same: I'm still freelancing (with clients in several states), and I'm still working on my &lt;a href="/products"&gt;personal projects&lt;/a&gt; as well.&lt;/p&gt;

&lt;p&gt;Aside from my client work, I'll be doing a lot of &lt;a href="http://jenniferobenhaus.wordpress.com/2009/04/27/barton-springs-is-austins-summer-swimming-hub/"&gt;swimming&lt;/a&gt; and development for &lt;a href="http://www.sphericle.com/"&gt;Sphericle&lt;/a&gt; this summer.  Check back regularly for my progress on both of those fronts.&lt;/p&gt;
&lt;div class="diggthis_button"&gt;&lt;script type="text/javascript"&gt;&lt;!--
digg_url = 'http://www.chadwickwood.com/2009/06/im-moving-to-austin-texas';
digg_title = 'I&amp;#039;m Moving to Austin, Texas';
digg_bodytext = "All of my current clients know, most of my friends know, and now it\'s time to let the rest of the internet know: I\'m moving to Austin, Texas, on June 28th!  Although my location is changing, most other things are staying the same: I\'m still freelancing (with clients in several states), and I\'m still working on my [personal projects](/products) as";
digg_skin = 'standard';

//--&gt;
&lt;/script&gt;
&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/chadwickwood/~4/V-uBNu_7ZGU" height="1" width="1"/&gt;</description>
     <comments>http://www.chadwickwood.com/2009/06/im-moving-to-austin-texas#comments</comments>
 <category domain="http://www.chadwickwood.com/category/front-page-category/news">News</category>
 <pubDate>Wed, 10 Jun 2009 18:14:46 +0000</pubDate>
 <dc:creator>wickamos</dc:creator>
 <guid isPermaLink="false">42 at http://www.chadwickwood.com</guid>
  </item>
  <item>
    <title>Sphericle now available on the iPhone App Store</title>
    <link>http://www.chadwickwood.com/2009/05/sphericle-now-available-on-the-iphone-app-store</link>
    <description>&lt;p&gt;Well, Apple hasn't emailed me yet, but I checked Sphericle's review status today and it said "Ready for Sale", and sure enough, it's on the App Store now (although it isn't turning up in searches yet).  Please &lt;a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=316294864&amp;amp;mt=8"&gt;download it&lt;/a&gt;, review it, and rate it highly!  I'm already working furiously on the next release, which is going to be big!  Stay tuned.&lt;/p&gt;
&lt;div class="diggthis_button"&gt;&lt;script type="text/javascript"&gt;&lt;!--
digg_url = 'http://www.chadwickwood.com/2009/05/sphericle-now-available-on-the-iphone-app-store';
digg_title = 'Sphericle now available on the iPhone App Store';
digg_bodytext = "Well, Apple hasn\'t emailed me yet, but I checked Sphericle\'s review status today and it said \"Ready for Sale\", and sure enough, it\'s on the App Store now (although it isn\'t turning up in searches yet).  Please [download it](http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=316294864\x26mt=8), review it, and rate it highly!  I\'m already";
digg_skin = 'standard';

//--&gt;
&lt;/script&gt;
&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/chadwickwood/~4/jwjaHMk-rhA" height="1" width="1"/&gt;</description>
     <comments>http://www.chadwickwood.com/2009/05/sphericle-now-available-on-the-iphone-app-store#comments</comments>
 <category domain="http://www.chadwickwood.com/category/front-page-category/news">News</category>
 <category domain="http://www.chadwickwood.com/category/tags/sphericle">Sphericle</category>
 <pubDate>Wed, 27 May 2009 20:01:47 +0000</pubDate>
 <dc:creator>wickamos</dc:creator>
 <guid isPermaLink="false">41 at http://www.chadwickwood.com</guid>
  </item>
  <item>
    <title>Applying our Photoshop Thumbnail Script to Multiple Documents</title>
    <link>http://www.chadwickwood.com/2009/05/applying-our-photoshop-thumbnail-script-to-multiple-documents</link>
    <description>&lt;p&gt;A reader asked if there was a way to apply the &lt;a href="/2008/12/thumbnail-generation-with-photoshop-and-javascript"&gt;Photoshop Thumbnail script&lt;/a&gt; I wrote to all open documents, so I figured I'd post it up here for everyone to see.
&lt;!--break--&gt;
All it takes is a small addition and modification, to iterate through all of Photoshop's open documents, instead of just the active one.  Here's the code, with comments:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;// docs is a reference to the Documents collection, that holds all open documents
docs = app.documents;

for (i=0; i &amp;lt; docs.length; i++) {
    // instead of getting the active document, iterate through each open doc
    doc = docs.index(i);

    // the rest of the script is unchanged
    doc.changeMode(ChangeMode.RGB);

    var thumbDim = 60; // the dimension of the square

    // crop to a big square, conditionally, based on dimensions
    if (doc.height &amp;gt; doc.width) {
        doc.resizeCanvas(doc.width,doc.width,AnchorPosition.TOPCENTER);
    }
    else {
        doc.resizeCanvas(doc.height,doc.height,AnchorPosition.MIDDLECENTER);
    }

    // resize, then auto-contrast and sharpen
    // specify that our units are in pixels, via creation of a UnitValue object
    doc.resizeImage(UnitValue(thumbDim,"px"),null,null,ResampleMethod.BICUBIC);
    doc.activeLayer.autoContrast();
    doc.activeLayer.applySharpen();

    // our web export options
    var options = new ExportOptionsSaveForWeb();
    options.quality = 70;
    options.format = SaveDocumentType.JPEG;
    options.optimized = true;

    var newName = 'thumb-'+doc.name+'.jpg';

    doc.exportDocument(File(doc.path+'/'+newName),ExportType.SAVEFORWEB,options);
}
&lt;/code&gt;&lt;/pre&gt;
&lt;div class="diggthis_button"&gt;&lt;script type="text/javascript"&gt;&lt;!--
digg_url = 'http://www.chadwickwood.com/2009/05/applying-our-photoshop-thumbnail-script-to-multiple-documents';
digg_title = 'Applying our Photoshop Thumbnail Script to Multiple';
digg_bodytext = "A reader asked if there was a way to apply the [Photoshop Thumbnail script](/2008/12/thumbnail-generation-with-photoshop-and-javascript) I wrote to all open documents, so I figured I\'d post it up here for everyone to see.\r\n";
digg_skin = 'standard';

//--&gt;
&lt;/script&gt;
&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/chadwickwood/~4/C2M4z3Le6Kw" height="1" width="1"/&gt;</description>
     <comments>http://www.chadwickwood.com/2009/05/applying-our-photoshop-thumbnail-script-to-multiple-documents#comments</comments>
 <category domain="http://www.chadwickwood.com/category/front-page-category/articles">Articles</category>
 <category domain="http://www.chadwickwood.com/category/tags/howto">Howto</category>
 <category domain="http://www.chadwickwood.com/category/tags/javascript">JavaScript</category>
 <category domain="http://www.chadwickwood.com/category/tags/photoshop">Photoshop</category>
 <pubDate>Mon, 25 May 2009 18:05:31 +0000</pubDate>
 <dc:creator>wickamos</dc:creator>
 <guid isPermaLink="false">40 at http://www.chadwickwood.com</guid>
  </item>
  <item>
    <title>Getting Sphericle Approved for the App Store</title>
    <link>http://www.chadwickwood.com/2009/05/getting-sphericle-approved-for-the-app-store</link>
    <description>&lt;p&gt;Well, the results are in on my first submission of Sphericle 1.0 to the App Store: &lt;strong&gt;rejected&lt;/strong&gt;.  They cited two very specific, and very valid reasons.  Both reasons have to do with conforming to the &lt;a href="https://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/MobileHIG"&gt;iPhone Human Interface Guidelines&lt;/a&gt;, and they should be pretty easy to fix.  They have to do with handling errors with regard to lack of internet connectivity, so as not to confuse users.&lt;/p&gt;

&lt;p&gt;Hopefully by the end of today I'll have a new submission for them to review.&lt;/p&gt;
&lt;div class="diggthis_button"&gt;&lt;script type="text/javascript"&gt;&lt;!--
digg_url = 'http://www.chadwickwood.com/2009/05/getting-sphericle-approved-for-the-app-store';
digg_title = 'Getting Sphericle Approved for the App Store';
digg_bodytext = "Well, the results are in on my first submission of Sphericle 1.0 to the App Store: **rejected**.  They cited two very specific, and very valid reasons.  Both reasons have to do with conforming to the [iPhone Human Interface Guidelines](https://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/MobileHIG), and they should be";
digg_skin = 'standard';

//--&gt;
&lt;/script&gt;
&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/chadwickwood/~4/l_n-hSRzSGw" height="1" width="1"/&gt;</description>
     <comments>http://www.chadwickwood.com/2009/05/getting-sphericle-approved-for-the-app-store#comments</comments>
 <category domain="http://www.chadwickwood.com/category/front-page-category/news">News</category>
 <category domain="http://www.chadwickwood.com/category/tags/sphericle">Sphericle</category>
 <pubDate>Wed, 20 May 2009 00:10:05 +0000</pubDate>
 <dc:creator>wickamos</dc:creator>
 <guid isPermaLink="false">39 at http://www.chadwickwood.com</guid>
  </item>
  <item>
    <title>New Design</title>
    <link>http://www.chadwickwood.com/2009/05/new-design</link>
    <description>&lt;p&gt;Over the weekend, I implemented a new design for this site.  I'm going for something that feels a little more refined.  Also, the front page now differentiates between "articles" and "news".  I hope you like it!&lt;/p&gt;
&lt;div class="diggthis_button"&gt;&lt;script type="text/javascript"&gt;&lt;!--
digg_url = 'http://www.chadwickwood.com/2009/05/new-design';
digg_title = 'New Design';
digg_bodytext = "Over the weekend, I implemented a new design for this site.  I\'m going for something that feels a little more refined.  Also, the front page now differentiates between \"articles\" and \"news\".  I hope you like it!";
digg_skin = 'standard';

//--&gt;
&lt;/script&gt;
&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/chadwickwood/~4/KLXWZpaNo3I" height="1" width="1"/&gt;</description>
     <comments>http://www.chadwickwood.com/2009/05/new-design#comments</comments>
 <category domain="http://www.chadwickwood.com/category/front-page-category/news">News</category>
 <pubDate>Mon, 11 May 2009 20:48:42 +0000</pubDate>
 <dc:creator>wickamos</dc:creator>
 <guid isPermaLink="false">37 at http://www.chadwickwood.com</guid>
  </item>
  </channel>
</rss>
