<?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>The PC Weenies &#187; News</title>
	<atom:link href="http://pcweenies.com/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://pcweenies.com</link>
	<description>Tech Comics for Sys Admins, IT Professionals, Engineers and Computer Geeks!</description>
	<lastBuildDate>Wed, 23 May 2012 02:34:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Automating FIle Uploads to Your Webserver using a Mac</title>
		<link>http://pcweenies.com/2012/05/22/automating-file-uploads-to-your-webserver-using-a-mac/</link>
		<comments>http://pcweenies.com/2012/05/22/automating-file-uploads-to-your-webserver-using-a-mac/#comments</comments>
		<pubDate>Tue, 22 May 2012 13:15:17 +0000</pubDate>
		<dc:creator>Krishna</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[automating FTP]]></category>
		<category><![CDATA[Automator]]></category>
		<category><![CDATA[hazel]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://pcweenies.com/?p=8237</guid>
		<description><![CDATA[Sometimes, it&#8217;s nice to shake up routine. For the past 14 years, I have been manually uploading my comics to my FTP server. This procedure involved three steps: Open my FTP application (Transmit) Navigate to the proper folder on my computer Drag the file into the appropriate folder on the server. (I keep all my [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_sand" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fpcweenies.com%252F2012%252F05%252F22%252Fautomating-file-uploads-to-your-webserver-using-a-mac%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FK8eTHP%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Automating%20FIle%20Uploads%20to%20Your%20Webserver%20using%20a%20Mac%20%23webcomics%20%23tech%22%20%7D);"></div>
<p>Sometimes, it&#8217;s nice to shake up routine. For the past 14 years, I have been manually uploading my comics to my FTP server. This procedure involved three steps:</p>
<ol>
<li>Open my FTP application (Transmit)</li>
<li>Navigate to the proper folder on my computer</li>
<li> Drag the file into the appropriate folder on the server. (I keep all my comics within the same folder on my server.)</li>
</ol>
<p>As is the case with my comics, every time I make a revision (and in some cases I&#8217;ve revised a strip 20 times over the course of a day), I&#8217;d have to repeat the above steps each and every time.</p>
<p>So…</p>
<p>&#8230;given all the whiz-bang computing power we have at our disposal in 2012, shouldn&#8217;t there be a better way?</p>
<p>Thankfully there is, and it&#8217;s called <strong>automation</strong>. To automate the steps above, I used  two applications: Hazel and Automator.</p>
<p><a href="http://www.noodlesoft.com/hazel">Hazel</a> ($24.99) is an incredibly powerful program that automates filing, organizing and cleaning files and folders that live on your computer. <a href="http://support.apple.com/kb/HT2488">Automator</a> is an app bundled with Mac OS X that bills itself as a &#8220;personal automation assistant&#8221; using drag-and-drop workflows. </p>
<p>To preface this discussion: there are many ways to skin this cat. This is what worked for me. </p>
<p><a href="http://www.flickr.com/photos/58365198@N00/7248297288" title="View 'hazel_automator_workflow_1' on Flickr.com"><img height="410" title="hazel_automator_workflow_1" alt="hazel_automator_workflow_1" border="0" src="http://farm9.staticflickr.com/8148/7248297288_6c277d6839.jpg" width="500"/></a></p>
<p>First, I&#8217;ve created a rule within Hazel called &#8220;Latest Toons&#8221;. This rule will examine the date of the file and checks to see if it was created within the current week. If that condition is true, two actions will be performed. </p>
<ol>
<li>Hazel will set a color label on the file (marking it green).</li>
<li>Hazel will launch an Automator workflow to upload the file to the appropriate folder on my server</li>
</ol>
<p><a href="http://www.flickr.com/photos/58365198@N00/7248297334" title="View 'hazel_automator_workflow_2' on Flickr.com"><img height="410" title="hazel_automator_workflow_2" alt="hazel_automator_workflow_2" border="0" src="http://farm8.staticflickr.com/7222/7248297334_fce02d55a1.jpg" width="500"/></a></p>
<p><a href="http://www.flickr.com/photos/58365198@N00/7248297392" title="View 'hazel_automator_workflow_3' on Flickr.com"><img height="400" title="hazel_automator_workflow_3" alt="hazel_automator_workflow_3" border="0" src="http://farm8.staticflickr.com/7101/7248297392_cc1340026a.jpg" width="437"/></a></p>
<p>I use Panic&#8217;s <a href="http://panic.com/transmit/">Transmit</a> ($24.99) for all my FTP tasks. Transmit comes with an <em>Upload</em> action that is accessible from within Automator.  </p>
<p>In Automator, I selected the <em>Upload</em> action and moved it into the workflow area. Next, I configured the <em>Upload</em> action to use one of my Transmit &#8220;Favorites&#8221; (a bookmark of sorts that contains all my FTP login info, including the correct path to open on the server). After configuring the action, I saved the workflow for Hazel to access.</p>
<p><a href="http://www.flickr.com/photos/58365198@N00/7248297236" title="View 'hazel_automator_workflow_4' on Flickr.com"><img height="445" title="hazel_automator_workflow_4" alt="hazel_automator_workflow_4" border="0" src="http://farm8.staticflickr.com/7231/7248297236_f2aebeb42f.jpg" width="500"/></a></p>
<p>Now, whenever a new comic file is saved in my <strong>pcw_toons</strong> folder, Hazel automatically uploads the file into the appropriate folder on my server. Translation: <em>I&#8217;ll never have to manually upload a comic to my FTP server EVER again!</em></p>
<p>To sum it up: Automation is a powerful method of saving time on repetitive tasks. It lets your computer handle the mundane, routine activities while freeing you up to focus on the real tasks at hand. And with tools like Hazel and Automator on the Mac, it&#8217;s never been easier!</p>
<p><em>-Krishna</em><br /><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><img  title="Before and After running Disk Warrior on my Macbook Pro" alt="Before and After running Disk Warrior on my Macbook Pro" border="0" src="http://farm6.static.flickr.com/5142/5601628163_225d465ecc.jpg"  height="75" width="75" /> <a href="http://pcweenies.com/2011/04/08/directory-fragmentation-its-real/" rel="bookmark" title="April 8, 2011">Directory Fragmentation: It&#8217;s Real</a></li>
<li><img border="0" alt="Wunderlist_screenshot"  src="http://farm7.static.flickr.com/6037/5909159547_da1724910e.jpg"  height="75" width="75" /> <a href="http://pcweenies.com/2011/07/06/singing-the-praises-of-wunderlist/" rel="bookmark" title="July 6, 2011">Singing the Praises of Wunderlist</a></li>
<li><img  title="Forklift 2.0 screenshots" alt="Forklift 2.0 screenshots" border="0" src="http://farm6.static.flickr.com/5154/5883460033_1dc7466a62.jpg"  height="75" width="75" /> <a href="http://pcweenies.com/2011/06/29/review-forklift-2-0/" rel="bookmark" title="June 29, 2011">Review: Forklift 2.0</a></li>
<li><img  title="Raven: Web App Shop" alt="Raven: Web App Shop" border="0" src="http://farm7.static.flickr.com/6096/6353665517_18d69970e2.jpg"  height="75" width="75" /> <a href="http://pcweenies.com/2011/11/17/raven-takes-flight-the-web-browser-for-the-rest-of-us/" rel="bookmark" title="November 17, 2011">Raven Takes Flight: The Web Browser for the Rest of Us.</a></li>
<li><img border="0" alt="HyperDock screenshots"  src="http://farm5.static.flickr.com/4125/5084789403_d8f8d157bf.jpg"  height="75" width="75" /> <a href="http://pcweenies.com/2010/10/16/hyperdock-first-look/" rel="bookmark" title="October 16, 2010">HyperDock: First Look</a></li>
</ul>
<p><!-- Similar Posts took 73.859 ms --></p>

]]></content:encoded>
			<wfw:commentRss>http://pcweenies.com/2012/05/22/automating-file-uploads-to-your-webserver-using-a-mac/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Going Vertical</title>
		<link>http://pcweenies.com/2012/05/20/going-vertical/</link>
		<comments>http://pcweenies.com/2012/05/20/going-vertical/#comments</comments>
		<pubDate>Sun, 20 May 2012 23:28:21 +0000</pubDate>
		<dc:creator>Krishna</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[desktop setup]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[HP displays]]></category>
		<category><![CDATA[optimizing your workspace]]></category>

		<guid isPermaLink="false">http://pcweenies.com/?p=8229</guid>
		<description><![CDATA[One big advantage of owning a display like the HP ZR24w is that it supports both landscape and portrait modes. While I&#8217;ve been using my display almost exclusively in landscape mode since I first purchased it, curiosity about the idea of &#8220;going vertical&#8221; got the best of me, so I went ahead and flipped the [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_sand" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fpcweenies.com%252F2012%252F05%252F20%252Fgoing-vertical%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FL9K5Ym%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Going%20Vertical%20%23webcomics%20%23tech%22%20%7D);"></div>
<p><a href="http://www.flickr.com/photos/58365198@N00/7237389412" title="View 'http://farm9.staticflickr.com/8027/7237389412_b67715c426.jpg' on Flickr.com"><img height="500" title="http://farm9.staticflickr.com/8027/7237389412_b67715c426.jpg" alt="http://farm9.staticflickr.com/8027/7237389412_b67715c426.jpg" border="0" src="http://farm9.staticflickr.com/8027/7237389412_b67715c426.jpg" width="500"/></a></p>
<p>One big advantage of owning a display like the HP ZR24w is that it supports both landscape and portrait modes. While I&#8217;ve been using my display almost exclusively in landscape mode since I first purchased it, curiosity about the idea of &#8220;going vertical&#8221; got the best of me, so I went ahead and flipped the display over to portrait mode.</p>
<p>Portrait mode is <em>fantastic</em> for making comic pages. Instead of only seeing a portion of the full image, I can see the entire comic page in one go. To fully use the display for illustration in this mode, I had to adjust my Wacom tablet driver settings to match the orientation of my new display. No biggie. Once the settings were adjusted, my tablet worked like a charm! </p>
<p>Having used this setup all weekend, I&#8217;m starting to prefer portrait mode over landscape. I&#8217;m curious to know if other digital artists work with portrait mode, and what they think of using a display in this fashion. Share your thoughts in the comments below.</p>
<p><em>-Krishna</em></p>
<p><strong>Update:</strong> One week in, I&#8217;m positively sold on the portrait display. I&#8217;ve never been more productive.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><img src="http://farm4.static.flickr.com/3586/3370884981_dda0319c65.jpg" alt="Samsung replacement display" border="0"    height="75" width="75" /> <a href="http://pcweenies.com/2009/03/26/number-3-does-it/" rel="bookmark" title="March 26, 2009">Number 3 Does It</a></li>
<li><img  title="http://farm7.static.flickr.com/6118/6220556291_8113287c09.jpg" alt="http://farm7.static.flickr.com/6118/6220556291_8113287c09.jpg" border="0" src="http://farm7.static.flickr.com/6118/6220556291_8113287c09.jpg"  height="75" width="75" /> <a href="http://pcweenies.com/2011/10/07/first-impressions-of-the-hp-zr24w-24-display/" rel="bookmark" title="October 7, 2011">First Impressions of the HP ZR24W 24&#8243; display</a></li>
<li><img  title="http://farm7.static.flickr.com/6156/6174849846_78128e0cdb.jpg" alt="http://farm7.static.flickr.com/6156/6174849846_78128e0cdb.jpg" border="0" src="http://farm7.static.flickr.com/6156/6174849846_78128e0cdb.jpg"  height="75" width="75" /> <a href="http://pcweenies.com/2011/09/23/not-so-meticulous-my-thoughts-on-dual-display-setups/" rel="bookmark" title="September 23, 2011">Not So Meticulous: My Thoughts on Dual Display Setups</a></li>
<li><img src="http://farm4.static.flickr.com/3612/3371705320_2134b88853.jpg" alt="Samsung replacement display" border="0"    height="75" width="75" /> <a href="http://pcweenies.com/2009/03/20/samsung-305t-slight-return/" rel="bookmark" title="March 20, 2009">Samsung 305T (Slight Return)</a></li>
<li> <a href="http://pcweenies.com/2011/09/29/the-great-24-monitor-hunt/" rel="bookmark" title="September 29, 2011">The Great 24&#8243; Monitor Hunt</a></li>
</ul>
<p><!-- Similar Posts took 162.284 ms --></p>

]]></content:encoded>
			<wfw:commentRss>http://pcweenies.com/2012/05/20/going-vertical/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pro Tip: Improve your Focus by Blurring Your Desktop Wallpaper</title>
		<link>http://pcweenies.com/2012/05/16/pro-tip-improve-your-focus-by-blurring-your-desktop-wallpaper/</link>
		<comments>http://pcweenies.com/2012/05/16/pro-tip-improve-your-focus-by-blurring-your-desktop-wallpaper/#comments</comments>
		<pubDate>Thu, 17 May 2012 01:31:33 +0000</pubDate>
		<dc:creator>Krishna</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[desktop wallpaper tips]]></category>

		<guid isPermaLink="false">http://pcweenies.com/?p=8223</guid>
		<description><![CDATA[I love desktop wallpapers, but the problem I have with most backgrounds is that they make it more difficult to see folders and files that I have on my desktop. Take the image below: It&#8217;s a great image &#8211; full of contrast and color &#8211; but the crisp detail of the photograph has a nasty [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_sand" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fpcweenies.com%252F2012%252F05%252F16%252Fpro-tip-improve-your-focus-by-blurring-your-desktop-wallpaper%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FLdaTtJ%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Pro%20Tip%3A%20Improve%20your%20Focus%20by%20Blurring%20Your%20Desktop%20Wallpaper%20%23webcomics%20%23tech%22%20%7D);"></div>
<p>I love desktop wallpapers, but the problem I have with most backgrounds is that they make it more difficult to see folders and files that I have on my desktop. Take the image below:</p>
<p><a href="http://www.flickr.com/photos/58365198@N00/7212800392" title="View 'crisp desktop' on Flickr.com"><img height="313" title="crisp desktop" alt="crisp desktop" border="0" src="http://farm9.staticflickr.com/8018/7212800392_dce8b56701.jpg" width="500"/></a></p>
<p>It&#8217;s a great image &#8211; full of contrast and color &#8211; but the crisp detail of the photograph has a nasty side-effect: it makes the text underneath the hard drive icons more difficult to read. </p>
<p>What&#8217;s my work around?</p>
<p>Simply take the image into Photoshop (or your favorite image editor) and add a Gaussian blur to it.</p>
<p><a href="http://www.flickr.com/photos/58365198@N00/7212788948" title="View 'blurry desktop background' on Flickr.com"><img height="313" title="blurry desktop background" alt="blurry desktop background" border="0" src="http://farm8.staticflickr.com/7072/7212788948_4dae51ca3a.jpg" width="500"/></a></p>
<p>You&#8217;ll still have all the wonderful color and contrast that makes the image so appealing, but now it&#8217;ll be much easier to discern the icons from the background. Give it a try. You might actually like it.</p>
<p><em>-Krishna</em></p>

]]></content:encoded>
			<wfw:commentRss>http://pcweenies.com/2012/05/16/pro-tip-improve-your-focus-by-blurring-your-desktop-wallpaper/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Software Pick of the Month: DragonDrop</title>
		<link>http://pcweenies.com/2012/05/10/software-pick-of-the-month-dragondrop/</link>
		<comments>http://pcweenies.com/2012/05/10/software-pick-of-the-month-dragondrop/#comments</comments>
		<pubDate>Thu, 10 May 2012 14:35:15 +0000</pubDate>
		<dc:creator>Krishna</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Mac productivity]]></category>
		<category><![CDATA[mac utilities]]></category>

		<guid isPermaLink="false">http://pcweenies.com/?p=8200</guid>
		<description><![CDATA[If you&#8217;ve ever been in the process of moving your files and realized midstream that you need to open a folder on your hard drive, you&#8217;ll come to appreciate the power and simplicity of DragonDrop. DragonDrop is an elegant and useful Mac app that lets you set down what you are dragging without worrying about [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_sand" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fpcweenies.com%252F2012%252F05%252F10%252Fsoftware-pick-of-the-month-dragondrop%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FJDiAEq%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Software%20Pick%20of%20the%20Month%3A%20DragonDrop%20%23webcomics%20%23tech%22%20%7D);"></div>
<p>If you&#8217;ve ever been in the process of moving your files and realized midstream that you need to open a folder on your hard drive, you&#8217;ll come to appreciate the power and simplicity of <a href="https://shinyplasticbag.com/dragondrop/">DragonDrop</a>.</p>
<p>DragonDrop is an elegant and useful Mac app that lets you set down what you are dragging without worrying about keeping the mouse button held down. It works great with files, folders, text snippets, etc. and has already improved my productivity ten-fold. It sells for $4.99 at the Mac App Store, and is easily worth its asking price.</p>
<h2>How does it work?</h2>
<p>Drag a file or set of files and shake your mouse cursor back and forth. A transparent DragonDrop window appears. Stuff your contents in the window and retrieve them when you&#8217;re ready to move them into their proper location.  That&#8217;s it!</p>
<p>If you&#8217;re not a &#8220;mover and shaker&#8221;, you can use DragonDrop&#8217;s Menu Bar icon instead. DragonDrop&#8217;s prefs (shown below) are simple and self-explanatory.</p>
<p><a href="http://www.flickr.com/photos/58365198@N00/7170849218" title="View 'DragonDrop Prefs' on Flickr.com"><img height="346" title="DragonDrop Prefs" alt="DragonDrop Prefs" border="0" src="http://farm8.staticflickr.com/7097/7170849218_938a3cb555.jpg" width="500"/></a></p>
<p>In the snapshot below, I&#8217;ve selected three files and shaken my mouse cursor. The DragonDrop window (or portal, as I like to think of it) appears. </p>
<p><a href="http://www.flickr.com/photos/58365198@N00/7170850204" title="View 'DragonDrop in action' on Flickr.com"><img height="313" title="DragonDrop in action" alt="DragonDrop in action" border="0" src="http://farm8.staticflickr.com/7073/7170850204_4866a9131c.jpg" width="500"/></a></p>
<p>Drop your files into the portal until you are ready to retrieve your files.</p>
<p><a href="http://www.flickr.com/photos/58365198@N00/7170849320" title="View 'DragonDrop bin' on Flickr.com"><img height="275" title="DragonDrop bin" alt="DragonDrop bin" border="0" src="http://farm6.staticflickr.com/5442/7170849320_8b378e06b6.jpg" width="280"/></a></p>
<p>DragonDrop is one of those little apps that quickly makes itself indispensable. I can&#8217;t imagine using any Mac without it. DragonDrop has eliminated the need for me to use a dual-paned window (a la Forklift or PathFinder) to move files because I can invoke it at a whim.</p>
<p>I&#8217;ve tested DragonDrop version 1.1.5 for about a day now and I&#8217;ve already given it a hefty workout. I haven&#8217;t run into any snags or bugs in my usage, but I&#8217;ll update this review if I run into any problems. </p>
<h2>Conclusion</h2>
<p>If you move files on a regular basis (and who doesn&#8217;t, really?), <a href="https://shinyplasticbag.com/dragondrop/">DragonDrop</a> is easily the best $5 you&#8217;ll spend and earns a mighty 5 Bob Weiners. <strong>Highly Recommended.</strong></p>
<p><img src="http://www.pcweenies.com/site_gfx/ratings/five_bobs.png" /><br />
</p>
<p><em>-Krishna</em><br /><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><img  title="Teleport screenshots" alt="Teleport screenshots" border="0" src="http://farm3.static.flickr.com/2508/5847178136_3590ffffd1.jpg"  height="75" width="75" /> <a href="http://pcweenies.com/2011/06/18/review-teleport-1-0-2/" rel="bookmark" title="June 18, 2011">Review: Teleport 1.0.2</a></li>
<li><img border="0"alt="Divvy screenshot"src="http://farm5.static.flickr.com/4061/4630392244_27d396dbbf.jpg" height="75" width="75" /> <a href="http://pcweenies.com/2010/05/22/down-with-divvy/" rel="bookmark" title="May 22, 2010">Down with Divvy</a></li>
<li><img  title="Apple keyboard" alt="Apple keyboard" border="0" src="http://farm3.staticflickr.com/2158/1506002812_9141640184.jpg"  height="75" width="75" /> <a href="http://pcweenies.com/2012/02/27/review-palua-3-0/" rel="bookmark" title="February 27, 2012">Review: Palua 3.0</a></li>
<li><img src="http://farm4.static.flickr.com/3186/3012755200_327f0b2db9.jpg" alt="Picture 1" border="0"    height="75" width="75" /> <a href="http://pcweenies.com/2008/11/08/mac-software-picks-hyperspaces/" rel="bookmark" title="November 8, 2008">Mac Software Picks: HyperSpaces</a></li>
<li><img  title="memory cleaner for Mac screenshot" alt="memory cleaner for Mac screenshot" border="0" src="http://farm3.static.flickr.com/2460/5751229061_db7238d863.jpg"  height="75" width="75" /> <a href="http://pcweenies.com/2011/05/24/review-memory-cleaner/" rel="bookmark" title="May 24, 2011">Review: Memory Cleaner</a></li>
</ul>
<p><!-- Similar Posts took 105.552 ms --></p>

]]></content:encoded>
			<wfw:commentRss>http://pcweenies.com/2012/05/10/software-pick-of-the-month-dragondrop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ShiftyLook: Celebrating 30 Years of Dig Dug with a Webcomic Collaboration Project</title>
		<link>http://pcweenies.com/2012/05/09/shiftylook/</link>
		<comments>http://pcweenies.com/2012/05/09/shiftylook/#comments</comments>
		<pubDate>Wed, 09 May 2012 17:02:00 +0000</pubDate>
		<dc:creator>Krishna</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Plugs]]></category>
		<category><![CDATA[dig dug]]></category>

		<guid isPermaLink="false">http://pcweenies.com/?p=8184</guid>
		<description><![CDATA[DIG DUG, one of the celebrated 80&#8242;s coin-op arcade classics, is celebrating its 30th anniversary with a webcomics collaboration project. Below is a snippet of the official press blurb, which contains the list of cartoonists who have been asked to contribute to the project: Dig Dug is one of those iconic games that means a [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_sand" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fpcweenies.com%252F2012%252F05%252F09%252Fshiftylook%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FJ94zQu%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22ShiftyLook%3A%20Celebrating%2030%20Years%20of%20Dig%20Dug%20with%20a%20Webcomic%20Collaboration%20Project%20%23webcomics%20%23tech%22%20%7D);"></div>
<p><img src="http://pcweenies.com/wp-content/uploads/2012/05/DigDug30thSK.png" alt="DigDug30thSK" title="DigDug30thSK.png" border="0" width="415" height="600" /></p>
<p>DIG DUG, one of the celebrated 80&#8242;s coin-op arcade classics, is celebrating its 30th anniversary with a webcomics collaboration project. Below is a snippet of the official press blurb, which contains the list of cartoonists who have been asked to contribute to the project:</p>
<blockquote><p>
Dig Dug is one of those iconic games that means a lot to retro gamers, especially those of us who grew up constantly trying to inflate many a Fygar, so we wanted to do something very special for the webcomic,” said Rob Pereyda, Producer &#038; Editor-in-Chief of ShiftyLook for NAMCO BANDAI Games Inc. “And I think we just might have the comics team-up of the summer and a must read for video games and webcomics fans alike.”<br />
Each creative team will craft self-contained Dig Dug stories, with a different angle brought each time. A partial list of talent is as follows (additional talent to be announced):</p>
<ul>
<li>Raynato Castro (Buttersafe)</li>
<li>Jeff “Chamba” Cruz (ShiftyLook’s Sky Kid)</li>
<li>Javier Charro (Soul &#038; Sword)</li>
<li>Brian Clevinger (Atomic Robo)</li>
<li>Mike Costa (Smoke and Mirrors)</li>
<li>Alex Culang (Buttersafe)</li>
<li>Omar Dogan (ShiftyLook’s Wonder Momo)</li>
<li>Joey Esposito (Footprints)</li>
<li>Greg Fisher (Vivian)</li>
<li>Dax “D-Gee” Gordine (ShiftyLook’s Bravoman)</li>
<li>Dean Haspiel (ShiftyLook’s The Five-Dimensional Adventures of Dirk Davies)</li>
<li>Marko Head (Vivian)</li>
<li>Jerry Holkins (Penny Arcade)</li>
<li>JJ Kirby (ShiftyLook title to be announced at London MCM Expo on 26 May)</li>
<li>Mike Krahulik (Penny Arcade)</li>
<li>Erik Ko (ShiftyLook’s Wonder Momo)</li>
<li>Scott Kurtz (PVP)</li>
<li>Nick Langley (Rocket Llama)</li>
<li>David Maliki (Wondermark)</li>
<li>Ben McCool (ShiftyLook’s The Five-Dimensional Adventures of Dirk Davies)</li>
<li>Matt Melvin (Cyanide &#038; Happiness)</li>
<li>R. K. Milholland (Something Positive)</li>
<li>Matt Moylan (ShiftyLook’s Bravoman)</li>
<li>Hoang Nguyen (Carbon Grey)</li>
<li>Ryan North (Dinosaur Comics)</li>
<li>Robert “Robaato” Porter (Title to be announced Summer 2012)</li>
<p>￼</p>
<li>Krishna Sadasivam (PC Weenies)</li>
<li>Elliott Serrano (Geek to Me)</li>
<li>Edmund Shern (ShiftyLook’s Scar)</li>
<li>Kris Staub (chainsawsuit)</li>
<li>J. Torres (Power Lunch)</li>
<li>Zach Weiner (Saturday Morning Breakfast Cereal)</li>
<li>J. N. Wiedle (Helvetica)</li>
<li>Marv Wolfman (ShiftyLook title to be announced at London MCM Expo on 26 May)</li>
<li>Jim Zub (ShiftyLook’s Wonder Momo, ShiftyLook’s Sky Kid)</li>
</ul>
</blockquote>
<p>It was an honor to be invited to participate, and I hope you guys will check back on their site to see my contribution. You can visit NAMCO BANDAI&#8217;s <a href="http://www.shiftylook.com"> ShiftyLook website</a> for more info, and make sure to listen to <a href="http://shiftylook.com/news/shiftylook-presents-shiftycast-episode-01/">their inaugural podcast</a> while you&#8217;re at it.</p>
<p><em>-Krishna</em></p>

]]></content:encoded>
			<wfw:commentRss>http://pcweenies.com/2012/05/09/shiftylook/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Four Font Resources Every Cartoonist Should Bookmark</title>
		<link>http://pcweenies.com/2012/05/08/four-font-resources-every-cartoonist-should-bookmark/</link>
		<comments>http://pcweenies.com/2012/05/08/four-font-resources-every-cartoonist-should-bookmark/#comments</comments>
		<pubDate>Tue, 08 May 2012 20:43:11 +0000</pubDate>
		<dc:creator>Krishna</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[font resources]]></category>
		<category><![CDATA[lettering comics]]></category>
		<category><![CDATA[lettering resources for cartoonists]]></category>

		<guid isPermaLink="false">http://pcweenies.com/?p=8189</guid>
		<description><![CDATA[As a follow-up to my earlier post on using Photoshop to create word balloons, I want to highlight a few font resources you should be aware of if you&#8217;re a cartoonist. Blambot: the grand-daddy of comic font sites on the web, run by cartoonist / letterer Nate Piekos. (You can read Nate&#8217;s weekly webcomic, Atland, [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_sand" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fpcweenies.com%252F2012%252F05%252F08%252Ffour-font-resources-every-cartoonist-should-bookmark%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FKKzkZK%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Four%20Font%20Resources%20Every%20Cartoonist%20Should%20Bookmark%20%23webcomics%20%23tech%22%20%7D);"></div>
<p>As a follow-up to my earlier post on <a href="http://pcweenies.com/2012/04/21/how-to-make-word-balloons-using-adobe-photoshop/">using Photoshop to create word balloons</a>, I want to highlight a few font resources you should be aware of if you&#8217;re a cartoonist.</p>
<ul>
<li><a href="http://www.blambot.com">Blambot</a>: the grand-daddy of comic font sites on the web, run by cartoonist / letterer Nate Piekos. (You can read Nate&#8217;s weekly webcomic, Atland, on the Blambot site.) Blambot has numerous fonts (dialogue, design, sound effect, alien, etc.) to choose from that are free to use if you&#8217;re an independent creator. In addition, Nate offers some really nice, affordable fonts that you can purchase. </li>
<li><a href="http://www.comicbookfonts.com">Comicraft</a>: A wide variety of professional comic book fonts can be found here, but unfortunately there are no free fonts to be had. Still, the quality of fonts here are excellent. You&#8217;ll find many custom lettering fonts from the masters of comic book art, including Dave Gibbons, Joe Kubert, and Tim Sale, among others, available for sale. <strong>Tip:</strong> Don&#8217;t miss Comicraft&#8217;s New Year sale, where each font can be purchased for $20.13 (each year, it goes up a penny!). </li>
<li><a href="http://www.dafont.com">DaFont</a>: If your tastes lean towards finding type beyond that of the comic realm, investigate DaFont. A really unique feature that DaFont  offers is the ability to preview what your custom text will look like <em>before</em> you download them. It&#8217;s a huge time-saver, to be sure.</li>
<li><a href="http://www.chank.com">Chank</a>: Dubbed as <q>cool fonts for smart designers</q>, you&#8217;ll find a fresh collection of free fonts to add to your collection. Each font is custom-made in Minnesota.</li>
</ul>
<p>Of course, if you have something specific in mind, you can also make <a href="http://www.instructables.com/id/How-to-make-custom-fonts/">your own custom fonts</a>, too. And if you&#8217;re looking for web fonts to spruce up your site, check out <a href="http://www.google.com/webfonts">Google fonts</a>.
<p><em>Which font resources do you use for your comics and/or designs?</em> Share your favorite font hangouts in the comments below!</p>
<p><em>-Krishna</em></p>

]]></content:encoded>
			<wfw:commentRss>http://pcweenies.com/2012/05/08/four-font-resources-every-cartoonist-should-bookmark/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Adding a Rocket to a Dinosaur: The Mac Pro Solid State Drive Rebuild</title>
		<link>http://pcweenies.com/2012/05/06/adding-a-rocket-to-a-dinosaur-the-mac-pro-solid-state-drive-rebuild/</link>
		<comments>http://pcweenies.com/2012/05/06/adding-a-rocket-to-a-dinosaur-the-mac-pro-solid-state-drive-rebuild/#comments</comments>
		<pubDate>Sun, 06 May 2012 15:45:04 +0000</pubDate>
		<dc:creator>Krishna</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[hardware upgrades]]></category>
		<category><![CDATA[Mac Pro]]></category>
		<category><![CDATA[Other World Computing]]></category>
		<category><![CDATA[SSD]]></category>

		<guid isPermaLink="false">http://pcweenies.com/?p=8174</guid>
		<description><![CDATA[Two weeks ago, shortly after I wrote my blog post entitled &#8220;Mac Spring Cleaning: Rethinking How I Organize My Data&#8221;, I ordered myself a shiny new 120GB Other World Computing Mercury Electra 6G solid state drive for my Mac Pro. I&#8217;m no stranger to solid state drives; I&#8217;ve been using them with both my Macs [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_sand" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fpcweenies.com%252F2012%252F05%252F06%252Fadding-a-rocket-to-a-dinosaur-the-mac-pro-solid-state-drive-rebuild%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FIzrTna%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Adding%20a%20Rocket%20to%20a%20Dinosaur%3A%20The%20Mac%20Pro%20Solid%20State%20Drive%20Rebuild%20%23webcomics%20%23tech%22%20%7D);"></div>
<p>Two weeks ago, shortly after I wrote my blog post entitled <a href="http://pcweenies.com/2012/04/15/mac-spring-cleaning-rethinking-how-i-organize-my-data/">&#8220;Mac Spring Cleaning: Rethinking How I Organize My Data&#8221;</a>, I ordered myself a shiny new 120GB Other World Computing Mercury Electra 6G solid state drive for my Mac Pro. </p>
<p><a href="http://www.flickr.com/photos/58365198@N00/7002669442" title="View 'IMG_1437' on Flickr.com"><img height="500" title="IMG_1437" alt="IMG_1437" border="0" src="http://farm6.staticflickr.com/5118/7002669442_2126c8674f.jpg" width="500"/></a></p>
<p>I&#8217;m <a href="http://pcweenies.com/2010/11/15/the-solid-state-drive-experience-first-impressions-of-the-owc-extreme-pro-ssd/">no stranger</a> to solid state drives; I&#8217;ve been <a href="http://pcweenies.com/?s=SSD">using them</a> with both my Macs for almost two years now. SSDs have given a new lease on life for both my machines, which are over 4 years old (<em>ancient</em> by computing standards).</p>
<p>Three factors influenced my latest SSD purchase.</p>
<ul>
<li>My 40GB OWC SSD was no longer cutting it for all my apps / OS.</li>
<li>The prices on larger SSDs have come down within the past 3 months. (I paid $150 for my 120GB OWC Mercury Electra 6G.)</li>
<li>I wanted to perform a complete rebuild of my Mac Pro as a performance tune-up.</li>
</ul>
<p>Rebuilding an OS and apps is like moving into a new house: it takes time to move your stuff (installing apps) and it takes a little longer to settle in (adjusting all your apps  settings the way you like). It&#8217;s tedious, but in the end, you have a clean, organized place you really like coming home to. </p>
<p>Carrying the moving analogy, not everything made it into the new &#8220;house&#8221;. First and foremost, Corel Painter X didn&#8217;t make the cut. While Painter is a good program for what it does, I can do everything I need to do illustration-wise with Sketchbook Pro and Photoshop.</p>
<p>Setting up most of my apps was pretty easy. Ironically, the apps that weren&#8217;t as easy to reconfigure were iTunes and iPhoto. I manage all of my media and photo data on a separate internal drive; it took some Googling on my part to properly configure both apps to find their content.</p>
<p><strong>Side note:</strong> iTunes is in desperate need of a make-over. My suggestion would be for Apple to split up iTunes into separate apps to manage music, movies, etc.</p>
<p>With the new 120GB drive, performance screams. Part of it is because of the extra head-room on the SSD. Sketchbook Pro, Photoshop, etc. all make use of the extra fast scratch disk space on the drive.</p>
<p>Furthermore, reinstalling Photoshop cleared up some wonky behavior (such as the delay encountered when typing text using the Text tool) and allowed me to modify, remove and optimize a few of my workflow actions / scripts. Sketchbook Pro runs like butter now: super fast with no lagging whatsoever.</p>
<p>In the end, while rebuilding the OS and apps was a bit tedious, the expended effort was totally worth it.</p>
<p><em>-Krishna</em><br /><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><img  title="installing the OWC SSD" alt="installing the OWC SSD" border="0" src="http://farm2.static.flickr.com/1335/5177931087_6515045f42.jpg"  height="75" width="75" /> <a href="http://pcweenies.com/2010/11/15/the-solid-state-drive-experience-first-impressions-of-the-owc-extreme-pro-ssd/" rel="bookmark" title="November 15, 2010">The Solid State Drive Experience: First Impressions of the OWC Extreme Pro SSD</a></li>
<li><img  title="http://farm7.static.flickr.com/6164/6205721406_f4112f1f67.jpg" alt="http://farm7.static.flickr.com/6164/6205721406_f4112f1f67.jpg" border="0" src="http://farm7.static.flickr.com/6164/6205721406_f4112f1f67.jpg"  height="75" width="75" /> <a href="http://pcweenies.com/2011/10/08/after-the-ssd-re-evaluating-my-apps/" rel="bookmark" title="October 8, 2011">After the SSD: Re-evaluating my Apps</a></li>
<li><img src="http://farm3.static.flickr.com/2499/4050967527_bcdf501de9.jpg" alt="Windows 7" border="0"    height="75" width="75" /> <a href="http://pcweenies.com/2009/10/28/windows-7-my-first-impressions/" rel="bookmark" title="October 28, 2009">Windows 7: My First Impressions</a></li>
<li> <a href="http://pcweenies.com/2010/04/25/feeling-the-itch-ssd-drives/" rel="bookmark" title="April 25, 2010">Feeling the Itch (SSD drives)</a></li>
<li><img title="OWC Mercury Elite AL-Pro with OWC Slim ExpressCard to eSATA adapter"border="0"alt="OWC Mercury Elite AL-Pro with OWC Slim ExpressCard to eSATA adapter"src="http://farm5.static.flickr.com/4013/4671794409_acdd07e5a8.jpg" height="75" width="75" /> <a href="http://pcweenies.com/2010/07/13/review-owc-mercury-elite-al-pro-mini-500gb-drive/" rel="bookmark" title="July 13, 2010">Review: OWC Mercury Elite AL-Pro mini 500GB drive</a></li>
</ul>
<p><!-- Similar Posts took 275.093 ms --></p>

]]></content:encoded>
			<wfw:commentRss>http://pcweenies.com/2012/05/06/adding-a-rocket-to-a-dinosaur-the-mac-pro-solid-state-drive-rebuild/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UNcubed: Eating Out and More</title>
		<link>http://pcweenies.com/2012/04/28/uncubed-eating-out-and-more/</link>
		<comments>http://pcweenies.com/2012/04/28/uncubed-eating-out-and-more/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 03:49:37 +0000</pubDate>
		<dc:creator>Krishna</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Plugs]]></category>
		<category><![CDATA[uncubed]]></category>

		<guid isPermaLink="false">http://pcweenies.com/?p=8160</guid>
		<description><![CDATA[Lo and behold, there is a new Uncubed comic to read. Also posted this month, a new installment of &#8220;The Other World&#8221; for site sponsor Other World Computing. -Krishna]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_sand" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fpcweenies.com%252F2012%252F04%252F28%252Funcubed-eating-out-and-more%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FJiEoTi%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22UNcubed%3A%20Eating%20Out%20and%20More%20%23webcomics%20%23tech%22%20%7D);"></div>
<p><a href="http://www.flickr.com/photos/58365198@N00/6977215970" title="View 'uncubed_preview' on Flickr.com"><img height="338" title="uncubed_preview" alt="uncubed_preview" border="0" src="http://farm8.staticflickr.com/7135/6977215970_97aefb049c.jpg" width="281"/></a></p>
<p>Lo and behold, there is <a href="http://www.uncubedthecomic.com/comic/eating-out/">a new Uncubed comic</a> to read. Also posted this month, <a href="http://blog.macsales.com/13625-the-other-world-episode-47">a new installment</a> of &#8220;The Other World&#8221; for site sponsor <a href="http://www.macsales.com">Other World Computing</a>.</p>
<p><em>-Krishna</em></p>

]]></content:encoded>
			<wfw:commentRss>http://pcweenies.com/2012/04/28/uncubed-eating-out-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reverse Sorting an RSS feed: Your Help Needed</title>
		<link>http://pcweenies.com/2012/04/23/reverse-sorting-an-rss-feed-your-help-needed/</link>
		<comments>http://pcweenies.com/2012/04/23/reverse-sorting-an-rss-feed-your-help-needed/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 17:45:54 +0000</pubDate>
		<dc:creator>Krishna</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://pcweenies.com/?p=8143</guid>
		<description><![CDATA[Help! I&#8217;m looking for an easy method to make a reverse-ordered RSS feed from the existing PC Weenies RSS feed. I&#8217;m using Mailchimp for the PC Weenies Toon Mailer, but unfortunately, it always displays my RSS feed from most recent post to least recent post. Which can be kind of a bummer when you&#8217;re following [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_sand" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fpcweenies.com%252F2012%252F04%252F23%252Freverse-sorting-an-rss-feed-your-help-needed%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FIaJIJp%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Reverse%20Sorting%20an%20RSS%20feed%3A%20Your%20Help%20Needed%20%23webcomics%20%23tech%22%20%7D);"></div>
<p>Help!</p>
<p>I&#8217;m looking for an easy method to make a reverse-ordered RSS feed from the existing PC Weenies RSS feed. I&#8217;m using <a href="http://www.mailchimp.com">Mailchimp</a> for the PC Weenies Toon Mailer, but unfortunately, it always displays my RSS feed from most recent post to least recent post. Which can be kind of a bummer when you&#8217;re following the storyline. </p>
<p>The only workaround I have is to publish the mailing list on a daily basis. Unfortunately, MailChimp does not offer a M-W-F option for their RSS mailing list option.</p>
<p>I have tried Yahoo&#8217;s Pipes approach, but it seems to error out every time I supply the original RSS feed. I&#8217;m looking to my fellow geeks for a solution. Help?</p>
<p><em>-Krishna</em></p>

]]></content:encoded>
			<wfw:commentRss>http://pcweenies.com/2012/04/23/reverse-sorting-an-rss-feed-your-help-needed/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How To Make Word Balloons Using Adobe Photoshop</title>
		<link>http://pcweenies.com/2012/04/21/how-to-make-word-balloons-using-adobe-photoshop/</link>
		<comments>http://pcweenies.com/2012/04/21/how-to-make-word-balloons-using-adobe-photoshop/#comments</comments>
		<pubDate>Sat, 21 Apr 2012 13:00:59 +0000</pubDate>
		<dc:creator>Krishna</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[cartooning techniques]]></category>
		<category><![CDATA[how to make word balloons]]></category>

		<guid isPermaLink="false">http://pcweenies.com/?p=8128</guid>
		<description><![CDATA[Making word balloons is part and parcel of being a cartoonist. Just like digital coloring, there are many techniques out there for making word balloons. Here&#8217;s how I make mine, using Adobe Photoshop. 1. Start off with some text. Organize your text into the shape of an oval. Keep in mind the line-spacing (leading). For [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_sand" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fpcweenies.com%252F2012%252F04%252F21%252Fhow-to-make-word-balloons-using-adobe-photoshop%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FJfD3AY%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20To%20Make%20Word%20Balloons%20Using%20Adobe%20Photoshop%20%23webcomics%20%23tech%22%20%7D);"></div>
<p>Making word balloons is part and parcel of being a cartoonist. Just like digital coloring, there are many techniques out there for making word balloons. Here&#8217;s how I make mine, using Adobe Photoshop.</p>
<p>1. Start off with some text. Organize your text into the shape of an oval. Keep in mind the line-spacing (leading). For a typical word balloon in my comic strips, my text is sized to 7px and the leading is one pixel less (6px). </p>
<p><a href="http://www.flickr.com/photos/58365198@N00/6952662300" title="View 'Step 0: Start off with text' on Flickr.com"><img height="360" title="Step 0: Start off with text" alt="Step 0: Start off with text" border="0" src="http://farm8.staticflickr.com/7276/6952662300_f97bc83564.jpg" width="500"/></a></p>
<p>2. Next, use the Ellipse tool. The Ellipse tool is a much better choice than the Elliptical Marquee tool because you can modify the shape and size of the ellipse very easily, without having to worry about pixellation.</p>
<p><a href="http://www.flickr.com/photos/58365198@N00/7098698507" title="View 'Step 1: Use the Ellipse Tool' on Flickr.com"><img height="" title="Step 1: Use the Ellipse Tool" alt="Step 1: Use the Ellipse Tool" border="0" src="http://farm8.static.flickr.com/7179/7098698507_08cf2bdb21.jpg" width=""/></a></p>
<p>2. Create an ellipse. Move the ellipse layer underneath the text. Adjust the scale and size as needed to fit the text. </p>
<p><a href="http://www.flickr.com/photos/58365198@N00/6952627550" title="View 'Step 2: Create an ellipse' on Flickr.com"><img height="500" title="Step 2: Create an ellipse" alt="Step 2: Create an ellipse" border="0" src="http://farm8.staticflickr.com/7226/6952627550_883f510e32.jpg" width="490"/></a></p>
<p>3. Use the Direct Selection Tool to adjust the roundness of the ellipse. </p>
<p><a href="http://www.flickr.com/photos/58365198@N00/7098698565" title="View 'Step 3: Use the Direct Selection Tool to adjust the shape of the ellipse' on Flickr.com"><img height="" title="Step 3: Use the Direct Selection Tool to adjust the shape of the ellipse" alt="Step 3: Use the Direct Selection Tool to adjust the shape of the ellipse" border="0" src="http://farm8.static.flickr.com/7137/7098698565_a338a6c88e.jpg" width=""/></a></p>
<p>When you click on the ellipse you&#8217;ve created using the Direct Selection Tool, you&#8217;ll see anchor points, which you can click to pull and adjust the shape of the balloon, like so:</p>
<p><a href="http://www.flickr.com/photos/58365198@N00/7098798415" title="View 'Using the Anchor Tool to Adjust the Balloon's Shape' on Flickr.com"><img height="449" title="Using the Anchor Tool to Adjust the Balloon's Shape" alt="Using the Anchor Tool to Adjust the Balloon's Shape" border="0" src="http://farm8.staticflickr.com/7263/7098798415_fbe987fbf3.jpg" width="500"/></a></p>
<p>Or you could keep the ellipse as is, depending upon your preference.</p>
<p>4. On a layer underneath the ellipse layer, draw the outline of the tail using the Lasso tool as shown below. The tail should always point to the character&#8217;s mouth.</p>
<p><a href="http://www.flickr.com/photos/58365198@N00/6952627602" title="View 'Step 4: Add the tail using the lasso tool' on Flickr.com"><img height="426" title="Step 4: Add the tail using the lasso tool" alt="Step 4: Add the tail using the lasso tool" border="0" src="http://farm6.staticflickr.com/5346/6952627602_bfb05ce28e.jpg" width="500"/></a></p>
<p>5. Flood white into the tail (Option-Delete). Flatten the tail layer with the ellipse layer using Command-E.</p>
<p><a href="http://www.flickr.com/photos/58365198@N00/6952627680" title="View 'Step 7: Flatten the "tail" layer with the ellipse layer (Cmd-E)' on Flickr.com"><img height="500" title="Step 7: Flatten the "tail" layer with the ellipse layer (Cmd-E)" alt="Step 7: Flatten the "tail" layer with the ellipse layer (Cmd-E)" border="0" src="http://farm6.staticflickr.com/5120/6952627680_359cfa4c31.jpg" width="131"/></a></p>
<p><a href="http://www.flickr.com/photos/58365198@N00/7098698631" title="View 'Step 5: Flood the Tail with White' on Flickr.com"><img height="417" title="Step 5: Flood the Tail with White" alt="Step 5: Flood the Tail with White" border="0" src="http://farm8.staticflickr.com/7205/7098698631_9c4cd5c05d.jpg" width="500"/></a></p>
<p>6. Apply a layer stroke on the word balloon layer. Adjust the thickness of the stroke to suit to taste. Set the &#8220;Position&#8221; of the stroke to inside to retain the sharpness of the word balloon&#8217;s tail.</p>
<p><a href="http://www.flickr.com/photos/58365198@N00/7098698699" title="View 'Step 8: Apply a stroke on the flattened balloon layer' on Flickr.com"><img height="263" title="Step 8: Apply a stroke on the flattened balloon layer" alt="Step 8: Apply a stroke on the flattened balloon layer" border="0" src="http://farm6.staticflickr.com/5447/7098698699_0b133beb3a.jpg" width="209"/></a></p>
<p><a href="http://www.flickr.com/photos/58365198@N00/7098698751" title="View 'Step 9: Stroke settings' on Flickr.com"><img height="398" title="Step 9: Stroke settings" alt="Step 9: Stroke settings" border="0" src="http://farm6.staticflickr.com/5236/7098698751_8c12827a7d.jpg" width="500"/></a></p>
<p>7. Behold! The final result!</p>
<p><a href="http://www.flickr.com/photos/58365198@N00/6952627788" title="View 'Step 10: The final result!' on Flickr.com"><img height="427" title="Step 10: The final result!" alt="Step 10: The final result!" border="0" src="http://farm6.staticflickr.com/5113/6952627788_fba45d532c.jpg" width="500"/></a></p>
<p>As I said, there are many different ways to approach word balloons. The steps I&#8217;ve outlined above comprise the methodology I use. Share your thoughts and techniques in the comments below.</p>
<p><em>-Krishna</em><br /><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><img  title="Oskar van Velden critique" alt="Oskar van Velden critique" border="0" src="http://farm8.staticflickr.com/7024/6694830829_7301f41e94.jpg"  height="75" width="75" /> <a href="http://pcweenies.com/2012/01/14/mentor-experiment-oskar-van-velden-critique/" rel="bookmark" title="January 14, 2012">Mentor Experiment: Oskar van Velden Critique</a></li>
</ul>
<p><!-- Similar Posts took 201.533 ms --></p>

]]></content:encoded>
			<wfw:commentRss>http://pcweenies.com/2012/04/21/how-to-make-word-balloons-using-adobe-photoshop/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

