<?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; Mac</title>
	<atom:link href="http://pcweenies.com/category/news/mac/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 48.866 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 46.063 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 51.702 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>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 61.443 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>Mac Spring Cleaning: Rethinking How I Organize my Data</title>
		<link>http://pcweenies.com/2012/04/15/mac-spring-cleaning-rethinking-how-i-organize-my-data/</link>
		<comments>http://pcweenies.com/2012/04/15/mac-spring-cleaning-rethinking-how-i-organize-my-data/#comments</comments>
		<pubDate>Sun, 15 Apr 2012 17:48:42 +0000</pubDate>
		<dc:creator>Krishna</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://pcweenies.com/?p=8112</guid>
		<description><![CDATA[I&#8217;ve been thinking a lot about file structure and folder organization lately, particularly when it comes to managing and accessing data across multiple Macs. While I&#8217;m accustomed to my current folder structures, I feel that I&#8217;m not managing and organizing my data as efficiently as I could. To that end, I feel that I need [...]]]></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%252F15%252Fmac-spring-cleaning-rethinking-how-i-organize-my-data%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FIXLkGd%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Mac%20Spring%20Cleaning%3A%20Rethinking%20How%20I%20Organize%20my%20Data%20%23webcomics%20%23tech%22%20%7D);"></div>
<p><a href="http://www.flickr.com/photos/58365198@N00/7080753905" title="View 'IMG_1400' on Flickr.com"><img height="500" title="IMG_1400" alt="IMG_1400" border="0" src="http://farm8.staticflickr.com/7268/7080753905_8d12569d90.jpg" width="374"/></a></p>
<p>I&#8217;ve been thinking a lot about file structure and folder organization lately, particularly when it comes to managing and accessing data across multiple Macs. While I&#8217;m accustomed to my current folder structures, I feel that I&#8217;m not managing and organizing my data as efficiently as I could.  </p>
<p>To that end, I feel that I need to overhaul my approach. </p>
<p>Here&#8217;s my proposal:</p>
<p>First off, I plan on moving all my current projects and data files from both laptop and desktop Macs over to Dropbox. Doing so will let me access these files from either machine I happen to be working from. Having these files on Dropbox will also permit me to access them from <em>any other</em> machine, so long as the computer I&#8217;m sitting at has a connection to the &#8216;net.</p>
<p>Older projects and data files that I rarely access will be archived onto a NAS device, which will, in turn, back up to both a secondary hard drive as well as a remote server (via Backblaze).</p>
<p>Furthermore, my plan is to add a larger capacity SSD to my Mac Pro (120 GB) for housing all my apps and the OS. I will also dedicate a separate hard drive to exclusively house all my music and movie files. I think I&#8217;ll also have a separate drive dedicated to photos, as well.</p>
<p>Of course, I&#8217;m looking for thoughts and feedback on my proposal. On paper, it seems like my new methodology could work, but I want to make sure I&#8217;m not overlooking something significant. How do you organize and share your data across multiple machines? Sound off in the comments below.</p>
<p><em>-Krishna</em></p>

]]></content:encoded>
			<wfw:commentRss>http://pcweenies.com/2012/04/15/mac-spring-cleaning-rethinking-how-i-organize-my-data/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>The Reason Why I Don&#8217;t Live Stream My Cartooning Anymore</title>
		<link>http://pcweenies.com/2012/03/23/the-reason-why-i-dont-live-stream-my-cartooning-anymore/</link>
		<comments>http://pcweenies.com/2012/03/23/the-reason-why-i-dont-live-stream-my-cartooning-anymore/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 20:07:05 +0000</pubDate>
		<dc:creator>Krishna</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Flash Player problems]]></category>
		<category><![CDATA[unable to live stream]]></category>

		<guid isPermaLink="false">http://pcweenies.com/?p=8012</guid>
		<description><![CDATA[In the &#8220;I&#8217;d love to, but I can&#8217;t&#8221; department. Flash Player (see image above) does not detect any mouse clicks, so I&#8217;m hopelessly staring at a worthless dialog box. I&#8217;m running the latest Lion and I&#8217;ve installed the latest Flash Player (version 11). Maybe I&#8217;m missing something… Anyone who can successfully help me troubleshoot 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%252F03%252F23%252Fthe-reason-why-i-dont-live-stream-my-cartooning-anymore%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FGJbRIb%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22The%20Reason%20Why%20I%20Don%27t%20Live%20Stream%20My%20Cartooning%20Anymore%20%23webcomics%20%23tech%22%20%7D);"></div>
<p><a href="http://www.flickr.com/photos/58365198@N00/6863114686" title="View 'Flash Player sucks!' on Flickr.com"><img height="353" title="Flash Player sucks!" alt="Flash Player sucks!" border="0" src="http://farm8.staticflickr.com/7054/6863114686_943337cab7.jpg" width="473"/></a></p>
<p>In the &#8220;I&#8217;d love to, but I can&#8217;t&#8221; department.</p>
<p>Flash Player (see image above) does not detect any mouse clicks, so I&#8217;m hopelessly staring at a worthless dialog box. I&#8217;m running the latest Lion and I&#8217;ve installed the latest Flash Player (version 11). Maybe I&#8217;m missing something… </p>
<p>Anyone who can successfully help me troubleshoot the problem will get a PCW sketch mailed to their doorstep.</p>
<p>Help?</p>
<p><em>-Krishna</em></p>

]]></content:encoded>
			<wfw:commentRss>http://pcweenies.com/2012/03/23/the-reason-why-i-dont-live-stream-my-cartooning-anymore/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Wither the Mac Pro?</title>
		<link>http://pcweenies.com/2012/03/15/wither-the-mac-pro/</link>
		<comments>http://pcweenies.com/2012/03/15/wither-the-mac-pro/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 19:13:22 +0000</pubDate>
		<dc:creator>Krishna</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://pcweenies.com/?p=7977</guid>
		<description><![CDATA[It&#8217;s been over 2 years since Apple released a new Mac Pro model. With Apple&#8217;s stock at an all time high (breaking $600 a share today), and consumer products like the MacBook Air, iPad and iPhone taking the lion&#8217;s share of sales (no pun intended), pro users of Apple&#8217;s hardware are wondering whether Apple still [...]]]></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%252F03%252F15%252Fwither-the-mac-pro%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FAaLPV6%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Wither%20the%20Mac%20Pro%3F%20%23webcomics%20%23tech%22%20%7D);"></div>
<p><a href="http://www.flickr.com/photos/58365198@N00/3677072092" title="View 'Little Bro, Big Bro' on Flickr.com"><img border="0" style="display:block; margin-left:auto; margin-right:auto;" height="375" src="http://farm4.staticflickr.com/3602/3677072092_0dbcb09153.jpg" alt="Little Bro, Big Bro" width="500" title="Little Bro, Big Bro"/></a></p>
<p>It&#8217;s been over 2 years since Apple released a new Mac Pro model. With Apple&#8217;s stock at an all time high (breaking $600 a share today), and consumer products like the MacBook Air, iPad and iPhone taking the lion&#8217;s share of sales (no pun intended), pro users of Apple&#8217;s hardware are wondering whether Apple still cares about supporting them. The jury&#8217;s still out, but the writing appears to be on the wall…</p>
<p>Does an iMac make sense as a Mac Pro substitute? No. And here are two reasons why:</p>
<ol>
<li>The iMac is not expandable. Pro users need the ability to add RAM, storage and video cards to expand the machine&#8217;s capabilities. An iMac is a closed system, with limited upgrade potential.</li>
<li>The iMac saddles the user with a glossy-screen display. I&#8217;ve used the iMac display, and while it is sharp and vibrant, it is also a reflective mirror. An expandable system like a Mac Pro gives the user the flexibility to choose a display from any number of manufacturers.</li>
</ol>
<p>My Mac Pro is 4 years old. With the addition of RAM and a solid state drive, it&#8217;s still wickedly fast, handling pro apps with aplomb. I would buy a modern Mac Pro if it were available, and I know <a href="http://www.macworld.com/article/1165889/mac_pro_users_clamor_for_hardware_upgrade.html">I&#8217;m not alone</a>.</p>
<p>In short, an expandable machine like the Mac Pro is needed in Apple&#8217;s line up. Let&#8217;s hope Apple upgrades this venerable machine.</p>
<p>-<em>Krishna</em></p>

]]></content:encoded>
			<wfw:commentRss>http://pcweenies.com/2012/03/15/wither-the-mac-pro/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Review: Palua 3.0</title>
		<link>http://pcweenies.com/2012/02/27/review-palua-3-0/</link>
		<comments>http://pcweenies.com/2012/02/27/review-palua-3-0/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 03:17:38 +0000</pubDate>
		<dc:creator>Krishna</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Mac productivity]]></category>
		<category><![CDATA[Palua]]></category>

		<guid isPermaLink="false">http://pcweenies.com/?p=7875</guid>
		<description><![CDATA[Out of the box, Apple keyboards are setup to where the function keys operate in Apple Mode. Within Apple Mode, users can use their function keys to perform a variety of tasks, like play or pause iTunes, adjust screen brightness, and even invoke Dashboard or Mission Control. To access the function keys as function keys, [...]]]></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%252F02%252F27%252Freview-palua-3-0%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FxMSQnY%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Review%3A%20Palua%203.0%20%23webcomics%20%23tech%22%20%7D);"></div>
<p><a href="http://www.flickr.com/photos/58365198@N00/1506002812" title="View 'Apple keyboard' on Flickr.com"><img height="375" title="Apple keyboard" alt="Apple keyboard" border="0" src="http://farm3.staticflickr.com/2158/1506002812_9141640184.jpg" width="500"/></a></p>
<p>Out of the box, Apple keyboards are setup to where the function keys operate in Apple Mode. Within Apple Mode, users can use their function keys to perform a variety of tasks, like play or pause iTunes, adjust screen brightness, and even invoke Dashboard or Mission Control. To access the function keys as function keys, particularly on a Mac laptop or small-sized Apple keyboard, you&#8217;ll have to press the Fn key along with the function key.</p>
<p>As a Mac power user, I regularly make use of my keyboard&#8217;s function keys. Programs like Flash and Photoshop have various keyboard shortcuts that are specifically assigned to function keys, and it&#8217;s a pain in the tookus to have to hit the Fn key + Function Key (i.e. F1) each and every time I need to invoke a specific function. </p>
<p>The developers at Molowa must have experienced my pain, because they are the developers behind <a href="http://itunes.apple.com/us/app/palua/id431494195?mt=12">Palua</a>, a little Mac software gem (<em>99 cents at the Mac App Store</em>) that lets the user easily toggle the functionality of the Function keys on the Apple keyboard. </p>
<p><a href="http://www.flickr.com/photos/58365198@N00/6790887334" title="View 'Palua Menulet' on Flickr.com"><img height="" title="Palua Menulet" alt="Palua Menulet" border="0" src="http://farm8.static.flickr.com/7201/6790887334_e9a21bd566.jpg" width=""/></a></p>
<p>Palua installs as a menulet on the Mac&#8217;s menubar. Here&#8217;s how it works:</p>
<p>Hit <strong>Command-Option-Tab</strong> (or make up your own keyboard shortcut) and your Function keys toggle to one of two modes:</p>
<ol>
<li> function key mode</li>
<li> Apple mode (adjust volume, brightness, etc.)</li>
</ol>
<p>Once toggled, the keyboard stays in the specified mode until you toggle it back. <em>Bliss!</em></p>
<p>This functionality, by itself, is pretty nifty, but Palua goes several steps further to earn its status as a Mac gem.</p>
<p>First up is Palua&#8217;s Preferences tab, which lets the user assign a configurable keyboard shortcut to toggle the function keys. I kept the default settings. Also within the Preferences tab, the user can elect to specify the default function key mode. (Apple keyboards are set to &#8216;Apple mode&#8217; by default.)</p>
<p><a href="http://www.flickr.com/photos/58365198@N00/6790887406" title="View 'Palua Preferences' on Flickr.com"><img height="410" title="Palua Preferences" alt="Palua Preferences" border="0" src="http://farm8.staticflickr.com/7053/6790887406_be1fd6b73f.jpg" width="500"/></a></p>
<p>In the Smart Mode tab, you can choose the default behavior of the function keys, depending upon the app you&#8217;re running. So, for apps like Flash and Photoshop, where I use function keys all day long, I&#8217;ve set the behavior of my function keys to operate in function key mode. For iTunes, I&#8217;ve assigned the keyboard to work in Apple mode. To sum up, you can choose which mode your function keys are in depending upon the app you are running. <em>Yes!</em></p>
<p><a href="http://www.flickr.com/photos/58365198@N00/6937006063" title="View 'Screen Shot 2012-02-27 at 9.42.31 PM' on Flickr.com"><img height="410" title="Screen Shot 2012-02-27 at 9.42.31 PM" alt="Screen Shot 2012-02-27 at 9.42.31 PM" border="0" src="http://farm8.staticflickr.com/7059/6937006063_ce50746474.jpg" width="500"/></a></p>
<p><em>But wait!</em> <strong>There&#8217;s more!</strong> You can also change the look of Palua&#8217;s menulet icon. I chose &#8220;Black&#8221; so I can easily pick out the Palua icon from my menubar.</p>
<p><a href="http://www.flickr.com/photos/58365198@N00/6790887496" title="View 'Screen Shot 2012-02-27 at 9.42.48 PM' on Flickr.com"><img height="410" title="Screen Shot 2012-02-27 at 9.42.48 PM" alt="Screen Shot 2012-02-27 at 9.42.48 PM" border="0" src="http://farm8.staticflickr.com/7040/6790887496_615a6ca9fb.jpg" width="500"/></a></p>
<p>Palua does what it&#8217;s supposed to and then some. At a mere 99 cents on the Mac App Store, it&#8217;s a no-brainer purchase for power users. Because of its ease of use and its polish, <a href="http://itunes.apple.com/us/app/palua/id431494195?mt=12">Palua</a> rightfully earns 5 out of 5 Bob Weiners.</p>
<p><img src="http://www.pcweenies.com/site_gfx/ratings/five_bobs.png" /></p>
<p><em>-Krishna</em></p>
<p>Share this review with your friends using the buttons below!</p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<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="DragonDrop Prefs" alt="DragonDrop Prefs" border="0" src="http://farm8.staticflickr.com/7097/7170849218_938a3cb555.jpg"  height="75" width="75" /> <a href="http://pcweenies.com/2012/05/10/software-pick-of-the-month-dragondrop/" rel="bookmark" title="May 10, 2012">Software Pick of the Month: DragonDrop</a></li>
<li><img  title="MenuPop screenshots" alt="MenuPop screenshots" border="0" src="http://farm6.static.flickr.com/5164/5254029835_3402ef1723.jpg"  height="75" width="75" /> <a href="http://pcweenies.com/2010/12/12/menupop-bringing-the-mac-menubar-to-your-mouse/" rel="bookmark" title="December 12, 2010">MenuPop: Bringing the Mac Menubar to your Mouse</a></li>
</ul>
<p><!-- Similar Posts took 178.291 ms --></p>

]]></content:encoded>
			<wfw:commentRss>http://pcweenies.com/2012/02/27/review-palua-3-0/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>More RAM!</title>
		<link>http://pcweenies.com/2011/12/12/more-ram-2/</link>
		<comments>http://pcweenies.com/2011/12/12/more-ram-2/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 01:37:39 +0000</pubDate>
		<dc:creator>Krishna</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Mac Pro]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[RAM upgrade]]></category>

		<guid isPermaLink="false">http://pcweenies.com/?p=7465</guid>
		<description><![CDATA[It&#8217;s the holiday season &#8211; and I wanted to give my Mac Pro a gift for its dedicated service for the past 3 years. So last week, I ordered 2x2GB memory sticks from site sponsor Other World Computing. This brings the total memory of my system up to 14GB. The reason for this upgrade? 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%252F2011%252F12%252F12%252Fmore-ram-2%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FvbHDGA%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22More%20RAM%21%20%23webcomics%20%23tech%22%20%7D);"></div>
<p>It&#8217;s the holiday season &#8211; and I wanted to give my Mac Pro a gift for its dedicated service for the past 3 years. So last week, I ordered 2x2GB memory sticks from site sponsor <a href="http://www.macsales.com">Other World Computing</a>. This brings the total memory of my system up to 14GB. </p>
<p><em>The reason for this upgrade?</em> </p>
<p>My computer had a tendency to exhaust all its available RAM (thanks to the myriad of graphics programs I run concurrently on my system) to the point where the OS began using virtual RAM (aka my solid state drive&#8217;s limited space) to compensate.</p>
<p><a href="http://www.flickr.com/photos/58365198@N00/6502420119" title="View 'http://farm8.staticflickr.com/7003/6502420119_4b9f319eca.jpg' on Flickr.com"><img height="500" title="http://farm8.staticflickr.com/7003/6502420119_4b9f319eca.jpg" alt="http://farm8.staticflickr.com/7003/6502420119_4b9f319eca.jpg" border="0" src="http://farm8.staticflickr.com/7003/6502420119_4b9f319eca.jpg" width="500"/></a></p>
<p><a href="http://www.flickr.com/photos/58365198@N00/6502420597" title="View 'http://farm8.staticflickr.com/7149/6502420597_a1ddc8408c.jpg' on Flickr.com"><img height="374" title="http://farm8.staticflickr.com/7149/6502420597_a1ddc8408c.jpg" alt="http://farm8.staticflickr.com/7149/6502420597_a1ddc8408c.jpg" border="0" src="http://farm8.staticflickr.com/7149/6502420597_a1ddc8408c.jpg" width="500"/></a></p>
<p>The extra 4GB of RAM should alleviate that issue. The OWC RAM came within a few days and installation was as simple as snapping the extra modules into one of the memory riser cards. All 14GB were recognized when I powered the Mac Pro on. </p>
<p>With memory prices so incredibly cheap, adding more RAM seems to be a no-brainer of an upgrade. </p>
<p><em>-Krishna</em><br /><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><img border="0"  alt="More RAM!" src="http://farm3.static.flickr.com/2766/4331011625_b792aa8d17.jpg"  height="75" width="75" /> <a href="http://pcweenies.com/2010/02/04/more-ram/" rel="bookmark" title="February 4, 2010">More RAM!</a></li>
<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="IMG_1437" alt="IMG_1437" border="0" src="http://farm6.staticflickr.com/5118/7002669442_2126c8674f.jpg"  height="75" width="75" /> <a href="http://pcweenies.com/2012/05/06/adding-a-rocket-to-a-dinosaur-the-mac-pro-solid-state-drive-rebuild/" rel="bookmark" title="May 6, 2012">Adding a Rocket to a Dinosaur: The Mac Pro Solid State Drive Rebuild</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><img  title="the MacPro setup" alt="the MacPro setup" border="0" src="http://farm3.static.flickr.com/2236/2261972496_5f0ef2cbea.jpg"  height="75" width="75" /> <a href="http://pcweenies.com/2011/11/08/a-rebuttal-to-ben-brooks-the-mac-pro-experience/" rel="bookmark" title="November 8, 2011">A Rebuttal to Ben Brooks: the Mac Pro Experience</a></li>
</ul>
<p><!-- Similar Posts took 75.588 ms --></p>

]]></content:encoded>
			<wfw:commentRss>http://pcweenies.com/2011/12/12/more-ram-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

