<?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>Soniq.org</title>
	<atom:link href="http://soniq.org/feed" rel="self" type="application/rss+xml" />
	<link>http://soniq.org</link>
	<description>A place for Mac Software, Tips, Tricks, AppleScripts, and iPhone Resources</description>
	<lastBuildDate>Mon, 20 May 2013 15:06:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Control iTunes AirPlay streaming with AppleScript</title>
		<link>http://soniq.org/soniq/18477/control-itunes-airplay-streaming-with-applescript</link>
		<comments>http://soniq.org/soniq/18477/control-itunes-airplay-streaming-with-applescript#comments</comments>
		<pubDate>Mon, 20 May 2013 15:06:52 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[Applescript]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[Hints]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18477</guid>
		<description><![CDATA[iTunes 11.0.3 provides AppleScript support for controlling AirPlay devices. Below is a basic script that illustrates how AirPlay devices can be selected and applied using some of the new iTunes AppleScript classes and properties: tell application "iTunes" set apDevices to (get every AirPlay device whose available is true) if apDevices is {} then display dialog(...)]]></description>
				<content:encoded><![CDATA[<p>iTunes 11.0.3 provides AppleScript support for controlling AirPlay devices. Below is a basic script that illustrates how AirPlay devices can be selected and applied using some of the new iTunes AppleScript classes and properties:</p>
<div style="margin-left: 20px; margin-top:10px; margin-bottom:10px; padding: 5px; border:1px solid; width:700px; height:250px; overflow:scroll;white-space:nowrap;resize:both">
<pre>
tell application "iTunes"
	set apDevices to (get every AirPlay device whose available is true)
	if apDevices is {} then display dialog "No Airplay devices available." buttons {"Cancel"}
	set apNames to (get name of every AirPlay device whose available is true)
	set selAirplayDevices to (get name of every AirPlay device whose selected is true)
	set chosenNames to choose from list apNames default items selAirplayDevices with prompt "Select Airplay device:" with multiple selections allowed
	if chosenNames is false then return
	set apChoices to {}
	repeat with i from 1 to length of ...</pre>
</div>
<p>via MacOSXHints.com http://hints.macworld.com/article.php?story=20130520061835490</p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18477/control-itunes-airplay-streaming-with-applescript/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Gems: Delicious Library 3 lets you track your movies, music, and more</title>
		<link>http://soniq.org/soniq/18475/mac-gems-delicious-library-3-lets-you-track-your-movies-music-and-more</link>
		<comments>http://soniq.org/soniq/18475/mac-gems-delicious-library-3-lets-you-track-your-movies-music-and-more#comments</comments>
		<pubDate>Fri, 17 May 2013 10:06:44 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18475</guid>
		<description><![CDATA[It’s been eight years since we reviewed the original version of Delicious Library, Delicious Monster&#8217;s clever app for managing your media. But the question that greets Delicious Library 3, the latest edition in the franchise, is this: In 2013, is it still a good way to track and document all the items in your media(...)]]></description>
				<content:encoded><![CDATA[<article>
<section class="page">
<p>It’s been eight years since we <a href="http://www.macworld.com/article/1043520/deliciouslibrary.html">reviewed the original version of Delicious Library</a>, Delicious Monster&#8217;s clever app for managing your media. But the question that greets <strong><a href="http://www.delicious-monster.com">Delicious Library 3</a></strong>, the latest edition in the franchise, is this: In 2013, is it still a good way to track and document all the items in your media collection?</p>
<p>The answer to that question: Mostly, but Delicious Library 3 has some mild shortcomings to be addressed.</p>
<figure class=" large"><a href="http://images.techhive.com/images/article/2013/05/delicious3_library-100037403-orig.png" class="zoom"><img src="http://images.techhive.com/images/article/2013/05/delicious3_library-100037403-large.png" border="0" alt="" width="580" height="325"/></a><br />
<figcaption>Delicious Library 3&#8242;s main interface</figcaption>
</figure>
<p>If you’re not familiar with Delicious Library (the last major version of which, Delicious Library 2, was <a href="http://www.macworld.com/article/1133623/delicious.html">released five years ago</a>), the Mac app organizes and tracks collections of books, movies, other media, and even tools—it’s media-oriented, but it’s not limited to media. Essentially, anything with a barcode can be scanned and added to the app’s customized “shelf.”</p>
<p>In the past, the easiest way to add an item to Delicious Library was by holding its barcode up to your computer’s webcam for scanning. The app uses this barcode to automatically find and enter pertinent information about the item (including a photo) to the shelves of your virtual library.</p>
<p class="jumpTag"><a href="/article/2038731/mac-gems-delicious-library-3-lets-you-track-your-movies-music-and-more.html#jump">To read this article in full or to leave a comment, please click here</a></p>
</section>
</article>
<p>Vía <a href="http://www.macworld.com/article/2038731/mac-gems-delicious-library-3-lets-you-track-your-movies-music-and-more.html#tk.rss_macgems">Macworld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18475/mac-gems-delicious-library-3-lets-you-track-your-movies-music-and-more/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preview, sips, and more: OS X image processing tools</title>
		<link>http://soniq.org/soniq/18473/preview-sips-and-more-os-x-image-processing-tools</link>
		<comments>http://soniq.org/soniq/18473/preview-sips-and-more-os-x-image-processing-tools#comments</comments>
		<pubDate>Thu, 16 May 2013 18:23:05 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[Applescript]]></category>
		<category><![CDATA[IFTTT]]></category>
		<category><![CDATA[TUAW - The Unofficial Apple Weblog]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18473</guid>
		<description><![CDATA[On a recent trip, I found I had failed to add copies of my auto-resizing drop tools to my travel MacBook Air. My droplets allow me to convert images to TUAW-standard sizes, namely 225 pixels for small images and 456 pixels for banner images. (See? Information you never thought you&#8217;d need to know.) What a(...)]]></description>
				<content:encoded><![CDATA[<p><!--CONTENT START-->
<p style="float:right"><img alt="" border="0" height="145" src="http://www.blogcdn.com//media/2013/05/screen-shot-2013-05-16-at-8.32.41-am.png" style="float:right;margin:0 0 8px 8px;border:none" width="199" /></p>
<p>On a recent trip, I found I had failed to add copies of my auto-resizing drop tools to my travel MacBook Air. My droplets allow me to convert images to TUAW-standard sizes, namely 225 pixels for small images and 456 pixels for banner images. (See? Information you never thought you&#8217;d need to know.)</p>
<p>What a lot of people don&#8217;t realize is that OS X offers solutions for these kinds of basic image tasks.</p>
<p>First and foremost is Preview. This app is simply terrific. Yes, I know, Apple took some really helpful utilities <a href="http://www.tuaw.com/2012/08/21/dear-aunt-tuaw-where-did-previews-link-annotation-go/">like Link Annotation</a> out of the app on its road to Mountain Lion. (Time? Feature trimming? It&#8217;s hard to say.) Even so, Preview is the best app on your computer that nobody uses enough.</p>
<p>Preview offers a surprising tool suite that combines a little bit of Photoshop and a little bit of Acrobat into one app. In addition to annotating PDFs, you can rotate and crop images using Preview&#8217;s Tools menu. You have access to lasso selection, color correction, and image fitting, among many other features.</p>
<p>At one point Steve Sande and I threw around the idea of writing an entire book on Preview (there&#8217;s plenty of interesting material in there!) but ended up deciding against it. Unfortunately, demand leads sales and too few people know how powerful Preview can be.</p>
<p>To resize an image, choose Tools &gt; Adjust Size or click the resizing icon you see at the top-right of this post&#8217;s main image. The icon looks like an arrowed line in a square box. An Image Dimensions panel slides into view, as you see here.</p>
<p><img alt="Preview and sips iOS image processing tools" data-src-height="385" data-src-width="413" src="http://www.blogcdn.com/www.tuaw.com/media/2013/05/screen-shot-2013-05-16-at-8.35.34-am.png" style="margin:4px" /></p>
<p>Select the new width you want to use, making sure the small icon next to the two text fields remains in the locked position. This ensures that the height and width scale proportionately, so the resulting image is sized just right.</p>
<p>Preview isn&#8217;t the only resizing solution on your Mac, however. The &#8220;sips&#8221; command line tool offers another take on image processing, one that&#8217;s especially convenient for scripting and batch processing.</p>
<p>For example, if you want to resize an image to fit a given width, you can ask it to resample to the pixel count you supply. Here&#8217;s how you might do that.</p>
<p><em>% sips &#8211;resampleWidth 225 input.png &#8211;o output.png</em></p>
<p>You can also perform many of the same tasks as preview. For example, you might rotate an image clockwise by 90 degrees:</p>
<p><em>% sips -r 90 input.png -o output.png</em></p>
<p>or convert a file from PNG to JPG format:</p>
<p><em>% sips -s format jpeg input.png -o output.jpg</em></p>
<p>OS X also supports related based on &#8220;folder actions&#8221;. These refer to AppleScripts that you attach to folders, so when you drop items into the folders, they run those scripts. It&#8217;s easy to take a peek at some of the system-supplied actions.</p>
<p>Create a new folder on your desktop. Control-click or Right-click it and choose Services &gt; Folder Action Setup from the contextual pop-up menu. Select a pre-built script like &#8220;Duplicate as JPEG&#8221; or &#8220;Rotate Left&#8221; and click Attach. Finish by checking &#8220;Enable Folder Actions&#8221;. Your new folder applies the attached script to any file you drop into it.</p>
<p><img alt="Preview and sips iOS image processing tools" data-src-height="380" data-src-width="456" src="http://www.blogcdn.com/www.tuaw.com/media/2013/05/screen-shot-2013-05-16-at-8scaled.46.13-am.png" style="margin:4px" /></p>
<p>If you&#8217;re an intrepid system-modding type, you can expand these script choices by adding items to ~/Library/Scripts/Folder Action Scripts. (The system supplied versions all appear in /Library/Scripts/Folder Action Scripts).</p>
<p>Scripts are built around a standalone Image Events application, found in /System/Library/CoreServices. This app provides a &#8220;faceless background application&#8221; that wraps sips for AppleScript scripting. Apple has documented Image Events as <a href="https://developer.apple.com/library/mac/#documentation/AppleScript/Conceptual/AppleScriptX/Concepts/as_related_apps.html">part of its developer library</a>, and its docs point to this <a href="http://www.macosxautomation.com/applescript/imageevents/index.html">external website</a> that details how you integrate scripting with image manipulation requests.</p>
<p>I&#8217;ll leave the rest as an exercise for the reader, but a bit of Googling will turn up already-built image solutions ready for testing.</p>
<p>Here at TUAW, we regularly use these for image resizing &#8212; and they&#8217;re exactly the bits I forgot to pack on my trip.</p>
<p>So did I get my work done while gone? You bet I did. And a big part of that reason is how sips and Preview enable you to step up to image challenges without any third party software needed.</p>
<p><em>Got some OS X image processing tips? Share them in the comments.</em></p>
</p>
</p>
<p style="padding:5px;clear:both;"><a href="http://www.tuaw.com/2013/05/16/preview-sips-and-more-os-x-image-processing-tools/">Preview, sips, and more: OS X image processing tools</a> originally appeared on <a href="http://www.tuaw.com">TUAW &#8211; The Unofficial Apple Weblog</a> on Thu, 16 May 2013 14:00:00 EST.  Please see our <a href="http://www.weblogsinc.com/feed-terms/">terms for use of feeds</a>.<br style="clear:both;"></p>
<h6 style="clear: both; padding: 8px 0 0 0; height: 2px; font-size: 1px; border: 0; margin: 0; padding: 0;"></h6>
<p><a href=http://www.macosxautomation.com/applescript/imageevents/01.html>Source</a>&nbsp;|&nbsp;<a href="http://www.tuaw.com/2013/05/16/preview-sips-and-more-os-x-image-processing-tools/" rel="bookmark" title="Permanent link to this entry">Permalink</a>&nbsp;|&nbsp;<a href="http://www.tuaw.com/forward/20560817/" title="Send this entry to a friend via email">Email this</a>&nbsp;|&nbsp;<a href="http://www.tuaw.com/2013/05/16/preview-sips-and-more-os-x-image-processing-tools/#comments" title="View reader comments on this entry">Comments</a></p>
<p>via <a href="http://www.tuaw.com/2013/05/16/preview-sips-and-more-os-x-image-processing-tools/">TUAW &#8211; The Unofficial Apple Weblog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18473/preview-sips-and-more-os-x-image-processing-tools/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Hide Newsstand &#8211; No App, No Jailbreak! iPhone 5, iPod, iPad iOS 6.1.3, 6.0.1, 6.0 &#8211; YouTube</title>
		<link>http://soniq.org/soniq/18471/how-to-hide-newsstand-no-app-no-jailbreak-iphone-5-ipod-ipad-ios-6-1-3-6-0-1-6-0-youtube</link>
		<comments>http://soniq.org/soniq/18471/how-to-hide-newsstand-no-app-no-jailbreak-iphone-5-ipod-ipad-ios-6-1-3-6-0-1-6-0-youtube#comments</comments>
		<pubDate>Thu, 16 May 2013 14:36:08 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[iPhone Hints]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18471</guid>
		<description><![CDATA[How to Hide Newsstand &#8211; No App, No Jailbreak! iPhone 5, iPod, iPad iOS 6.1.3, 6.0.1, 6.0 &#8211; YouTube. In this tutorial I will show you how to: - Hide Newsstand into a folder - Hide Apps into Newsstand - Hide Folders into Newsstand Steps to hide Newsstand: 1. Put the Newsstand on the 3rd(...)]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=0cU2P66lnOM">How to Hide Newsstand &#8211; No App, No Jailbreak! iPhone 5, iPod, iPad iOS 6.1.3, 6.0.1, 6.0 &#8211; YouTube</a>.</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/0cU2P66lnOM" /><param name="wmode" value="transparent" /><embed src="http://www.youtube.com/v/0cU2P66lnOM" height="350" width="425" type="application/x-shockwave-flash" /></object></p>
<p>In this tutorial I will show you how to:</p>
<p>- Hide Newsstand into a folder<br />
- Hide Apps into Newsstand<br />
- Hide Folders into Newsstand</p>
<p>Steps to hide Newsstand:<br />
1. Put the Newsstand on the 3rd page of your device.<br />
2. Put the folder you want to put Newsstand in, on the 2nd page.<br />
3. Go to the 3rd page<br />
4. Press the home button (then quickly)<br />
5. Tap and hold the Newsstand until it goes to the first page (then quickly)<br />
6. Swipe to the 2nd page<br />
7. If the icons are wiggling, you did it! Now just click on the folder, and press the home button.</p>
<p>&nbsp;</p>
<p><object width="425" height="350"></object></p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18471/how-to-hide-newsstand-no-app-no-jailbreak-iphone-5-ipod-ipad-ios-6-1-3-6-0-1-6-0-youtube/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Gems: Delineato Pro a clean, inexpensive diagram and mind-mapping app</title>
		<link>http://soniq.org/soniq/18469/mac-gems-delineato-pro-a-clean-inexpensive-diagram-and-mind-mapping-app</link>
		<comments>http://soniq.org/soniq/18469/mac-gems-delineato-pro-a-clean-inexpensive-diagram-and-mind-mapping-app#comments</comments>
		<pubDate>Mon, 13 May 2013 17:06:59 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18469</guid>
		<description><![CDATA[There’s an endless array of minimalist, “distraction free” text editors to capture notes and ideas, but what about more visual, free-form thoughts? Fapptory’s Delineato Pro (Mac App Store link) is a new diagramming and mind-mapping Mac app with a clean design and lack of visual clutter. Each Delineato Pro document starts fresh with a gray(...)]]></description>
				<content:encoded><![CDATA[<article>
<section class="page">
<p>
There’s an endless array of minimalist, “distraction free” text editors to capture notes and ideas, but what about more visual, free-form thoughts? Fapptory’s <strong><a href="http://www.delineato.com">Delineato Pro</a></strong> (<a href="https://itunes.apple.com/us/app/delineato-pro/id590407707">Mac App Store link</a>) is a new diagramming and mind-mapping Mac app with a clean design and lack of visual clutter.
</p>
<p>
Each Delineato Pro document starts fresh with a gray canvas that is limitless in size. There are five other themes to choose from, but they’re mostly similar. To add to the canvas, either double or right-click to bring up a palette of shapes and lines, then drag the desired object onto the canvas. A grid can be enabled to help you align objects.
</p>
<figure class=" large"><a href="http://images.techhive.com/images/article/2013/05/delineato_pro-100036450-orig.png" class="zoom"><img src="http://images.techhive.com/images/article/2013/05/delineato_pro-100036450-large.png" height="400" width="580" align="" alt=""/></a><br />
<figcaption>Delineato Pro is a minimalistic outliner for the Mac.</figcaption>
</figure>
<p>
There are two simple ways to connect shapes. You can just drop a line out of the palette, then drag each end to connect it to a shape. Alternatively, click on a shape, then drag on one of the pop-up arrows to draw a line to another shape. If you just drag a line out of a shape and drop it on a blank spot in the canvas, it will create another shape of the same type.
</p>
<p>
There are a number of shapes to choose from, like clouds, but there are also purpose-specific shapes intended for Concepts, Tasks, Ideas, and Notes. You also have a selection of lines to choose from, including my favorite, a curved line that makes just about any diagram look elegant.
</p>
<p class="jumpTag"><a href="/article/2038079/mac-gems-delineato-pro-a-clean-inexpensive-diagram-and-mind-mapping-app.html#jump">To read this article in full or to leave a comment, please click here</a></p>
</section>
</article>
<p>Vía <a href="http://www.macworld.com/article/2038079/mac-gems-delineato-pro-a-clean-inexpensive-diagram-and-mind-mapping-app.html#tk.rss_macgems">Macworld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18469/mac-gems-delineato-pro-a-clean-inexpensive-diagram-and-mind-mapping-app/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy way to open new Finder window in same folder as frontmost window</title>
		<link>http://soniq.org/soniq/18468/easy-way-to-open-new-finder-window-in-same-folder-as-frontmost-window</link>
		<comments>http://soniq.org/soniq/18468/easy-way-to-open-new-finder-window-in-same-folder-as-frontmost-window#comments</comments>
		<pubDate>Mon, 13 May 2013 14:51:51 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[Applescript]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[Hints]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18468</guid>
		<description><![CDATA[You recently published a hint explaining how to open a new Finder window in the same folder as the frontmost window, using an AppleScript. Here is an easy way to do the same thing: no Applescript, no special apps needed. In the Finder, make sure the Path Bar is visible (View > Show Path Bar).(...)]]></description>
				<content:encoded><![CDATA[<p>You recently published <a href="http://hints.macworld.com/article.php?story=20130510015954305">a hint</a> explaining how to open a new Finder window in the same folder as the frontmost window, using an AppleScript. Here is an easy way to do the same thing: no Applescript, no special apps needed.</p>
<p>In the Finder, make sure the Path Bar is visible (View > Show Path Bar). The current path is then displayed at the bottom of each Finder window.</p>
<p>As with any other folder icon in the Finder, Command-double-clicking on any icon in the Path Bar will open a new window to that folder.</p>
<p>The current folder is always displayed last in the Path Bar (even if the Path Bar is to short to display all the names), so Command-double-clicking on the last icon in the Path Bar will always open a new window to the current folder.</p>
<p>via MacOSXHints.com http://hints.macworld.com/article.php?story=20130511121728119</p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18468/easy-way-to-open-new-finder-window-in-same-folder-as-frontmost-window/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AppleScript to open new Finder window in same folder as frontmost window</title>
		<link>http://soniq.org/soniq/18467/applescript-to-open-new-finder-window-in-same-folder-as-frontmost-window</link>
		<comments>http://soniq.org/soniq/18467/applescript-to-open-new-finder-window-in-same-folder-as-frontmost-window#comments</comments>
		<pubDate>Fri, 10 May 2013 14:51:53 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[Applescript]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[Hints]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18467</guid>
		<description><![CDATA[A user at Stack Exchange asked an interesting question recently : how can you open a new Finder window in the same folder as the frontmost window? When you open a new Finder window (Command-N in the Finder), it opens to the folder you&#8217;ve set in the Finder&#8217;s General preferences. There may be some situations(...)]]></description>
				<content:encoded><![CDATA[<p>A user at Stack Exchange <a href="http://apple.stackexchange.com/questions/90829/make-new-finder-windows-open-at-current-folder"> asked an interesting question recently </a>: how can you open a new Finder window in the same folder as the frontmost window? When you open a new Finder window (Command-N in the Finder), it opens to the folder you&#8217;ve set in the Finder&#8217;s General preferences. There may be some situations when you want to duplicate the current window, such as when you&#8217;re moving files around among sub-folders in a specific folder.</p>
<p>Another reader, Lauri Ranta, posted a simple AppleScript, that you can use together with a <a href="http://superuser.com/questions/153890/assign-a-shortcut-to-running-a-script-in-os-x/264943#264943">keyboard shortcut</a>, to do just this. When you run the script, it creates a new window at the same location as the frontmost window. Here&#8217;s the script:</p>
<pre><code>tell application "Finder"
    try
        target of window 1
        make new  ...</code></pre>
<p>via MacOSXHints.com http://hints.macworld.com/article.php?story=20130510015954305</p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18467/applescript-to-open-new-finder-window-in-same-folder-as-frontmost-window/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Gems: GIF Brewery makes it easy to create animated GIFs</title>
		<link>http://soniq.org/soniq/18465/mac-gems-gif-brewery-makes-it-easy-to-create-animated-gifs-3</link>
		<comments>http://soniq.org/soniq/18465/mac-gems-gif-brewery-makes-it-easy-to-create-animated-gifs-3#comments</comments>
		<pubDate>Fri, 10 May 2013 14:37:42 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18465</guid>
		<description><![CDATA[Animated GIFs—we’ve all seen plenty of them. They’ve become the de facto standard for Internet memes and funny animations, but they’re also useful as alternatives to short video files—any modern browser (or in-app Web view) displays animated GIFs, so you don’t need to worry about which video formats a particular browser supports. In fact, some(...)]]></description>
				<content:encoded><![CDATA[<article>
<section class="page">
<p>Animated GIFs—we’ve all seen plenty of them. They’ve become the de facto standard for Internet memes and <a href="https://www.google.com/search?q=dramatic+chipmunk">funny animations</a>, but they’re also useful as alternatives to short video files—any modern browser (or in-app Web view) displays animated GIFs, so you don’t need to worry about which video formats a particular browser supports. In fact, some software vendors have taken to <a href="http://blog.agilebits.com/2013/03/27/1password-browser-extension-safari-animate-web-forms/">using animated GIFs instead of videos</a> for short demos.</p>
<figure class="right original"><img src="http://images.techhive.com/images/article/2013/05/dramaticchipmunk-100036889-orig.gif" height="180" width="250" alt=""/><br />
<figcaption>Everyone’s seen this.</figcaption>
</figure>
<p>But how do you <em>make</em> good animated GIFs? The easiest method I’ve found is the $5 <strong><a href="http://www.helloresolven.com/portfolio/gifbrewery/">GIF Brewery</a></strong> (<a href="https://itunes.apple.com/us/app/gif-brewery/id435989461?mt=12">Mac App Store link</a>). This nifty utility is simple to use, yet it offers a slew of useful features for creating your own animated images.</p>
<p>To create an animated GIF, first you open your source video in GIF Brewery. The app works with any video format supported by QuickTime on your particular Mac, which means it also works with formats supported by QuickTime plug-ins you’ve installed. GIF Brewery presents an editing window that looks much like what you’d see in any standard video-editing app. Buttons in the toolbar let you resize and crop the video to best fit the size you want for your final animated image.</p>
<p>If you don’t want to use the entire video in your animated GIF, you simply drag the playhead to where you want your animation to start, and then click Set Start. Drag the playhead to where you want the animation to end, and then click Set End. (The app offers <a href="http://gifbrewery.com/post/32944564233/gif-brewery-keyboard-shortcuts">many keyboard shortcuts</a> for editing your clip.) You can preview the video at any time by clicking the Play button; however, oddly, instead of playing just your selection, GIF Brewery plays the entire video. In addition, according to the developer, OS X limits the in-app preview of your animated GIF to 10 frames per second. To view the GIF at full framerate, you need to export it (see below) and then open it in your browser.</p>
<p class="jumpTag"><a href="/article/2038418/mac-gems-gif-brewery-makes-it-easy-to-create-animated-gifs.html#jump">To read this article in full or to leave a comment, please click here</a></p>
</section>
</article>
<p>Vía <a href="http://www.macworld.com/article/2038418/mac-gems-gif-brewery-makes-it-easy-to-create-animated-gifs.html#tk.rss_macgems">Macworld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18465/mac-gems-gif-brewery-makes-it-easy-to-create-animated-gifs-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Gems: GIF Brewery makes it easy to create animated GIFs</title>
		<link>http://soniq.org/soniq/18463/mac-gems-gif-brewery-makes-it-easy-to-create-animated-gifs-2</link>
		<comments>http://soniq.org/soniq/18463/mac-gems-gif-brewery-makes-it-easy-to-create-animated-gifs-2#comments</comments>
		<pubDate>Fri, 10 May 2013 14:26:58 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18463</guid>
		<description><![CDATA[Animated GIFs—we’ve all seen plenty of them. They’ve become the de facto standard for Internet memes and funny animations, but they’re also useful as alternatives to short video files—any modern browser (or in-app Web view) displays animated GIFs, so you don’t need to worry about which video formats a particular browser supports. In fact, some(...)]]></description>
				<content:encoded><![CDATA[<article>
<section class="page">
<p>Animated GIFs—we’ve all seen plenty of them. They’ve become the de facto standard for Internet memes and <a href="https://www.google.com/search?q=dramatic+chipmunk">funny animations</a>, but they’re also useful as alternatives to short video files—any modern browser (or in-app Web view) displays animated GIFs, so you don’t need to worry about which video formats a particular browser supports. In fact, some software vendors have taken to <a href="http://blog.agilebits.com/2013/03/27/1password-browser-extension-safari-animate-web-forms/">using animated GIFs instead of videos</a> for short demos.</p>
<figure class="right original"><img src="http://images.techhive.com/images/article/2013/05/dramaticchipmunk-100036889-orig.gif" height="180" width="250" alt=""/><br />
<figcaption>Everyone’s seen this.</figcaption>
</figure>
<p>But how do you <em>make</em> good animated GIFs? The easiest method I’ve found is the $5 <strong><a href="http://www.helloresolven.com/portfolio/gifbrewery/">GIF Brewery</a></strong> (<a href="https://itunes.apple.com/us/app/gif-brewery/id435989461?mt=12">Mac App Store link</a>). This nifty utility is simple to use, yet it offers a slew of useful features for creating your own animated images.</p>
<p>To create an animated GIF, first you open your source video in GIF Brewery. The app works with any video format supported by QuickTime on your particular Mac, which means it also works with formats supported by QuickTime plug-ins you’ve installed. GIF Brewery presents an editing window that looks much like what you’d see in any standard video-editing app. Buttons in the toolbar let you resize and crop the video to best fit the size you want for your final animated image.</p>
<p>If you don’t want to use the entire video in your animated GIF, you simply drag the playhead to where you want your animation to start, and then click Set Start. Drag the playhead to where you want the animation to end, and then click Set End. (The app offers <a href="http://gifbrewery.com/post/32944564233/gif-brewery-keyboard-shortcuts">many keyboard shortcuts</a> for editing your clip.) You can preview the video at any time by clicking the Play button; however, oddly, instead of playing just your selection, GIF Brewery plays the entire video. In addition, according to the developer, OS X limits the in-app preview of your animated GIF to 10 frames per second. To view the GIF at full framerate, you need to export it (see below) and then open it in your browser.</p>
<p class="jumpTag"><a href="/article/2038418/mac-gems-gif-brewery-makes-it-easy-to-create-animated-gifs.html#jump">To read this article in full or to leave a comment, please click here</a></p>
</section>
</article>
<p>Vía <a href="http://www.macworld.com/article/2038418/mac-gems-gif-brewery-makes-it-easy-to-create-animated-gifs.html#tk.rss_macgems">Macworld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18463/mac-gems-gif-brewery-makes-it-easy-to-create-animated-gifs-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Gems: GIF Brewery makes it easy to create animated GIFs</title>
		<link>http://soniq.org/soniq/18461/mac-gems-gif-brewery-makes-it-easy-to-create-animated-gifs</link>
		<comments>http://soniq.org/soniq/18461/mac-gems-gif-brewery-makes-it-easy-to-create-animated-gifs#comments</comments>
		<pubDate>Fri, 10 May 2013 14:23:26 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18461</guid>
		<description><![CDATA[Animated GIFs—we’ve all seen plenty of them. They’ve become the de facto standard for Internet memes and funny animations, but they’re also useful as alternatives to short video files—any modern browser (or in-app Web view) displays animated GIFs, so you don’t need to worry about which video formats a particular browser supports. In fact, some(...)]]></description>
				<content:encoded><![CDATA[<article>
<section class="page">
<p>Animated GIFs—we’ve all seen plenty of them. They’ve become the de facto standard for Internet memes and <a href="https://www.google.com/search?q=dramatic+chipmunk">funny animations</a>, but they’re also useful as alternatives to short video files—any modern browser (or in-app Web view) displays animated GIFs, so you don’t need to worry about which video formats a particular browser supports. In fact, some software vendors have taken to <a href="http://blog.agilebits.com/2013/03/27/1password-browser-extension-safari-animate-web-forms/">using animated GIFs instead of videos</a> for short demos.</p>
<figure class="right original"><img src="http://images.techhive.com/images/article/2013/05/dramaticchipmunk-100036889-orig.gif" height="180" width="250" alt=""/><br />
<figcaption>Everyone’s seen this.</figcaption>
</figure>
<p>But how do you <em>make</em> good animated GIFs? The easiest method I’ve found is the $5 <strong><a href="http://www.helloresolven.com/portfolio/gifbrewery/">GIF Brewery</a></strong> (<a href="https://itunes.apple.com/us/app/gif-brewery/id435989461?mt=12">Mac App Store link</a>). This nifty utility is simple to use, yet it offers a slew of useful features for creating your own animated images.</p>
<p>To create an animated GIF, first you open your source video in GIF Brewery. The app works with any video format supported by QuickTime on your particular Mac, which means it also works with formats supported by QuickTime plug-ins you’ve installed. GIF Brewery presents an editing window that looks much like what you’d see in any standard video-editing app. Buttons in the toolbar let you resize and crop the video to best fit the size you want for your final animated image.</p>
<p>If you don’t want to use the entire video in your animated GIF, you simply drag the playhead to where you want your animation to start, and then click Set Start. Drag the playhead to where you want the animation to end, and then click Set End. (The app offers <a href="http://gifbrewery.com/post/32944564233/gif-brewery-keyboard-shortcuts">many keyboard shortcuts</a> for editing your clip.) You can preview the video at any time by clicking the Play button; however, oddly, instead of playing just your selection, GIF Brewery plays the entire video. In addition, according to the developer, OS X limits the in-app preview of your animated GIF to 10 frames per second. To view the GIF at full framerate, you need to export it (see below) and then open it in your browser.</p>
<p class="jumpTag"><a href="/article/2038418/mac-gems-gif-brewery-makes-it-easy-to-create-animated-gifs.html#jump">To read this article in full or to leave a comment, please click here</a></p>
</section>
</article>
<p>Vía <a href="http://www.macworld.com/article/2038418/mac-gems-gif-brewery-makes-it-easy-to-create-animated-gifs.html#tk.rss_macgems">Macworld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18461/mac-gems-gif-brewery-makes-it-easy-to-create-animated-gifs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Gems: The Unarchiver is a free, robust file-extraction utility</title>
		<link>http://soniq.org/soniq/18454/mac-gems-the-unarchiver-is-a-free-robust-file-extraction-utility</link>
		<comments>http://soniq.org/soniq/18454/mac-gems-the-unarchiver-is-a-free-robust-file-extraction-utility#comments</comments>
		<pubDate>Wed, 08 May 2013 11:06:53 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18454</guid>
		<description><![CDATA[Back in the days of 56-kbps modems and 1.44MB floppies, compressing files was a necessity. These days, bandwidth and storage are less of a concern, but there are still reasons to package files into neat little bundles. A zip archive, for example, lets you attach a single “file” to an email message instead of tacking(...)]]></description>
				<content:encoded><![CDATA[<article>
<section class="page">
<p>
Back in the days of 56-kbps modems and 1.44MB floppies, compressing files was a necessity. These days, bandwidth and storage are less of a concern, but there are still reasons to package files into neat little bundles. A zip archive, for example, lets you attach a single “file” to an email message instead of tacking on multiple items. The zip file is smaller than the sum of those separate files—and it’s an industry standard that works across platforms.
</p>
<p>
OS X has long been able to uncompress zip files and some other archive types, using its built-in Archive Utility, but I’ve switched to <strong><a href="http://unarchiver.c3.cx/unarchiver">The Unarchiver</a></strong> (<a href="https://itunes.apple.com/us/app/the-unarchiver/id425424353?mt=12">Mac App Store link</a>) because it supports more formats and offers easier customization options—and it’s just as free as Archive Utility.
</p>
<p>
When you launch The Unarchiver, its preferences window automatically opens to the Archive Formats tab. There you can see the software’s extensive format support, comprising <a href="http://unarchiver.c3.cx/formats">58 different file formats</a>. Some, such as rar, are widely used, but you’ve probably never heard of some of the others—and are just as unlikely to encounter them.
</p>
<p>
This list is where you choose which formats you want The Unarchiver to handle. By default, zip and the other dozen or so other formats that OS X’s Archive Utility normally handles are unchecked, but by checking the box next to any of these, you can choose to have The Unarchiver deal with them instead. Handy &#8216;Select All&#8217; and &#8216;Deselect All&#8217; buttons let you make changes en masse.
</p>
<p class="jumpTag"><a href="/article/2037025/mac-gems-the-unarchiver-is-a-free-robust-file-extraction-utility.html#jump">To read this article in full or to leave a comment, please click here</a></p>
</section>
</article>
<p>Vía <a href="http://www.macworld.com/article/2037025/mac-gems-the-unarchiver-is-a-free-robust-file-extraction-utility.html#tk.rss_macgems">Macworld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18454/mac-gems-the-unarchiver-is-a-free-robust-file-extraction-utility/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Starve Review</title>
		<link>http://soniq.org/soniq/18453/dont-starve-review</link>
		<comments>http://soniq.org/soniq/18453/dont-starve-review#comments</comments>
		<pubDate>Tue, 07 May 2013 23:07:42 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18453</guid>
		<description><![CDATA[Depressed by its bleak perspective, alone and freezing in the digital marketplace, Don&#8217;t Starve survives solely on mystery and cheek. The first self-released offering from developer Klei Entertainment – best known for attractive consoles side-scrollers like Shank and Mark of the Ninja – Don&#8217;t Starve drops the player into an unforgiving boot camp in wilderness(...)]]></description>
				<content:encoded><![CDATA[<p><!--paging_filter-->
<p>Depressed by its bleak perspective, alone and freezing in the digital marketplace, Don&#8217;t Starve survives solely on mystery and cheek. The first self-released offering from developer Klei Entertainment – best known for attractive consoles side-scrollers like Shank and Mark of the Ninja – Don&#8217;t Starve drops the player into an unforgiving boot camp in wilderness readiness.</p>
<p>What first strikes the would-be survivalist is the gnawing, pen-drawn art style, which – along with the macabre sense of bone-dry humor and 19th century British parlor aesthetic – traces back to artist Edward Gorey and his Gashlycrumb Tinies book. In what other world could pigs develop an uneasy trade cycle of crops and feces with a poor scientist dabbling in meteorology and the occult?</p>
<p style="text-align: center;"><img src="/files/u325188/2013/05/screen_3.png" width="620" height="388" /></p>
<p>Don’t Starve is punctuated by those kinds of obtuse relationships, which sets the stage for the player&#8217;s inevitable, failed attempts at survival in the always-freshly-generated landscape. The majority of in-game time is spent gathering basic resources like grass, rocks, and carrots, which quickly fill up the meager inventory slots. Collected components can then be combined to create useful inventions like tents, science machines, earmuffs, meat effigies, improved farms, fire darts, golden shovels, or campfires. The better portion of early play will find you discovering new inventions and deciding on the relative utility of each.</p>
<p>Wrong choices are inescapable, and in Don’t Starve, the price for wasting resources is permanent death. The reward for wise stewardship is a deeper collection, character unlocks, and the benefit of not losing all of your progress. Once assembled, the right mixture of food, building materials, and mandrake roots will allow the player to maintain stable levels of health, hunger, and sanity as indicated by three leaky gauges. Extreme hunger depletes health, which causes death. Over-farming leads to weak defenses, which leads to death by attack of the night-critters. Hallucinations are unavoidable, but dangerous – even lethal – when unchecked. An uneasy balance is mandatory.</p>
<p>Don’t Starve breaks up the feverish pitch of its day-night, summer-winter survival gauntlet with randomly-generated portals to Adventure Mode, an even more demanding, five-stage bull rush through increasingly difficult, booby-trapped collection missions. But if the Survival or Adventure Modes ever become too daunting, players can adjust settings for almost every element in the game to their liking.<br /><strong><br />The bottom line.</strong> The prospect of survival in a game is rarely as hopeless, or as coy and rewarding, as it is in Don&#8217;t Starve.</p>
<fieldset class="fieldgroup group-the-bottom-line">
<legend>Review Synopsis</legend>
<div class="field field-type-text field-field-product">
<div class="field-label">
<p><strong>Product:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p><a href="http://www.kleientertainment.com" target="_blank">Don&#8217;t Starve</a></p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-company">
<div class="field-label">
<p><strong>Company:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    Klei Entertainment        </div>
</p></div>
</div>
<div class="field field-type-text field-field-contact">
<div class="field-label">
<p><strong>Contact:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p><a href="http://www.kleientertainment.com" target="_blank">http://www.kleientertainment.com</a></p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-price">
<div class="field-label">
<p><strong>Price:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    $14.99        </div>
</p></div>
</div>
<div class="field field-type-text field-field-requirements">
<div class="field-label">
<p><strong>Requirements:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p>Mac OS X 10.7 or later, 1GB RAM, 1.7Ghz Processor, 256MB VRAM</p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-positives">
<div class="field-label">
<p><strong>Positives:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p>Death is a meaningful part of the experience. Simply lasting the night feels like a victory. Deep invention trees hook your interest. The Pig King rules.</p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-negatives">
<div class="field-label">
<p><strong>Negatives:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p>Point-and-click combat is one-dimensional. Unflinching difficulty can be off-putting.</p>
</p></div>
</p></div>
</div>
<div class="field field-type-number-integer field-field-score">
<div class="field-label"><strong>Score:</strong>&nbsp;</div>
<div class="field-items">
<div class="field-item odd">
                    4&nbsp;Great        </div>
</p></div>
</div>
</fieldset>
<p>via Software http://www.maclife.com/article/reviews/dont_starve_review</p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18453/dont-starve-review/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Gems: ForgetMeNot keeps you from forgetting email attachments</title>
		<link>http://soniq.org/soniq/18451/mac-gems-forgetmenot-keeps-you-from-forgetting-email-attachments-2</link>
		<comments>http://soniq.org/soniq/18451/mac-gems-forgetmenot-keeps-you-from-forgetting-email-attachments-2#comments</comments>
		<pubDate>Tue, 07 May 2013 16:56:43 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18451</guid>
		<description><![CDATA[We’ve all experienced the embarrassment of sending someone an email referencing an attached file or document, only to receive a reply that, despite our claims, nothing was attached. It’s a frequent-enough problem that a few years back, Google added a feature to Gmail that would alert you if you forgot to attach a file referenced(...)]]></description>
				<content:encoded><![CDATA[<article>
<section class="page">
<p>We’ve all experienced the embarrassment of sending someone an email referencing an attached file or document, only to receive a reply that, despite our claims, nothing was attached. It’s a frequent-enough problem that a few years back, Google added a feature to Gmail that would alert you if you forgot to attach a file referenced in your message.</p>
<figure class="right medium"><a href="http://images.techhive.com/images/article/2013/01/forgetmenotalert-100019764-orig.png" class="zoom"><img src="http://images.techhive.com/images/article/2013/01/forgetmenotalert-100019764-medium.png" height="80" width="300" align="right" alt=""/></a><br />
<figcaption>ForgetMeNot alerts you if you&#8217;ve forgotten to attach files.</figcaption>
</figure>
<p>Though OS X’s Mail app doesn’t include this convenient feature, ChungwaSoft’s $6 <strong><a href="http://www.chungwasoft.com/forgetmenot/">ForgetMeNot </a></strong> is a nifty mail plug-in that seamlessly adds it. Install ForgetMeNot, and whenever you attempt to send a message using Mail, the plug-in first scans the text of that email for specific words indicating that you meant to include an attachment. If ForgetMeNot detects one of those words and the message indeed includes an attachment, the message goes through; if the message is missing attachments, you see an alert. You can then choose to cancel sending, add the attachment, or send sans attachment.</p>
<p>ForgetMeNot includes default keywords for each of seven languages: Dutch, English, French, German, Italian, Portuguese, and Spanish. For example, for English, the plug-in watches for the words <em>attachment</em>, <em>attaching</em>, <em>attached</em>, and <em>attach</em>. You can also add your own words to a language’s list—I’ve added <em>image</em>, <em>images</em>, <em>file</em>, and <em>files</em> to the English group—and you can disable languages you don’t use. However, you can’t add new languages: To add a list of keywords in a different language, you must add those words to one of the supported languages (which means ForgetMeNot will use that language’s stock keywords in addition to the keywords you add).</p>
<figure class="right medium"><a href="http://images.techhive.com/images/article/2013/01/forgetmenotsettings-100019766-orig.png" class="zoom"><img src="http://images.techhive.com/images/article/2013/01/forgetmenotsettings-100019766-medium.png" height="180" width="300" align="right" alt=""/></a><br />
<figcaption>ForgetMeNot&#8217;s word lists</figcaption>
</figure>
<p>ForgetMeNot’s keyword-based intervention generally works well, although it’s of course limited by the list of words it watches for. If your message says “Check out this hilarious photo of Nancy!” and you haven’t added <em>photo</em> to the list of keywords, ForgetMeNot won’t alert you if you forget to include a hilarious photo of Nancy.</p>
<p class="jumpTag"><a href="/article/2023733/mac-gems-forgetmenot-keeps-you-from-forgetting-email-attachments.html#jump">To read this article in full or to leave a comment, please click here</a></p>
</section>
</article>
<p>Vía <a href="http://www.macworld.com/article/2023733/mac-gems-forgetmenot-keeps-you-from-forgetting-email-attachments.html#tk.rss_macgems">Macworld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18451/mac-gems-forgetmenot-keeps-you-from-forgetting-email-attachments-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Gems: Beamer streams video from older Macs to Apple TV</title>
		<link>http://soniq.org/soniq/18449/mac-gems-beamer-streams-video-from-older-macs-to-apple-tv-2</link>
		<comments>http://soniq.org/soniq/18449/mac-gems-beamer-streams-video-from-older-macs-to-apple-tv-2#comments</comments>
		<pubDate>Tue, 07 May 2013 16:56:40 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18449</guid>
		<description><![CDATA[I know more than a few people who connect an older Mac to their TV, using various audio and video cables, to play videos. Most of these people would love to instead stream those videos wirelessly to an Apple TV, but their Macs aren’t new enough to support Apple’s AirPlay technology and the AirPlay mirroring(...)]]></description>
				<content:encoded><![CDATA[<article>
<section class="page">
<p>I know more than a few people who connect an older Mac to their TV, using various audio and video cables, to play videos. Most of these people would love to instead stream those videos wirelessly to an Apple TV, but their Macs aren’t new enough to support Apple’s AirPlay technology and the <a href="http://www.macworld.com/article/1167893/up_close_with_mountain_lion_airplay_mirroring.html">AirPlay mirroring feature of Mountain Lion (OS X 10.8)</a>. Sometimes they stream video using iTunes, but they also have video files in formats iTunes doesn’t support.</p>
<p>Unless Apple works some unexpected magic with OS X, older Macs will never get official AirPlay-mirroring capabilities. And I don’t expect iTunes to start supporting more video formats any time soon. But thanks to the $15 <strong><a href="http://beamer-app.com">Beamer</a></strong>, AirPlay streaming is still possible. This simple app lets you stream videos from older (and newer) Macs to a 2nd- or 3rd-generation Apple TV. Specifically, Beamer works with 64-bit Intel Macs (any model from 2007 or later, along with some 2006 Macs) running OS X 10.6 or later.</p>
<p>Launch Beamer, and its window shows all compatible Apple TVs on your local network. Choose one, and Beamer instructs you to drop a movie file into the Beamer window; a few seconds later, the movie starts playing on the chosen Apple TV. (One feature I’d like to see is queued playback, so I could drop a group of videos onto Beamer and have them play back in order.)</p>
<figure class="right medium"><a href="http://images.techhive.com/images/article/2013/01/beamerwindow-100019534-orig.png" class="zoom"><img src="http://images.techhive.com/images/article/2013/01/beamerwindow-100019534-medium.png" height="250" width="300" align="right" alt=""/></a><br />
<figcaption>Beamer&#8217;s window on your Mac while streaming to an Apple TV</figcaption>
</figure>
<p>Beamer streams the video to your Apple TV just as if you’d streamed it from iTunes: full-screen, with a progress bar whenever you pause playback or use the forward or rewind controls. In fact, you can use your Apple TV’s remote to control playback—you don’t need to do so from your Mac. If your video file includes subtitles (or is paired with a subtitles file) in MicroDVD, SSA/ASS, SubRip (SRT), or SubViewer formats, Beamer can display those subtitles during playback, although you can’t adjust the size or font.</p>
<p class="jumpTag"><a href="/article/2023617/mac-gems-beamer-streams-video-from-older-macs-to-apple-tv.html#jump">To read this article in full or to leave a comment, please click here</a></p>
</section>
</article>
<p>Vía <a href="http://www.macworld.com/article/2023617/mac-gems-beamer-streams-video-from-older-macs-to-apple-tv.html#tk.rss_macgems">Macworld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18449/mac-gems-beamer-streams-video-from-older-macs-to-apple-tv-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favorite Mac Gems of 2012</title>
		<link>http://soniq.org/soniq/18447/favorite-mac-gems-of-2012-2</link>
		<comments>http://soniq.org/soniq/18447/favorite-mac-gems-of-2012-2#comments</comments>
		<pubDate>Tue, 07 May 2013 16:56:37 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18447</guid>
		<description><![CDATA[For Macworld editors, the end of the calendar year means more than just holiday vacations and the passing of yet another end-of-the-world prediction. It’s also the season of awards. Over the past couple weeks, we’ve given you our 2012 Editors’ Choice Awards for the best Mac products of the year and our 2012 App Gems(...)]]></description>
				<content:encoded><![CDATA[<article>
<section class="page">
<p>For Macworld editors, the end of the calendar year means more than just holiday vacations and the passing of yet another end-of-the-world prediction. It’s also the season of awards. Over the past couple weeks, we’ve given you our <a href="http://www.macworld.com/article/2019722/the-28th-annual-editors-choice-awards.html">2012 Editors’ Choice Awards</a> for the best Mac products of the year and our <a href="http://www.macworld.com/article/2021496/the-2012-app-gems-awards.html">2012 App Gems Awards</a> for the best iOS apps of the year. Here at <a href="http://www.macworld.com/weblogs/macgems.html">Mac Gems HQ</a>, we have no official awards with fancy trophies, but I look back and pick my favorite Mac Gems of the previous 12 months—the best inexpensive-but-good apps we covered over the just-completed year.
</p>
<p>Unlike the Eddies and the App Gems Awards, the “Mac Gems of the Year,” if you will, aren’t chosen by committee. Rather, I hand-pick them from among the over 100 Gems we mined at Macworld during 2012. (To qualify for Mac Gems, a product must be priced at $35 or less and must earn a 3.5-mouse rating or higher.) The ones recognized here aren’t necessarily the Mac Gems that earned the highest ratings from our reviewers. Instead, they’re the apps that I felt did something innovative; offered exceptional value; improved productivity above and beyond other apps; or ended up being used—by me or a fellow Macworld editor—over and over. These inexpensive applications and add-ons will help you get the most out of your Mac without blowing your budget.
</p>
<h2 id="eddy-winninggem">Eddy-winning Gem</h2>
<p>It’s not uncommon for a standout Gem to receive an Editors’ Choice (Eddy) Award from the Macworld editorial staff, as well. This year, there was one such Gem:
</p>
<figure class="right small"><img src="http://images.techhive.com/images/article/2012/12/tweetbotmacicon-100019361-small.png" border="0" alt="" width="140" height="140"/></figure>
<p><strong><a href="http://www.macworld.com/article/2012647/mac-gems-tweetbot-for-mac-is-exactly-what-youd-expect.html">Tweetbot for Mac</a></strong> (<img src="http://images.macworld.com/images/layout/bluemouse40.gif" border="0" alt="4.0-mouse rating"/>; $20; <a href="http://tapbots.com/software/tweetbot/mac/">website</a>): As my colleague Lex Friedman put it: “You can find numerous great Twitter apps for the Mac, but Tweetbot earns this Eddy because of its cleverly implemented approach to bringing an iOS app to the Mac. The app will feel familiar to anyone who has used its iOS counterparts, but it still embraces the fact that it is running on [OS X] instead.”
</p>
<p class="jumpTag"><a href="/article/2023414/favorite-mac-gems-of-2012.html#jump">To read this article in full or to leave a comment, please click here</a></p>
</section>
</article>
<p>Vía <a href="http://www.macworld.com/article/2023414/favorite-mac-gems-of-2012.html#tk.rss_macgems">Macworld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18447/favorite-mac-gems-of-2012-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Gems: Miro Video Converter makes it easy to convert video</title>
		<link>http://soniq.org/soniq/18445/mac-gems-miro-video-converter-makes-it-easy-to-convert-video-2</link>
		<comments>http://soniq.org/soniq/18445/mac-gems-miro-video-converter-makes-it-easy-to-convert-video-2#comments</comments>
		<pubDate>Tue, 07 May 2013 16:56:30 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18445</guid>
		<description><![CDATA[If you work with video, chances are you occasionally need to convert video files from one format to another. For instance, if you’ve downloaded videos from YouTube or other online video services, that content may be in Flash or Windows Media formats, which aren’t viewable on any iOS device. Or if you update web content,(...)]]></description>
				<content:encoded><![CDATA[<article>
<section class="page">
<p>If you work with video, chances are you occasionally need to convert video files from one format to another. For instance, if you’ve downloaded videos from YouTube or other online video services, that content may be in Flash or Windows Media formats, which aren’t viewable on any iOS device. Or if you update web content, you may have a number of movies in H.264 format that simply won’t play in Google’s Chrome browser, which doesn’t support H.264.</p>
<p>There are many tools available for converting video between formats, but the one I often turn to is the free <strong><a href="http://www.mirovideoconverter.com/">Miro Video Converter</a></strong> (<img src="http://images.macworld.com/images/layout/bluemouse35.gif" border="0" alt="3.5-mouse rating"/>). While its interface isn’t what you would call Mac-standard, the program does a great job converting videos. It supports a huge number of video formats, including some oddball ones, and it can output video optimized for iOS devices, as well as for a slew of Android devices including the Kindle Fire.</p>
<p>When you launch Miro Video Converter, you’re greeted with a large, dark, and basically empty interface. However, it’s pretty obvious what needs to be done, thanks to explanatory text that states, “Drag videos here or Choose Files.” To convert one or more video files, drag them into the window, or click the Choose Files link to use a standard OS X file-navigation dialog box to select them.</p>
<figure class="right medium"><a href="http://images.techhive.com/images/article/2012/12/mirococonverterconvertforiphone-100019311-orig.png" class="zoom"><img src="http://images.techhive.com/images/article/2012/12/mirococonverterconvertforiphone-100019311-medium.png" height="363" width="300" align="right" alt=""/></a><br />
<figcaption>In this example, I’m converting Flash videos for viewing on an iPhone 5.</figcaption>
</figure>
<p>Once you’re added at least one video, the buttons at the bottom of the interface become active. Choose your output format by clicking one of these buttons (Apple, Android, Other, or Format) and choosing from the options in the resulting pop-up menu. Miro Video Converter automatically selects the resulting video’s size, quality, and codec settings based on the chosen platform or device.</p>
<p class="jumpTag"><a href="/article/2023312/mac-gems-miro-video-converter-makes-it-easy-to-convert-video.html#jump">To read this article in full or to leave a comment, please click here</a></p>
</section>
</article>
<p>Vía <a href="http://www.macworld.com/article/2023312/mac-gems-miro-video-converter-makes-it-easy-to-convert-video.html#tk.rss_macgems">Macworld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18445/mac-gems-miro-video-converter-makes-it-easy-to-convert-video-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Gems: CustomMenu provides quick access to your favorite apps, files, and folders</title>
		<link>http://soniq.org/soniq/18443/mac-gems-custommenu-provides-quick-access-to-your-favorite-apps-files-and-folders-2</link>
		<comments>http://soniq.org/soniq/18443/mac-gems-custommenu-provides-quick-access-to-your-favorite-apps-files-and-folders-2#comments</comments>
		<pubDate>Tue, 07 May 2013 16:56:20 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18443</guid>
		<description><![CDATA[One of my all-time favorite Mac utilities was MaxMenus, a System Preferences pane that let you create multiple custom menus, each containing your choice of apps, files, folders, volumes, and other frequently accessed items. Unfortunately, MaxMenus appears to have been abandoned—you can no longer download it, its website is dead, and while it currently works(...)]]></description>
				<content:encoded><![CDATA[<article>
<section class="page">
<p>
One of my all-time favorite Mac utilities was <a href="http://www.macworld.com/article/1151306/maxmenusliteswitch.html">MaxMenus</a>, a System Preferences pane that let you create multiple custom menus, each containing your choice of apps, files, folders, volumes, and other frequently accessed items. Unfortunately, MaxMenus appears to have been abandoned—you can no longer download it, its website is dead, and while it currently works under Mountain Lion (OS X 10.8.2), I suspect some future update to OS X will render MaxMenus useless.
</p>
<p>
I’ve tried—and quickly discarded—a number of alternatives, but one that works well is PointWorks’s $2 <strong><a href="http://www.pointworks.de/software/custommenu/index.php">CustomMenu</a></strong> (<a href="https://itunes.apple.com/us/app/custommenu/id572551593?ls=1&amp;mt=12">Mac App Store link</a>). Launch CustomMenu, and its systemwide menu icon appears on the right-hand side of your menu bar. Click this icon and choose Customize Menu, and you can choose the items you want to appear in the menu.
</p>
<figure class="right small"><a href="http://images.techhive.com/images/article/2012/12/custommenuprefs-100017360-orig.png" class="zoom"><img src="http://images.techhive.com/images/article/2012/12/custommenuprefs-100017360-small.png" height="180" width="140" align="right" alt=""/></a><br />
<figcaption>CustomMenu&#8217;s configuration window</figcaption>
</figure>
<p>
Click the Add (+) button next to Group on the left to create a new group—a section of the menu that’s separated from other sections by a divider line. I don’t know if there’s a limit to the number of groups, but I had ten groups in my menu while testing CustomMenu, and the utility still let me add another. These group names and dividers take up space—and you can’t add items to the menu without using groups—but they make the menu much easier to navigate than if all your items were in a single, uninterrupted list.
</p>
<p>
Select any group, and you can add items to that group by either dragging apps, files, and folders from the Finder into the group’s item list, or clicking the plus-sign (+) button next to Items to use OS X’s standard file-navigation dialog box. You can also move an item between groups by dragging it. Select an item and click the minus-sign (-) button, or press the Delete key, to remove the item from the list.
</p>
<p class="jumpTag"><a href="/article/2019731/mac-gems-custommenu-provides-quick-access-to-your-favorite-apps-files-and-folders.html#jump">To read this article in full or to leave a comment, please click here</a></p>
</section>
</article>
<p>Vía <a href="http://www.macworld.com/article/2019731/mac-gems-custommenu-provides-quick-access-to-your-favorite-apps-files-and-folders.html#tk.rss_macgems">Macworld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18443/mac-gems-custommenu-provides-quick-access-to-your-favorite-apps-files-and-folders-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Gems: Little Snitch snitches on misbehaving apps</title>
		<link>http://soniq.org/soniq/18441/mac-gems-little-snitch-snitches-on-misbehaving-apps-2</link>
		<comments>http://soniq.org/soniq/18441/mac-gems-little-snitch-snitches-on-misbehaving-apps-2#comments</comments>
		<pubDate>Tue, 07 May 2013 16:56:17 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18441</guid>
		<description><![CDATA[Our Macs can be chatty even when we wish they weren’t. Apps, and even the OS itself, regularly reach out to the rest of your local network and to the Internet to probe, query, and blab. Little Snitch 3 intercepts these requests and presents them to you for inspection and approval. The latest update to(...)]]></description>
				<content:encoded><![CDATA[<article>
<section class="page">
<p>
Our Macs can be chatty even when we wish they weren’t. Apps, and even the OS itself, regularly reach out to the rest of your local network and to the Internet to probe, query, and blab. <strong><a href="http://www.obdev.at/products/littlesnitch/index.html">Little Snitch 3</a></strong> intercepts these requests and presents them to you for inspection and approval. The latest update to the software adds <em>inbound</em>-connection management, too. Little Snitch has graduated from being a sort of outbound-only firewall with notifications to being a full-fledged firewall product with a friendly interface that informs you about any network-related activities.
</p>
<p>
OS X’s built-in firewall, when enabled, functions based on services and applications, allowing only inbound connections aimed at particular pieces of software—for example, a connection to iPhoto’s shared-library service. But the OS X firewall can’t be configured to allow a connection from a particular Internet protocol (IP) address. Little Snitch offers this type of functionality, but it reveals this power in stages, allowing a simple approach for those who want security without fuss, while using configurable rules to provide levels of deeper and deeper access for those who want more-precise control.
</p>
<figure class="right medium"><a href="http://images.techhive.com/images/article/2012/11/littlesnitchsimplebbeditalert-100014741-orig.png" class="zoom"><img src="http://images.techhive.com/images/article/2012/11/littlesnitchsimplebbeditalert-100014741-medium.png" height="169" width="300" align="right" alt=""/></a><br />
<figcaption>A dialog explains that BBEdit is trying to reach a remote server. You have many options to control whether this connection is blocked, and for how long and to what degree of specificity.</figcaption>
</figure>
<p>
As in <a href="http://www.macworld.com/article/1133363/littlesnitch2.html">previous versions</a>, Little Snitch’s most obvious use is in alerting you to the network activity of applications and low-level software. For instance, launch Google Chrome, and Little Snitch warns you that the browser is attempting to connect to www.google.com (to check for updates, ostensibly). Should Little Snitch let it proceed, and, if so, for how long and with what limits? The utility even differentiates between IP addresses and ports. (An IP address is a destination, like an apartment building; a port is like a specific apartment within the building.)
</p>
<p>
Little Snitch comes configured to allow common activities—for example, Safari requesting data from port 80 (standard Web pages) and port 443 (https-secured pages)—to pass through without notice. Many OS X system daemons, autonomous bits of low-level software, also get preapproved. But even these passes are explicitly allowed via rules that you can view, with descriptions, in the Little Snitch Configuration app.
</p>
<p class="jumpTag"><a href="/article/2017161/mac-gems-little-snitch-snitches-on-misbehaving-apps.html#jump">To read this article in full or to leave a comment, please click here</a></p>
</section>
</article>
<p>Vía <a href="http://www.macworld.com/article/2017161/mac-gems-little-snitch-snitches-on-misbehaving-apps.html#tk.rss_macgems">Macworld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18441/mac-gems-little-snitch-snitches-on-misbehaving-apps-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Gems: Holiday-bundle bargains</title>
		<link>http://soniq.org/soniq/18439/mac-gems-holiday-bundle-bargains-2</link>
		<comments>http://soniq.org/soniq/18439/mac-gems-holiday-bundle-bargains-2#comments</comments>
		<pubDate>Tue, 07 May 2013 16:56:13 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18439</guid>
		<description><![CDATA[With Thanksgiving upon us, it’s time for the annual avalanche of Black Friday sales—and Pre-Black Friday sales, and Cyber Monday sales, and Weekend-Before-Cyber Monday sales, and…you know the drill. But most of those sales, whether online or in physical stores, focus on hardware and gear. If you’re looking for some great Mac software, either for(...)]]></description>
				<content:encoded><![CDATA[<article>
<section class="page">
<p>
With Thanksgiving upon us, it’s time for the annual avalanche of Black Friday sales—and Pre-Black Friday sales, and Cyber Monday sales, and Weekend-Before-Cyber Monday sales, and…you know the drill. But most of those sales, whether online or in physical stores, focus on hardware and gear. If you’re looking for some great Mac software, either for yourself or for your favorite gift recipient, there are currently two big Mac-software bundles, each offering a bevy of apps for one reasonable price. Even if you just wanted the Mac Gems each bundle contains, both are bargains, but each also includes a bunch of other good software that sweetens the pot considerably. (All apps included in these bundles are full versions.)
</p>
<h2 id="productivemacsbundle">Productive Macs Bundle</h2>
<p>
The <strong><a href="http://www.productivemacs.com/a/375165">Productive Macs bundle</a></strong> (available until November 30) includes nine apps for a total of $30, compared to $239 if purchased separately at regular prices:
</p>
<figure class="left original"><img src="http://images.techhive.com/images/article/2012/11/textexpander-92-100013967-orig.png" height="92" width="92" alt=""/><br />
<figcaption/></figure>
<p>
<strong><a href="http://www.smilesoftware.com/TextExpander/index.html">TextExpander</a></strong> (<a href="http://www.macworld.com/article/1150864/textexpander30.html">Mac Gems review</a>; normally $35): Text Expander is my favorite text-expansion utility—I type a few characters, and the utility expands that abbreviation into a longer snippet of frequently typed text. TextExpander has, according to its built-in tracking feature, typed over 300,000 characters for me in just the past six months.
</p>
<figure class="right original"><img src="http://images.techhive.com/images/article/2012/11/pathfinder-92-100013963-orig.png" height="92" width="92" alt=""/><br />
<figcaption/></figure>
<p>
<strong><a href="http://cocoatech.com/pathfinder/">Path Finder</a></strong> (<a href="http://www.macworld.com/article/1136781/pf5.html">Mac Gems review</a>; normally $40): A powerful replacement for the Finder, Path Finder includes a dual-pane file browser, a drop stack for temporary file/folder storage, window tabs, folder bookmarks, a built-in Terminal-style shell, a file-transfer queue, file tagging, batch renaming, and hex and ACL editors. And those are just the features the developer notes in its one-sentence summary—Path Finder includes many more “I wish the Finder did this” options.
</p>
<p class="jumpTag"><a href="/article/2015475/mac-gems-holiday-bundle-bargains.html#jump">To read this article in full or to leave a comment, please click here</a></p>
</section>
</article>
<p>Vía <a href="http://www.macworld.com/article/2015475/mac-gems-holiday-bundle-bargains.html#tk.rss_macgems">Macworld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18439/mac-gems-holiday-bundle-bargains-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Gems: Koku is a solid personal-finance app</title>
		<link>http://soniq.org/soniq/18437/mac-gems-koku-is-a-solid-personal-finance-app-2</link>
		<comments>http://soniq.org/soniq/18437/mac-gems-koku-is-a-solid-personal-finance-app-2#comments</comments>
		<pubDate>Tue, 07 May 2013 16:56:07 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18437</guid>
		<description><![CDATA[I’m a big fan of simple personal-finance applications—the kind you can use to quickly collect your purchase and deposit information and then easily reconcile that information with your bank account when it’s convenient. FadingRed’s $30 Koku, available for both Mac and iOS, hits almost all those marks, making it easy to track your financial information(...)]]></description>
				<content:encoded><![CDATA[<article>
<section class="page">
<p>
I’m a big fan of simple personal-finance applications—the kind you can use to quickly collect your purchase and deposit information and then easily reconcile that information with your bank account when it’s convenient. FadingRed’s $30 <strong><a href="http://www.fadingred.com/koku/">Koku</a></strong>, available for both Mac and iOS, hits almost all those marks, making it easy to track your financial information at your desk or on the go, as well as to get a summary of your current financial status. It falls short only when it comes time to reconcile your debits and credits at the end of the month.
</p>
<p>
Koku for Mac has a simple interface. The app’s left side, called the Library, displays a list of your accounts, a collection of pre-defined and user-created reports, Smart Lists of transactions, and folders for organizing your report data.
</p>
<figure class=" large"><img src="http://images.techhive.com/images/article/2012/11/koku_newimage-100012974-large.jpg" height="427" width="580" alt=""/><br />
<figcaption>The Mac version of Koku shows you visual reports on your finances.</figcaption>
</figure>
<p>
Koku supports 4 different types of accounts: Savings, Checking, Credit, and Cash. Each of these is set up using the Library menu or the plus-sign (+) button at the bottom of the Library window. Once you select the type of account you want to create, you choose how you want to enter your transaction data into Koku. The default option is to enter each transaction manually, either one transaction at a time or by importing your transaction data from files downloaded from your bank. The second option is to configure Koku to connect directly to your bank’s website and download that data automatically.
</p>
<p>
However you choose to enter your transaction data, I found that both options work well, although the direct-connect feature has a limited selection of supported banks. Most of the big name banks are here, including Wells Fargo, Citizens, Chase, and PNC, but the list is short. My family does our banking at three different banks, and only one is available for direct connect in Koku. Once configured, transaction files download without a hitch. One important note: For the bank I was able to successfully connect to, Koku could download only our checking and savings data, not our mortgage information.
</p>
<p class="jumpTag"><a href="/article/2013745/mac-gems-koku-is-a-solid-personal-finance-app.html#jump">To read this article in full or to leave a comment, please click here</a></p>
</section>
</article>
<p>Vía <a href="http://www.macworld.com/article/2013745/mac-gems-koku-is-a-solid-personal-finance-app.html#tk.rss_macgems">Macworld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18437/mac-gems-koku-is-a-solid-personal-finance-app-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Gems: Bartender helps you take control of menu-bar icons</title>
		<link>http://soniq.org/soniq/18435/mac-gems-bartender-helps-you-take-control-of-menu-bar-icons</link>
		<comments>http://soniq.org/soniq/18435/mac-gems-bartender-helps-you-take-control-of-menu-bar-icons#comments</comments>
		<pubDate>Tue, 07 May 2013 16:56:01 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18435</guid>
		<description><![CDATA[Pity the poor menu bar. It seems like just about every app you install these days wants to put a little icon up there, often to little real advantage. It’s not uncommon for that ever-expanding line of icons on the right to extend under the reach of the menus on the left. In short, the(...)]]></description>
				<content:encoded><![CDATA[<article>
<section class="page">
<p>Pity the poor menu bar. It seems like just about every app you install these days wants to put a little icon up there, often to little real advantage. It’s not uncommon for that ever-expanding line of icons on the right to extend under the reach of the menus on the left. In short, the menu bar is a mess.</p>
<figure class="right medium"><a href="http://images.techhive.com/images/article/2012/11/bartender20ba-100012245-orig.jpg" class="zoom"><img src="http://images.techhive.com/images/article/2012/11/bartender20ba-100012245-medium.jpg" height="56" width="300" align="right" alt=""/></a><br />
<figcaption/></figure>
<p>That’s the problem that <a href="http://www.macbartender.com/">Bartender</a> is here to solve. Yes, it adds a menu-bar item of its own. But within that menu item you can <em>hide other</em> menu-bar icons that you don’t want to see all the time. The utility also lets you rearrange menu-bar items—OS X lets you rearrange only Apple’s menu extras.</p>
<p>When you open Bartender’s preference window and click the Menu Items icon, you see, listed on the left, your menu bar’s current contents. Those apps and utilities are divided into three sections: System Items (OS X built-in menu extras, such as AirPort and Bluetooth), third-party apps with active menu-bar items, and third-party app that have menu-bar items that you’ve disabled within those apps themselves. You can add to that list using the usual plus-sign button (+), or remove items (-) from it. You can even put the Notification Center icon in Bartender’s Bar (or hide the Notifications Center icon completely, if you wish—you can still access Notification Center using the standard gesture, a two-finger leftward swipe from the right edge of the trackpad).</p>
<figure class="right medium"><a href="http://images.techhive.com/images/article/2012/11/bartender20preference-100012243-orig.jpeg" class="zoom"><img src="http://images.techhive.com/images/article/2012/11/bartender20preference-100012243-medium.jpeg" height="222" width="300" align="right" alt=""/></a><br />
<figcaption/></figure>
<p>Select any item on the left and you get several options for handling it: You can opt to keep it where it is, move it out of the main menu bar and into the Bartender Bar, or hide it altogether. You can also choose to have Bartender alert you when an app with a menu-bar item has been updated (by showing you the icon on the menu bar for a duration you choose).</p>
<p class="jumpTag"><a href="/article/2013739/mac-gems-bartender-helps-you-take-control-of-menu-bar-icons.html#jump">To read this article in full or to leave a comment, please click here</a></p>
</section>
</article>
<p>Vía <a href="http://www.macworld.com/article/2013739/mac-gems-bartender-helps-you-take-control-of-menu-bar-icons.html#tk.rss_macgems">Macworld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18435/mac-gems-bartender-helps-you-take-control-of-menu-bar-icons/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Gems: FoldingText is a unique and versatile text editor</title>
		<link>http://soniq.org/soniq/18433/mac-gems-foldingtext-is-a-unique-and-versatile-text-editor</link>
		<comments>http://soniq.org/soniq/18433/mac-gems-foldingtext-is-a-unique-and-versatile-text-editor#comments</comments>
		<pubDate>Tue, 07 May 2013 16:55:58 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18433</guid>
		<description><![CDATA[On the surface, Hog Bay Software’s $25 FoldingText (Mac App Store link) is a basic text editor. In fact, if you don’t dig too deep, you could easily be fooled into thinking that FoldingText is too simple to merit more than a passing glance. The reality is that FoldingText is an amalgam. A polyvalent text-editing(...)]]></description>
				<content:encoded><![CDATA[<article>
<section class="page">
<p>
On the surface, Hog Bay Software’s $25 <strong><a href="http://www.foldingtext.com/">FoldingText</a></strong> (<a href="https://itunes.apple.com/us/app/foldingtext/id540003654">Mac App Store link</a>) is a basic text editor. In fact, if you don’t dig too deep, you could easily be fooled into thinking that FoldingText is too simple to merit more than a passing glance. The reality is that FoldingText is an amalgam. A polyvalent text-editing powerhouse. Part text editor, part to-do-list maker, part outliner, part Pomodoro-method task manager, FoldingText is like and unlike every text editor you’ve used.
</p>
<p>
Each new document you create using FoldingText starts out the same way, not as a blank slate for you to begin typing text, but as as Welcome document explaining the basics of how FoldingText works. That may seem odd for something as basic as a text editor, but within FoldingText, basic text can undergo some amazing transformations, and understanding how to transform that text is essential to getting the most out of the app. This initial document is designed to help you start on the right foot.
</p>
<figure class="right medium"><a href="http://images.techhive.com/images/article/2012/11/ftmai-100012210-orig.png" class="zoom"><img src="http://images.techhive.com/images/article/2012/11/ftmai-100012210-medium.png" height="319" width="300" align="right" alt=""/></a><br />
<figcaption>FoldingText uses Markdown to transform your plain text into someting more useful; you can quickly jump to any header.</figcaption>
</figure>
<p>
FoldingText performs its text editing magic by using an application-specific form of <a href="http://daringfireball.net/projects/markdown">Markdown</a>. Markdown is a kind of shorthand that allows you to mark plain text with special formatting characters that translate to the appropriate tags in browser-readable HTML. Unlike many Markdown-text editors, FoldingText renders your formatted text within the FoldingText environment, so text surrounded by double asterisks (the Markdown syntax for bold) is actually displayed as bolded in the document while you’re editing. (It’s important to note that, while FoldingText can create some basic HTML, it is not designed to create full-featured web pages. You can export your documents in HTML format, but only basic lists and one HTML heading type are supported.)
</p>
<p>
While there are over a dozen different bits of Markdown shorthand you can use in FoldingText, the basics are this: Type <code>#</code> followed by a space and the text that follows those two characters will appear as a bolded heading. Type <code>##</code> and that line become a sub-heading of the previous heading. Type <code>-</code> followed by a space and that line of text will appear as an item in an unordered list. Surround text with * on each side and that text will be italicized (** on each side bold the text, instead). Other similar keystrokes will create URL links, ordered lists, block and coded text, and much more.
</p>
<p class="jumpTag"><a href="/article/2013699/mac-gems-foldingtext-is-a-unique-and-versatile-text-editor.html#jump">To read this article in full or to leave a comment, please click here</a></p>
</section>
</article>
<p>Vía <a href="http://www.macworld.com/article/2013699/mac-gems-foldingtext-is-a-unique-and-versatile-text-editor.html#tk.rss_macgems">Macworld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18433/mac-gems-foldingtext-is-a-unique-and-versatile-text-editor/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Gems: Display Menu brings back OS X&#8217;s Displays menu</title>
		<link>http://soniq.org/soniq/18431/mac-gems-display-menu-brings-back-os-xs-displays-menu</link>
		<comments>http://soniq.org/soniq/18431/mac-gems-display-menu-brings-back-os-xs-displays-menu#comments</comments>
		<pubDate>Tue, 07 May 2013 16:55:50 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18431</guid>
		<description><![CDATA[Last week, we reviewed QuickRes, a menu-bar utility for changing the resolution of—and accessing higher resolutions on—Retina-display MacBook Pros. But even if you aren&#8217;t using a Retina display, you may have wanted something similar, because Mountain Lion (OS X 10.8) is missing a convenient feature found in older versions of OS X: the Displays menu(...)]]></description>
				<content:encoded><![CDATA[<article>
<section class="page">
<p>
Last week, we <a href="http://www.macworld.com/article/2012693/mac-gems-quickres-helps-you-get-the-most-out-of-retina-displays.html">reviewed QuickRes</a>, a menu-bar utility for changing the resolution of—and accessing higher resolutions on—Retina-display MacBook Pros. But even if you aren&#8217;t using a Retina display, you may have wanted something similar, because Mountain Lion (OS X 10.8) is missing a convenient feature found in older versions of OS X: the Displays menu extra.
</p>
<p>
Under Lion (OS X 10.7) and earlier, a simple click in the menu bar let you change screen resolutions and, if you had multiple displays, toggle display mirroring. Mountain Lion includes an option, in the Displays pane of System Preferences, to enable a Mirroring menu (for AirPlay mirroring, not dual-display mirroring), but that menu is missing resolution options—and it appears only when an AirPlay-mirroring-capable Apple TV is available on the local network.
</p>
<p>
I&#8217;ve been accessing resolution settings by pressing Option and either of my keyboard&#8217;s Brightness keys—a shortcut that opens the Displays pane of System Preferences. But a more convenient approach can be found in Milch im Gemüsefach&#8217;s free <strong><a href="http://displaymenu.milchimgemuesefach.de">Display Menu</a></strong> (<a href="https://itunes.apple.com/us/app/id549083868">Mac App Store link</a>).
</p>
<figure class="right medium"><a href="http://images.techhive.com/images/article/2012/10/displaymen-100010855-orig.png" class="zoom"><img src="http://images.techhive.com/images/article/2012/10/displaymen-100010855-medium.png" height="178" width="300" align="right" alt=""/></a><br />
<figcaption/></figure>
<p>
Like the old Displays menu extra, clicking Display Menu shows you a list of all possible screen resolutions, including <a href="http://hints.macworld.com/article.php?story=20110805141544753&amp;query=HiDPI">HiDPI modes</a> (and, for some displays, refresh rates); choose one to switch to it. If you&#8217;ve got multiple displays, you can also toggle mirroring, which means you can disable Mountain Lion&#8217;s own Mirroring menu-bar option.
</p>
<p class="jumpTag"><a href="/article/2013295/display-menu-brings-back-os-xs-displays-menu.html#jump">To read this article in full or to leave a comment, please click here</a></p>
</section>
</article>
<p>Vía <a href="http://www.macworld.com/article/2013295/display-menu-brings-back-os-xs-displays-menu.html#tk.rss_macgems">Macworld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18431/mac-gems-display-menu-brings-back-os-xs-displays-menu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XCOM: Enemy Unknown — Elite Edition Review</title>
		<link>http://soniq.org/soniq/18430/xcom-enemy-unknown-elite-edition-review</link>
		<comments>http://soniq.org/soniq/18430/xcom-enemy-unknown-elite-edition-review#comments</comments>
		<pubDate>Fri, 03 May 2013 16:22:58 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18430</guid>
		<description><![CDATA[Resurrecting a beloved old gaming franchise for a modern audience seems like a challenging, thankless task. Even if you succeed in making something great, you run the risk of alienating existing fans if you stray too far from the original formula. When the alien-fighting strategy revival XCOM: Enemy Unknown was released last year on PC(...)]]></description>
				<content:encoded><![CDATA[<p><!--paging_filter-->
<p>Resurrecting a beloved old gaming franchise for a modern audience seems like a challenging, thankless task. Even if you succeed in making something great, you run the risk of alienating existing fans if you stray too far from the original formula. When the alien-fighting strategy revival XCOM: Enemy Unknown was released last year on PC and consoles, however, it accomplished something we thought was impossible: It made just about everyone happy.&nbsp;</p>
<p><img src="/files/u330237/2013/05/xcom09_2.jpg" width="620" height="349" /></p>
<p>Marking the first time the venerable strategy franchise has appeared on Mac, XCOM tasks players with running a clandestine, multinational anti-UFO agency at the dawn of a full-scale alien invasion of Earth. Your time is split between XCOM&#8217;s underground headquarters, where you&#8217;ll manage the agency&#8217;s finances, direct research into alien technologies, and manufacture cool weapons and gadgets based on those technologies; and in the field, where you&#8217;ll direct squads of soldiers through turn-based, semi-randomly generated tactical battles against alien death squads. That might sound complicated, but XCOM manages to make itself completely accessible to players of all stripes, with plenty of hand-holding for those who want it, options that can make the game insanely challenging for those who don&#8217;t, and the freedom to advance the game&#8217;s storyline at your own pace.</p>
<p>While the managerial stuff is important (and surprisingly involving), it&#8217;s the battles that are the real meat of the game, and XCOM excels at creating tense, high-stakes confrontations. Your enemies — which range from stunted, &#8220;grey&#8221;-like creatures and mindless insectoid things to hulking brutes and mechanical horrors — are largely concealed by a fog of war, making cautious probing of your surroundings a huge part of battle. Your agents are fragile, especially at first, so any miscalculation (like deciding to sprint across an open field and end a turn with no cover nearby, say) can result in quick, demoralizing deaths.&nbsp;</p>
<p><img src="/files/u330237/2013/05/xcom13.jpg" width="620" /></p>
<p>As a bonus, the Mac version comes complete with all of the downloadable content released for other versions, including Slingshot, a three-mission mini-campaign you can choose to play in lieu of the randomized special missions handed down periodically by the shadowy &#8220;Council.&#8221; In all, it&#8217;s a fantastic package, although there&#8217;s one notable caveat: Multiplayer. Admittedly a small part of the game, XCOM&#8217;s multiplayer is a fun departure that lets players build a mixed human/alien squad and pit it against an opponent&#8217;s. Playing online requires a separate app, GameRanger, which you might not find out about unless you read the game&#8217;s included FAQ. Coupled with multiplayer&#8217;s one-on-one structure, this means it can be difficult to find an opponent, although hopefully that&#8217;ll improve as the game&#8217;s user base grows.</p>
<p><strong>The bottom line.</strong> Deeply involving, satisfyingly violent, and surprisingly emotional, XCOM: Enemy Unknown is fantastic whether you&#8217;re a hardcore strategy fan or just dipping your toes in for the first time.</p>
<fieldset class="fieldgroup group-the-bottom-line">
<legend>Review Synopsis</legend>
<div class="field field-type-text field-field-product">
<div class="field-label">
<p><strong>Product:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p>XCOM: Enemy Unknown — Elite Edition</p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-company">
<div class="field-label">
<p><strong>Company:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    Feral Interactive        </div>
</p></div>
</div>
<div class="field field-type-text field-field-contact">
<div class="field-label">
<p><strong>Contact:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p><a href="http://www.feralinteractive.com" target="_blank">www.feralinteractive.com</a></p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-price">
<div class="field-label">
<p><strong>Price:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    $50        </div>
</p></div>
</div>
<div class="field field-type-text field-field-requirements">
<div class="field-label">
<p><strong>Requirements:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p>Mac OS X 10.7.5 or later, 2.0 Ghz Processor, 4GB RAM, 256MB VRAM (ATI X1xxx/HD2xxx, Intel GMA, NVIDIA 7xxx/8xxx not supported)</p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-positives">
<div class="field-label">
<p><strong>Positives:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p>Hugely addicting mix of management sim and turn-based tactics. Extremely customizable.</p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-negatives">
<div class="field-label">
<p><strong>Negatives:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p>Online multiplayer requires separate GameRanger app. Framerate can get a little choppy on lower-end Macs, although this isn&#8217;t a serious detriment to gameplay.</p>
</p></div>
</p></div>
</div>
<div class="field field-type-number-integer field-field-score">
<div class="field-label"><strong>Score:</strong>&nbsp;</div>
<div class="field-items">
<div class="field-item odd">
                    4.5&nbsp;Excellent        </div>
</p></div>
</div>
</fieldset>
<p>via Software http://www.maclife.com/article/games/xcom_enemy_unknown_%E2%80%94_elite_edition_review</p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18430/xcom-enemy-unknown-elite-edition-review/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Gems: Lost Photos 1.2 recovers forgotten images received via email</title>
		<link>http://soniq.org/soniq/18402/mac-gems-lost-photos-1-2-recovers-forgotten-images-received-via-email</link>
		<comments>http://soniq.org/soniq/18402/mac-gems-lost-photos-1-2-recovers-forgotten-images-received-via-email#comments</comments>
		<pubDate>Fri, 03 May 2013 14:07:56 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18402</guid>
		<description><![CDATA[We all receive photos—scads of photos—via email, many of which we ignore because they’re not worth the bandwidth. But what if you want to show your kid that cute picture of a cat dressed up as a scuba diver—the one you got some past Halloween from who knows whom? As time passes, it’s harder to(...)]]></description>
				<content:encoded><![CDATA[<article>
<section class="page">
<p>We all receive photos—scads of photos—via email, many of which we ignore because they’re not worth the bandwidth. But what if you want to show your kid that cute picture of a cat dressed up as a scuba diver—the one you got some past Halloween from who knows whom? As time passes, it’s harder to sort out, much less find and archive, such images. That’s where the appropriately titled <strong><a href="http://lostphotosapp.com">Lost Photos</a></strong> (<a href="http://lostphotosapp.com/mac.html">Mac App Store link</a>) comes in.</p>
<p>A lightweight utility from Space Inch, Lost Photos (free; $3 to download unlimited photos) has a fresh, clean interface. The app connects to your IMAP email accounts using a secure connection and extracts all the photos from each account quickly and efficiently. Just type your email address and password into the Lost Photos window, and the app sifts through every message on the server, scraping up any photos it finds and placing them into a folder, named for that email account, on your drive for later viewing. (The app does not remove images from the mail server; it just finds and downloads them.)</p>
<figure class="right medium"><a href="http://images.techhive.com/images/article/2013/04/screen-shot-2013-04-30-at-5.46.33-pm-100035324-orig.png" class="zoom"><img src="http://images.techhive.com/images/article/2013/04/screen-shot-2013-04-30-at-5.46.33-pm-100035324-medium.png" height="359" width="300" align="right" alt=""/></a><br />
<figcaption>Lost Photos lets you choose the parameters of your email search.</figcaption>
</figure>
<p>The app provides some simple filters to help spare you the agony of viewing every company logo and headshot you receive: For example, the program can skip images under 8KB, as well as GIF files. (In my testing, it took about 25 minutes for the app to crawl through some 1300 email messages with these two options enabled.) You can also choose to ignore any images received before a particular date—so, for example, you can have Lost Photos search only messages received in the past two years.</p>
<p>Once Lost Photos finishes its search, the app offers buttons for adding all found images to iPhoto or showing your found photos in the Finder (where you can choose to manually import only some of them to iPhoto). You also get buttons for posting your found scuba-kitty image to Twitter or Facebook, emailing it to your friends, or posting it on Flickr.</p>
<p class="jumpTag"><a href="/article/2036790/mac-gems-lost-photos-1-2-recovers-forgotten-images-received-via-email.html#jump">To read this article in full or to leave a comment, please click here</a></p>
</section>
</article>
<p>Vía <a href="http://www.macworld.com/article/2036790/mac-gems-lost-photos-1-2-recovers-forgotten-images-received-via-email.html#tk.rss_macgems">Macworld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18402/mac-gems-lost-photos-1-2-recovers-forgotten-images-received-via-email/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sky Gamblers: Storm Raiders</title>
		<link>http://soniq.org/soniq/18400/sky-gamblers-storm-raiders</link>
		<comments>http://soniq.org/soniq/18400/sky-gamblers-storm-raiders#comments</comments>
		<pubDate>Wed, 01 May 2013 19:52:56 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18400</guid>
		<description><![CDATA[Bullets! Explosions! Wreckage! Encounters are plenty hectic, online or off. Storm Raiders is the best entry yet in the Sky Gamblers aerial-combat franchise, sending you soaring through two separate World War II campaigns—the Battle of Britain and Asia-Pacific War—packed with diverse missions, intense action, and impressive visuals. Even more notable are the eight-player dogfights, which(...)]]></description>
				<content:encoded><![CDATA[<p><!--paging_filter-->
<p style="text-align: center;"><img src="/files/u325188/2013/04/skygamblers-screen1.png" width="620" height="388" /></p>
<p style="text-align: center;"><strong>Bullets! Explosions! Wreckage! Encounters are plenty hectic, online or off.</strong></p>
<p>Storm Raiders is the best entry yet in the Sky Gamblers aerial-combat franchise, sending you soaring through two separate World War II campaigns—the Battle of Britain and Asia-Pacific War—packed with diverse missions, intense action, and impressive visuals. Even more notable are the eight-player dogfights, which span a large number of play modes (like team deathmatch and capture the flag) and deliver ample competition whenever you want it. The Mac version doesn’t control quite as comfortably as the iOS version, but it’s still plenty enjoyable.</p>
<p><strong>The bottom line.</strong> Great combat and a tiny price make Storm Raiders a Mac flight favorite.</p>
<fieldset class="fieldgroup group-the-bottom-line">
<legend>Review Synopsis</legend>
<div class="field field-type-text field-field-product">
<div class="field-label">
<p><strong>Product:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p><a href="http://www.atypicalgames.com" target="_blank">Sky Gamblers: Storm Raiders 1.0.3</a></p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-company">
<div class="field-label">
<p><strong>Company:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    Atypical Games        </div>
</p></div>
</div>
<div class="field field-type-text field-field-contact">
<div class="field-label">
<p><strong>Contact:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p><a href="http://www.atypicalgames.com" target="_blank">www.atypicalgames.com</a></p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-price">
<div class="field-label">
<p><strong>Price:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    $4.99        </div>
</p></div>
</div>
<div class="field field-type-text field-field-requirements">
<div class="field-label">
<p><strong>Requirements:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p>OS X 10.7 or later</p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-positives">
<div class="field-label">
<p><strong>Positives:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p>Excellent flight action in both campaign and multiplayer.</p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-negatives">
<div class="field-label">
<p><strong>Negatives:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p>Limited control options. Keyboard/trackpad options aren’t ideal.</p>
</p></div>
</p></div>
</div>
<div class="field field-type-number-integer field-field-score">
<div class="field-label"><strong>Score:</strong>&nbsp;</div>
<div class="field-items">
<div class="field-item odd">
                    4&nbsp;Great        </div>
</p></div>
</div>
</fieldset>
<p>via Software http://www.maclife.com/article/reviews/sky_gamblers_storm_raiders</p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18400/sky-gamblers-storm-raiders/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hairy Tales Review</title>
		<link>http://soniq.org/soniq/18399/hairy-tales-review</link>
		<comments>http://soniq.org/soniq/18399/hairy-tales-review#comments</comments>
		<pubDate>Wed, 01 May 2013 19:52:48 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18399</guid>
		<description><![CDATA[Click on tiles to change their orientation, and drag them to reposition. Getting from one place to the next is trickier than it seems in Hairy Tales, a colorful Mac puzzler that finds you moving and turning various tiles to send the hero safely toward a goal. Initially, this means little more than evading hazards(...)]]></description>
				<content:encoded><![CDATA[<p><!--paging_filter-->
<p style="text-align: center;"><img src="/files/u325188/2013/04/hairytales-screen1.png" width="620" height="388" /></p>
<p style="text-align: center;"><strong>Click on tiles to change their orientation, and drag them to reposition.</strong></p>
<p>Getting from one place to the next is trickier than it seems in Hairy Tales, a colorful Mac puzzler that finds you moving and turning various tiles to send the hero safely toward a goal. Initially, this means little more than evading hazards and creating a safe path forward, but as the 70-plus stages progress, you’ll encounter new obstacles, like enemies and fixed arrow tiles. It’s solidly smart and only occasionally frustrating, though the samey puzzles turn a bit monotonous before too long.</p>
<p><strong>The bottom line</strong>. While not consistently enthralling, Hairy Tales is a pleasant and accessible puzzler for all ages.</p>
<fieldset class="fieldgroup group-the-bottom-line">
<legend>Review Synopsis</legend>
<div class="field field-type-text field-field-product">
<div class="field-label">
<p><strong>Product:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p><a href="http://www.hairytalesgame.com" target="_blank">Hairy Tales 1.24</a></p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-company">
<div class="field-label">
<p><strong>Company:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    Arges Systems        </div>
</p></div>
</div>
<div class="field field-type-text field-field-contact">
<div class="field-label">
<p><strong>Contact:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p><a href="http://www.hairytalesgame.com" target="_blank">www.hairytalesgame.com</a></p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-price">
<div class="field-label">
<p><strong>Price:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    $4.99        </div>
</p></div>
</div>
<div class="field field-type-text field-field-requirements">
<div class="field-label">
<p><strong>Requirements:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p>OS X 10.6.6 or later</p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-positives">
<div class="field-label">
<p><strong>Positives:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p>Navigational puzzles are smart, but rarely overwhelming. Good for kids and adults alike.</p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-negatives">
<div class="field-label">
<p><strong>Negatives:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p>Turns repetitive more quickly than expected. Visuals (while colorful) are a bit garish.</p>
</p></div>
</p></div>
</div>
<div class="field field-type-number-integer field-field-score">
<div class="field-label"><strong>Score:</strong>&nbsp;</div>
<div class="field-items">
<div class="field-item odd">
                    3&nbsp;Solid        </div>
</p></div>
</div>
</fieldset>
<p>via Software http://www.maclife.com/article/reviews/hairy_tales_review</p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18399/hairy-tales-review/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shardlands Review</title>
		<link>http://soniq.org/soniq/18398/shardlands-review</link>
		<comments>http://soniq.org/soniq/18398/shardlands-review#comments</comments>
		<pubDate>Wed, 01 May 2013 19:22:50 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18398</guid>
		<description><![CDATA[Guide a pursuing monster toward a beacon and he’ll be zapped from the screen. Finding your way through elaborate and impressively rendered mazes is the goal in each of Shardlands’ atmospheric stages, and you’ll do so by clicking to make heroine Dawn move to a location, as well as dragging movable panels into position and(...)]]></description>
				<content:encoded><![CDATA[<p><!--paging_filter-->
<p style="text-align: center;"><img src="/files/u325188/2013/04/shardlands-screen1.png" width="620" height="388" /></p>
<p style="text-align: center;"><strong>Guide a pursuing monster toward a beacon and he’ll be zapped from the screen.</strong></p>
<p>Finding your way through elaborate and impressively rendered mazes is the goal in each of Shardlands’ atmospheric stages, and you’ll do so by clicking to make heroine Dawn move to a location, as well as dragging movable panels into position and clicking buttons. There’s a nice puzzle-solving aspect to the navigation, as well as a bit of action, as you’ll have to avoid hazards plus dispatch enemy beasts using your surroundings. But the thankfully deliberate pace lets you consider each move before you make it.<br /><strong><br />The bottom line</strong>. Nicely paced and presented, Shardlands offers an intriguing array of subtle (but smart) exploration puzzles.</p>
<fieldset class="fieldgroup group-the-bottom-line">
<legend>Review Synopsis</legend>
<div class="field field-type-text field-field-product">
<div class="field-label">
<p><strong>Product:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p><a href="http://www.breachentertainment.com" target="_blank">Shardlands 1.0.1</a></p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-company">
<div class="field-label">
<p><strong>Company:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    Breach Entertainment        </div>
</p></div>
</div>
<div class="field field-type-text field-field-contact">
<div class="field-label">
<p><strong>Contact:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p><a href="http://www.breachentertainment.com" target="_blank">www.breachentertainment.com</a></p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-price">
<div class="field-label">
<p><strong>Price:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    $3.99        </div>
</p></div>
</div>
<div class="field field-type-text field-field-requirements">
<div class="field-label">
<p><strong>Requirements:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p>64-bit processor, OS X 10.7 or later</p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-positives">
<div class="field-label">
<p><strong>Positives:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p>Intelligent maze-based navigational puzzles. Slick visuals and music. Deliberate pace is welcome.</p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-negatives">
<div class="field-label">
<p><strong>Negatives:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p>Mouse-centric design can create rare interaction issues.</p>
</p></div>
</p></div>
</div>
<div class="field field-type-number-integer field-field-score">
<div class="field-label"><strong>Score:</strong>&nbsp;</div>
<div class="field-items">
<div class="field-item odd">
                    4&nbsp;Great        </div>
</p></div>
</div>
</fieldset>
<p>via Software http://www.maclife.com/article/reviews/shardlands_review</p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18398/shardlands-review/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ensoul Contacts Review</title>
		<link>http://soniq.org/soniq/18397/ensoul-contacts-review</link>
		<comments>http://soniq.org/soniq/18397/ensoul-contacts-review#comments</comments>
		<pubDate>Wed, 01 May 2013 19:07:45 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18397</guid>
		<description><![CDATA[Ensoul Contacts has a near-perfect interface. No matter how “first world” the problem may be, it’s still a drag when a friend calls you and a horrid, pixelated, grainy mess appears on your iPhone’s beautiful display. Ensoul Contacts (ironically, a Mac app) solves this easily. On first launch, it asks your iPhone’s screen size and(...)]]></description>
				<content:encoded><![CDATA[<p><!--paging_filter-->
<p style="text-align: center;"><img src="/files/u325188/2013/04/ensoul-contacts-screen.png" width="620" height="427" /></p>
<p style="text-align: center;"><strong>Ensoul Contacts has a near-perfect interface.</strong></p>
<p>No matter how “first world” the problem may be, it’s still a drag when a friend calls you and a horrid, pixelated, grainy mess appears on your iPhone’s beautiful display. Ensoul Contacts (ironically, a Mac app) solves this easily.</p>
<p>On first launch, it asks your iPhone’s screen size and pixel density, a nice touch. The clear main interface lets you select a contact on the left, then drag in a photo from your iPhoto library (or other sources) on the right. If you use iPhoto’s Faces feature, Ensoul can even auto-match the faces to the contacts, which worked seamlessly. Once you’ve selected a photo, you can zoom and crop it, add filters, and preview how it will look on your exact model of iPhone. Ensoul Contacts syncs those photos to your Contacts app, where they’re updated on your iPhone via iCloud or a manual sync. <br /><strong><br />The bottom line</strong>. The interface couldn’t be much better, and if you’re willing to pay $9.99 to fix the low-res caller ID image problem, this doesn’t just solve it, it obliterates it.</p>
<fieldset class="fieldgroup group-the-bottom-line">
<legend>Review Synopsis</legend>
<div class="field field-type-text field-field-product">
<div class="field-label">
<p><strong>Product:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p><a href="http://www.macpaw.com" target="_blank">Ensoul Contacts 2.0</a></p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-company">
<div class="field-label">
<p><strong>Company:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    MacPaw        </div>
</p></div>
</div>
<div class="field field-type-text field-field-contact">
<div class="field-label">
<p><strong>Contact:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p><a href="http://www.macpaw.com" target="_blank">www.macpaw.com</a></p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-price">
<div class="field-label">
<p><strong>Price:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    $9.99        </div>
</p></div>
</div>
<div class="field field-type-text field-field-requirements">
<div class="field-label">
<p><strong>Requirements:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p>OS X 10.7.5 or later</p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-positives">
<div class="field-label">
<p><strong>Positives:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p>Goes above and beyond solving the problem. Great UI and design. Great customization options.</p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-negatives">
<div class="field-label">
<p><strong>Negatives:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p>Pricey, considering the problem. Some filters decrease image quality.</p>
</p></div>
</p></div>
</div>
<div class="field field-type-number-integer field-field-score">
<div class="field-label"><strong>Score:</strong>&nbsp;</div>
<div class="field-items">
<div class="field-item odd">
                    4.5&nbsp;Excellent        </div>
</p></div>
</div>
</fieldset>
<p>via Software http://www.maclife.com/article/reviews/ensoul_contacts_review</p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18397/ensoul-contacts-review/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snapheal Review</title>
		<link>http://soniq.org/soniq/18396/snapheal-review</link>
		<comments>http://soniq.org/soniq/18396/snapheal-review#comments</comments>
		<pubDate>Wed, 01 May 2013 18:52:49 +0000</pubDate>
		<dc:creator>Billie Hawkins (admin)</dc:creator>
				<category><![CDATA[OS X Software Picks]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[Picks]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://soniq.org/?p=18396</guid>
		<description><![CDATA[Just paint over an object and click Erase. It’s that easy. The last time we reviewed Snapheal (version 1, 4.5 stars, Apr/12), we marveled at how it could easily erase unwanted objects from your photos. MacPhun calls it magic, and we said, “It’s a bold claim we happen to agree with.” Version 2.2 keeps that(...)]]></description>
				<content:encoded><![CDATA[<p><!--paging_filter-->
<p style="text-align: center;"><img src="/files/u325188/2013/04/snapheal-screen1.png" width="620" height="316" /></p>
<p style="text-align: center;"><strong>Just paint over an object and click Erase. It’s that easy.</strong></p>
<p>The last time we reviewed Snapheal (version 1, 4.5 stars, Apr/12), we marveled at how it could easily erase unwanted objects from your photos. MacPhun calls it magic, and we said, “It’s a bold claim we happen to agree with.” </p>
<p>Version 2.2 keeps that magic, and fixes a lot of the problems we had—and for $3 less. You can now import from Aperture as well as iPhoto, Photo Booth, and the Finder. In the Erase tab, you can paint on objects you want to remove, use the polygonal or free lasso, or even choose the Clone tool to pick the exact part of the photo you want to use to cover the unwanted part. Erasing modes include Shapeshifter, the most universal according to the app’s tooltip, as well as Twister and Wormhole, although the app doesn’t explain what the other two are or how they differ. </p>
<p>After you’re done in the Erase tab, the Retouch tab lets you paint a mask over parts of your photo, and then use the sliders to make edits to just those areas (exposure, contrast, saturation, and more). The Adjust tab has similar adjustments but applies them to the whole image, and a cool side-by-side mode lets you see the before and after. </p>
<p><strong>The bottom line</strong>. This might just be the most powerful image editing 12 bucks can buy.</p>
<fieldset class="fieldgroup group-the-bottom-line">
<legend>Review Synopsis</legend>
<div class="field field-type-text field-field-product">
<div class="field-label">
<p><strong>Product:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p><a href="http://www.macphun.com" target="_blank">Snapheal 2.2</a></p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-company">
<div class="field-label">
<p><strong>Company:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    MacPhun        </div>
</p></div>
</div>
<div class="field field-type-text field-field-contact">
<div class="field-label">
<p><strong>Contact:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p><a href="http://www.macphun.com" target="_blank">www.macphun.com</a></p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-price">
<div class="field-label">
<p><strong>Price:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    $11.99        </div>
</p></div>
</div>
<div class="field field-type-text field-field-requirements">
<div class="field-label">
<p><strong>Requirements:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p>OS X 10.7 or later</p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-positives">
<div class="field-label">
<p><strong>Positives:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p>Remove unwanted objects easily. Brighten colors and easily make other adjustments. Make edits on one part of the photo while leaving others untouched.</p>
</p></div>
</p></div>
</div>
<div class="field field-type-text field-field-negatives">
<div class="field-label">
<p><strong>Negatives:</strong>&nbsp;
</div>
<div class="field-items">
<div class="field-item odd">
                    <!--paging_filter-->
<p>Masking tools could be more intuitive.</p>
</p></div>
</p></div>
</div>
<div class="field field-type-number-integer field-field-score">
<div class="field-label"><strong>Score:</strong>&nbsp;</div>
<div class="field-items">
<div class="field-item odd">
                    4.5&nbsp;Excellent        </div>
</p></div>
</div>
</fieldset>
<p>via Software http://www.maclife.com/article/reviews/snapheal_review</p>
]]></content:encoded>
			<wfw:commentRss>http://soniq.org/soniq/18396/snapheal-review/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: soniq.org @ 2013-05-21 01:41:24 by W3 Total Cache -->