<?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>MacStories &#187; tutorials</title>
	<atom:link href="http://www.macstories.net/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.macstories.net</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 01:58:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Screen Sharing For Alfred Brings VNC To Your Fingertips</title>
		<link>http://www.macstories.net/tutorials/screen-sharing-for-alfred-brings-vnc-to-your-fingertips/</link>
		<comments>http://www.macstories.net/tutorials/screen-sharing-for-alfred-brings-vnc-to-your-fingertips/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 00:24:40 +0000</pubDate>
		<dc:creator>Don Southard</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[alfred]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[VNC]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=28145</guid>
		<description><![CDATA[Screen Sharing is a feature built into Mac OS X for remotely controlling another computer through the use of virtual network computing (VNC). Apple’s native screen sharing client is buried in the operating system making it nearly impossible to find the app when you actually need it. On top of that, it really lacks basic [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/2012/01/Header.png"><img class="aligncenter size-full wp-image-28146" title="Header" src="http://www.macstories.net/wp-content/uploads/2012/01/Header.png" alt="" width="600" height="350" /></a></p>
<p><a href="http://www.macstories.net/reviews/os-x-lion-screen-sharing-overview/">Screen Sharing</a> is a feature built into Mac OS X for remotely controlling another computer through the use of virtual network computing (VNC). Apple’s native screen sharing client is buried in the operating system making it nearly impossible to find the app when you actually need it. On top of that, it really lacks basic features like being able to store a connection for future use. Due to these shortcomings, most people turn to third party applications for managing their VNC connections. A quick search in the Mac App Store will turn up some pretty great options including Edovia’s <a href="http://click.linksynergy.com/fs-bin/stat?id=FppfamX*gDg&amp;offerid=146261&amp;type=3&amp;subid=0&amp;tmpid=1826&amp;RD_PARM1=http%253A%252F%252Fitunes.apple.com%252Fus%252Fapp%252Fscreens-vnc-client%252Fid446107677%253Fmt%253D12%2526uo%253D4%2526partnerId%253D30">Screens</a>. Although apps like these work extremely well, not everyone wants to spend that much to easily connect to a remote computer. This is why I created the <em>Screen Sharing for Alfred</em> extension. I wanted Alfred to be able to function as my VNC client and really extend the functionality of the Apple’s native Screen Sharing app.</p>
<p><a href="http://www.macstories.net/wp-content/uploads/2012/01/image_1.png"><img class="aligncenter size-full wp-image-28151" title="image_1" src="http://www.macstories.net/wp-content/uploads/2012/01/image_1.png" alt="" width="600" height="187" /></a></p>
<p>Screen Sharing for Alfred adds the ability to store information about VNC connections and quickly access them with a simple keyboard command. It is written in a beautiful fusion of shell scripting and AppleScript so it is fast, efficient, and capable of interacting with the user through AppleScript’s GUI prompts. It also incorporates David Ferguson’s genius <a href="http://jdfwarrior.tumblr.com/updater">Extension Updater</a> system in case any new features are added in the future. For those unfamiliar with Updater, it is an extension for Alfred that allows developers to make bug fixes and add new features to released extensions – then when users run Updater, it will download the latest version of any extensions that have updates available. <a href="http://www.macstories.net/tutorials/screen-sharing-for-alfred-brings-vnc-to-your-fingertips/#more-28145" class="more-link">Read More</a></p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/screen-sharing-for-alfred-brings-vnc-to-your-fingertips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logging with Day One and Alfred</title>
		<link>http://www.macstories.net/tutorials/logging-with-day-one-and-alfred/</link>
		<comments>http://www.macstories.net/tutorials/logging-with-day-one-and-alfred/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 01:05:07 +0000</pubDate>
		<dc:creator>Federico Viticci</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[alfred]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[day one]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=28063</guid>
		<description><![CDATA[Yesterday, Brett Terpstra posted a fantastic little script to leverage Day One&#8217;s built-in CLI (command line interface, more information available here) to create new journal entries from the Terminal or an app launcher. Brett has posted instructions on how to use Launchbar with the script, or skip the app launcher part altogether and go with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/2012/01/Screen-Shot-2012-01-18-at-1.55.23-AM.png"><img class="aligncenter size-full wp-image-28064" title="Screen Shot 2012-01-18 at 1.55.23 AM" src="http://www.macstories.net/wp-content/uploads/2012/01/Screen-Shot-2012-01-18-at-1.55.23-AM.png" alt="" width="600" height="254" /></a>Yesterday, <a href="http://brettterpstra.com/logging-with-day-one-geek-style" target="_blank">Brett Terpstra posted a fantastic little script</a> to leverage Day One&#8217;s built-in CLI (command line interface, more information available <a href="http://dayoneapp.com/faq/" target="_blank">here</a>) to create new journal entries from the Terminal or an app launcher. Brett has posted instructions on how to use Launchbar with the script, or skip the app launcher part altogether and go with the Mac&#8217;s Terminal instead:</p>
<blockquote><p>Day One already has a quick entry palette in the menubar. It also has a command line interface (/usr/local/bin/dayone)1 which provides some geeky options (try dayone in Terminal) and the flexibility needed to replace my current logging system. You can create entries quickly with either method, but I wanted just a little bit more out of it. I built a quick script which allows a basic syntax for starring entries and defining dates (using natural language) inline in the entry itself. It can be used from the command line, from LaunchBar (or similar) and can be incorporated into just about any scriptable workflow.</p></blockquote>
<p>I wanted to make the script work with <a href="http://www.alfredapp.com/" target="_blank">Alfred</a>, my app launcher and navigation tool of choice, and it turns out the effort to modify Brett&#8217;s script is equal to zero. I simply replaced &#8220;on handle_string(message)&#8221; with &#8220;on alfred_script(q)&#8221; and &#8221;end handle_string&#8221; with &#8221;end alfred_script&#8221; to make it work in Alfred. Obviously, you&#8217;ll need to fill in the path to your script after you&#8217;ve followed Brett&#8217;s instructions.</p>
<p><a href="http://www.macstories.net/wp-content/uploads/2012/01/Screen-Shot-2012-01-18-at-1.58.06-AM.png"><img class="aligncenter size-full wp-image-28065" title="Screen Shot 2012-01-18 at 1.58.06 AM" src="http://www.macstories.net/wp-content/uploads/2012/01/Screen-Shot-2012-01-18-at-1.58.06-AM.png" alt="" width="600" height="302" /></a></p>
<p style="text-align: center;"><a href="http://www.macstories.net/wp-content/uploads/2012/01/Screen-Shot-2012-01-18-at-1.47.42-AM.png"><img class="aligncenter size-full wp-image-28066" title="Screen Shot 2012-01-18 at 1.47.42 AM" src="http://www.macstories.net/wp-content/uploads/2012/01/Screen-Shot-2012-01-18-at-1.47.42-AM.png" alt="" width="509" height="176" /></a><em>The three Day One entries above were created (and starred) using Alfred.</em></p>
<p>Before you create a new Applescript extension in Alfred, don&#8217;t forget to download Brett&#8217;s script and make it executable in your desired location, and create a symlink for Day One&#8217;s CLI (Show Package Contents on Day One, then navigate to Contents/MacOS/dayone &#8211; that&#8217;s the CLI you have to symlink) in your usr/local/bin/ directory.</p>
<p>You can check out Brett&#8217;s post <a href="http://brettterpstra.com/logging-with-day-one-geek-style/" target="_blank">here</a>, and catch up on our coverage for the latest version of the app, Day One 1.5 (<a href="http://www.macstories.net/reviews/day-one-for-mac-1-5-icloud-sync-markdown-full-screen/" target="_blank">Mac</a> and <a href="http://www.macstories.net/reviews/day-one-1-5-for-ios-now-with-icloud-sync/" target="_blank">iOS</a>).</p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/logging-with-day-one-and-alfred/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Hack to Get Back “Save As”</title>
		<link>http://www.macstories.net/tutorials/a-hack-to-get-back-%e2%80%9csave-as%e2%80%9d/</link>
		<comments>http://www.macstories.net/tutorials/a-hack-to-get-back-%e2%80%9csave-as%e2%80%9d/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 17:33:17 +0000</pubDate>
		<dc:creator>Cody Fink</dc:creator>
				<category><![CDATA[links]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Duplicate]]></category>
		<category><![CDATA[keyboard maestro]]></category>
		<category><![CDATA[Save As]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=27460</guid>
		<description><![CDATA[A Hack to Get Back “Save As” And to add insult to injury, as a keyboard junkie it’s not just the removing of “Save As” that saddens me. It is also the removal of a very handy keyboard shortcut that I used many times a day: Command+Shift+S. And so, by harnessing the power of Keyboard [...]]]></description>
			<content:encoded><![CDATA[<h3>A Hack to Get Back “Save As”</h3>
<h4>And to add insult to injury, as a keyboard junkie it’s not just the removing of “Save As” that saddens me. It is also the removal of a very handy keyboard shortcut that I used many times a day: Command+Shift+S. And so, by harnessing the power of Keyboard Maestro, I set up Command+Shift+S as a “Save As Hack”.</h4>
<p><a href="http://shawnblanc.net/2011/11/save-as-hack/">Shawn Blanc</a> laments about how Lion&#8217;s Duplicate and Revert functions — replacements for the apparently outdated yet super useful Save As function — just don&#8217;t cut it when you want to save multiple versions of a document or quickly save a copy with an alternate name (I do this a lot when self-editing lab work in college). Apps like OmniOutliner work around this by offering templates (which were available before Lion mind you), but even then the Save As function offers a direct path to quickly renaming the file and shoving it in Dropbox if you have to.</p>
<p>Duplicate performs this function in that you physically get a new document copy presented on the desktop. The problem with Duplicate is that while it&#8217;s intended to be user friendly, it ends up making more work than is necessary. Instead of simply renaming and saving a document, you have to sit through an animation, close the original document, then rename and save the new document. I think its safe to say most Mac bloggers are inherently power-users, and have come to rely on quick keyboard shortcuts and tools that were standard up until now. While Duplicate isn&#8217;t as friendly for us, Shawn&#8217;s right: the worst part really is the lack of that shortcut key.</p>
<p>Shawn has a Keyboard Maestro macro <a href="http://shawnblanc.net/2011/11/save-as-hack/" target="_blank">available on his site</a> for download. Alternatively, <a href="http://daringfireball.net/linked/2011/11/29/save-as" target="_blank">John Gruber</a> and <a href="http://brooksreview.net/2011/11/gruber-save-as/" target="_blank">Ben Brooks</a> offer a similar solution that doesn&#8217;t go as far, but brings back the shortcut irregardless through System Preferences.</p>
<a href="http://shawnblanc.net/2011/11/save-as-hack/">via [shawnblanc.net]</a><script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/a-hack-to-get-back-%e2%80%9csave-as%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jailbreakers: Hide the Store Button in the Music App</title>
		<link>http://www.macstories.net/tutorials/jailbreakers-hide-the-store-button-in-the-music-app/</link>
		<comments>http://www.macstories.net/tutorials/jailbreakers-hide-the-store-button-in-the-music-app/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 17:09:19 +0000</pubDate>
		<dc:creator>Cody Fink</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[NoStoreButton]]></category>
		<category><![CDATA[tweaks]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=27450</guid>
		<description><![CDATA[Apple&#8217;s Music app is pretty fair when it comes to finding and playing back your favorite tunes, but occasionally I&#8217;ll accidentally press the integrated Store button as I try to back out of the Albums view. In getting a Store button where I expect a back button (of course I&#8217;m probably doing it wrong), why not just [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/2011/11/NoStoreButton.png"><img class="aligncenter size-full wp-image-27459" title="NoStoreButton" src="http://www.macstories.net/wp-content/uploads/2011/11/NoStoreButton.png" alt="NoStoreButton on Cydia" width="593" height="313" /></a></p>
<p>Apple&#8217;s Music app is pretty fair when it comes to finding and playing back your favorite tunes, but occasionally I&#8217;ll accidentally press the integrated Store button as I try to back out of the Albums view. In getting a Store button where I expect a back button (of course I&#8217;m probably <em>doing it wrong</em>), why not just remove it altogether?</p>
<p>If you&#8217;re jailbroken, Cydia has a self explanatory tweak that&#8217;ll do just that. Download NoStoreButton, respring, and relaunch the Music app to find the Store button hidden for good. The tweak is free to download, and iDownloadBlog walks you through the process with a <a href="http://www.idownloadblog.com/2011/11/29/nostorebutton/" target="_blank">video tutorial</a> on their website.</p>
<p>[via <a title="iDownloadBlog: NoStoreButton" href="http://www.idownloadblog.com/2011/11/29/nostorebutton/" target="_blank">iDownloadBlog</a>]</p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/jailbreakers-hide-the-store-button-in-the-music-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You can Totally Snap iPhone Photos with your Headphones</title>
		<link>http://www.macstories.net/tutorials/you-can-totally-snap-iphone-photos-with-your-headphones/</link>
		<comments>http://www.macstories.net/tutorials/you-can-totally-snap-iphone-photos-with-your-headphones/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 19:23:14 +0000</pubDate>
		<dc:creator>Cody Fink</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[camera tip]]></category>
		<category><![CDATA[iphone 4]]></category>
		<category><![CDATA[iphone 4s]]></category>
		<category><![CDATA[iphone camera]]></category>
		<category><![CDATA[iPhone camera tip]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=27444</guid>
		<description><![CDATA[I still take photographs the old fashioned way, but photographers with a tripod and mount will love this tip. From the Why Didn&#8217;t I Try This department, OS X Hints shares that you can use the volume up button on the included Apple headphones to snap a picture. Photographers who don&#8217;t want to be hands on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/2011/11/GLIF.png"><img class="aligncenter size-full wp-image-27445" title="GLIF" src="http://www.macstories.net/wp-content/uploads/2011/11/GLIF.png" alt="" width="620" height="280" /></a></p>
<p>I still take photographs the old fashioned way, but photographers with a tripod and mount will love this tip. From the Why Didn&#8217;t I Try This department, <a href="http://hints.macworld.com/article.php?story=20111122123156930" target="_blank">OS X Hints</a> shares that you can use the volume up button on the included Apple headphones to snap a picture. Photographers who don&#8217;t want to be hands on with their iPhones when taking photographs will appreciate having free remote bundled in with their iPhones — those headphones don&#8217;t need to be in your ear after all.</p>
<blockquote><p>Perhaps the best part is that this can be paired with Bluetooth devices! I&#8217;m not sure if every headset with volume controls will work (as the buttons need to map correctly to the iPhone), but if a Bluetooth headset can increase the iPhone&#8217;s volume it should work.</p></blockquote>
<p>You can turn your bluetooth headset into an <em>instant wireless remote</em>.</p>
<p>A steady photograph is ultimately a cleaner photograph. You can reduce a lot of camera noise, improve the quality of the picture, and take better night photographs by simply steadying your iPhone. If you have the kit available to prop your iPhone for photographs, then getting even more hands off will really help make the different between a good photograph and a great one. The iPhone 4S camera is among the best in class for smartphones, and what better way to utilize as a semi-professional device than to use what we already have available as a remote shutter release? It&#8217;s an excellent tip, and if you hadn&#8217;t already tried this, consider it a worthy addition to your knowledge noggin.</p>
<p>Quick note: <a href="http://click.linksynergy.com/fs-bin/stat?id=FppfamX*gDg&amp;offerid=146261&amp;type=3&amp;subid=0&amp;tmpid=1826&amp;RD_PARM1=http%253A%252F%252Fitunes.apple.com%252Fus%252Fapp%252F%252Fid329670577%253Fmt%253D8%2526uo%253D4%2526partnerId%253D30" target="_blank">Camera+</a> recently got its volume-snap back, and it works here too. Don&#8217;t forget about the <a href="http://www.amazon.com/Glif-iPhone-Tripod-Mount-Stand/dp/B0052G679K/ref=macst-20" target="_blank">GLIF</a> (shown above) for easy iPhone mounting to your favorite tripod.</p>
<p>[<a href="http://hints.macworld.com/article.php?story=20111122123156930" target="_blank">OS X Tips</a> via <a href="http://www.macgasm.net/2011/11/29/snap-photo-iphone-headphones-eliminate-motion-blur/" target="_blank">Macgasm</a>]</p>
<p><em>Note</em>: We published this tip in our initial <a href="http://www.macstories.net/tutorials/ios-5-tips-tricks-hidden-features/" target="_blank">iOS 5 tips roundup</a>, but none-the-less it&#8217;s a great reminder for new iPhone 4 and iPhone 4S owners.</p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/you-can-totally-snap-iphone-photos-with-your-headphones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use &#8220;Mobile Documents&#8221; Folder To Sync Files with iCloud Across Macs</title>
		<link>http://www.macstories.net/tutorials/use-mobile-documents-folder-to-sync-files-with-icloud-across-macs/</link>
		<comments>http://www.macstories.net/tutorials/use-mobile-documents-folder-to-sync-files-with-icloud-across-macs/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 01:33:44 +0000</pubDate>
		<dc:creator>Federico Viticci</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[finder]]></category>
		<category><![CDATA[iCloud]]></category>
		<category><![CDATA[mobile documents]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=27127</guid>
		<description><![CDATA[&#160; Hidden into Lion&#8217;s ~/Library (which can be displayed in a variety of ways as we detailed in our Lion review) there&#8217;s a Mobile Documents folder that&#8217;s capable of syncing files across Macs configured with iCloud, Mac OS X Hints reports. Sure enough, the Mobile Documents folder is the directory iCloud uses for Documents &#38; Data, [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><a href="http://www.macstories.net/wp-content/uploads/2011/11/Screen-Shot-2011-11-03-at-2.22.59-AM1.jpg"><img class="aligncenter size-full wp-image-27131" title="Screen Shot 2011-11-03 at 2.22.59 AM" src="http://www.macstories.net/wp-content/uploads/2011/11/Screen-Shot-2011-11-03-at-2.22.59-AM1.jpg" alt="" width="411" height="362" /></a></p>
<p>Hidden into Lion&#8217;s ~/Library (which can be displayed in a variety of ways as we detailed in <a href="http://www.macstories.net/mac/a-new-cat-to-tame-os-x-lion-review/" target="_blank">our Lion review</a>) there&#8217;s a Mobile Documents folder that&#8217;s capable of syncing files across Macs configured with iCloud, <a href="http://hints.macworld.com/article.php?story=20111029203029574&amp;utm_source=dlvr.it&amp;utm_medium=twitter" target="_blank">Mac OS X Hints reports</a>. Sure enough, the Mobile Documents folder is the directory iCloud uses for Documents &amp; Data, a feature <a href="http://www.macstories.net/stories/icloud-the-future-of-apples-ecosystem/" target="_blank">available</a> both on iOS 5 and Lion. Mobile Documents is the same folder that contains data for apps that already work with iCloud, such as <a href="http://www.macstories.net/reviews/instacast-1-4/" target="_blank">Instacast</a>, <a href="http://www.macstories.net/news/iwork-for-ios-updated-with-icloud-integration/" target="_blank">iWork</a>, or <a href="http://www.galaxyonfire.com/" target="_blank">Galaxy on Fire 2</a>.</p>
<p>What&#8217;s interesting about this folder when used with two Macs under the same iCloud account is that it provides a basic &#8220;drop box&#8221; functionality for files that don&#8217;t necessarily belong to an iCloud-enabled app. As you can see in my screenshot, the Mobile Documents folder contains data and sub-folders for App Store apps that work with iCloud. In order to follow Mac OS X Hints&#8217; suggestion, I tried to drop a few images directly in the folder &#8212; as I&#8217;d normally do with Dropbox &#8212; using my iMac. In a few seconds, those files were synced back to my MacBook Air. Both my iMac and MacBook Air use the same iCloud account, and have Documents &amp; Data on. Clearly, those images didn&#8217;t belong to an officially-registered iCloud app (such as Instacast), but the files were synced back and forth between the two machines.</p>
<p><a href="http://www.macstories.net/wp-content/uploads/2011/11/Screen-Shot-2011-11-03-at-2.04.36-AM.jpg"><img class="aligncenter size-full wp-image-27132" title="Screen Shot 2011-11-03 at 2.04.36 AM" src="http://www.macstories.net/wp-content/uploads/2011/11/Screen-Shot-2011-11-03-at-2.04.36-AM.jpg" alt="" width="600" height="262" /></a></p>
<p>So what we have here is a cool hack to use the Mobile Documents folder as a temporary Dropbox-like solution based on iCloud. This is interesting because Apple could technically prevent files that don&#8217;t belong to a signed iCloud app from syncing across Macs, but decided not to, at least on 10.7.2. If you think about it, this could imply the company will offer some sort of iDisk replacement sometime in the future, or build a GUI for syncing documents back and forth between Macs <em>manually</em>. Or, it could be the foundation for an upcoming iWork for OS X update. Or then again, it could simply be a cool trick that won&#8217;t receive any official support from Apple.</p>
<p>If you want to try the Mobile Documents sync (Mac OS X Hints <a href="http://hints.macworld.com/article.php?story=20111029203029574&amp;utm_source=dlvr.it&amp;utm_medium=twitter" target="_blank">claims</a> the system even supports conflict resolution, which <a href="http://www.macstories.net/news/icloud-to-avoid-file-conflicts-with-versioning/" target="_blank">was suggested</a> by John Gruber months ago), I&#8217;d recommend you make an alias of the folder, drop it onto your Desktop, and start dropping files into it. Make sure all your Macs are configured with a single iCloud account, and <strong>do not delete</strong> the documents &amp; data that are already in there, or you&#8217;ll lose precious app libraries, preferences, or saved states.</p>
<p><a href="http://www.macstories.net/wp-content/uploads/2011/11/Screen-Shot-2011-11-03-at-2.02.00-AM.jpg"><img class="aligncenter size-full wp-image-27133" title="Screen Shot 2011-11-03 at 2.02.00 AM" src="http://www.macstories.net/wp-content/uploads/2011/11/Screen-Shot-2011-11-03-at-2.02.00-AM.jpg" alt="" width="586" height="276" /></a></p>
<p><a href="http://www.macstories.net/wp-content/uploads/2011/11/Screen-Shot-2011-11-03-at-2.20.46-AM.jpg"><img class="aligncenter size-full wp-image-27134" title="Screen Shot 2011-11-03 at 2.20.46 AM" src="http://www.macstories.net/wp-content/uploads/2011/11/Screen-Shot-2011-11-03-at-2.20.46-AM.jpg" alt="" width="587" height="279" /></a></p>
<p>Finally, please note that even if files you&#8217;ll sync won&#8217;t show up in &#8220;official&#8221; iCloud apps, they&#8217;ll still count against your iCloud storage.</p>
<p><strong>Update</strong>: here&#8217;s how you can use Mobile Documents <a href="http://www.macstories.net/reviews/icloud-mobile-documents-sync-and-goodreader/" target="_blank">with GoodReader for iOS</a>.</p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/use-mobile-documents-folder-to-sync-files-with-icloud-across-macs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You Have Your iPhone 4S: Now Put a Ringtone on It</title>
		<link>http://www.macstories.net/tutorials/you-have-your-iphone-4s-now-put-a-ringtone-on-it/</link>
		<comments>http://www.macstories.net/tutorials/you-have-your-iphone-4s-now-put-a-ringtone-on-it/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 21:00:03 +0000</pubDate>
		<dc:creator>Cody Fink</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[alerts]]></category>
		<category><![CDATA[iOS 5]]></category>
		<category><![CDATA[iphone 4s]]></category>
		<category><![CDATA[iTunes Tone Store]]></category>
		<category><![CDATA[notification center]]></category>
		<category><![CDATA[ringtones]]></category>
		<category><![CDATA[settings]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=26915</guid>
		<description><![CDATA[While you might not be able to replace Siri’s voice with GLaDOS (yet), you do have control over how your iPhone notifies you of incoming calls and messages. New to iOS 5, the iTunes Store includes a special tones store where you can purchase new tones starting at $0.99 for alerts, and $1.29 for popular [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/2011/10/TonesBanner.png"><img class="aligncenter size-full wp-image-26916" title="TonesBanner" src="http://www.macstories.net/wp-content/uploads/2011/10/TonesBanner.png" alt="The iTunes Tone Store. Rings. Alerts. Tones." width="600" height="400" /></a></p>
<p>While you might not be able to replace Siri’s voice <a title="Introducing GLaDOSiri" href="http://www.youtube.com/watch?v=aTg00wIijNY" target="_blank">with GLaDOS</a> (yet), you do have control over how your iPhone notifies you of incoming calls and messages. New to iOS 5, the iTunes Store includes a special tones store where you can purchase new tones starting at $0.99 for alerts, and $1.29 for popular ringtones. The tones available feature everything from Star Wars sound effects to your favorite music from the 90s.</p>
<p> <a href="http://www.macstories.net/tutorials/you-have-your-iphone-4s-now-put-a-ringtone-on-it/#more-26915" class="more-link">Read More</a></p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/you-have-your-iphone-4s-now-put-a-ringtone-on-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS 5: Tips, Tricks &amp; Hidden Features</title>
		<link>http://www.macstories.net/tutorials/ios-5-tips-tricks-hidden-features/</link>
		<comments>http://www.macstories.net/tutorials/ios-5-tips-tricks-hidden-features/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 21:18:35 +0000</pubDate>
		<dc:creator>Chris Herbert</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[ios5review]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=26743</guid>
		<description><![CDATA[As exciting as every new major iOS release is, there&#8217;s just as much if not more excitement in finding the little things that no one knows about. Apple spends a lot of time ﻿creating major additions and changes for their releases, and then lets the users try to figure out all the small stuff. Well, not [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/2011/10/EverythingElse.jpg"><img class="aligncenter size-full wp-image-26838" title="EverythingElse" src="http://www.macstories.net/wp-content/uploads/2011/10/EverythingElse.jpg" alt="" width="640" height="300" /></a></p>
<p>As exciting as every new major iOS release is, there&#8217;s just as much if not more excitement in finding the little things that no one knows about. Apple spends a lot of time <a href="http://www.apple.com/ios/features.html" target="_blank">﻿</a>creating major additions and changes for their releases, and then lets the users try to figure out all the small stuff. Well, not everyone has time to figure them out or doesn&#8217;t want to go through the effort to do so. This is where MacStories comes in. We know our readers are all about the details, so we went on to scan, search and pry our way through iOS 5 to find many of the hidden treasures that will make your iOS experience even better.</p>
<p><em>More iOS 5 coverage <a href="http://www.macstories.net/tag/ios5review/" target="_blank">here</a>.</em></p>
<p> <a href="http://www.macstories.net/tutorials/ios-5-tips-tricks-hidden-features/#more-26743" class="more-link">Read More</a></p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/ios-5-tips-tricks-hidden-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scripting BBEdit &#8211; Part I</title>
		<link>http://www.macstories.net/mac/scripting-bbedit-part-i/</link>
		<comments>http://www.macstories.net/mac/scripting-bbedit-part-i/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 16:46:51 +0000</pubDate>
		<dc:creator>Don Southard</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[bbedit]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=26451</guid>
		<description><![CDATA[I was recently listening to an episode of the popular podcast Build and Analyze where Marco Arment was discussing his experience of leaving the comfort of TextMate to test drive BBEdit for a week. The results of his experiment were similar to many others who have attempted the same feat and after that week, according [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/2011/10/bbedit-header.png"><img class="aligncenter size-full wp-image-26460" title="bbedit header" src="http://www.macstories.net/wp-content/uploads/2011/10/bbedit-header.png" alt="" width="600" height="319" /></a></p>
<p>I was recently listening to an episode of the popular podcast <a href="http://5by5.tv/buildanalyze/39">Build and Analyze</a> where <a href="http://twitter.com/#!/marcoarment">Marco Arment</a> was discussing his experience of leaving the comfort of <a href="http://macromates.com/">TextMate</a> to test drive <a href="http://www.barebones.com/products/bbedit/">BBEdit</a> for a week. The results of his experiment were similar to many others who have attempted the same feat and after that week, according to Marco, he had returned to TextMate. I once did the same experiment. A dedicated TextMate user who switched to BBEdit for no other reason than the lack of updates and BBEdit happened to be in the Mac App Store at a greatly reduced price. I jumped on the opportunity to try the legendary text editor with its newly added fullscreen, auto-save, and resume features.</p>
<p>The humorous part of listening to Marco describe his time with BBEdit was knowing that we shared identical opinions on all of the quirks that differentiate TextMate and BBEdit. I don’t think one is any better than the other, I just think they solve the same problem with two different methods. What features BBEdit lacks, it generally makes up for in scripting ability. It has one of the most detailed and feature-rich AppleScript dictionary I have ever seen. So as I came across quirks that I could change with AppleScript, I wrote a script for them and that is what I would like to share in this mini-series of posts. Please note these articles are intended for people that are familiar enough with BBEdit to be able to add a new script and assign a keyboard shortcut in the preferences.</p>
<h2>Wrapping Text</h2>
<p>The first thing that drove me absolutely crazy with BBEdit is when hitting the quotes or parentheses key while text is selected, BBEdit doesn’t wrap the text in that punctuation but instead writes over the selection.</p>
<p>To alleviate this issue I wrote six AppleScripts (one for each commonly wrapped punctuation) and I assigned each one a keyboard shortcut. In this situation I think the keyboard shortcut is just as important as the script itself. It has to be easy to remember and close to the position your hand is already in when typing the punctuation key. So in five of the six shortcuts I simply added the command key and it felt as natural as typing the punctuation normally. For the single quotes script I settled with the Option + Command combo because it is on the same key as the double quotes.</p>
<ul>
<li>Wrap in Asterisks: <strong>⇧ + ⌘ + *</strong></li>
<li>Wrap in Backticks: <strong>⇧ + ⌘ + `</strong></li>
<li>Wrap in Brackets: <strong>⇧ + ⌘ + ]</strong></li>
<li>Wrap in Parentheses: <strong>⇧ + ⌘ + )</strong></li>
<li>Wrap in Quotes: <strong>⇧ + ⌘ + &#8220;</strong></li>
<li>Wrap in Single Quotes: <strong>⌥ + ⌘ + ’</strong></li>
</ul>
<p>All six scripts are variations of the same code shown below:</p>
<p><script src="http://snipt.net/embed/bc387a6da2ca3cf07d4dcc1e1daba034" type="text/javascript"></script></p>
<p>Download these scripts here: <a href="http://cl.ly/AaRC">Wrap Text scripts</a></p>
<p><em>Save these scripts to the directory: ~/Library/Application Support/BBEdit/Scripts</em></p>
<h2>Commenting Entire Line</h2>
<p>The second feature of BBEdit that bugged me was the way commenting was implemented. Most of the time when I hit the “Comment” keyboard shortcut I actually wanted to comment out the entire line; instead, BBEdit starts the comment wherever the cursor is located. I wrote a script that reads the documents <em>source language</em> and comments out the entire current line using the correct syntax for that language.</p>
<p>For the keyboard shortcut I actually changed BBEdit’s default <em>Un/Comment Selection</em> to <strong>⌥ + ⌘ + /</strong> so that I could configure my script with the default combination I was already used to: <strong>⌘ + /</strong></p>
<p>The script is configured to work with but is not limited to these languages:</p>
<ul>
<li>Unix Shell Script</li>
<li>Python</li>
<li>Perl</li>
<li>Ruby</li>
<li>Java</li>
<li>Javascript</li>
<li>PHP</li>
<li>Objective-C</li>
<li>ANSI C</li>
<li>C++</li>
<li>HTML</li>
</ul>
<p>If you don’t see the language you want it is very easy to add your own – just open the script and take a look at the code.</p>
<p>Download the script here: <a href="http://cl.ly/AbQT">Comment Entire Line</a></p>
<p><em>Save these scripts to the directory: ~/Library/Application Support/BBEdit/Scripts</em></p>
<p><strong>*Stay tuned for more posts on ways to really get the most out of BBEdit!</strong></p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/mac/scripting-bbedit-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extending Evernote: AppleScripts for Chrome, Safari, Instapaper and Alfred</title>
		<link>http://www.macstories.net/tutorials/extending-evernote-applescripts-for-chrome-safari-instapaper-and-alfred/</link>
		<comments>http://www.macstories.net/tutorials/extending-evernote-applescripts-for-chrome-safari-instapaper-and-alfred/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 17:04:51 +0000</pubDate>
		<dc:creator>Don Southard</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[alfred]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[evernote]]></category>
		<category><![CDATA[instapaper]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=26163</guid>
		<description><![CDATA[Evernote is a cross-platform note taking solution that is adored by many for its ability to not just store snippets of information but also serve as an external brain. Among the many reasons users are drawn to this product is its extensibility. You may not realize this but Evernote has a very in-depth AppleScript dictionary [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/2011/09/Screen-Shot-2011-09-16-at-6.52.58-PM.png"><img class="aligncenter size-full wp-image-26177" title="Screen Shot 2011-09-16 at 6.52.58 PM" src="http://www.macstories.net/wp-content/uploads/2011/09/Screen-Shot-2011-09-16-at-6.52.58-PM.png" alt="" width="600" height="424" /></a></p>
<p><a href="http://www.evernote.com/">Evernote</a> is a cross-platform note taking solution that is adored by many for its ability to not just store snippets of information but also serve as an external brain. Among the many reasons users are drawn to this product is its extensibility. You may not realize this but Evernote has a very in-depth <a href="http://www.evernote.com/about/developer/mac.php" target="_blank">AppleScript dictionary</a> that you can use to extend the feature set and make it do some pretty neat things you can&#8217;t do with it out of the box. I am going to show you how simple AppleScripting can add a few cool features to your Evernote workflow.</p>
<p><strong>Note:</strong> <em>These scripts work best when called with a global keyboard shortcut using an app like <a href="http://www.keyboardmaestro.com/main/">Keyboard Maestro</a>, <a href="http://www.red-sweater.com/fastscripts/">FastScripts</a>, or <a href="http://www.alfredapp.com/">Alfred</a>.</em></p>
<h2>Save a Link to a Webpage in Evernote</h2>
<p>This first AppleScript is used for storing a URL to whatever webpage you are currently viewing and it works with Safari, Chrome, and Chrome Canary. By default Evernote stores the entire webpage including images, navigational menus, and even advertising links. Having a snapshot of a page is great for some situations, but most of the time you just want to grab a link to the site and safely store it in Evernote so it can be easily retrieved. This script will check to see which browsers are running and it will grab the frontmost tab from the browser that is currently active; it&#8217;ll then neatly format the information into a note with the proper title and source url, and automatically sync Evernote.</p>
<p>Here is an example of a page I enjoyed and wanted to be able to find again at a later time. Everything is neatly formatted with no extra fluff.</p>
<p><a href="http://www.macstories.net/wp-content/uploads/2011/09/EvernoteLink.png"><img class="aligncenter size-full wp-image-26167" title="URL to Evernote" src="http://www.macstories.net/wp-content/uploads/2011/09/EvernoteLink.png" alt="URL to Evernote" width="600" height="377" /></a></p>
<p>Here is an example macro to launch it from Keyboard Maestro:<br />
<a href="http://www.macstories.net/wp-content/uploads/2011/09/Web2Evernote-KM.png"><img class="aligncenter size-full wp-image-26173" title="Web2Evernote KM" src="http://www.macstories.net/wp-content/uploads/2011/09/Web2Evernote-KM.png" alt="" width="581" height="192" /></a></p>
<p>Download the script: <a href="http://mcstr.net/oPgkkt">Webpage Link to Evernote AppleScript </a><a href="http://www.macstories.net/tutorials/extending-evernote-applescripts-for-chrome-safari-instapaper-and-alfred/#more-26163" class="more-link">Read More</a></p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/extending-evernote-applescripts-for-chrome-safari-instapaper-and-alfred/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customize Your Mac&#8217;s &#8220;Paste and Match Style&#8221;</title>
		<link>http://www.macstories.net/tutorials/customize-your-macs-paste-and-match-style/</link>
		<comments>http://www.macstories.net/tutorials/customize-your-macs-paste-and-match-style/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 18:57:45 +0000</pubDate>
		<dc:creator>Federico Viticci</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[alfred]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=25872</guid>
		<description><![CDATA[On the Mac, the paste function associated with the CMD + V keyboard shortcut has a well-known side effect: if you&#8217;re writing a document and you paste something from your clipboard, the document&#8217;s style won&#8217;t be automatically matched. Quite possibly a &#8220;feature&#8221; per Apple&#8217;s design choice, since I switched to the Mac I&#8217;ve always been [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/2011/08/Screen-Shot-2011-08-31-at-8.51.06-PM.png"><img class="aligncenter size-full wp-image-25876" title="Screen Shot 2011-08-31 at 8.51.06 PM" src="http://www.macstories.net/wp-content/uploads/2011/08/Screen-Shot-2011-08-31-at-8.51.06-PM.png" alt="" width="642" height="485" /></a></p>
<p>On the Mac, the paste function associated with the CMD + V keyboard shortcut has a well-known side effect: if you&#8217;re writing a document and you paste something from your clipboard, the document&#8217;s style won&#8217;t be automatically matched. Quite possibly a &#8220;feature&#8221; per Apple&#8217;s design choice, since I switched to the Mac I&#8217;ve always been annoyed by such &#8220;remember every style&#8221; behavior, and from the reaction I&#8217;ve seen on Twitter, it turns out quite a few people dislike when they end up with weird styles in their outlines or email messages as well.</p>
<p>But, you might argue, <em>there is</em> a way to paste and match style, and that&#8217;s represented by the ⌥⇧⌘V shortcut&#8230;which requires <em>four fingers</em> to execute, and it&#8217;s not always implemented in the same way in third party apps. Chrome, for instance, uses ⇧⌘V, and many other apps follow a similar trend to modify the default shortcut for Paste and Match Style.</p>
<p>In the past few days, I&#8217;ve come across some interesting solutions to unify Paste and Match Style with a simpler keyboard shortcut, and make it the default paste action on OS X if you never want to paste with &#8220;styles&#8221;. This can be particularly handy for writers, who often prefer a plain text environment or a styled one that&#8217;s, however, consistent throughout a document. <a href="http://www.macstories.net/tutorials/customize-your-macs-paste-and-match-style/#more-25872" class="more-link">Read More</a></p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/customize-your-macs-paste-and-match-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fullscreen Safari Trick</title>
		<link>http://www.macstories.net/tutorials/fullscreen-safari-trick/</link>
		<comments>http://www.macstories.net/tutorials/fullscreen-safari-trick/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 14:19:59 +0000</pubDate>
		<dc:creator>Cody Fink</dc:creator>
				<category><![CDATA[links]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Full-screen]]></category>
		<category><![CDATA[fullscreen]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[os x lion]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[safari 5.1]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=25515</guid>
		<description><![CDATA[Fullscreen Safari Trick When using Safari in Lion’s Full-Screen mode, you can grab the edges of the browser and drag inward to reduce the width, making fluid websites easier to read on wide monitors, while keeping a nice clutter free view. For as much as I&#8217;ve used Safari in Full-Screen mode on the Mac, I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<h3>Fullscreen Safari Trick</h3>
<p><a href="http://www.macstories.net/wp-content/uploads/2011/08/Fullscreen-Trick_small.png"><img class="aligncenter size-full wp-image-25516" title="Fullscreen Trick_small" src="http://www.macstories.net/wp-content/uploads/2011/08/Fullscreen-Trick_small.png" alt="" width="600" height="378" /></a></p>
<h4>When using Safari in Lion’s Full-Screen mode, you can grab the edges of the browser and drag inward to reduce the width, making fluid websites easier to read on wide monitors, while keeping a nice clutter free view.</h4>
<p>For as much as I&#8217;ve used Safari in Full-Screen mode on the Mac, I&#8217;ve never noticed that the cursor changes at the left and right edges of the display to signify that you can resize the webpage. It&#8217;s a neat effect, and it almost looks a little 37signals-ish when you have a webpage resized to show the light linen in the background. What&#8217;s nice is that the width will remain as you navigate the web — there&#8217;s no need to resize per webpage, although the new width isn&#8217;t shared between tabs. Hat tip to <a href="http://brooksreview.net/2011/08/safari-trick/" target="_blank">The Brooks Review</a> for pointing out this clever trick from <a href="http://mac.finerthingsin.com/post/8474942367/when-using-safari-in-lions-full-screen-mode-you">Finer Things in Mac</a>.</p>
<a href="http://brooksreview.net/2011/08/safari-trick/">via [brooksreview.net]</a><script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/fullscreen-safari-trick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide Apps and Folders in Launchpad with Launchpad-Control</title>
		<link>http://www.macstories.net/mac/launchpad-control/</link>
		<comments>http://www.macstories.net/mac/launchpad-control/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 16:10:08 +0000</pubDate>
		<dc:creator>Cody Fink</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[launchpad]]></category>
		<category><![CDATA[Launchpad-Control]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[os x lion]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=25277</guid>
		<description><![CDATA[A problem I have with Launchpad (and the SpringBoard on iOS) is that while you can rearrange and group apps, sometimes you just want to hide apps or get rid of them completely. This is possible on iOS via a Jailbreak, but how can we hide unnecessary apps and folders in Launchpad on the Mac? [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/2011/07/LControl.png"><img class="aligncenter size-full wp-image-25278" title="LControl" src="http://www.macstories.net/wp-content/uploads/2011/07/LControl.png" alt="" width="421" height="550" /></a>A problem I have with Launchpad (and the SpringBoard on iOS) is that while you can rearrange and group apps, sometimes you just want to hide apps or get rid of them completely. This is possible on iOS via a Jailbreak, but how can we hide unnecessary apps and folders in Launchpad on the Mac? Andreas Ganske&#8217;s Launchpad-Control is your ticket to greater control.</p>
<p>Launchpad-Control is super simple to use. <a href="http://chaosspace.de/dev/launchpad-control-hide-apps-from-launchpad/" target="_blank">Download it</a>, unzip the archive, and drag the icon to your Applications folder in your Finder&#8217;s sidebar. When you open Launchpad-Control, you&#8217;re presented with a list of all the apps displayed in your Launchpad. Simply uncheck the folders or apps you don&#8217;t want to see, click Apply, then wait as your dock is killed and comes back into view. When you own open Launchpad, all of the apps you wanted to hide will no longer be active. It&#8217;s so simple to use, but fair warning: using this app comes at your own risk!</p>
<p>You can download Launchpad-Control from <a href="http://chaosspace.de/dev/launchpad-control-hide-apps-from-launchpad/" target="_blank">http://chaosspace.de/</a>. Remember to donate if you find this free utility useful!</p>
<p>[via @<a href="http://twitter.com/#!/ChaosCoder/status/96598352698949633" target="_blank">ChaosCoder</a>]</p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/mac/launchpad-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reveal the Dock in fullscreen apps</title>
		<link>http://www.macstories.net/tutorials/reveal-the-dock-in-fullscreen-apps/</link>
		<comments>http://www.macstories.net/tutorials/reveal-the-dock-in-fullscreen-apps/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 15:40:42 +0000</pubDate>
		<dc:creator>Cody Fink</dc:creator>
				<category><![CDATA[links]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Full-screen]]></category>
		<category><![CDATA[fullscreen]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[os x lion]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=25276</guid>
		<description><![CDATA[Reveal the Dock in fullscreen apps To get to the Dock from a fullscreen app, just move the pointer all the way to the edge where the Dock is pinned, then swipe or move the mouse in the same direction again, as if you were trying to move beyond the edge. The Dock pops right [...]]]></description>
			<content:encoded><![CDATA[<h3>Reveal the Dock in fullscreen apps</h3>
<h4>To get to the Dock from a fullscreen app, just move the pointer all the way to the edge where the Dock is pinned, then swipe or move the mouse in the same direction again, as if you were trying to move beyond the edge. The Dock pops right up, with no keyboard commands needed.</h4>
<p>I saw question about this directed at @<a href="http://twitter.com/#!/macstoriesnet">macstoriesnet</a> yesterday, although I didn&#8217;t know the trick. This morning <a href="http://hints.macworld.com/article.php?story=20110723181230680">Macworld</a> comes through with a simple solution, although their explanation is a little confusing. Here&#8217;s the gist: if your dock is on the bottom of the screen, swipe your mouse cursor down twice at the bottom edge of the display. If your dock is at the right of the screen, swipe your mouse cursor right twice. This works even when you automatically hide and show the dock. If you have an app that&#8217;s open in another desktop space, you can simply click on its application icon in the dock to jump to that space without initiating Mission Control or swiping between desktops.</p>
<a href="http://hints.macworld.com/article.php?story=20110723181230680">via [hints.macworld.com]</a><script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/reveal-the-dock-in-fullscreen-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started with Mail in Lion</title>
		<link>http://www.macstories.net/mac/getting-started-with-mail-in-lion/</link>
		<comments>http://www.macstories.net/mac/getting-started-with-mail-in-lion/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 22:27:05 +0000</pubDate>
		<dc:creator>Cody Fink</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[Mail Setup]]></category>
		<category><![CDATA[Mail Tutorial]]></category>
		<category><![CDATA[os x lion]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=25268</guid>
		<description><![CDATA[Maybe you’re new to Lion (welcome newly acquainted Mac users), or maybe you’re not much of a Mail user to begin with. Well, “Hello From Cupertino, CA”! Much of the hype around Lion has revolved around the iOS-inspired changes made to Mail, which aims to make reading messages, composing email, and navigating through conversations really [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/u1/Getting%20Started%20Mail%20Lion/Mail%20Lion_small.png"><img class="aligncenter" title="Mail Tut Banner" src="http://www.macstories.net/wp-content/uploads/u1/Getting%20Started%20Mail%20Lion/Mail%20Lion_small.png" alt="" width="600" height="400" /></a>Maybe you’re new to Lion (welcome newly acquainted Mac users), or maybe you’re not much of a Mail user to begin with. Well, “Hello From Cupertino, CA”! Much of the hype around Lion has revolved around the iOS-inspired changes made to Mail, which aims to make reading messages, composing email, and navigating through conversations really easy. To do this, Mail likes to hide the Mailbox List, while getting you comfortable with the new Favorites Bar. Lion&#8217;s new vertical message list and message-preview pane better make use of wide-screen displays, especially while full-screen. If you’re not familiar with this terminology yet, don’t worry. Grab a cup of coffee, your favorite morning or afternoon pastry, and get ready to set up Lion with your account.</p>
<p> <a href="http://www.macstories.net/mac/getting-started-with-mail-in-lion/#more-25268" class="more-link">Read More</a></p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/mac/getting-started-with-mail-in-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All You Need To Know About Quick Look In Lion, Plus Some Handy Tips And Tricks</title>
		<link>http://www.macstories.net/mac/all-you-need-to-know-about-quick-look-in-lion-plus-some-handy-tips-and-tricks/</link>
		<comments>http://www.macstories.net/mac/all-you-need-to-know-about-quick-look-in-lion-plus-some-handy-tips-and-tricks/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 13:14:44 +0000</pubDate>
		<dc:creator>Graham Spencer</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[stories]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[Lion Tips]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[os x lion]]></category>
		<category><![CDATA[quick look]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=25227</guid>
		<description><![CDATA[We briefly touched upon the improvements to Quick Look in our Lion review last week, speaking of the improvements made to it in broad strokes. But we felt as though it was worth a second look because there have been quite a few improvements, including many that are subtle but really nice touches. New Look [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/2011/07/Quick-Look.png"><img class="aligncenter size-full wp-image-25229" title="Quick Look" src="http://www.macstories.net/wp-content/uploads/2011/07/Quick-Look.png" alt="" width="495" height="300" /></a>We briefly touched upon the improvements to Quick Look in <a title="MacStories: A New Cat to Tame: OS X Lion Review" href="http://www.macstories.net/mac/a-new-cat-to-tame-os-x-lion-review/" target="_blank">our Lion review last week</a>, speaking of the improvements made to it in broad strokes. But we felt as though it was worth a second look because there have been quite a few improvements, including many that are subtle but really nice touches.<br />
<strong></strong></p>
<p><strong>New Look</strong><br />
The biggest change is of course the refreshed look, which Cody described in the review as “painted in a new white lacquer compared to the smokey previews in Leopard and Snow Leopard”. The reaction to this change has been both positive and negative, but broadly speaking we think it’s a good change, it feels cleaner and more refined – gone is that thick and wasteful bar at the bottom of the Quick Look window.<br />
<strong></strong></p>
<p> <a href="http://www.macstories.net/mac/all-you-need-to-know-about-quick-look-in-lion-plus-some-handy-tips-and-tricks/#more-25227" class="more-link">Read More</a></p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/mac/all-you-need-to-know-about-quick-look-in-lion-plus-some-handy-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Miscellaneous Lion Tips and Tricks</title>
		<link>http://www.macstories.net/tutorials/miscellaneous-lion-tips-and-tricks/</link>
		<comments>http://www.macstories.net/tutorials/miscellaneous-lion-tips-and-tricks/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 12:48:26 +0000</pubDate>
		<dc:creator>Federico Viticci</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[finder]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=25098</guid>
		<description><![CDATA[Lion is a solid update to OS X and it comes with several new features as we&#8217;ve outlined in our review, however there are so many little touches and minor features it is possible some of them will go unnoticed, leaving a user wondering whether something he thought would be possible was removed by Apple. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/2011/07/Screen-Shot-2011-07-21-at-2.31.17-PM.png"><img class="aligncenter size-full wp-image-25104" title="Screen Shot 2011-07-21 at 2.31.17 PM" src="http://www.macstories.net/wp-content/uploads/2011/07/Screen-Shot-2011-07-21-at-2.31.17-PM.png" alt="" width="480" height="218" /></a></p>
<p>Lion is a solid update to OS X and it comes with several new features as we&#8217;ve outlined in our <a href="http://www.macstories.net/mac/a-new-cat-to-tame-os-x-lion-review/" target="_blank">review</a>, however there are so many little touches and minor features it is possible some of them will go unnoticed, leaving a user wondering whether something he thought would be possible was removed by Apple. In this post, we&#8217;ve collected some of the best tips and tricks we&#8217;ve received from our readers and Twitter followers since Lion came out yesterday, as well as stuff that didn&#8217;t make it to the review. More will follow throughout the next days, but in the meantime check them after the break.</p>
<p><em>Note</em>: Part 2 is <a href="http://www.macstories.net/stories/miscellaneous-lion-tips-and-tricks-part-2/" target="_blank">now online</a>.</p>
<p> <a href="http://www.macstories.net/tutorials/miscellaneous-lion-tips-and-tricks/#more-25098" class="more-link">Read More</a></p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/miscellaneous-lion-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The First Five Things I Do When I Set Up Lion</title>
		<link>http://www.macstories.net/mac/the-first-five-things-i-do-when-i-set-up-lion/</link>
		<comments>http://www.macstories.net/mac/the-first-five-things-i-do-when-i-set-up-lion/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 00:46:54 +0000</pubDate>
		<dc:creator>Cody Fink</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Autocorrect]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[Lion Dock]]></category>
		<category><![CDATA[Login Options]]></category>
		<category><![CDATA[Mission Control]]></category>
		<category><![CDATA[os x lion]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[system preferences]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=25049</guid>
		<description><![CDATA[Whether I&#8217;m installing OS X for myself or for another person, there&#8217;s always several things I do first before anything else. The steps I take aren&#8217;t too different in Lion, and whether you&#8217;re getting a new Mac, finding ways to install Lion fresh, or looking to see if you&#8217;ve missed anything, let&#8217;s take a quick [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/2011/07/MBAir_small.png"><img class="aligncenter size-full wp-image-25094" title="MBAir_small" src="http://www.macstories.net/wp-content/uploads/2011/07/MBAir_small.png" alt="" width="600" height="360" /></a></p>
<p>Whether I&#8217;m installing OS X for myself or for another person, there&#8217;s always several things I do first before anything else. The steps I take aren&#8217;t too different in Lion, and whether you&#8217;re getting a new Mac, finding ways to install Lion fresh, or looking to see if you&#8217;ve missed anything, let&#8217;s take a quick five minute tour of the OS&#8217;s settings.</p>
<p> <a href="http://www.macstories.net/mac/the-first-five-things-i-do-when-i-set-up-lion/#more-25049" class="more-link">Read More</a></p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/mac/the-first-five-things-i-do-when-i-set-up-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X Lion: Installation Guide, Boot Discs and Q&amp;A</title>
		<link>http://www.macstories.net/mac/os-x-lion-installation-guide-boot-discs-and-qa/</link>
		<comments>http://www.macstories.net/mac/os-x-lion-installation-guide-boot-discs-and-qa/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 13:45:48 +0000</pubDate>
		<dc:creator>Graham Spencer</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Clean Install]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[mac app store]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[OS X 10.7]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=24760</guid>
		<description><![CDATA[Apple today released Mac OS X 10.7 Lion and it is the first release of OS X to be distributed primarily through a digital channel. That digital channel, the recently released Mac App Store, is the main way in which Apple is selling Lion. To help you (or perhaps a family member or friend who [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/2011/08/MacStoriesLionINSTALL.jpg"><img class="aligncenter size-full wp-image-24965" title="MacStoriesLionINSTALL" src="http://www.macstories.net/wp-content/uploads/2011/08/MacStoriesLionINSTALL.jpg" alt="" width="600" height="300" /></a>Apple today released Mac OS X 10.7 Lion and it is the first release of OS X to be distributed primarily through a digital channel. That digital channel, the recently released Mac App Store, is the main way in which Apple is selling Lion.</p>
<p>To help you (or perhaps a family member or friend who may need a little guidance) with the various installation methods, and how the Mac App Store changes things, we’ve prepared the following post. In this article we include a step-by-step guide for the typical Lion upgrade process, explain what the new Recovery Partition is, how to make your own bootable Lion Installation media, how to do a clean Lion installation and a helpful Q&amp;A section.</p>
<p><!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial} -->So jump after the break to see the full article and learn more than you would want to know about the Lion installation process.</p>
<h2>Contents</h2>
<p>To make things as simple as possible we have split this article into several sections so you can jump right to the section you most want/need to learn about. So as a side note to those who wish to read the whole article, be warned some parts and information is repeated multiple times.</p>
<ol>
<li><strong>Introduction to Mac App Store Distribution of Lion</strong></li>
<li><strong>The Simple Upgrade Installation (from Snow Leopard)</strong></li>
<li><strong>The Recovery Partition, What Is It?</strong></li>
<li><strong>Making Your Own Bootable Media</strong></li>
<li><strong>The Quasi-Clean Installation</strong></li>
<li><strong>The Completely Clean Installation</strong></li>
<li><strong>Q &amp; A</strong></li>
</ol>
<p> <a href="http://www.macstories.net/mac/os-x-lion-installation-guide-boot-discs-and-qa/#more-24760" class="more-link">Read More</a></p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/mac/os-x-lion-installation-guide-boot-discs-and-qa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Airfoil, Reemote and AirPlay: A Multi-Speaker Wireless Setup</title>
		<link>http://www.macstories.net/tutorials/airfoil-reemote-and-airplay-a-multi-speaker-wireless-setup/</link>
		<comments>http://www.macstories.net/tutorials/airfoil-reemote-and-airplay-a-multi-speaker-wireless-setup/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 16:26:27 +0000</pubDate>
		<dc:creator>Federico Viticci</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[airfoil]]></category>
		<category><![CDATA[airplay]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[reemote]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=24875</guid>
		<description><![CDATA[When I first covered the 4.5 update for Airfoil, which added extended AirPlay support and remote controls for compatible apps, a reader suggested an interesting hack or, better, workflow for wireless audio in the comments: given Airfoil&#8217;s capability of sending audio from a single source to multiple speakers or devices at once, it was possible [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/2011/07/Screen-Shot-2011-07-17-at-5.44.51-PM.png"><img class="aligncenter size-full wp-image-24876" title="Screen Shot 2011-07-17 at 5.44.51 PM" src="http://www.macstories.net/wp-content/uploads/2011/07/Screen-Shot-2011-07-17-at-5.44.51-PM.png" alt="" width="650" height="350" /></a></p>
<p>When I first <a href="http://www.macstories.net/news/airfoil-4-5-released-extended-airplay-support-enhanced-remote-controls/" target="_blank">covered</a> the 4.5 update for <a href="http://rogueamoeba.com/airfoil/mac/" target="_blank">Airfoil</a>, which added extended AirPlay support and remote controls for compatible apps, a reader <a href="http://www.macstories.net/news/airfoil-4-5-released-extended-airplay-support-enhanced-remote-controls/#comment-244251019" target="_blank">suggested</a> an interesting hack or, better, workflow for wireless audio in the comments: given Airfoil&#8217;s capability of sending audio from a single source to multiple speakers or devices at once, it was possible to send audio from iOS to the Mac using AirServer, and then pass along data from <a href="http://www.macstories.net/reviews/airserver-brings-airplay-for-everything-to-os-x/" target="_blank">AirServer</a> (which acts as an AirPlay receiver on the Mac) to speakers recognized by Airfoil. Later, another reader <a href="http://www.macstories.net/news/airfoil-4-5-released-extended-airplay-support-enhanced-remote-controls/#comment-244622695" target="_blank">chimed in</a> to say that, considering Airfoil&#8217;s recent improvements, there was no need to install a separate app &#8212; Airfoil Speakers itself could handle the AirPlay stream from iOS to OS X, and then be used as an input source in Airfoil. When combined with an app like <a href="http://reemoteapp.com/airfoil/index.html" target="_blank">Reemote</a>, this setup would allow you to send audio from an iPhone or iPad to the Mac wirelessly, from the Mac to another set of speakers or computers, and then control everything from iOS. <a href="http://www.macstories.net/tutorials/airfoil-reemote-and-airplay-a-multi-speaker-wireless-setup/#more-24875" class="more-link">Read More</a></p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/airfoil-reemote-and-airplay-a-multi-speaker-wireless-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OmniOutliner for iPad Tutorial: Learning the Nuts &amp; Bolts by Tracking Expenses</title>
		<link>http://www.macstories.net/tutorials/oo-ipad-tutorial/</link>
		<comments>http://www.macstories.net/tutorials/oo-ipad-tutorial/#comments</comments>
		<pubDate>Tue, 31 May 2011 22:04:45 +0000</pubDate>
		<dc:creator>Cody Fink</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[omnioutliner]]></category>
		<category><![CDATA[OmniOutliner for iPad]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[walkthrough]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=22979</guid>
		<description><![CDATA[When The Omni Group brought OmniOutliner to the iPad, they didn’t just create an outlining app for text and field notes. While useful for preparing research, taking notes, and organizing ideas, OmniOutliner can adapt to a variety of needs and circumstances with relative ease. Combined with a personal desire for customization, OmniOutliner can be tailored [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/u1/OmniOutliner%20Tutorial%20iPad%20NB/OO%20Banner.png"><img class="aligncenter" title="OmniOutliner Banner - Completed Outline Example" src="http://www.macstories.net/wp-content/uploads/u1/OmniOutliner%20Tutorial%20iPad%20NB/OO%20Banner_small.png" alt="" width="600" height="484" /></a></p>
<p>When The Omni Group <a title="OmniOutliner for iPad Launch Overview" href="http://www.macstories.net/news/omnioutliner-ipad/" target="_blank">brought OmniOutliner to the iPad</a>, they didn’t just create an outlining app for text and field notes. While useful for preparing research, taking notes, and organizing ideas, OmniOutliner can adapt to a variety of needs and circumstances with relative ease. Combined with a personal desire for customization, <a href="http://www.omnigroup.com/products/omnioutliner-ipad/" target="_blank">OmniOutliner</a> can be tailored to solve a variety of creative problems such as the one we’re looking at today.</p>
<p>The flexibility in OmniOutliner can be admired when we apply a real world scenario such as tracking your daily spending. Mint might be useful for telling you <em>how</em> you spend your money, but nothing beats your own checklist when it comes time to compare the month’s expenditures against a bank statement. Writing your purchases down enables you to catch maintenance charges, find fraudulent activity, and become better aware of your current financial status. With paper likely being a rarity in our lives thanks to the iPad, OmniOutliner fits the bill nicely.</p>
<p>The tutorial past the break will teach you how to modify a provided template to your liking; you’ll learn how styles work in OmniOutliner; we’ll cover date, number, and pop-up columns; and lastly we’ll put it all together to make something terrific. Even if you have zero interest in tracking your spending, this tutorial will help you learn quite a bit about how OmniOutliner’s features fit together quite beautifully.</p>
<p> <a href="http://www.macstories.net/tutorials/oo-ipad-tutorial/#more-22979" class="more-link">Read More</a></p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/oo-ipad-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access Recent Apps, Volumes, Servers and Documents From Your OS X Dock</title>
		<link>http://www.macstories.net/tutorials/access-recent-apps-volumes-servers-and-documents-from-your-os-x-dock/</link>
		<comments>http://www.macstories.net/tutorials/access-recent-apps-volumes-servers-and-documents-from-your-os-x-dock/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 12:43:02 +0000</pubDate>
		<dc:creator>Federico Viticci</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[docks]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=22027</guid>
		<description><![CDATA[Here&#8217;s an interesting tip about the OS X dock I absolutely didn&#8217;t know about, which was brought to our attention by OS X Daily. With a simple Terminal command, you can create a new &#8220;smart&#8221; stack item in your dock that will automatically collect your most recent applications, servers you&#8217;ve connected to, documents, volumes and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/2011/04/Screen-shot-2011-04-17-at-2.29.56-PM.png"><img class="aligncenter size-full wp-image-22028" title="Screen shot 2011-04-17 at 2.29.56 PM" src="http://www.macstories.net/wp-content/uploads/2011/04/Screen-shot-2011-04-17-at-2.29.56-PM.png" alt="" width="550" height="329" /></a></p>
<p>Here&#8217;s an interesting tip about the OS X dock I absolutely didn&#8217;t know about, which was <a href="http://osxdaily.com/2011/04/15/add-recent-items-menu-mac-dock/" target="_blank">brought to our attention by OS X Daily</a>. With a simple Terminal command, you can create a new &#8220;smart&#8221; stack item in your dock that will automatically collect your most recent applications, servers you&#8217;ve connected to, documents, volumes and Favorite items. The stack &#8212; which needs to be manually enabled &#8212; comes in handy if you&#8217;re looking for a quick way to re-open items you&#8217;ve recently launched &#8212; and especially for Servers and Volumes, this means the stack is collecting my most used items, not just the recent ones.</p>
<p>To enable the recents menu, type this in the Terminal:</p>
<p><em>defaults write com.apple.dock persistent-others -array-add &#8216;{ &#8220;tile-data&#8221; = { &#8220;list-type&#8221; = 1; }; &#8220;tile-type&#8221; = &#8220;recents-tile&#8221;; }&#8217;</em></p>
<p>Then, to relaunch the Dock:</p>
<p><em>killall Dock</em></p>
<p>The new stack will automatically be placed in the rightmost section, next to the Trash. To remove it, simply drag it out of the Dock. I like this menu because it&#8217;s making me save lots of time that would have been spent into the Finder otherwise (the method above worked just fine for me on Snow Leopard 10.6.7). Check out more screenshots below.</p>
<p><strong>Update</strong>: if the Terminal command throws you a syntax error, make sure to copy the plain text <a href="http://osxdaily.com/2011/04/15/add-recent-items-menu-mac-dock/" target="_blank">from OS X Daily</a>.</p>
<p> <a href="http://www.macstories.net/tutorials/access-recent-apps-volumes-servers-and-documents-from-your-os-x-dock/#more-22027" class="more-link">Read More</a></p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/access-recent-apps-volumes-servers-and-documents-from-your-os-x-dock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hamachi: A Powerful, Free Alternative to Apple&#8217;s Back to My Mac</title>
		<link>http://www.macstories.net/tutorials/hamachi-a-powerful-free-alternative-to-apples-back-to-my-mac/</link>
		<comments>http://www.macstories.net/tutorials/hamachi-a-powerful-free-alternative-to-apples-back-to-my-mac/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 22:05:35 +0000</pubDate>
		<dc:creator>Federico Viticci</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[back to my mac]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[hamachi]]></category>
		<category><![CDATA[itunes home sharing]]></category>
		<category><![CDATA[LogMeIn]]></category>
		<category><![CDATA[mobileme]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=21755</guid>
		<description><![CDATA[﻿I love iTunes Home Sharing. Introduced almost two years ago with iTunes 9, Home Sharing allows you to share your music and movies, TV shows, podcasts and playlists with friends and family on a local network. With an active Internet connection and an Apple ID configured with the iTunes Store, you&#8217;ll be able to easily [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/2011/04/Screen-shot-2011-04-07-at-9.15.32-PM1.png"><img class="aligncenter size-full wp-image-21756" title="Screen shot 2011-04-07 at 9.15.32 PM" src="http://www.macstories.net/wp-content/uploads/2011/04/Screen-shot-2011-04-07-at-9.15.32-PM1.png" alt="" width="703" height="386" /></a></p>
<p>﻿I love <a href="http://support.apple.com/kb/ht3819" target="_blank">iTunes Home Sharing</a>. Introduced almost two years ago <a href="http://www.tuaw.com/2009/09/22/mac-101-using-home-sharing-in-itunes-9/" target="_blank">with iTunes 9</a>, Home Sharing allows you to share your music and movies, TV shows, podcasts and playlists with friends and family on a local network. With an active Internet connection and an Apple ID configured with the iTunes Store, you&#8217;ll be able to easily share your entire iTunes library and enable other users to connect to your iTunes installation to stream songs, video files, and so forth. It is a great feature of iTunes, and with the latest iOS 4.3 update for iPhone and iPad it also works exceptionally well <a href="http://www.macstories.net/news/new-ios-4-3-feature-itunes-home-sharing/" target="_blank">with mobile devices</a>: once activated on the desktop, your entire iTunes library will be sent to the iOS iPod app without the need of syncing or manually copying anything. Just make sure you&#8217;re on the same WiFi network, and you&#8217;re all set. <a href="http://www.macstories.net/tutorials/hamachi-a-powerful-free-alternative-to-apples-back-to-my-mac/#more-21755" class="more-link">Read More</a></p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/hamachi-a-powerful-free-alternative-to-apples-back-to-my-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO: Use Amazon Cloud Player With iOS Devices</title>
		<link>http://www.macstories.net/tutorials/how-to-use-amazon-cloud-player-with-ios-devices/</link>
		<comments>http://www.macstories.net/tutorials/how-to-use-amazon-cloud-player-with-ios-devices/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 17:27:25 +0000</pubDate>
		<dc:creator>Cody Fink</dc:creator>
				<category><![CDATA[links]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[cloud drive]]></category>
		<category><![CDATA[cloud player]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=21410</guid>
		<description><![CDATA[HOW TO: Use Amazon Cloud Player With iOS Devices One of the standout features of iCab Mobile is the ability to change the browser User Agent. In other words, this lets the website think that you are visiting from a browser other than Mobile Safari. Changing the Browser ID to “Safari 5 (Mac)” will allow [...]]]></description>
			<content:encoded><![CDATA[<h3>HOW TO: Use Amazon Cloud Player With iOS Devices</h3>
<h4>One of the standout features of iCab Mobile is the ability to change the browser User Agent. In other words, this lets the website think that you are visiting from a browser other than Mobile Safari. Changing the Browser ID to “Safari 5 (Mac)” will allow users to download music using the Mobile Safari method, even if Amazon does change how it serves downloaded files.</h4>
<p>Christina Warren notes that there isn&#8217;t a technical limitation preventing Amazon from serving content to iOS devices, but currently you have to either use an alternative browser to change the User Agent or download each song one-by-one for playback in Safari. I&#8217;m still miffed that Amazon isn&#8217;t flexing their muscle and aggressively pursuing the iOS platform at launch, considering that&#8217;s <em>really</em> where the market for cloud based music streaming exists. The uploading and playback tools might be a little rough around the edges, but Amazon&#8217;s integration and incentives need to give Apple a run for its money on the platform that counts.</p>
<a href="http://mashable.com/2011/03/29/cloud-player-ios-guide/">via [mashable.com]</a><script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/how-to-use-amazon-cloud-player-with-ios-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Set Up A VPN Server On Your Mac and Access Everything Remotely With An iPhone</title>
		<link>http://www.macstories.net/tutorials/how-to-set-up-a-vpn-server-on-your-mac-and-access-everything-remotely-with-an-iphone/</link>
		<comments>http://www.macstories.net/tutorials/how-to-set-up-a-vpn-server-on-your-mac-and-access-everything-remotely-with-an-iphone/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 18:14:55 +0000</pubDate>
		<dc:creator>Federico Viticci</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=20512</guid>
		<description><![CDATA[Last weekend I decided that I wanted to try to set up a VPN server on my MacBook Pro running Snow Leopard 10.6.6. What&#8217;s that? &#8212; you may ask. A Virtual Private Network (VPN) is a type of Internet connection that allows users to establish a secure connection between a computer or a mobile device and a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/2011/03/Photo-07-3-11-19-05-25.jpg"><img class="aligncenter size-full wp-image-20515" title="Photo 07-3-11 19-05-25" src="http://www.macstories.net/wp-content/uploads/2011/03/Photo-07-3-11-19-05-25.jpg" alt="" width="600" height="257" /></a></p>
<p>Last weekend I decided that I wanted to try to set up a VPN server on my MacBook Pro running Snow Leopard 10.6.6. What&#8217;s that? &#8212; you may ask. A <a href="http://en.wikipedia.org/wiki/Virtual_private_network" target="_blank">Virtual Private Network</a> (VPN) is a type of Internet connection that allows users to establish a secure connection between a computer or a mobile device and a server. The cool thing about the secure connection is that all traffic is &#8220;tunneled&#8221; through a cryptographic system that makes it almost impossible (let&#8217;s say very difficult) for hackers or people who want to take a peek at your Internet traffic to access your data. There are several implementations of VPN out there, but the main concept is that through a secure connection multiple computers and devices can stay on the same local &#8220;virtual network&#8221;. <a href="http://www.macstories.net/tutorials/how-to-set-up-a-vpn-server-on-your-mac-and-access-everything-remotely-with-an-iphone/#more-20512" class="more-link">Read More</a></p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/how-to-set-up-a-vpn-server-on-your-mac-and-access-everything-remotely-with-an-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Send Any Webpage From iOS To Your Mac Browser</title>
		<link>http://www.macstories.net/tutorials/how-to-send-any-webpage-from-ios-to-your-mac-browser/</link>
		<comments>http://www.macstories.net/tutorials/how-to-send-any-webpage-from-ios-to-your-mac-browser/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 17:04:57 +0000</pubDate>
		<dc:creator>Federico Viticci</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[automator]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[remote]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=19641</guid>
		<description><![CDATA[Yesterday, I asked on Twitter if there was an easy way to send a webpage from the iPhone to the Mac. Currently, there are several iPhone apps that allow you to get links from your Mac browser onto the iPhone or iPad: most of them either work with a bookmarklet or browser extensions that, with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/2011/02/dropbox-psychobox-404-not-found-error-page-picture.png"><img class="aligncenter size-full wp-image-19649" title="dropbox-psychobox-404-not-found-error-page-picture" src="http://www.macstories.net/wp-content/uploads/2011/02/dropbox-psychobox-404-not-found-error-page-picture.png" alt="" width="400" height="353" /></a></p>
<p>Yesterday, I <a href="http://twitter.com/#!/viticci/status/36892734425923584" target="_blank">asked</a> on Twitter if there was an easy way to send a webpage from the iPhone to the Mac. Currently, there are several iPhone apps that allow you to get links from your Mac browser onto the iPhone or iPad: most of them either work with a bookmarklet or browser extensions that, with just one click, let you &#8220;push&#8221;  webpages to iOS. Apps like Handoff (<a href="http://www.macstories.net/reviews/handoff-pushes-web-pages-from-your-computer-to-any-ios-device/" target="_blank">review</a>) and <a href="http://www.pushthepage.com/" target="_blank">Push The Page</a> even work remotely with the iPhone on a 3G connection. But the other way around, iOS to Mac, is not just as easy to achieve.</p>
<p>In my Twitter poll, many followers recommended <a href="http://airlinkapp.com/" target="_blank">AirLink</a>, a web service that, once installed on the Mac and iOS, allows you to send an receive webpages remotely. AirLink, however, requires you to visit a special webpage on your browser to retrieve the link you have shared. What I&#8217;m looking for, and what I&#8217;m sure others like me have dreaming of for a while, it&#8217;s a simple system that allows me to send with a few taps any webpage from the iPhone (on WiFi and 3G) to the Mac, and have a new browser tab open on the desktop. So when I get home, I&#8217;ll find the link I shared on iOS ready in my browser. It turns out though, this &#8220;simple system&#8221; wasn&#8217;t so <em>simple</em> to achieve but now, thanks to the help of my friend @MisterJack, I think I&#8217;ve got something here that just works and does exactly what I need. Most of all, it requires three taps to be activated. <a href="http://www.macstories.net/tutorials/how-to-send-any-webpage-from-ios-to-your-mac-browser/#more-19641" class="more-link">Read More</a></p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/how-to-send-any-webpage-from-ios-to-your-mac-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Toggle Any Twitter Client On Your Mac</title>
		<link>http://www.macstories.net/tutorials/toggle-any-twitter-client-on-your-mac/</link>
		<comments>http://www.macstories.net/tutorials/toggle-any-twitter-client-on-your-mac/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 13:47:11 +0000</pubDate>
		<dc:creator>Federico Viticci</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[clients]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=18740</guid>
		<description><![CDATA[Toggle Twitter is a simple and useful script created by Daniel Jalkut of Red Sweater Software which can toggle and make visible most any Twitter client for OS X. Well, at least it comes with built-in support for the most popular ones. The concept behind the script goes like this: we try a lot of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/2011/01/Screen-shot-2011-01-23-at-2.41.07-PM.png"><img class="aligncenter size-full wp-image-18741" title="Screen shot 2011-01-23 at 2.41.07 PM" src="http://www.macstories.net/wp-content/uploads/2011/01/Screen-shot-2011-01-23-at-2.41.07-PM.png" alt="" width="283" height="278" /></a></p>
<p><a href="http://www.red-sweater.com/blog/1646/toggle-twitter" target="_blank">Toggle Twitter</a> is a simple and useful script created by Daniel Jalkut of Red Sweater Software which can toggle and make visible most any Twitter client for OS X. Well, at least it comes with built-in support for the most popular ones. The concept behind the script goes like this: we try a lot of Twitter clients every week, or month. Many of us even use multiple clients throughout the day. The problem is, not every client has support for a general hotkey to toggle the visibility of the app.</p>
<p>So if you&#8217;re using Twitterrific or Twitter for Mac and you assigned the same keyboard shortcut to both the apps to show them when active, you&#8217;d be disappointed to find that other Twitter clients don&#8217;t allow you to assign a hotkey. This script comes with a list of popular Twitter apps, but you can add your favorite ones manually with a bit of AppleScript Editor. The ones supported &#8220;out of the box&#8221; are:  Twitter, Tweetie, Kiwi, Ostrich, Twitterrific, Hibari and YoruFukurou. <a href="http://www.macstories.net/tutorials/toggle-any-twitter-client-on-your-mac/#more-18740" class="more-link">Read More</a></p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/toggle-any-twitter-client-on-your-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Better Way To Search The Mac App Store</title>
		<link>http://www.macstories.net/tutorials/a-better-way-to-search-the-mac-app-store/</link>
		<comments>http://www.macstories.net/tutorials/a-better-way-to-search-the-mac-app-store/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 15:03:34 +0000</pubDate>
		<dc:creator>Federico Viticci</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[alfred]]></category>
		<category><![CDATA[launcher]]></category>
		<category><![CDATA[macappstore]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=18734</guid>
		<description><![CDATA[The Mac App Store is great and everything, but searching for a specific app might be an annoying procedure for many: open the Mac App Store, place the cursor in the search box (or hit CMD + F), type, wait, scan results. Wouldn&#8217;t it be great to do it from the keyboard, in seconds, from [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/2011/01/Screen-shot-2011-01-22-at-3.43.54-PM.png"><img class="aligncenter size-full wp-image-18735" title="Screen shot 2011-01-22 at 3.43.54 PM" src="http://www.macstories.net/wp-content/uploads/2011/01/Screen-shot-2011-01-22-at-3.43.54-PM.png" alt="" width="648" height="190" /></a></p>
<p>The Mac App Store is great and everything, but searching for a specific app might be an annoying procedure for many: open the Mac App Store, place the cursor in the search box (or hit CMD + F), type, wait, scan results. Wouldn&#8217;t it be great to do it from the keyboard, in seconds, from the app launcher / Spotlight replacement you use every day?</p>
<p>I use <a href="http://www.alfredapp.com/" target="_blank">Alfred</a>, and this <a href="https://twitter.com/alfredapp/status/28399065397985280" target="_blank">tip</a> has incredibly improved how I search for apps in the Mac App Store. In Alfred, in fact, you can create custom search queries for any website / search engine and assign them to a quick shortcut that can associate terms to the query. Like &#8220;google MacStories&#8221; will open a tab in your default browser with a Google search for MacStories, and so forth. With this same method, you can create a Mac App Store search query that will let you search for an app&#8217;s name directly in Alfred and have the search results page open automatically in the Mac App Store. <a href="http://www.macstories.net/tutorials/a-better-way-to-search-the-mac-app-store/#more-18734" class="more-link">Read More</a></p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/a-better-way-to-search-the-mac-app-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Create Social Playlists In Ping</title>
		<link>http://www.macstories.net/tutorials/how-to-create-social-playlists-in-ping/</link>
		<comments>http://www.macstories.net/tutorials/how-to-create-social-playlists-in-ping/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 16:56:53 +0000</pubDate>
		<dc:creator>Federico Viticci</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[social playlists]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=15889</guid>
		<description><![CDATA[Last week, Apple launched a new feature for Ping users: social playlists. As the name suggests, a social playlist allows you to group two or more songs together and share the playlist with your friends (followers) on Ping. It&#8217;s a very simple and effective concept, but the menu to get started with it is somehow [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/2010/12/Screenshot-2010-12-11-at-3.38.09-PM.png"><img class="aligncenter size-full wp-image-15891" title="Screenshot 2010-12-11 at 3.38.09 PM" src="http://www.macstories.net/wp-content/uploads/2010/12/Screenshot-2010-12-11-at-3.38.09-PM.png" alt="" width="392" height="259" /></a></p>
<p>Last week, Apple launched a new feature for Ping users: <a href="http://www.9to5mac.com/41746/whats-new-on-ping-social-playlists" target="_blank">social playlists</a>. As the name suggests, a social playlist allows you to group two or more songs together and share the playlist with your friends (followers) on Ping.</p>
<p>It&#8217;s a very simple and effective concept, but the menu to get started with it is somehow buried into Ping&#8217;s homepage. Here&#8217;s how you can create your first social playlists. <a href="http://www.macstories.net/tutorials/how-to-create-social-playlists-in-ping/#more-15889" class="more-link">Read More</a></p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/how-to-create-social-playlists-in-ping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Move Your Browser Tabs Across Mac and iOS Devices</title>
		<link>http://www.macstories.net/tutorials/move-your-browser-tabs-across-mac-and-ios/</link>
		<comments>http://www.macstories.net/tutorials/move-your-browser-tabs-across-mac-and-ios/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 21:38:03 +0000</pubDate>
		<dc:creator>Federico Viticci</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mobileme]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[tabs]]></category>
		<category><![CDATA[xmarks]]></category>

		<guid isPermaLink="false">http://www.macstories.net/?p=15011</guid>
		<description><![CDATA[In a perfect world, we wouldn&#8217;t have to worry to manually trigger any sync process. Everything would happen in the background, in your local wireless network or over-the-air, and manual sync would be an option to customize contents and options. In today&#8217;s world, and especially if we happen to have multiple iOS devices, we&#8217;re stuck [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macstories.net/wp-content/uploads/2010/12/Photo-07-12-10-22-28-44.jpg"><img class="aligncenter size-full wp-image-15433" title="Photo 07-12-10 22-28-44" src="http://www.macstories.net/wp-content/uploads/2010/12/Photo-07-12-10-22-28-44.jpg" alt="" width="500" height="484" /></a></p>
<p>In a perfect world, we wouldn&#8217;t have to worry to manually trigger any sync process. Everything would happen in the background, in your local wireless network or over-the-air, and manual sync would be an option to customize contents and options. In today&#8217;s world, and especially if we happen to have multiple iOS devices, we&#8217;re stuck with cables and fragmented databases.</p>
<p>Several developers are trying to put an end to this by supporting online sync services such as Dropbox in their mobile apps, some devs are even trying to do this on the desktop. Apple, on the other hand, still forces you to sync music, apps and movies with the cable, in iTunes, on your computer. <a href="http://www.macstories.net/tutorials/move-your-browser-tabs-across-mac-and-ios/#more-15011" class="more-link">Read More</a></p>
<script type="text/javascript">
google_ad_client = "ca-pub-5981882947706922";
/* 250x250, creato 05/05/10 */
google_ad_slot = "1849207902";
google_ad_width = 250;
google_ad_height = 250;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://www.macstories.net/tutorials/move-your-browser-tabs-across-mac-and-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

