<?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>DigitalAppleJuice &#187; Software</title>
	<atom:link href="http://digitalapplejuice.com/category/workflow/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://digitalapplejuice.com</link>
	<description>Online Magazine of Inspirations, Information, &#38; Distractions for Digital Artists</description>
	<lastBuildDate>Sat, 13 Mar 2010 14:18:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Slidepress- A Fully Customizable, Dynamic Media Player for Wordpress</title>
		<link>http://digitalapplejuice.com/slidepress/</link>
		<comments>http://digitalapplejuice.com/slidepress/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 15:35:41 +0000</pubDate>
		<dc:creator>madbadcat</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Dominey]]></category>
		<category><![CDATA[error 1054]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[navThumbLinkBackgroundColor]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Slidepress]]></category>
		<category><![CDATA[slideshow]]></category>
		<category><![CDATA[slideshow plugin]]></category>
		<category><![CDATA[slideshowpro]]></category>
		<category><![CDATA[slideshowpro director]]></category>
		<category><![CDATA[slideshowpro.net]]></category>
		<category><![CDATA[swf]]></category>

		<guid isPermaLink="false">http://digitalapplejuice.com/?p=3557</guid>
		<description><![CDATA[#flash #wordpress #pluginSlidepress is just the latest offering from Dominey Design, a web development company in Atlanta. Their main focus- AKA obsession- is Slideshowpro- a quick and easy and versatile Flash-based slideshow application  available as ...]]></description>
			<content:encoded><![CDATA[<a href='http://digitalapplejuice.com/slidepress/' class='retweet '  target = '_blank' >#flash #wordpress #plugin</a><p><img class="alignleft size-full wp-image-3558" title="Slidepress for Wordpress" src="http://digitalapplejuice.com/wp-content/uploads/2010/03/02/slidepress/slide-press-img.jpg" alt="" width="378" height="195" />Slidepress is just the latest offering from Dominey Design, a web development company in Atlanta. Their main focus- <a href="http://domineydesign.com/" rel="nofollow"  target="_blank">AKA obsession</a>- is Slideshowpro- a quick and easy and versatile Flash-based slideshow application  available as a Flash Component and a standalone xml-driven swf. <strong>Plus</strong> they offer an web application called Slideshow Director- a database-driven image and video management application for installation on your won web server.</p>
<p><span id="more-3557"></span></p>
<p>Dominey&#8217;s vision is vast- when you purchase any of their products they offer a number of freebie export scripts for Photoshop, various version of iPhoto, a server -side PHP XML Builder, to make the the process of creating the xml file which form the basis of these slideshow applications. They also offer a Lightroom to SlideshowPro Director upload app.</p>
<h3>$24 for an Ounce of GOLD</h3>
<p>That ounce of GOLD is the standalone SlideshowPro app.</p>
<p>They have managed to create what I consider that absolute best and versatile slideshow plugin for wordpress. Yes, I know, we wordpress people have a tendency to be cheap so the $24 investment might dissuade you BUT you will be missing out in a big way. Not only does Slidepress work with Dominey&#8217;s superb image management app SlideshowPro Director, it also works with WordPress&#8217; native Media Library content and RSS feeds from Flicker etc.</p>
<h3>Database Connection Error! 1054: Unknown column</h3>
<p>When I first installed the Slidepress plugin I did receive a database error:</p>
<blockquote><p>Database Connection Error! 1054: Unknown column &#8216;navThumbLinkBackgroundColor&#8217; in &#8216;field list&#8217;</p>
</blockquote>
<p>I re-installed the plugin, I downloaded the plugin again and manually installed it and deactivated and reactivated and it didn&#8217;t resolve itself. so I posted in the SlideshowPro forum. It seems that problem is not wide spread but definitely presenting itself for other users.</p>
<p>A quick google for mySQL error 1054 led me to believe that the plugin was neglecting to create the aforementioned table so, while waiting for answer, I decided to muck about and see if I could learn something.</p>
<p>On a lark, I opened slidepress.php in BBEdit and added    <br />
 <strong>navNumberLinkColor text NULL , </strong><br />
 to line 229.</p>
<p>The error message changed to:<br />
 <strong>Database Connection Error! 1054: Unknown column &#8216;navThumbLinkBackgroundColor&#8217; in &#8216;field list&#8217;</strong></p>
<p>SO I knew I was onto something.<br />
 I added<br />
 <strong>added navThumbLinkBackgroundColor text NULL , </strong><br />
 to line 233</p>
<p>The plugin works flawlessly now. nearest thing I could figure out was that function action_activate()  in slidepress.php is missing a bunch of table names names in the list of tables to create</p>
<h3><img class="aligncenter size-full wp-image-3560" title="SlidePressphp" src="http://digitalapplejuice.com/wp-content/uploads/2010/03/02/slidepress/SlidePressphp.jpg" alt="" width="488" height="144" />Great Wiki</h3>
<p>The Slidepress plugin is brought to you by the same guys that created the crosdomain creator so it is only right that it is so well-documented. Installation instructions are pretty easy to follow and can be found at <br />
 <a href="http://slidepress.net/installation.php  " rel="nofollow"  target="_blank">http://slidepress.net/installation.php </a></p>
<p>Want more installation details? <br />
 <a href="http://wiki.slideshowpro.net/SSPsa/SP-Installation" rel="nofollow"  target="_blank">http://wiki.slideshowpro.net/SSPsa/SP-Installation</a></p>
<h3>time to build a slideshow</h3>
<p>At this point I would usually build an illustrated step-by-step tutorial on using this plugin. However, the guys at Dominey beat me to it and, to be honest, I couldn&#8217;t possibly do any better.</p>
<p>Find it here.<br />
 <a href="http://wiki.slideshowpro.net/SSPsa/SP-Usage" rel="nofollow"  target="_blank">http://wiki.slideshowpro.net/SSPsa/SP-Usage</a></p>
<h3><span style="color: #993300;">UPDATE</span></h3>
<p><span style="color: #800000;">Here&#8217;s my version of the slidepress.php file for reference. if push comes to shove, you could test your set up by dropping this file in your slidepress folder.</span></p>
<p><span style="color: #800000;"><strong>Download </strong></span><a href="http://digitalapplejuice.com/wp-content/uploads/2010/03/02/slidepress/SlidePress-php.zip" target="_blank"><span style="color: #800000;"><strong>SlidePress-php.zip</strong></span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalapplejuice.com/slidepress/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Bundles of MacFriendly Joy for a Great Cause</title>
		<link>http://digitalapplejuice.com/bundles-macfriendly-joy-great/</link>
		<comments>http://digitalapplejuice.com/bundles-macfriendly-joy-great/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 18:30:21 +0000</pubDate>
		<dc:creator>Britt Stokes</dc:creator>
				<category><![CDATA[Digital Lifestyles]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[beryoko]]></category>
		<category><![CDATA[bracketeer]]></category>
		<category><![CDATA[calico panorama]]></category>
		<category><![CDATA[email backup]]></category>
		<category><![CDATA[hdr]]></category>
		<category><![CDATA[image  editing]]></category>
		<category><![CDATA[k kitchen]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macfriendly.org]]></category>
		<category><![CDATA[mail encryption]]></category>
		<category><![CDATA[moviesherlock]]></category>
		<category><![CDATA[photostyler]]></category>
		<category><![CDATA[veenix typebook]]></category>
		<category><![CDATA[video diary]]></category>

		<guid isPermaLink="false">http://digitalapplejuice.com/?p=3538</guid>
		<description><![CDATA[#mac #app @friendlymac bundles to support #animalrescue If you hurry and check out www.macfriendly.org, you can get two truly great deals. First, you can treat yourself to twelve Mac applications that are worthy of your ...]]></description>
			<content:encoded><![CDATA[<a href='http://digitalapplejuice.com/bundles-macfriendly-joy-great/' class='retweet '  target = '_blank' >#mac #app @friendlymac bundles to support #animalrescue </a><p><img class="alignleft size-medium wp-image-3540" title="MacFriendly-1" src="http://digitalapplejuice.com/wp-content/uploads/2010/02/11/bundles-macfriendly-joy-great/MacFriendly-1-250x250.jpg" alt="" width="250" height="250" />If you hurry and check out <strong><a href="www.macfriendly.org" rel="nofollow"  target="_blank">www.macfriendly.org</a></strong>, you can get two truly great deals. First, you can treat yourself to twelve Mac applications that are worthy of your icon bar. Second, you will be pleased to know that the funds you paid support the care and feeding of homeless animals.</p>
<p><span id="more-3538"></span></p>
<h2>First, the applications.</h2>
<p>For photo buffs, there are three applications that you’ll enjoy.</p>
<ul>
<li><strong>Calico Panorama </strong>helps stitch rows, even multi-rows, of images together with ease. </li>
<li><strong>Bracketeer</strong> takes your bracketed digital photos and merges them to form a uniformly lit scene &#8211; like HDR without the cartoon-like appearance. </li>
<li><strong>PhotoStyler</strong> is a quick and easy photo enhancer designed for the digital photographer who remembers the “good old days” of film and instant camera photos by providing tools to help your digital images take on an analog feel.</li>
</ul>
<p>Want to make a video diary?</p>
<ul>
<li><strong>The Video Diary </strong>helps you get your video captured and organizes it like entries in a diary. </li>
<li><strong>MovieSherlock </strong>can download and convert videos from the popular site YouTube. </li>
<li><strong>K Kitchen</strong> is a video burning and ripping program that converts video and allows you to burn to CD or DVD. And if you want to voiceovers or mastering of audio files, the TwistedWave audio editor is an easy to use program with powerful features.</li>
</ul>
<p>For type geeks,</p>
<ul>
<li>use<strong> Veenix TypeBook Creator</strong> to take stock of your fonts&#8230; print type specimen and sample pages, and organize your fonts.</li>
</ul>
<p>Ever want to personalize your Mac desktop? <strong></strong></p>
<ul>
<li><strong>Berokyo</strong> does that and more. Customizable “cabinets” can hold your favorite and most used applications, documents, folders and webpages, and works in keep-visible, full-screen or auto-hide modes. </li>
</ul>
<p><strong><br />
 Email Backup Pro </strong>is an automated solution to making scheduled backups to of your email&#8230; hands off after setting up the configuration using the simple interface. <strong>R10Cipher </strong>encrypts email and documents &#8211; personal or business. It runs on Mac and, er, other operating systems. And if you wish to partially cross over to the dark side, <strong>CrossOver Mac Standard</strong> will help you by running Microsoft Windows programs on your Mac.</p>
<h2>So, how exactly does this help animals?</h2>
<p>Here is a quote from the MacFriendly website: “Your MacFriendly Bundle purchase helps initiate and support feeding programs for homeless animals. Stray and feral animals are fed in order to gain their trust, leading to their eventual rescue. Only when they are comfortable with human contact will their rescue and successful placement in an adoptive home be possible. We provide basic vaccinations, spay/neuter services, collars, and identification tags for stray animals in stable circumstances.”</p>
<p>The total cost? If you add up these applications, you will find them to total about $400. Buy the bundle of joy, and get all these apps for only $49.95. That is a lot of utility and warm, fuzzy feelings for only fifty bucks.</p>
<h2>But don’t wait&#8230; this offer ends February 26, 2010.</h2>
<p><img class="aligncenter size-large wp-image-3539" title="MacFriendly" src="http://digitalapplejuice.com/wp-content/uploads/2010/02/11/bundles-macfriendly-joy-great/MacFriendly-590x220.jpg" alt="" width="590" height="220" /></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalapplejuice.com/bundles-macfriendly-joy-great/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>For Flash Users: crossdomain.xml maker, finally!</title>
		<link>http://digitalapplejuice.com/flash-users-crossdomain-xml-maker/</link>
		<comments>http://digitalapplejuice.com/flash-users-crossdomain-xml-maker/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 13:27:32 +0000</pubDate>
		<dc:creator>madbadcat</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Workflow]]></category>
		<category><![CDATA[adobe flash]]></category>
		<category><![CDATA[crossdomain xml]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[slideshowpro]]></category>
		<category><![CDATA[swf]]></category>

		<guid isPermaLink="false">http://digitalapplejuice.com/?p=3517</guid>
		<description><![CDATA[#webdesign #flash #swfIt&#8217;s so simple, so brilliant, why didn&#8217;t anyone think of this before?
A while back and few version ago, new preacutions were added to Flash player 7: a flash movie playing inside a browser ...]]></description>
			<content:encoded><![CDATA[<a href='http://digitalapplejuice.com/flash-users-crossdomain-xml-maker/' class='retweet '  target = '_blank' >#webdesign #flash #swf</a><p>It&#8217;s so simple, so brilliant, why didn&#8217;t anyone think of this before?</p>
<p>A while back and few version ago, new preacutions were added to Flash player 7: a flash movie playing inside a browser would not be allowed to access data outside the exact domain in which .swf resides. By default, .swf files can&#8217;t even read from subdomains, or even parent domains if the swf is located in a subdomain.</p>
<p><span id="more-3517"></span></p>
<p>With this new security measure,  Macromedia (now Adobe) added the use of the cross domain policy file, a simple xml file that gives permission to a listed domain to grab data without launching a dialog box. This files is normally placed in the root folder of any server that contains files the Flash Player may need to access. Three versions later- I still have to think it out like a Sesame Street kid; 1.) where to install the xml file, and 2.) making sure that all appropriate domains and subdomains are represented.</p>
<p>Slideshowpro.net, developers of my favorite image management server software and flash slideshow component, has built a &#8220;dead-simple&#8221;  <a href="http://www.crossdomainmaker.com/" rel="nofollow"  target="_blank">online app</a>:  <a href="http://www.crossdomainmaker.com/" rel="nofollow"  target="_blank">the crossdomain.xml maker</a>. The directions are clearer than anything you&#8217;ll find at Adobe&#8217;s knowledge base.</p>
<p><strong>Check out  <a href="http://kb2.adobe.com/cps/142/tn_14213.html" rel="nofollow"  target="_blank">Adobe&#8217;s definition</a>:</strong></p>
<blockquote><p>A policy file is a simple XML file that gives the Flash Player permission to access data from a given domain without displaying a security dialog. When placed on a server, it tells the Flash Player to allow direct access to data on that server, without prompting the user grant access.</p>
<p>The server can be in any location available to the Flash movie and does not have to be in the same domain. Cross-domain policy files, named crossdomain.xml, are placed at the root level of a server. When using a policy file you can use a wildcard character (*) in a domain name.</p>
</blockquote>
<p><strong>vs.</strong></p>
<p><strong><a href="http://www.crossdomainmaker.com/" rel="nofollow" >Crossdomain.xml maker</a>&#8217;s definition:</strong></p>
<blockquote><p>If a SWF is embedded at A.com, and tries to load data (XML, RSS, etc) from B.com, the Flash Player (for security) will block the request. B.com can grant A.com access to its data through a cross domain policy file. This utility generates that file.</p>
</blockquote>
<p>The instructions on crossdomainmaker.com are even easier to follow.</p>
<p>Trust me.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalapplejuice.com/flash-users-crossdomain-xml-maker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: Crossbrowsertesting.com</title>
		<link>http://digitalapplejuice.com/review-crossbrowsertesting-com/</link>
		<comments>http://digitalapplejuice.com/review-crossbrowsertesting-com/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 19:45:41 +0000</pubDate>
		<dc:creator>madbadcat</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Workflow]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[browser check]]></category>
		<category><![CDATA[Screenshot]]></category>
		<category><![CDATA[Web browser]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web Design and Development]]></category>

		<guid isPermaLink="false">http://digitalapplejuice.com/?p=3519</guid>
		<description><![CDATA[#xbrowsertesting #webdesignSince I have already sang their praises,  this is more of an introduction to Crossbrowsertesting.com than a review. Best described as a Browser Compatibility Lab, this online service offers a place to test a ...]]></description>
			<content:encoded><![CDATA[<a href='http://digitalapplejuice.com/review-crossbrowsertesting-com/' class='retweet '  target = '_blank' >#xbrowsertesting #webdesign</a><p><a href="http://digitalapplejuice.com/wp-content/uploads/2010/02/01/review-crossbrowsertesting-com/crossbrowtest.png"><img class="alignleft size-medium wp-image-3518" title="crossbrowtest" src="http://digitalapplejuice.com/wp-content/uploads/2010/02/01/review-crossbrowsertesting-com/crossbrowtest-250x193.png" alt="" width="250" height="193" /></a>Since I have already sang their praises,  this is more of an introduction to <a href="http://crossbrowsertesting.com/" rel="nofollow" >Crossbrowsertesting.com</a> than a review. Best described as a<strong> Browser Compatibility Lab</strong>, this online service offers a place to test a website on just about every browser- operating system combination. It offers two types of testing: interactive (to test ajax, javascript, and flash) and screenshots (which verifies layouts across all browsers).</p>
<p><span id="more-3519"></span></p>
<p>The site offers three (3) pricing plans which all include access to their automated screenshot factories, interactive live testing and 1 hour free trial.  These pricing plans are  distinguished by the alloted monthly usage :</p>
<ul>
<li>Basic  150 minutes 19.95/Month (US$)</li>
<li>Professional  600 minutes 49.95/Month (US$)</li>
<li>Business 300 minutes 199.95/Month (US$)</li>
</ul>
<p>One hundred fifty (150) minutes might seem inadequate for a web designer , and it would be, if the service was slow or unreliable. It isn&#8217;t. I managed to pull 14 screenshots in less than 10 minutes use (bumbling-around time included) and the website tracks your usage in your account section. This also makes the seeming paltry 1 hour free trial a more generous trial period than expected.</p>
<p>For that reason,  I chose the <strong>Basic Plan</strong>. It fulfills all of my browser-check needs and I suspect that most web designers would feel the same. Keep in mind that subscriptions are renewed automatically. Since my design work encompasses both print and web work, this might be a bad thing if the company wasn&#8217;t so customer-friendly.</p>
<p>When I emailed Kenneth Hamric, one of the founders of Crossbrowsertesting.com, about this, he responded:<br />
 &#8220;We have a 30 day, money back policy.  If you are not happy, you forgot to cancel, whatever the reason (or no reason at all)&#8230; and you ask for your money back, we give it back.  We are not trying to keep money from customers that do not like / want the service.  <span class="pullquote">We like, and want, happy customers!</span>&#8220;</p>
<p>I believe him. My recent experience with this company (<a href="http://digitalapplejuice.com/four-companies-great-customer-service-you-should-know-about/">described here</a>) leads me to believe that  they will do anything to accommodate their customers&#8217; needs, within reason. I doubt they will walk your dog for you.</p>
<p>I would definitely have the need to activate and cancel my subscription at will. Keeping my overhead low makes it possible to charge affordable rates. Last year, during the height of the &#8220;great recession&#8221;, I was booked solid, double-booked even, from May through November. December was dedicated to finishing some straggling details on projects and planning our holiday. So far, this January, I have booked 1 job and bid on 3 more. I suspect that is the story of most freelancers- the result being that we need flexible plans to accommodate our flexible schedules.</p>
<p><a href="http://digitalapplejuice.com/wp-content/uploads/2010/02/01/review-crossbrowsertesting-com/cbt-test-s-website.jpg"><img class="alignleft size-full wp-image-3520" title="cbt-test-s-website" src="http://digitalapplejuice.com/wp-content/uploads/2010/02/01/review-crossbrowsertesting-com/cbt-test-s-website.jpg" alt="" width="590" height="352" /></a></p>
<h2>Automated Screenshots</h2>
<p>The most straightforward part of the service is the automated screenshots. You check the appearance of your website by taking screenshots of a URL in just about any browser- operating system combination. The added bonus? Easily accessible list of recent screenshot tests. This is especially handy if you are checking more than one url.</p>
<p><a href="http://digitalapplejuice.com/wp-content/uploads/2010/02/01/review-crossbrowsertesting-com/auto-browserchoice.jpg"><img class="aligncenter size-large wp-image-3521" title="auto-browserchoice" src="http://digitalapplejuice.com/wp-content/uploads/2010/02/01/review-crossbrowsertesting-com/auto-browserchoice-590x560.jpg" alt="" width="590" height="560" /></a></p>
<p>Choosing which combinations can be as easy as choosing any of the default options:</p>
<ul>
<li> Popular browsers &#8211; default : offers 10 combinations which can be further refined by screen resolutions.</li>
<li> All browsers :  offers 50 combinations which can be further refined by screen resolutions.</li>
<li> Select the individual browsers and operating systems</li>
</ul>
<p><a href="http://digitalapplejuice.com/wp-content/uploads/2010/02/01/review-crossbrowsertesting-com/auto-full-options.jpg"><img class="alignleft size-medium wp-image-3522" title="auto-full-options" src="http://digitalapplejuice.com/wp-content/uploads/2010/02/01/review-crossbrowsertesting-com/auto-full-options-250x162.jpg" alt="" width="250" height="162" /></a></p>
<p><a href="http://digitalapplejuice.com/wp-content/uploads/2010/02/01/review-crossbrowsertesting-com/auto-fullscreenshot.jpg"><img class="size-medium wp-image-3523 alignright" title="auto-fullscreenshot" src="http://digitalapplejuice.com/wp-content/uploads/2010/02/01/review-crossbrowsertesting-com/auto-fullscreenshot-250x292.jpg" alt="" width="250" height="292" /></a></p>
<div style="clear: both;"><span style="font-size: small;"><em>click on any thumbnail for a larger image.</em></span></div>
<p><br class="spacer_" /></p>
<p>Each option has a monitor resolution option and you can save your preferences for future use. You can organize screenshots by client, grab the link to resulting screenshot for reference, download a zip file of all the screenshots for a particular URL or create a slideshow of the screenshots- all great options when presenting the results to your clients.</p>
<h2>Interactive Live Testing</h2>
<p><a href="http://digitalapplejuice.com/wp-content/uploads/2010/02/01/review-crossbrowsertesting-com/interactive+1.jpg"><img class="alignleft size-medium wp-image-3525" title="interactive+1" src="http://digitalapplejuice.com/wp-content/uploads/2010/02/01/review-crossbrowsertesting-com/interactive+1-249x277.jpg" alt="" width="147" height="165" /></a><a href="http://digitalapplejuice.com/wp-content/uploads/2010/02/01/review-crossbrowsertesting-com/ia-loading.jpg"><img class="alignleft size-medium wp-image-3526" title="ia-loading" src="http://digitalapplejuice.com/wp-content/uploads/2010/02/01/review-crossbrowsertesting-com/ia-loading-250x265.jpg" alt="" width="135" height="144" /></a><a href="http://digitalapplejuice.com/wp-content/uploads/2010/02/01/review-crossbrowsertesting-com/interactive-2.jpg"><img class="alignleft size-medium wp-image-3527" title="interactive-2" src="http://digitalapplejuice.com/wp-content/uploads/2010/02/01/review-crossbrowsertesting-com/interactive-2-249x225.jpg" alt="" width="147" height="133" /></a><a href="http://digitalapplejuice.com/wp-content/uploads/2010/02/01/review-crossbrowsertesting-com/interactive.jpg"><img class="alignleft size-medium wp-image-3528" title="interactive" src="http://digitalapplejuice.com/wp-content/uploads/2010/02/01/review-crossbrowsertesting-com/interactive-250x203.jpg" alt="" width="147" height="120" /></a></p>
<div style="clear: both;"><span style="font-size: small;"><em>click on any thumbnail for a larger image.</em></span></div>
<p><em> </em>Sometimes static shots are not enough. Interactivity errors are difficult to track if you cannot experience them through various browser/operating system combinations. While the monitor sizes are limited, the combinations are not. The list of combinations are comprehensive enough to instill confidence in the results.</p>
<p><br class="spacer_" /></p>
<h2>Bookmarklet</h2>
<p><a href="http://digitalapplejuice.com/wp-content/uploads/2010/02/01/review-crossbrowsertesting-com/bookmarklet-1.jpg"><img class="aligncenter size-full wp-image-3529" title="bookmarklet-1" src="http://digitalapplejuice.com/wp-content/uploads/2010/02/01/review-crossbrowsertesting-com/bookmarklet-1.jpg" alt="" width="590" height="327" /></a></p>
<p>One extremely handy amenity is the bookmarklet- simply drag the button marked &#8220;DRAG ME&#8221; to your toolbar. Visit a webpage that needs checking and clik on the CBT Launcher Button for a dialog box where you can choose either automated screenshots or an interactive live text with a list of options ready to go.</p>
<p><img class="aligncenter size-large wp-image-3530" title="bookmarklet-2" src="http://digitalapplejuice.com/wp-content/uploads/2010/02/01/review-crossbrowsertesting-com/bookmarklet-2-590x594.jpg" alt="" width="590" height="594" /></p>
<p><br class="spacer_" /></p>
<p>For those much smarter than me, there is also the option of accessing all this data through their API which is documented <a href="http://crossbrowsertesting.com/apidocs" rel="nofollow"  target="_blank">here</a>.</p>
<p>The company policies are clearly delineated:</p>
<ul>
<li>No minimum contracts, signup fees, or cancellation fees.</li>
<li>You can change packages at any time.</li>
<li><strong>Free trial limited to 1 hour usage, 1 per person.</strong></li>
<li>Usage of services is tracked to the second.</li>
<li>No question asked 30 day refund policy.</li>
</ul>
<p>I am a fan.</p>
<p><br class="spacer_" /></p>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.masternewmedia.org/browser-compatibility-testing-guide-the-best-tools-and-services/" rel="nofollow" >Browser Compatibility Testing Guide: The Best Tools And Services To Check How Others See Your Web Site</a> (masternewmedia.org)</li>
<li class="zemanta-article-ul-li"><a href="http://techie-buzz.com/how-to/how-to-test-websites-in-multiple-resolutions.html?utm_source=subscriber&amp;utm_medium=rss&amp;utm_campaign=rss" rel="nofollow" >How to Test Websites in Different/Multiple Resolutions Without Changing the PC Resolution</a> (techie-buzz.com)</li>
</ul>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=4c6c274a-a8c1-4f8b-8978-8b15453bf99c" alt="" /><span class="zem-script more-related pretty-attribution"><br />
<script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script><br />
</span></div>
]]></content:encoded>
			<wfw:commentRss>http://digitalapplejuice.com/review-crossbrowsertesting-com/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wordpress Plugins for the Media Library</title>
		<link>http://digitalapplejuice.com/wordpress-plugins-media-library/</link>
		<comments>http://digitalapplejuice.com/wordpress-plugins-media-library/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 13:58:48 +0000</pubDate>
		<dc:creator>madbadcat</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[media library]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[pullquotes]]></category>
		<category><![CDATA[tinymce]]></category>
		<category><![CDATA[upload folder]]></category>
		<category><![CDATA[wysiwyg]]></category>

		<guid isPermaLink="false">http://digitalapplejuice.com/?p=3491</guid>
		<description><![CDATA[Getting The Most of  Wordpress&#8217; Media Library
After a couple of years of faithfully using Dean&#8217;s FCK Editor, we changed over to Tiny MCE Advanced Plugin- mostly because we wanted to take advantage of the new ...]]></description>
			<content:encoded><![CDATA[<h2>Getting The Most of  Wordpress&#8217; Media Library</h2>
<p>After a couple of years of faithfully using <a href="http://www.deanlee.cn/wordpress/fckeditor-for-wordpress-plugin/" rel="nofollow"  target="_blank">Dean&#8217;s FCK Editor</a>, we changed over to Tiny MCE Advanced Plugin- mostly because we wanted to take advantage of the new timthumb auto-thumbnailer coding of our new Arthemis Premium theme. (Though if I had read <a href="http://justintadlock.com/archives/2009/11/16/everything-you-need-to-know-about-wordpress-2-9s-post-image-feature" rel="nofollow"  target="_blank">this post</a> by Justin Tadlock, Boy Genius, I would have probably stuck with my Studiopress theme&#8230;)</p>
<p><span id="more-3491"></span></p>
<h3>Tiny MCE Advanced Plugin</h3>
<p><a href="http://digitalapplejuice.com/wp-content/uploads/2010/01/19/wordpress-plugins-media-library/TinyMCE-Advanced.jpg"><img class="size-medium wp-image-3495 alignleft" title="TinyMCE-Advanced Options Screen" src="http://digitalapplejuice.com/wp-content/uploads/2010/01/19/wordpress-plugins-media-library/TinyMCE-Advanced-228x250.jpg" alt="" width="228" height="250" /></a></p>
<p><span class="pullquote"><a href="http://www.laptoptips.ca/projects/tinymce-advanced/" rel="nofollow"  target="_blank">This plugin</a> adds 16 plugins to TinyMCE, WordPress’ wysiwyg editor</span>- Advanced hr, Advanced Image, Advanced Link, Context Menu, Emotions (Smilies), Full Screen, IESpell, Layer, Media, Nonbreaking, Print, Search and Replace, Style, Table, Visual Characters and XHTML Extras- pluss allows you the flexibility of choosing the layout and options for the post editor tool bar. Another nice things about this plugin is that it can import all css classes or you can choose to add inline css classes (which comes in handy when you want to use other plugins like <a href="http://striderweb.com/nerdaphernalia/features/wp-javascript-pull-quotes/" rel="nofollow"  target="_blank">Javascript Pull Quotes</a>)</p>
<p><strong>-Click on any thumbnail to see a larger image-</strong></p>
<p>One of the drawbacks is the image library management. If you use the Tiny MCE image insert button- it asks for a url. This means that you would still have to use the native wordpress media upload functions. Dean&#8217;s FCK Editor could upload and organize your image files in appropriate folders- a great help when your blog is as image heavy as ours.Tiny MCE Advanced Plugin couldn&#8217;t match that function.**</p>
<p><a href="http://digitalapplejuice.com/wp-content/uploads/2010/01/19/wordpress-plugins-media-library/Edittinymce.png"><img class="size-medium wp-image-3496 alignleft" title="Edittinymce" src="http://digitalapplejuice.com/wp-content/uploads/2010/01/19/wordpress-plugins-media-library/Edittinymce-243x249.png" alt="" width="243" height="249" /></a></p>
<p><a href="http://digitalapplejuice.com/wp-content/uploads/2010/01/19/wordpress-plugins-media-library/pullquote.jpg"><img class="size-medium wp-image-3497 alignright" title="pullquote" src="http://digitalapplejuice.com/wp-content/uploads/2010/01/19/wordpress-plugins-media-library/pullquote-250x250.jpg" alt="" width="250" height="250" /></a></p>
<h3>Uploads Folder Plugin by Semilogic</h3>
<p>The problem of stuffing uploads folders with images and files in some orderly manner was solved by the <a href="http://www.semiologic.com/software/uploads-folder/" rel="nofollow"  target="_blank">Uploads Folder Plugin by Semilogic</a>. This plugin organizes your images in folders linked to the post name and publishing date. These folders are created automatically and will be recreated if you change the publishing date. If there are plugins which are squeamish with this new setup, I haven&#8217;t found them yet.</p>
<p><img class="size-full wp-image-3492 " title="Upload Folders - File Structure" src="http://digitalapplejuice.com/wp-content/uploads/2010/01/19/wordpress-plugins-media-library/filestructure.jpg" alt="" width="590" height="235" /></p>
<h3>Enable Media Replace plugin</h3>
<p style="text-align: left;">I think everyone who publishes articles with a lot of images and illustrations should consider the <a href="http://wordpress.org/extend/plugins/enable-media-replace/" rel="nofollow"  target="_blank">Enable Media Replace plugin</a>.  It is a great problem solver. In the event that you need to change an image in a post, or many posts that use a particular image, this plugin makes it possible to update the image without having to ftp an image with the same name in the right folder or uploading a new image and inserting it into the post.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-3499" title="edit-media" src="http://digitalapplejuice.com/wp-content/uploads/2010/01/19/wordpress-plugins-media-library/edit-media.jpg" alt="" width="590" height="590" /><img class="aligncenter size-full wp-image-3500" title="replace-media" src="http://digitalapplejuice.com/wp-content/uploads/2010/01/19/wordpress-plugins-media-library/replace-media.jpg" alt="" width="590" height="590" /></p>
<p>**If you are having any issues with TinyMCE adding br/ lines, see this <a href="http://www.rradvice.com/plugins/wordpress-extra-line-breaks-with-br-spacer_" rel="nofollow"  target="_blank">post</a>. If they still appear I suspect the culprit is the use of an image caption. Need a quick fix? Delete the image caption. To follow the discussion, <a href="http://www.laptoptips.ca/projects/tinymce-advanced/" rel="nofollow"  target="_blank">see comments here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalapplejuice.com/wordpress-plugins-media-library/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Jan. 18, 2010: Ping Services</title>
		<link>http://digitalapplejuice.com/jan-18-2010-ping-services/</link>
		<comments>http://digitalapplejuice.com/jan-18-2010-ping-services/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 16:41:21 +0000</pubDate>
		<dc:creator>madbadcat</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://digitalapplejuice.com/jan-18-2010-ping-services/</guid>
		<description><![CDATA[#ping #blogging #wordpressI was looking at a 112mg error log last week and i discovered that almost all of the errors were related to long gone ping services. I was googling to find the lastest ...]]></description>
			<content:encoded><![CDATA[<a href='http://digitalapplejuice.com/jan-18-2010-ping-services/' class='retweet '  target = '_blank' >#ping #blogging #wordpress</a><p>I was looking at a 112mg error log last week and i discovered that almost all of the errors were related to long gone ping services. I was googling to find the lastest working ping list.</p>
<p>It can be most frustrating trying to hunt down a list of current ping services. As of today, these are working.</p>
<p><span id="more-3494"></span></p>
<p><a href="http://api.moreover.com/RPC2" rel="nofollow" class="linkification-ext" title="Linkification: http://api.moreover.com/RPC2" >http://api.moreover.com/RPC2</a><br />
 <a href="http://blogsearch.google.com/ping/RPC2" rel="nofollow" class="linkification-ext" title="Linkification: http://blogsearch.google.com/ping/RPC2" >http://blogsearch.google.com/ping/RPC2</a><br />
 <a href="http://ping.weblogalot.com/rpc.php" rel="nofollow" class="linkification-ext" title="Linkification: http://ping.weblogalot.com/rpc.php" >http://ping.weblogalot.com/rpc.php</a><br />
 <a href="http://ping.feedburner.com" rel="nofollow" class="linkification-ext" title="Linkification: http://ping.feedburner.com" >http://ping.feedburner.com</a><br />
 <a href="http://ping.syndic8.com/xmlrpc.php" rel="nofollow" class="linkification-ext" title="Linkification: http://ping.syndic8.com/xmlrpc.php" >http://ping.syndic8.com/xmlrpc.php</a><br />
 <a href="http://rpc.pingomatic.com/" rel="nofollow" class="linkification-ext" title="Linkification: http://rpc.pingomatic.com/" >http://rpc.pingomatic.com/</a><br />
 <a href="http://rpc.weblogs.com/RPC2" rel="nofollow" class="linkification-ext" title="Linkification: http://rpc.weblogs.com/RPC2" >http://rpc.weblogs.com/RPC2</a><br />
 <a href="http://rpc.twingly.com/" rel="nofollow" class="linkification-ext" title="Linkification: http://rpc.twingly.com/" >http://rpc.twingly.com/</a><br />
 <a href="http://www.bloglines.com/ping" rel="nofollow" class="linkification-ext" title="Linkification: http://www.bloglines.com/ping" >http://www.bloglines.com/ping</a><br />
 <a href="http://www.wasalive.com/ping/" rel="nofollow" class="linkification-ext" title="Linkification: http://www.wasalive.com/ping/" >http://www.wasalive.com/ping/</a></p>
<p>Feel free to add to this list.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalapplejuice.com/jan-18-2010-ping-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Four Companies with Great Customer Service You Should Know About.</title>
		<link>http://digitalapplejuice.com/four-companies-great-customer-service-you-should-know-about/</link>
		<comments>http://digitalapplejuice.com/four-companies-great-customer-service-you-should-know-about/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 14:57:56 +0000</pubDate>
		<dc:creator>madbadcat</dc:creator>
				<category><![CDATA[Digital Lifestyles]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[alternatives to browsershots]]></category>
		<category><![CDATA[browser check]]></category>
		<category><![CDATA[web hosting suggestions]]></category>
		<category><![CDATA[wordpress magazine theme]]></category>

		<guid isPermaLink="false">http://digitalapplejuice.com/?p=3462</guid>
		<description><![CDATA[The new year introduced me to new vendors and reinforced my belief in 2 old ones: crossbrowsertesting.com,  browsershots.org, polurnet.com, and arthemis premium wordpress theme. This is a story of great customer service.

Arthemis Premium Wordpress Theme
Some ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-3465" title="4companies-300px" src="http://digitalapplejuice.com/wp-content/uploads/2010/01/14/four-companies-great-customer-service-you-should-know-about/4companies-300px-250x250.png" alt="4companies-300px" width="250" height="250" align="left" />The new year introduced me to new vendors and reinforced my belief in 2 old ones: <a href="http://crossbrowsertesting.com" rel="nofollow" >crossbrowsertesting.com</a>,  <a href="http://browsershots.org" rel="nofollow" >browsershots.org</a>, <a href="http://polurnet.com" rel="nofollow" >polurnet.com</a>, and <a href="http://colorlabsproject.com" rel="nofollow" >arthemis premium wordpress theme</a>. This is a story of great customer service.</p>
<p><span id="more-3462"></span></p>
<h2>Arthemis Premium Wordpress Theme</h2>
<p>Some time last fall, i decided that i wanted to change the DigitalAppleJuice theme to <a href="http://colorlabsproject.com" rel="nofollow" >Arthemis Premium wp theme by Colorlabs Project</a>. I am still a huge fan of the <a href="http://www.StudioPress.com" rel="nofollow" >Revolution- Studiopress themes</a>- all my client themes are based on them including all previous Digitalapplejuice themes. for my clients, i have incorporated an auto thumbnailer code i culled from the web. that autothumbnailer code would not work for digitalapplejuice since we have been using dean&#8217;s fck editor plugin- bypassing the built-in wordpress image handler. The process of posting a new article used to be every story has to have an &#8220;articleimg&#8221; custom field containing the url of the 250&#215;250px image and a &#8220;Thumbnail&#8221; custom field. I had heard wonderful things about the latest <a href="http://code.google.com/p/timthumb/" rel="nofollow" >timthumb thumbnailer code</a> which has recently been incorporated into a number of Studiopress themes &#8211; Agent and Magazine to name two. a recent install of the agent theme made me realize that i would be trading in 2 custom filed headaches for another one so i began looking for other themes with autothumbnailing capabilities when i ran across the Arthemis Premium wp theme.</p>
<p>The Arthemis&#8217; top featured story section is an impressive alternative to the Featured Content Gallery slideshow  plugin incorporated in the Studiopress themes. The only real question for em was whether the integration of the timthumb code would make the Arthemis theme a viable choice for us. After I found a huge discount offer for the Arthemis Premium last fall,  I decide to make the purchase knowing that, if it didn&#8217;t work for DigitalAppleJuice,  I could at the very least use it on a client&#8217;s site and re-coup my investment. Then I got booked on 4 projects back to back and testing Arthemis on DigitalAppleJuice was quickly forgotten.  Months later, right after Xmas, I decided to tackle the Arthemis Theme tweaks and install when I realized I had no idea where I had placed the Arthemis Premium Theme zip. I emailed the designer and within hours had a response. I was very happy to find that the Arthemis Premium Theme  was able to render thumbnails and preview images from the first image within a post with very few exceptions. The choice was made.</p>
<h3>My quick list of tweaks:</h3>
<ol>
<li><span style="text-decoration: line-through;">Ad Column: 125px ad bar to the right of the main body &#8211; normally an easy tweak: 2 additional DIVs and 6 lines in the style sheet.</span> Add a thumbnail for the latest tao and desktop theatre</li>
<li><span style="text-decoration: line-through;">Author&#8217;s Page: change code author img</span></li>
<li>Change coding from Adsense to Adbrite.</li>
<li><span style="text-decoration: line-through;">SIngle.php:  widening of the single post to 600px so i wouldn&#8217;t have to resize every image in 700+ posts archive. Add tags, add link to author&#8217;s profile.</span></li>
<li><span style="text-decoration: line-through;">Footer.php: replacing the video in the footer gallery with the latest panel of The Tao Of IT Al, resized to fit</span></li>
</ol>
<h2>time to check the browsers</h2>
<p>i have learned so much about CSS in the last year or so, embracing the doubling of margins in certain IE circumstances and tricking DIVs to expand without content. Even so, browser checks are a must.  Way back in 2008 before I knew anything,<a href="http://digitalapplejuice.com/web-standards-a-new-oxymoron/"> I wrote about the consequences of a non-conforming web and suggested Browsershots.org and NetRenderer as solid resources.</a><a href="http://digitalapplejuice.com/web-standards-a-new-oxymoron/"class="linkification-ext" title="Linkification: http://digitalapplejuice.com/web-standards-a-new-oxymoron/" > </a> I have been using Browsershots regularly these last 18 months &#8211; even signing up for priority service when booked on more than one job a month. So it was only natural that when it came time to check the Arthemis Premium tweaks I should turn to my old standby- Browsershots.org. I spent two days trying to get screenshots for IE 6, 7, 8 on any Windows platform with no joy. I thought I would have better luck if I signed up for priority service (at $29.95/month). Still no joy. I emailed Jack Zhao from Browsershots to ask if there was a problem with the renderers.</p>
<p>In the meantime, knowing that at any time one of my bids could turn into a solid job with a deadline, I googled for an alternative. I found Crossbrowsertesting.com I signed up for Crossbrowsertesting almost immediately as it  looked very attractive at $19.95/month with a 7 day trial. As luck would have it, the system was resistant to my  screenshot requests &#8211; implying that i would have to provide a url ending with .html. If .html extensions were required for an URL, then this service would incompatible for any wordpress sites (which are the bulk of my gigs). I cancelled my account and contacted crossbrowsertesting&#8217;s support to confirm that this was the case. I received a response from not one but two people- tom and kenneth- within hours.</p>
<h2>The Polurnet Blacklist</h2>
<p>In a flurry of emails  and checks and tests we determine that the Crossbrowsertesting.com and Browsershots.org  server IPs were blacklisted. Polurnet&#8217;s tech support kindly volunteered to remove them from the blacklisted. This was easy enough when it came to Crossbrowsertesting.com but Browsershots.org was unable to provide me with IP addresses since it has more than 100 factories around the world (most in US and Europe) taking screenshots which are then uploaded to a central server. They suggested we change webhost.</p>
<p>My issues with Browsershots were isolated to the Windoze IE renderers but I wasn&#8217;t going to push the point. I don&#8217;t know how and why these particular screenshot factories ended up on Polurnet&#8217;s blacklist. It could have been just a security response triggered by the number of screenshots I requested in such a short time, but I was NOT going to change webhosts.</p>
<p>Polurnet has set the webhost standard for me,  especially since not a single one of my clients hosted on Polurnet was hacked during the great wordpress 2.7 hacking season of 2008. All my clients hosted on Hostgator were infiltrated.</p>
<p>I decided to stick with Polurnet and asked for a refund from Browsershots. It was done immediately. No question asked. Thanks Mr. Zhao.</p>
<h2>Customer Service In A Nutshell</h2>
<h3>crossbrowsertesting.com</h3>
<ul>
<li>immediate response from support; answered questions quickly, took an honest appraisal of the situation and proposed ideas &amp; solutions</li>
<li>during discussion of my problem, offered to extend free trial due to issues and offered a refund in the event i was unable to cancel service in time</li>
</ul>
<h3>browsershots.org</h3>
<ul>
<li>quick response to support request</li>
<li>refunded fees without argument</li>
</ul>
<h3>polurnet.com</h3>
<ul>
<li>I love these guys. I could go on and on about what great service Polurnet provides</li>
<li>quick response to any email request for support</li>
<li>i have yet had an instance where they told me &#8220;not our problem&#8221; as so many other web hosts have been known to do.</li>
<li>not a single one of my clients have been hacked</li>
</ul>
<h3>arthemis wordpress theme</h3>
<ul>
<li>their integration of timthumb code meant that i didn&#8217;t have to do anything to get most of the thumbnails for our articles to work.</li>
<li>customer service is responsive and the theme is well documented and the forum is available for additional questions.</li>
</ul>
<blockquote><p><span style="font-size: 9px;"><em>Disclaimer: Madbadcat and DigitalAppleJuice are in no way associated with Colorlabs Projects, Crossbrowsertesting.com or Browsershots.org, nor have we received consideration for this review. Madbadcat and DigitalAppleJuice are proud to be part of Polurnet&#8217;s affiliate marketing program and standby our endorsement of Polurnet.</em></span></p>
</blockquote>
<h2>UPDATE:</h2>
<p>I received this note from Polurnet Tech Support offering a solution to issues described in this article:</p>
<p style="padding-left: 30px;"><em>&#8220;By the way, if you needed us to disable the firewall temporarily while you process your screenshots, that&#8217;s fine. Also, while Browsershots don&#8217;t need to provide the exact IP addresses they use, if they can tell us a range, we can whitelist it as well.</em></p>
<p style="padding-left: 30px;"><em> Hope that helps</em></p>
<p style="padding-left: 30px;"><em> Regards,<br />
 Administrative Representative<br />
 PolurNET Communications&#8221;</em></p>
<p>And that is why I love these guys.</p>
<blockquote><p><span style="font-size: 9px;"><em><br />
 </em></span></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://digitalapplejuice.com/four-companies-great-customer-service-you-should-know-about/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tablet Draw By MooSoftware.com</title>
		<link>http://digitalapplejuice.com/tablet-draw-by-moosoftware/</link>
		<comments>http://digitalapplejuice.com/tablet-draw-by-moosoftware/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 17:02:43 +0000</pubDate>
		<dc:creator>Dr. Michael N. Roach</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[draw]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[moosoftware]]></category>
		<category><![CDATA[pressure-sensitive]]></category>
		<category><![CDATA[Sketch]]></category>
		<category><![CDATA[tabletdraw]]></category>

		<guid isPermaLink="false">http://digitalapplejuice.com/?p=3347</guid>
		<description><![CDATA[

I just found a Shareware program that had me reaching for my credit card within fifteen minutes of first downloading it to try out. From mooSoftware.com is TABLETDRAW® a simple drawing program that uses the ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="border: 0pt none; width: 197px; height: 195px;" src="http://digitalapplejuice.com/wp-content/uploads/image/tabletdraw/7f77ffc0.jpg" border="0" alt="" width="295" height="293" /></p>
<p><span id="more-3347"></span></p>
<p>I just found a Shareware program that had me reaching for my credit card within fifteen minutes of first downloading it to try out. From <a href="http://mooSoftware.com" rel="nofollow" >mooSoftware.com</a> is TABLETDRAW® a simple drawing program that uses the pressure sensitivity of the various Wacom tablets to allow you to draw freely. It&#8217;s a sketching and drawing program with the look of pencil, pen, or felt marker. It runs on Intel-based or PowerPC Macs and requires Mac OS X version 10.4 or later. Sorry, PC users, this one is Mac only.</p>
<p>What makes it different than some other pressure-sensitive drawing programs is</p>
<ol>
<li>cost—it&#8217;s only $35.00 US</li>
<li>given most modern computers, it will have no trouble staying up with the freely-drawn variations in curving lines.</li>
</ol>
<p>The MENU BAR has most of the things that you would normally expect, but there are a couple that should be noted. Under the FILE MENU is an EXPORT FOR PHOTOSHOP function that exports an image as a .psd file. Under the MODE menu the increase and decrease pen size do not require a modifier key and are simply &#8220;[ "(decrease) and "]&#8221; (increase). The VIEW menu allows you to access a COLOR PICKER to pick intermediate colors rather than simply BLACK, RED, BLUE and YELLOW, and the HELP menu has the SHOW KEYS function that brings up a complete listing of the key combinations available. I include the SHOW KEYS listing further along in the tutorial.</p>
<p><img src="http://digitalapplejuice.com/wp-content/uploads/image/tabletdraw/m26d51358.jpg" border="0" alt="" width="600" height="428" /></p>
<p>&#8220;Finally, a drawing program for artists,&#8221; that&#8217;s what mooSoftware calls their program. Here&#8217;s the TOOLBAR outlined in red below. The first row has the pencil tool that allows you to select a Pencil, Pen, or Marker from the TOOL PRESETS column. New is the Eraser which allows selection of the Small Soft Eraser or Big Firm Eraser.</p>
<p>The second row gives us a Lasso to select a portion of an image, and next to it is the Move tool that allows you to move the selection.</p>
<p>The tird row gives us a Marquee Rectangle or Oval to select an area in an image, and there&#8217;s also a Hand tool that, like in ADOBE PHOTOSHOP® allows us to move the whole image within its frame.</p>
<p>Last row is a bit different in zooming in and out of an image. Select the mangifying glass and then while holding shift and spacebar use your pen and draw a line upward on your image. This will zoom in an image view. Holding the shift and spacebar and drawing the line downward will zoom out the image view. Finally, that circle with the arrows allows you to rotate the image to allow you to work on the image as though it were a sheet of paper that you rotated to allow your pen to make strokes that are natural to your hand.</p>
<p><img src="http://digitalapplejuice.com/wp-content/uploads/image/tabletdraw/m52adff1f.jpg" border="0" alt="" width="600" height="315" /></p>
<p>I&#8217;ll insert all the keyboard shortcuts here to get you thinking about your shortcut keys.</p>
<p><img src="http://digitalapplejuice.com/wp-content/uploads/image/tabletdraw/4f93ce5.jpg" border="0" alt="" width="600" height="574" /></p>
<p>If you are drawing a freehand image then the screen size can be chosen beforehand and is a matter of choice. Obviously, if you are opening another image it will determine the screen size because the image will try to open at the native size of the image which may be much too large for the computer screen and it may be necessary to zoom out on the image to bring the size down to a workable view. I&#8217;ll explain how to zoom a bit later.</p>
<p><img src="http://digitalapplejuice.com/wp-content/uploads/image/tabletdraw/23768496.jpg" border="0" alt="" width="600" height="315" /></p>
<p>If you are drawing a feehand image the height and width of your image can be set in Inches…</p>
<p><img src="http://digitalapplejuice.com/wp-content/uploads/image/tabletdraw/6a5c6e6e.jpg" border="0" alt="" width="600" height="315" /></p>
<p>…or Centimeters, Millimeters, Picas, or Points.</p>
<p><img src="http://digitalapplejuice.com/wp-content/uploads/image/tabletdraw/m1b21764d.jpg" border="0" alt="" width="600" height="315" /></p>
<p>The tool presets give us a PENCIL (very light in tone) a THIN BLACK LINE or a THICK BLACK LINE or the effect of a MARKER. Remember changing the size of the selected tool is simply a matter of using the &#8220;["and "] &#8220;keys for decreasing on increasing the tool size by 1 pixel. Adding the shift key decreases or increases by 5 pixels.</p>
<p>BLACK is the default color of the PEN tools while the MARKER can be BLUE, RED, or YELLOW. The ERASERS can be decreased or enlarged in size as well. If BLACK is not your choice to draw with, go to the VIEW MENU of TABLETDRAW® and choose COLOR PICKER; it will appear above your working image and will allow you to point and click on a new color choice.</p>
<p><img src="http://digitalapplejuice.com/wp-content/uploads/image/tabletdraw/c5d074a.jpg" border="0" alt="" width="600" height="315" /></p>
<p>Notice that in the TOOL PRESETS that there is a small arrow to the left of each tool. If you check that arrow you will find that there is an adjustment set that allows you to adjust the minimum and maximum size of the tool, the color of the tool, opaciy and an ink mode.</p>
<p><img src="http://digitalapplejuice.com/wp-content/uploads/image/tabletdraw/31f8d954.jpg" border="0" alt="" width="552" height="904" /></p>
<p>The LAYERS menu can create an infinite number of LAYERS which can be manipulated in all the customary forms for anyone familiar with ADOBE PHOTOSHOP®. NEW layer, COPY, MERGE, FLATTEN and DELETE are possible…</p>
<p><img src="http://digitalapplejuice.com/wp-content/uploads/image/tabletdraw/1b9e2ae9.jpg" border="0" alt="" width="600" height="315" /></p>
<p>…and the LAYER BLEND MODE allows BLEND MODES similar to other programs which use LAYERS.</p>
<p><img src="http://digitalapplejuice.com/wp-content/uploads/image/tabletdraw/m7407306f.jpg" border="0" alt="" width="300" height="570" /></p>
<p>Here&#8217;s a picture of myself sitting in a coffee shop. This image was made with the camera in my 17&#8243; MacBook Pro notebook computer. Let&#8217;s take it through the drawing process so we can get a look at the way the tools work in TABLETDRAW®. Remember, we have a WACOM® TABLET attached to our computer.</p>
<p><img src="http://digitalapplejuice.com/wp-content/uploads/image/tabletdraw/5b5233c5.jpg" border="0" alt="" width="600" height="450" /></p>
<p>Here&#8217;s the same image processed with Akvis SKETCH®. Remember Akvis SKETCH®? I wrote a review and brief tutorial for it only a few weeks ago. For my purposes there is too much background visible in the image and the lines tend to be the same in weight in too many places. There is not enough variety to the lines to give the image the kind of &#8220;life&#8221; that is commonly associated with a hand-drawn image. But, it&#8217;s somewhere we can start.</p>
<p><img src="http://digitalapplejuice.com/wp-content/uploads/image/tabletdraw/m3b7ab3fb.jpg" border="0" alt="" hspace="6" width="600" height="448" />In the image below, which I have opened in mooSoftware&#8217;s TABLETDRAW® I have begun to erase the background with the BIG FIRM ERASER chosen from TABLETDRAW®&#8217;S tool presets.</p>
<p><img src="http://digitalapplejuice.com/wp-content/uploads/image/tabletdraw/m4b31bfcc.jpg" border="0" alt="" width="600" height="450" /></p>
<p>Now I continue to erase the background of the image. Like a real eraser, the BIG FIRM ERASER does not erase everthing in one pass; it takes several passes to erase the majority of the background, and we don&#8217;t have all of it yet. We&#8217;ll get all the rest as we clean up later. Right now, we&#8217;ll just lighten up the overall background so we can concentrate on my head and shoulders.</p>
<p><img src="http://digitalapplejuice.com/wp-content/uploads/image/tabletdraw/m1cc0c1bb.jpg" border="0" alt="" width="600" height="449" /></p>
<p>OK, I didn&#8217;t quite stop erasing above; I decided to remove the figure who was behind my shoulder on the right.</p>
<p><img src="http://digitalapplejuice.com/wp-content/uploads/image/tabletdraw/d859abc.jpg" border="0" alt="" width="600" height="448" /></p>
<p>Now I&#8217;ve added a blank layer above the image and selected the MEDIUM BLACK PEN from the tool presets and using the presure-sensitive quality of my pen with my WACOM® tablet, I have begun to draw on the blank layer on top of the image, and by varying the pressure with which I push down with the pen I begin to try to add character to the lines that represent the most dynamic parts of the image.</p>
<p><img src="http://digitalapplejuice.com/wp-content/uploads/image/tabletdraw/14824958.jpg" border="0" alt="" width="600" height="453" /></p>
<p>Now I start to pick out the most important parts of the image that I want to emphasize. I&#8217;m trying to find parts of the image that represent stresses in the fabric of the shirt and vest and places that represent bumps and creases in my skull, mouth, neck and ears. The glasses get some work as well.</p>
<p><img src="http://digitalapplejuice.com/wp-content/uploads/image/tabletdraw/m1a42159b.jpg" border="0" alt="" width="600" height="450" /></p>
<p>More bumps and creases in the skull follow; and then some defining of the beard line. Finally a touch or two in the shirt will give it a bit more form.</p>
<p><img src="http://digitalapplejuice.com/wp-content/uploads/image/tabletdraw/m74b51d89.jpg" border="0" alt="" width="600" height="451" /></p>
<p>Look closely at the diagonal strokes done in the beard using the light touch and pressure sensitivity of the WACOM® pen.; there are a few strokes on the neck and in the shirt collar starting to show up now. We&#8217;re closed to finished; there are only a few more things to do.</p>
<p><img src="http://digitalapplejuice.com/wp-content/uploads/image/tabletdraw/4390847.jpg" border="0" alt="" width="600" height="450" /></p>
<p>To finish up our transition from a stylized and somewhat artificial shetch-looking image to something closer to a hand-drawn one, I went back with a smaller eraser&#8211;the SMALL SOFT ERASER from the tool presets&#8211;and lightened places in the vest and shirt on the lower layer, and I also finished erasing the background. I had to lighten the area seen through the eyeglasses on the left where the background had produced a dark area, and a few diagonal swipes were made through the face and beard to increase the hand-drawn look. Oh, and I lightened the bump in the top of the skull.</p>
<p><img src="http://digitalapplejuice.com/wp-content/uploads/image/tabletdraw/m73042685.jpg" border="0" alt="" width="600" height="450" /></p>
<p>If desired there are still two things I could have done. One, would have been to &#8220;turn off&#8221; or make invisible the original image. REMEMBER, we are working with two layers at the moment. Turning off the original image layer would have left a black-lined image with very little of the gray tones showing through. That was not what I wanted, but it could have been done. Secondly, I can export this image to ADOBE PHOTOSHOP® if I wanted to. That is an option that can be selected from the FILE MENU in TABLETDRAW)r). I haven&#8217;t chosen to do that either, so we&#8217;ll simply stop here with a drawing that looks much more hand-drawn and natural than we had where we started. You can&#8217;t do this with a mouse; only with the pressure-sensitivity of a pen and tablet can you achieve this effect.</p>
<p>Granted, you could have done this same effect using the LAYERS in ADOBE PHOTOSHOP® with a pressure-sensitive WACOM® TABLET and PEN.</p>
<p>But, and here&#8217;s the &#8220;Big But…&#8221;.TABLETDRAW® only cost $35.00 US and ADOBE PHOTOSHOP® costs hundreds. Take a look at mooSoftware.com and download the trial version; it works completely correctly except LAYERS are limited to two instead of unlimited, and undo&#8217;s are limited to five instead of unlimited.</p>
<p>How&#8217;s that for a chance to see what you could do with it? I could have done this image with the trial version, but at $35.00 Shareware, it is too good to pass up, so in the interest of the new Federal Regulations about disclosure I BOUGHT IT for myself; so go try it out for yourself; I suspect you&#8217;ll have to buy yourself a copy.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalapplejuice.com/tablet-draw-by-moosoftware/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LiteIcon by FreeMacSoftware: Pimp My Folders!</title>
		<link>http://digitalapplejuice.com/liteicon-free-mac-softwar/</link>
		<comments>http://digitalapplejuice.com/liteicon-free-mac-softwar/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 12:46:13 +0000</pubDate>
		<dc:creator>madbadcat</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[candybar]]></category>
		<category><![CDATA[change icon]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[freemacsoft]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[liteicon]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Tiger]]></category>

		<guid isPermaLink="false">http://digitalapplejuice.com/?p=3337</guid>
		<description><![CDATA[LiteIcon by FreeMacSoftaware.net, is an easy-to-use app to change the system folders. Did I mention its free?

I wouldn&#8217;t normally go for pimping my desktop but I happen to be reading DesignSponge&#8217;s Blog and found a ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://digitalapplejuice.com/wp-content/uploads/image/liteicon/liteicon-250.jpg" alt="" width="250" height="250" /><a href="http://www.freemacsoft.net/LiteIcon/" rel="nofollow"  target="_blank"><strong>LiteIcon by FreeMacSoftaware.net</strong></a>, is an easy-to-use app to change the system folders. Did I mention its free?</p>
<p><span id="more-3337"></span></p>
<p>I wouldn&#8217;t normally go for pimping my desktop but I happen to be reading <a href="http://www.designspongeonline.com/dswallpapers" rel="nofollow"  target="_blank"><strong>DesignSponge&#8217;s Blog and found a desktop wallpaper</strong></a> I couldn&#8217;t live without.</p>
<p>The problem is that my desktop folders blend into the background now and, even after changing the label colors on the folders, its still all a little too much. Trying to find anything in any app using the <strong>Open&gt;</strong> window would just make the use of label colors maddening. Not the right answer.</p>
<p><a href="http://digitalapplejuice.com/wp-content/uploads/2009/11/09/liteicon-free-mac-softwar/Desktop.jpg"><img class="aligncenter size-large wp-image-3338" title="Desktop" src="http://digitalapplejuice.com/wp-content/uploads/2009/11/09/liteicon-free-mac-softwar/Desktop-600x354.jpg" alt="Desktop" width="600" height="354" /></a></p>
<p>There are <a href="http://www.hongkiat.com/blog/how-to-change-mac-os-x-leopard-icons/" rel="nofollow"  target="_blank">clear and concise instructions online for changing folder icons</a> but I wanted to change the system icons so that, by default, my folders would be some eye catching color.</p>
<p>The <a href="http://www.freemacsoft.net/download.php?file=liteicon1.3.1" rel="nofollow"  target="_blank">12 mg DMG for LIteIcon is available for download onFreeMacSoftware&#8217;s website</a>. The installation is a very straight-forward drag-and-drop and the interface is self-explanatory. (See imgs in slideshow)</p>
<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="540" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="src" value="http://digitalapplejuice.com/wp-content/uploads/flash/lite-icon.swf" /><embed type="application/x-shockwave-flash" width="600" height="540" src="http://digitalapplejuice.com/wp-content/uploads/flash/lite-icon.swf" quality="high"></embed></object>
</p>
<p>The process is really too simple to explain. Just drag and drop. I happen to download icns files from the Icon Archive but I assume that pngs will work as well.</p>
<p>It took some experimenting before I figured out which folder to change. Thank goodness it is so easy to revert to the mac system default. So easy , in fact, that i can experiment with various choices without REALLY wasting too much time&#8230;.</p>
<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="540" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="src" value="http://digitalapplejuice.com/wp-content/uploads/flash/drag-n-drop.swf" /><embed type="application/x-shockwave-flash" width="600" height="540" src="http://digitalapplejuice.com/wp-content/uploads/flash/drag-n-drop.swf" quality="high"></embed></object>
</p>
<p>My final choices:</p>
<p><img src="http://digitalapplejuice.com/wp-content/uploads/image/finalchoice.jpg" alt="" width="600" height="424" /></p>
<p><br class="spacer_" /></p>
<p>Some resources for cool folder icons:</p>
<p><a href="http://www.apple.com/downloads/macosx/icons_screensavers/" rel="nofollow"  target="_blank">Apple&#8217;s Icon and Screensavers Downloads</a></p>
<p><a href="http://www.iconarchive.com/category/folder-icons.html" rel="nofollow"  target="_blank">Icon Archives</a></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalapplejuice.com/liteicon-free-mac-softwar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Review: Acorn 2.0 by Flying Meat</title>
		<link>http://digitalapplejuice.com/review-acorn-2-flying-meat/</link>
		<comments>http://digitalapplejuice.com/review-acorn-2-flying-meat/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 12:01:20 +0000</pubDate>
		<dc:creator>Dr. Michael N. Roach</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Workflow]]></category>
		<category><![CDATA[image  editing]]></category>
		<category><![CDATA[keystroke shortcuts]]></category>
		<category><![CDATA[screen capture]]></category>
		<category><![CDATA[screen gra]]></category>

		<guid isPermaLink="false">http://digitalapplejuice.com/?p=3308</guid>
		<description><![CDATA[Gus Mueller, the guiding light behind FlyingMeat.com and the newly released version 2.0 of Acorn calls his software &#34;The image editor for humans&#34; and it truly is a moderately priced image editor at US $49.95 ...]]></description>
			<content:encoded><![CDATA[<p><img width="250" height="250" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/acorn-250.jpg" />Gus Mueller, the guiding light behind FlyingMeat.com and the newly released version 2.0 of Acorn calls his software &quot;The image editor for humans&quot; and it truly is a moderately priced image editor at US $49.95 with an upgrade from version 1.0 at US $19.95. At 7.8 megabytes in the compressed zip download form, it only takes a brief time to reach your computer. Acorn is a Macintosh only (Snow Leopard OS X 10.6 and later) software this is truly an image editor that is easy to use and powerful in implementation.</p>
<p><span id="more-3308"></span></p>
<p>But I am going to rave about Acorn&#8217;s ability to serve in preparing lessons or tutorials from it&#8217;s screen capture abilities as well as its serving as a image editor. As a workshop instructor I often get asked two questions: &quot;What is an INEXPENSIVE image editing program?&quot; and &quot;How did you prepare the tutorials that are on the workshop tutorial CD&#8217;s that you hand out?&quot; I&#8217;ve been using Acorn in its 1.0 version pretty much since it appeared; and having the new additons to the application has made it a really good bargain as an image editor and made it even more useful to do tutorials. The only thing that it can&#8217;t do (so far) that I would like it to do is allow me to draw an arrow to point to something.</p>
<p>I&#8217;ve extracted a bit of the data off the FlyingMeat.com website (<a href="http://www.flyingmeat.com/" rel="nofollow" >http://www.flyingmeat.com</a>) for a quick look here and I encourage you to go to the website and download the two week trial version of Acorn and see for yourself how useful it can be.</p>
<p align="left">Some Highlights of Acorn&#8217;s capabilities:</p>
<ul>
<li>Layers and Blending Modes allows for easy placement of text</li>
<li>Brushes that let&#8217;s &quot;you draw, scribble and sketch right on your image&quot;</li>
<li>A great selection of filters and the additon of vector shapes makes this app a robust image editor as well as  great screen grab software.</li>
<li>Magic wand and other selection tools</li>
<li>Web export</li>
<li>Python-based plugibn architecture</li>
</ul>
<p align="CENTER">&nbsp;</p>
<p>New in Acorn 2.0 according to their website:</p>
<ul>
<li>Improved Screenshots     You&#8217;ve now got a new preference to have every window on its own layer when making a screenshot.</li>
<li>Rulers     Bring up rulers for your image.</li>
<li>Raw Image Import     Open up your Raw images and adjust exposure, temperature, tint, and more.</li>
<li>64 Bit Support     Acorn is ready for the future.</li>
<li>New Dodge, Burn, Clone, and Smudge tools     Some important photo retouching tools have been added to Acorn.</li>
<li>Layer Groups     Organize your layers into hierarchical groups.</li>
<li>Perspective Transform     A new Perspective Transform tool, along with much improved Transform and Crop tools.</li>
<li>Render Clouds Filter     Render Clouds has long been a staple in the designer&#8217;s toolbox, a great starting place for textures.</li>
<li>JSTalk Support     Script Acorn using JavaScript, by way of JSTalk.     * New UI and Performance Improvements     It&#8217;s faster, and it looks better to boot.</li>
<li><strong>Use for Free     After the trial period is up. </strong>Acorn will disable some advanced features, but you can keep on using it anyway. Find out more.</li>
<li>And Plenty More!     <a href="http://www.flyingmeat.com/acorn/releasenotes.html" rel="nofollow"  target="_blank">Check out the release notes for all the details. </a></li>
</ul>
<p align="CENTER">&nbsp;</p>
<p>Let&#8217;s activate Acorn and see what will open the first time.</p>
<p>If you have not previously told Acorn NOT to give you a splash screen, it will ask you whether you want a NEW IMAGE, OPEN IMAGE, or ONLINE HELP AND DOCS? Almost as important, it will remind you that Acorn can take screen shots. This is kind of hiding on the page and, of course, is really only useful if you intend to do some tutorial preparation.</p>
<p align="CENTER"><img width="600" height="330" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_m79777549.jpg" name="graphics3" /></p>
<p>PREFERENCES will tell you that CMD&gt;Shift&gt;6 is the default key combination to take screen shots; but more importantly check USE LAYERS WHEN TAKING SCREEN SHOTS and you will find that every element on the screen will be on a separate layer which can be turned off to hide it and thus eliminates the necessity of retouching much of the page as you are working on a tutorial or shot where you desire to give instruction.</p>
<p>Even more exciting is the fact that Acorn does not have to be foremost in order to activate the screen shot function.  Just have it open and sitting in the background while you work in another program if that is your choice. Take a screen shot via <strong>CMD&gt;Shift&gt;6</strong> and the screen shot will automatically appear and bring Acorn to the foreground at the same time.  This will work no matter what application you happen to have on top when you use the screen shot command. Selecting the screen shot brings it to the front and makes Acorn&#8217;s tools available at that point. If they don&#8217;t appear, then go to WINDOW to make them visible.</p>
<p align="CENTER"><img width="600" height="382" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_m1139f8db.jpg" name="graphics4" /></p>
<p>Here&#8217;s a screen grab of the monitor. If you look closely you realize that Photoshop CS4 is open and Acorn (now active) shows us the multitude of layers that comprise the desktop and Photoshop and the image being worked on and the Photoshop toolbars (hidden under the Acorn tools).</p>
<p align="CENTER"><img width="600" height="375" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_m3d73e63c.jpg" name="graphics5" /></p>
<table width="646" cellspacing="10" cellpadding="0" border="0">
<tbody>
<tr>
<td width="103" colspan="2"><img width="331" height="583" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_335b8167.jpg" name="graphics6" />.</td>
<td width="268" valign="top">Here&#8217;s a layer breakdown of everything visible on the desktop with each item saved to its own separate layer.  This way you can turn off all system readouts you have added to the top of your computer (battery, monitors, time machine, clock, airport, Growl, etc.) and isolate any single item on the monitor screen while preparing a tutorial</td>
</tr>
<tr>
<td width="235"><img width="235" height="382" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_8664e28.jpg" name="Picture 3" /></td>
<td valign="top" colspan="2">Moving on to the working part of Acorn and examining the menus we can see that the menus available will remind you of most image editors, but you may have to hunt for a few things that occur in menus positions that are not quite what you expect. Note the key commands.</td>
</tr>
<tr>
<td><img width="233" height="313" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_75ac3277.jpg" name="Picture 4" /></td>
<td valign="top" colspan="2">The EDIT menu is quite normal in appearance. Note the key commands.</td>
</tr>
<tr>
<td><img width="201" height="275" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_m574d56b5.jpg" name="Picture 5" /></td>
<td valign="top" colspan="2">The VIEW menu has the ability to zoom in and out and show rulers and full screen in a conventional manner; however, you may also increase and decrease the brush size as well as Select, Reset, and Swap colors.  The TOOL menu (see below). Note the key commands.</td>
</tr>
<tr>
<td colspan="2"><img width="346" height="553" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_4641dd83.jpg" name="graphics7" /></td>
<td valign="top">The tool menu allows you to directly select the tools that can be otherwise selected from the toolbox.  Learning the key commands from this menu will measurably speed up the artists&#8217; workflow. Note the key commands.</td>
</tr>
<tr>
<td><img width="226" height="282" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_433ba438.jpg" name="Picture 6" /></td>
<td valign="top" colspan="2">The IMAGE menu is standard except there is the direct ability to get an image from the Apple iSight camera without the necessity of returning to the desktop to do so.  Note the key commands.</td>
</tr>
</tbody>
</table>
<p>LAYERS menus gives you more key commands that speed up operations, though some items such as New Shape Layer and New Group Layer can only be accessed from this menu or the bottom of the Layers palette. Most of this palette can be considered conventional  to someone comfortable with the usual image editors.</p>
<table width="590" cellspacing="10" cellpadding="0" border="0">
<tbody>
<tr>
<td width="88" colspan="2"><img width="308" height="327" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_445c74fd.jpg" name="Picture 8" /></td>
<td width="126" valign="top">One of the coolest filters was the last one in the list with NEW IMAGE WITH CURVED DROP SHADOW. This produced the effect of a slightly curling image rising on either end on a flat table and casting a slight shadow. This effect is very subtle but seems to add a very faint white space around the image along with the slightest suggestion of a shadow.</td>
</tr>
<tr>
<td width="336"><img width="263" height="175" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_m4e1d9d21.jpg" name="Picture 9" /></td>
<td valign="top" colspan="2">The SELECT menu has the expected items but it also contains the important Inverse and Feather functions. These functions will be available any time an area of an image has been selected with one of the selection tools. Note the key commands.</td>
</tr>
<tr>
<td><img width="193" height="234" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_m3619c220.jpg" name="Picture 10" /></td>
<td valign="top" colspan="2">The WINDOW menu gives us access to Tools, Colors, Fonts, and the Brush Designer. Note the key commands (OK, I won&#8217;t mention Key Commands again).</td>
</tr>
<tr>
<td colspan="3"><img width="353" height="154" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_m5edc60bb.jpg" name="Picture 11" /></td>
</tr>
<tr>
<td colspan="3">The HELP menu does not require that you be on line in order to access many of the topics.  Typing a phrase or question in the Search window accesses online help almost as fast as you can type.  Typing a word such as &quot;transform&quot; will open a window with several related words or topics.  Choosing one of them will open another window with a floating arrow pointing to the particular tool.</td>
</tr>
<tr>
<td><img width="333" height="383" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_m3aa397ac.jpg" name="Picture 12" /></td>
<td valign="top" colspan="2">Looking at the TOOLS menu we can begin with the move tool which allows us to move any selected item including text.</td>
</tr>
<tr>
<td><img width="330" height="382" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_m25709ebc.jpg" name="Picture 13" /></td>
<td valign="top" colspan="2">As you would expect, the magnifying glass signifies the ZOOM tool. It defaults into magnify and selecting the OPTION key shifts the zoom from &quot;+&quot; to &quot;-&quot; and makes the image smaller. I, personally, like the message that a space is intentionally left blank; this keeps me from wondering if there is something that I am missing at this point.</td>
</tr>
<tr>
<td><img width="332" height="384" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_m35848ab6.jpg" name="Picture 14" /></td>
<td valign="top" colspan="2">The CROP tool allows you to select a part of the image to be saved with the external parts to be lost after double-clicking on the selected portion of the image.</td>
</tr>
<tr>
<td><img width="334" height="386" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_183f256d.jpg" name="Picture 15" /></td>
<td valign="top" colspan="2">The PAN tool is the equilivant of the hand tool in Adobe Photoshop where you can shift up/down/left/right on the image when it is too large to be wholly visible on the monitor screen.</td>
</tr>
<tr>
<td><img width="332" height="384" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_m2d8eab8c.jpg" name="Picture 16" /></td>
<td valign="top" colspan="2">Selecting the BRUSH/PENCIL tool drops you into the DRAW mode and gives access to various sizes and opacities of brush and pencil lines.  These are readily adjustable and as Bit-Maps they can have Anti-alias edges and be controlled by tablet pressure if you are using a Wacom or other pressure sensitive tablet.</td>
</tr>
<tr>
<td><img width="331" height="381" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_2894cd94.jpg" name="Picture 17" /></td>
<td valign="top" colspan="2">The SELECT menu can define rectangular, oval, free or polygon select points, or be configured as a magic wand.  When in the magic wand mode the threshold or sensitivity can be modified. Holding down SHIFT allows you to add to a selection and holding OPTION allows you to subtract from a selection.</td>
</tr>
<tr>
<td><img width="332" height="381" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_517d4375.jpg" name="Picture 18" /></td>
<td valign="top" colspan="2">The ERASER size can be adjusted as well as the opacity of the erasing stroke.  The eraser can be a block or a circle (anti-alias) and be controlled by tablet pen pressure with a Wacom or similar pressure-sensitive tablet.</td>
</tr>
<tr>
<td><img width="333" height="383" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_m20aeefbd.jpg" name="Picture 19" /></td>
<td valign="top" colspan="2">The TEXT tool will allow a text block to be drawn; this may be a horizontal or vertical block depending on the drag-click of the mouse or tablet pen.  Text color will be the default of the foreground color and the type Family, Style, and Size as well as the baseline spacing, the character space, line space, and left, center right or forced alignment can be chosen.  Type defaults to a new layer when the type tool is chosen.</td>
</tr>
<tr>
<td><img width="332" height="385" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_6ab52a3d.jpg" name="Picture 20" /></td>
<td valign="top" colspan="2">GRADIENTS can be Linear or Radial and are determined by the foreground colors already chosen.</td>
</tr>
<tr>
<td><img width="331" height="382" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_249d11ea.jpg" name="Picture 21" /></td>
<td valign="top" colspan="2">FLOOD FILL will fill any area that is selected, or if nothing is selected then it will fill the entire image or layer area.</td>
</tr>
<tr>
<td><img width="332" height="382" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_6bbf54d.jpg" name="Picture 22" /></td>
<td valign="top" colspan="2">The CLONE tool window also gives access to Smudge, Dodge, and Burn as well as the clone tool itself. Option-clicking with the Clone tool defines the clone source, and the size of the cloning brush can be increased (right bracket) or decreased (left bracket) as is found in other editing programs.</td>
</tr>
<tr>
<td><img width="330" height="384" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_27479225.jpg" name="Picture 23" /></td>
<td colspan="2">The SHAPE tool acceses a stylus that can define a circle or a rectangle with either fill or stroke capabilities, with the corner radius definable as well as the stroke width. A stroke can be solid or a dash with the gap in the dotted line also definable. A straight line can be drawn with the narrow pen-like shape but there are no arrowheads available.  The color is set by the color choice in the foreground color sample. Shapes default to a new layer above the original image when they are selected.</td>
</tr>
<tr>
<td><img width="333" height="380" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_m707d7734.jpg" name="Picture 24" /></td>
<td valign="top" colspan="2">
<p>The FOREGROUND COLOR       is the upper circle and the BACKGROUND COLOR is the lower circle;       however, these can be reversed with the two headed arrow  or black       and white rectangle seen below.  The eydropper clicks to a set of       cross-hairs that can be placed precisely on an image to select that       exact color</p>
<p align="CENTER">&nbsp;</p>
</td>
</tr>
<tr>
<td><img width="336" height="752" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_3c9a1d30.jpg" name="Picture 25" /></td>
<td valign="top" colspan="2">LAYERS can be stacked above one another and an upper layer can be moved below another layer without the necessity of changing or modifying (renaming) the lower layer.  All those blending methods normally found in an image editing program are available.  The opacity of each layer can be individually adjusted as well.</td>
</tr>
<tr>
<td><img width="336" height="457" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_7f228c2e.jpg" name="Picture 26" /></td>
<td valign="top" colspan="2">New layers can be added or a layer modified or deleted via symbols at the bottom of the layer palette.</td>
</tr>
</tbody>
</table>
<table width="590" cellspacing="10" cellpadding="0" border="0">
<tbody>
<tr>
<td width="269"><img width="269" height="475" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_71c4ec9d.jpg" name="Picture 27" /></td>
<td width="281" valign="top">The COLOR PICKER is standard, and is made visible by selecting COLOR in the WINDOWS menu at the top of the page.</td>
</tr>
<tr>
<td colspan="2">The FONT selection is also made visible by choosing it in the WINDOWS menu at the top of the page.</td>
</tr>
<tr>
<td colspan="2"><img width="570" height="325" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_m632b7669.jpg" name="Picture 28" /></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p align="CENTER">&nbsp;</p>
<p>Accessing a RAW file will result in a frame with adjustments available for Exposure, Bias, Boost, Shadow Boost, Color Temperature, Tint, and scale.  Sharpening may be chosen, but the amount is not defined, and Progressive Chromatic Noise Tracking may be chosen as well.</p>
<p align="CENTER"><img width="600" height="270" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_51a2a48e.jpg" name="Picture 29" /></p>
<p>Choosing &quot;OK&quot; will result in the image opening&hellip;</p>
<p align="CENTER"><img width="600" height="266" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_m48af5808.jpg" name="Picture 30" /></p>
<p>&hellip;if the TOOLS window is selected in the WINDOW menu it will open with the image.  If it was not previously selected you must select it and COLOR and possibly TYPE if needed.</p>
<p align="CENTER"><img width="600" height="566" border="0" align="BOTTOM" alt="" src="http://digitalapplejuice.com/wp-content/uploads/image/acorn/Acorn_html_2c873f1c.jpg" name="Picture 31" /></p>
<p>Acorn is a lot of product for a reasonable price and I am quite taken with it and make tutorials with it as I have mentioned.  But I did have to use another program to add the arrows.  If Mr. Mueller gets around to adding arrows it will simplify my workflow. Version 2.0.3 is available for Snow Leopard. This  review is written for version is 2.0.1 but the advanced versions correct a couple of bugs and make Acorn happy with Snow Leopard.</p>
<p>While you are at the FlyingMeat.com website take a look at two other of his creations: VoodooPad and FlySketch. Both are extremely creative products as well, but we can discuss them another time, right now I&#8217;m still learning new things to do with Acorn.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalapplejuice.com/review-acorn-2-flying-meat/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
