<?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; Workflow</title>
	<atom:link href="http://digitalapplejuice.com/category/workflow/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>Tue, 09 Mar 2010 22:36:48 +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>Lexmark and Evernote Join Forces</title>
		<link>http://digitalapplejuice.com/lexmark-evernote/</link>
		<comments>http://digitalapplejuice.com/lexmark-evernote/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 21:53:47 +0000</pubDate>
		<dc:creator>Wendy Arnold</dc:creator>
				<category><![CDATA[Workflow]]></category>
		<category><![CDATA[evernote]]></category>
		<category><![CDATA[Lexmark]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[SmartSolution]]></category>
		<category><![CDATA[Web-connected]]></category>

		<guid isPermaLink="false">http://digitalapplejuice.com/?p=3554</guid>
		<description><![CDATA[#evernotelexmark #evernote #lexmark #printer

Can office life get any easier?  I’m sure it could, but this gets us one step closer &#8211; for sure! This is definitely a “smart solution” for getting rid of those pesky ...]]></description>
			<content:encoded><![CDATA[<a href='http://digitalapplejuice.com/lexmark-evernote/' class='retweet '  target = '_blank' >#evernotelexmark #evernote #lexmark #printer</a><p><a href="http://digitalapplejuice.com/wp-content/uploads/2010/02/22/evernote/logo.png"><img class="size-full wp-image-3549 alignnone" title="logo" src="http://digitalapplejuice.com/wp-content/uploads/2010/02/22/evernote/logo.png" alt="" width="196" height="49" /></a></p>
<p><span id="more-3554"></span></p>
<p>Can office life get any easier?  I’m sure it could, but this gets us one step closer &#8211; for sure! This is definitely a “smart solution” for getting rid of those pesky meeting notes, sketches and pretty much all the paper clutter you are dying to store digitally, but have no time to do.</p>
<p style="text-align: center;"><strong><span style="font-size: medium;">Lexmark Launches Evernote App For Smartsolution Printers</span></strong><br />
 Easy One-Touch Scanning to Evernote Without Requiring a Computer</p>
<p style="text-align: left;"><a href="http://digitalapplejuice.com/wp-content/uploads/2010/02/26/lexmark-evernote/lexmark-printers.png"><img class="aligncenter size-full wp-image-3555" title="lexmark-printers" src="http://digitalapplejuice.com/wp-content/uploads/2010/02/26/lexmark-evernote/lexmark-printers.png" alt="" width="430" height="106" /></a>Evernote announced this week, the availability of the Evernote SmartSolution for three inkjet all-in-one (AIO) printers – Interact, Prestige and Platinum – from Lexmark International, Inc. The Evernote SmartSolution application allows users to send hardcopy scans from the Lexmark device into their Evernote Web account with the touch of a single button, without requiring a computer.</p>
<p>This Evernote application was developed by Lexmark to save users valuable time when they need to store and access information quickly and efficiently from their touch screen printer. After a simple setup process, an Evernote application icon appears on the printer touch screen. Once tapped, the Evernote application sends scans to a pre-configured Evernote account via the web.</p>
<p>For households and small offices with multiple Evernote users, the Web-connected printers can be configured with Evernote icons for each Evernote account, ensuring that everyone can scan to their accounts with a single touch.</p>
<p>“The Lexmark SmartSolution is a great new application platform,” said Phil Libin, CEO of Evernote. “The ease with which one can install and use Evernote on the SmartSolution printers is very impressive. Now, whenever an individual wants to remember something, they just tap the touch screen on their printers and their memory is in Evernote. It’s very simple and elegant.”</p>
<p>Check out this video for more information&#8230;</p>
<p>
<object style="width: 560px; height: 340px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/NdCycuOSNyA&amp;hl=en_US&amp;fs=1&amp;" /><param name="vspace" value="15" /><param name="hspace" value="15" /><embed style="width: 560px; height: 340px;" type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/NdCycuOSNyA&amp;hl=en_US&amp;fs=1&amp;" hspace="15" vspace="15"></embed></object>
</p>
<p><br class="spacer_" /></p>
<p><strong>Availability</strong></p>
<p>The Evernote SmartSolution application is available for free download at <a href="https://smartsolutions.lexmark.com" rel="nofollow"  target="_blank">https://smartsolutions.lexmark.com</a> for the Lexmark Interact, Prestige and Platinum Web-connected touch screen printers.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalapplejuice.com/lexmark-evernote/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Note from Evernote Fangirl</title>
		<link>http://digitalapplejuice.com/evernote/</link>
		<comments>http://digitalapplejuice.com/evernote/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 19:46:42 +0000</pubDate>
		<dc:creator>Wendy Arnold</dc:creator>
				<category><![CDATA[Workflow]]></category>
		<category><![CDATA[Apple iPad]]></category>
		<category><![CDATA[Cliqset]]></category>
		<category><![CDATA[evernote]]></category>
		<category><![CDATA[Joshua Zerkel]]></category>
		<category><![CDATA[Sony]]></category>
		<category><![CDATA[TimeBridge]]></category>
		<category><![CDATA[VAIO]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://digitalapplejuice.com/?p=3548</guid>
		<description><![CDATA[The Evernote Freak that I am, I had to share some of the new exciting things with the new update. Excuse me while I share straight from the horse&#8217;s mouth&#8230;





The all new Evernote 3.5 for ...]]></description>
			<content:encoded><![CDATA[<p>The Evernote Freak that I am, I had to share some of the new exciting things with the new update. Excuse me while I share straight from the horse&#8217;s mouth&#8230;</p>
<p><img class="alignleft size-full wp-image-3549" style="border: 0pt none;" title="logo" src="http://digitalapplejuice.com/wp-content/uploads/2010/02/22/evernote/logo.png" alt="" width="196" height="49" /></p>
<p><span id="more-3548"></span></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<ul>
<li>The all new Evernote 3.5 for Windows Evernote 3.5 for Windows is completely new. We rewrote it from the ground up to make it faster, more reliable, and just plain better than Evernote for Windows has ever been. Our goal was to use everything we&#8217;ve learned since our launch to make a great Evernote experience on Windows. If you&#8217;re interested in trying Evernote 3.5, install it from our downloads page ( <a href="http://s.evernote.com/windows" rel="nofollow"  target="_blank">http://s.evernote.com/windows</a> ).</li>
<li>There&#8217;s a ton more to say, so please read our blog post(s): <a href="http://s.evernote.com/win35blog" rel="nofollow"  target="_blank">http://s.evernote.com/win35blog</a> </li>
<li>New partnerships and integrations for those of you who have not yet fallen in LOVE with the iPhone.
<ul>
<li>Sony VAIO: Every new Sony VAIO laptop comes with Evernote pre-installed. Neat! <a href="http://s.evernote.com/vaio" rel="nofollow"  target="_blank">http://s.evernote.com/vaio</a> &#8211; </li>
<li>Nokia N900: The Evernote Sharing Plugin makes Evernote a native sharing option on the N900 smartphone: <a href="http://s.evernote.com/nokia" rel="nofollow"  target="_blank">http://s.evernote.com/nokia</a> &#8211; </li>
<li>TimeBridge: TimeBridge helps you organize better meetings. Now, save all your meeting notes into Evernote: <a href="http://s.evernote.com/timebridge" rel="nofollow"  target="_blank">http://s.evernote.com/timebridge</a> &#8211; </li>
<li>Cliqset: Evernote and Cliqset create a permanent memory for your social streams and activity: <a href="http://s.evernote.com/cliqset" rel="nofollow"  target="_blank">http://s.evernote.com/cliqset</a></li>
</ul>
</li>
</ul>
<p style="text-align: center;"><strong>See all of the products that work with Evernote in one place: <a href="http://s.evernote.com/ partnerpage" rel="nofollow"  target="_blank">http://s.evernote.com/ partnerpage</a></strong></p>
<h3><img class="alignleft size-medium wp-image-3550" style="border: 0pt none;" title="tablet1" src="http://digitalapplejuice.com/wp-content/uploads/2010/02/22/evernote/tablet1-250x118.png" alt="" width="250" height="118" />Most exciting news of all. Get a Klenex to catch the drool&#8230;</h3>
<p><strong>Apple iPad</strong><br />
 We have big plans for Apple&#8217;s amazing new device. Read Evernote CEO&#8217;s blog post about their history with tablets andplans for the iPad and other devices. Read the post: <a href="http://s.evernote.com/ipad" rel="nofollow"  target="_blank">http://s.evernote.com/ipad</a></p>
<p><span style="font-size: large;"><strong>If you have Evernote, but not sure how it can help you, check out these tips by Joshua Zerkel: 6 Ways Evernote Can Boost Your Productivity <a href="http://s.evernote.com/ productivitytips" rel="nofollow"  target="_blank">http://s.evernote.com/ productivitytips</a></strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalapplejuice.com/evernote/feed/</wfw:commentRss>
		<slash:comments>1</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>Build A Better Photograph: A Disciplined Approach To Creativity by Michael E. Stern</title>
		<link>http://digitalapplejuice.com/build-photograph-disciplined-book-rocky-nook/</link>
		<comments>http://digitalapplejuice.com/build-photograph-disciplined-book-rocky-nook/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 12:57:45 +0000</pubDate>
		<dc:creator>Dr. Michael N. Roach</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[composition]]></category>
		<category><![CDATA[creativity]]></category>
		<category><![CDATA[digital photography]]></category>
		<category><![CDATA[michael stern]]></category>
		<category><![CDATA[Rocky Nook]]></category>

		<guid isPermaLink="false">http://digitalapplejuice.com/?p=3506</guid>
		<description><![CDATA[Rocky Nook Press recently sent me a review copy of Michael E. Stern&#8217;s new book Build A Better Photograph: A Disciplined Approach To Creativity, and since I am always interested in the creative process (especially ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://tinyurl.com/ydblusm" rel="nofollow"  target="_blank"><img class="alignleft size-medium wp-image-3508" title="Build A Better Photograph: A Disciplined Approach To Creativity" src="http://digitalapplejuice.com/wp-content/uploads/2010/01/25/build-photograph-disciplined-book-rocky-nook/Build-A-Better-Photo-5901-250x316.jpg" alt="Build A Better Photograph: A Disciplined Approach To Creativity - Rocky Nook" width="100" height="127" /></a>Rocky Nook Press recently sent me a review copy of<a href="http://tinyurl.com/ydblusm" rel="nofollow" > Michael E. Stern&#8217;s new book Build A Better Photograph: A Disciplined Approach To Creativity</a>, and since I am always interested in the creative process (especially when it involves disciplined thought), I was happy to sit down with it for some quality time.</p>
<p><span id="more-3506"></span></p>
<p>I gravitate towards that word &#8220;disciplined&#8221; because I am an analytical and systematic individual. My trusty Mac computer dictionary provided the following:</p>
<p><a href="http://digitalapplejuice.com/wp-content/uploads/2010/01/25/build-photograph-disciplined-book-rocky-nook/Build-A-Better-Photograph-1.jpg"><img class="aligncenter size-full wp-image-3509" title="Build A Better Photograph-1" src="http://digitalapplejuice.com/wp-content/uploads/2010/01/25/build-photograph-disciplined-book-rocky-nook/Build-A-Better-Photograph-1.jpg" alt="" width="469" height="52" /></a></p>
<p>With that in mind, I have to add I also like insights into the actual step-by-step thoughts in the designing process for a photographer, and I look for good illustrations and well-written tutorials done by an enthusiastic photographer. All of these are well covered in <strong>Build A Better Photograph: A Disciplined Approach to Creativity</strong>. Add a DVD with additional images, 360 degree panoramas of studio shots in progress, some short videos of photographic sessions,  references, and tutorials and you have a concise and worthwhile package.</p>
<p>Mr. Stern writes in an easy-going style that makes the reader feel that they are in the presence of an out-going teacher who enjoys sharing his techniques and learning experiences‚ both the good and the bad‚ and he is not ashamed to admit to mistakes made in that they provide part of the lessons learned that he would share with the student. It is no wonder that he has had a wide and varied teaching career in addition to his studio work. Among the places that he has taught are Los Angeles Trade Technical College, Art Center College of Design, Glendale Community College, Burbank Unified School District, Julia Dean Photographic Workshops, Studio Arts, Fashion Institute of Design and Merchandising, and Brooks Institute.</p>
<p>Mr. Stern&#8217;s professional career involves some seventeen years working for the Disney Studios, extensive architectural, product, and portrait photography. He cites a deeply committed relationship to Adobe Photoshop and its importance to the digital studio of today.</p>
<p><span class="pullquote"><a href="http://tinyurl.com/ydblusm" rel="nofollow"  target="_blank">Build A Better Photograph: A Disciplined Approach To Creativity</a> (ISBN: 978-1-933952-18-5, US $34.95 CAN $41.95)</span> covers four major areas.</p>
<p>The first is environmental portraiture, and in it he delves deeply into the process of designing the portrait and how to load the image&#8217;s environment with telling clues that give insight to the depth of the personality of the subject. Along with that he gives serious tips about controlling and predicting color output. Workflows on the computer with an emphasis on organization (remember that word &#8220;Disciplined&#8221; in the book title?) are considered in depth as well.</p>
<p>The second major area that Mr. Stern discusses is involved in compositing techniques using the computer and Adobe Photoshop. How to light and shoot a myriad of different images and to bring them together in a final composite is painsakingly described with a variety of tutorial screen shots showing the multiple layers and layer masks necessary to produce the final image result.</p>
<p>The third area that is discussed gives lessons on using the scanner in place of the camera and takes a trip into personal style and creativity. It attempts to open up the student to looking at shape and form in the small world in order to sharpen the student&#8217;s design skills and to realize that not all images have to come via the camera lens.</p>
<p>The final section of the book looks at product photography and how to light a product in such a way that it is easy to vary background and key colors and to composite separate product images into final images.</p>
<p>Throughout the entire book several ideas continue to travel side by side with the craft and techniques of both photography and Adobe Photoshop as skills. One of those ideas is that the photographer must sell himself or herself continually to the client.  This is necessary because there are many photographers who are skillful as photographers but who do not maintain a pleasant working relationship with the client. The job of the photographer is to satisfy the client with both the product and a pleasant personal working relationship. A photographer walks a thin line as he or she trys to promote their own ideas and creativity, and at the same time to deal with the preconceived ideas that the client may bring to the conference table.  Satisfying the client in part means that the client must feel that they have contributed to the design concept greatly even if the photographer has promoted his or her own creative design successfully.  Each photographer must know when to listen and when to speak (and how to do it tactfully) as the photographer and client come to terms with the final design.</p>
<p>Dealt with indirectly, but explained well, is the difficulty in dealing with the chain of command in large organizations. The filtering process between the ultimate client in the chain and the photographer is a delicate one because each individual in the chain of command feels the necessity of placing their own mark on the final product‚ else they cannot justify their own position in the hierachy. Putting it bluntly, this is hell on the creative process and can lead to difficulties.</p>
<p>I found <a href="http://www.rockynook.com/books/50.html" rel="nofollow"  target="_blank"><strong>Build A Better Photograph: A Disciplined Approach To Creativity</strong></a> a good read; it will provide a great deal of insight to the creative process and the day-to-day managerial skills and personality  necessary. Definitely a must read for the aspiring photographer who feels that mastering photographic and computer skills are all there is to the photography business.</p>
<p>His book has been published by <a href="http://www.rockynook.com/" rel="nofollow"  target="_blank">Rocky Nook Press</a>. Their books are printed on acid-free paper and the color in their books will survive long after the technical skills described  in each volume will be replaced by the advances in our technology.  Sometimes we get so caught up in the latest information that we forget how we receive that information.  The &#8220;how&#8221; in this case is also important and should be acknowledged.</p>
<p><strong><a href="http://tinyurl.com/ydblusm" target="_blank">Build A Better Photograph: A Disciplined Approach To Creativity<br />
 by Michael E. Stern<br />
 ISBN: 978-1-933952-18-5<br />
 US $34.95 CAN $41.95</a></strong></p>
<p>Michael Stern around the web:<br />
 His website <a href="http://www.cyberstern.com " rel="nofollow"  target="_blank">CyberStern.com</a><br />
 His blog is  <a href="http://digitalbeast.wordpress.com/" rel="nofollow"  target="_blank">DigitalBeast.Wordpress.com</a> <br />
 Find some excellent tutorials are at  <a href="http://www.slideshare.net/Mr_Pixel" target="_blank">SlideShare.net/Mr_Pixel<br />
 </a><a href="http://www.brooks.edu/faculty/professionalphotography/michael_stern.asp" rel="nofollow"  target="_blank">Michael Stern at The Brooks Insititute</a><a href="http://www.slideshare.net/Mr_Pixel" rel="nofollow"  target="_blank"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalapplejuice.com/build-photograph-disciplined-book-rocky-nook/feed/</wfw:commentRss>
		<slash:comments>4</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>
	</channel>
</rss>
