<?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>Jetplane Journal &#187; Hints</title>
	<atom:link href="http://jetplanejournal.com/category/hints/feed/" rel="self" type="application/rss+xml" />
	<link>http://jetplanejournal.com</link>
	<description>Tech opinions, reviews and how-to&#039;s. No Jetplanes.</description>
	<lastBuildDate>Wed, 28 Jul 2010 05:39:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How-to remove a PDF password</title>
		<link>http://jetplanejournal.com/how-to-remove-a-pdf-password/</link>
		<comments>http://jetplanejournal.com/how-to-remove-a-pdf-password/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 05:39:16 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[Hints]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://jetplanejournal.com/?p=1511</guid>
		<description><![CDATA[Have you ever been given a PDF document, only to find you can&#8217;t read it on your device of choice because it&#8217;s password-protected? Most universities nowadays make course material available in PDF format. However, some insist on making their material password-protected, in order to prevent unauthorized users from reading it. Unfortunately, the password protection can [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever been given a PDF document, only to find you can&#8217;t read it on your device of choice because it&#8217;s password-protected? Most universities nowadays make course material available in PDF format. However, some insist on making their material password-protected, in order to prevent unauthorized users from reading it.</p>
<p>Unfortunately, the password protection can cause other issues:</p>
<ul>
<li>Preview&#8217;s full-screen &#8220;Slideshow&#8221; view will display a blank screen (rdar: 7757682)</li>
<li>Not all iOS apps can open encrypted PDFs (although iBooks and GoodReader have both recently been updated to support this feature)</li>
<li>PDF Passwords aren&#8217;t saved – so you&#8217;ll need to look it up and enter it each time</li>
</ul>
<p>But if you have the correct password and can open the PDF file, there&#8217;s a (slightly tricky) way to store a non-password protected copy for personal use. There are a few different ways you can do this, but after trying out several methods, I believe this is the easiest.<span id="more-1511"></span>User <a href="http://www.macosxhints.com/users.php?mode=profile&amp;uid=1002037">CarlRJ</a> over at <a href="http://www.macosxhints.com/article.php?story=20100220152525207">MacOSXHints.com</a> came up with this great, single-line command that does the job nicely (it&#8217;s further down on OSXhints in a comment below the original hint).</p>
<p>Make sure you have a postscript-capable printer installed and configured. Then:</p>
<ol>
<li>Open your PDF document using the required password</li>
<li>Go to System Preferences &gt; Print &amp; Fax, select &#8220;Open Print Queue&#8221; and pause your printer</li>
<li>Now go back to your PDF and print the document. Select &#8220;Add to Queue&#8221; when asked.</li>
<li>Next, open the Terminal and paste this command and enter your OS X account password when asked:</li>
</ol>
<p><code>sudo -s "cd /var/spool/cups; /usr/sbin/chown -v `id -u`:`id -g` d* | xargs -I@ mv -iv @ ~/Desktop/nopassword_@.pdf"</code></p>
<p>All done! You should now see a copy of your document on your desktop that can be opened without requiring a password.</p>
<p><strong>Please note: </strong>This hint is provided for educational purposes only.</p>
]]></content:encoded>
			<wfw:commentRss>http://jetplanejournal.com/how-to-remove-a-pdf-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free OS X World Cup Vuvuzela Filter</title>
		<link>http://jetplanejournal.com/free-os-x-world-cup-vuvuzela-filter/</link>
		<comments>http://jetplanejournal.com/free-os-x-world-cup-vuvuzela-filter/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 15:19:53 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[Hints]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tubestick]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[vuvuzela]]></category>
		<category><![CDATA[world cup]]></category>

		<guid isPermaLink="false">http://www.jetplanejournal.com/?p=1484</guid>
		<description><![CDATA[If you watch TV on your Mac and been annoyed by the constant buzzing of the Vuvuzela&#8217;s during the World Cup games, you might want to try this tip. I use the equinux TubeStick to watch TV (full disclosure: I work for equinux) so this tutorial was written for The Tube, but it&#8217;ll work with other software or [...]]]></description>
			<content:encoded><![CDATA[<p>If you watch TV on your Mac and been annoyed by the constant buzzing of the <a href="http://en.wikipedia.org/wiki/Vuvuzela">Vuvuzela&#8217;s</a> during the World Cup games, you might want to try this tip.</p>
<p>I use the <a href="http://equinux.com/tubestick">equinux TubeStick</a> to watch TV (<em>full disclosure: I work for equinux</em>) so this tutorial was written for <a href="http://equinux.com/thetube">The Tube</a>, but it&#8217;ll work with other software or online streaming sites as well.</p>
<p><strong>Update:</strong></p>
<p>My colleague has put together a <a href="http://www.albert-feller.de/blog/2010/06/14/vuvuzela-noise-filter-app-for-mac-os-x/">small application</a> that eliminates the need to use Garageband. <a href="http://www.albert-feller.de/blog/2010/06/14/vuvuzela-noise-filter-app-for-mac-os-x/">Check it out</a> for even easier Vuvuzela filtering.</p>
<h1>Step 1: Install &amp; Configure Soundflower</h1>
<p>Download the free <a href="http://code.google.com/p/soundflower/">Soundflower utility</a> from Google Code. This utility allows you to pass audio from all applications back into your system, allowing us to filter it using Garageband.</p>
<p>Once installed:</p>
<ul>
<li>Open System Preferences &gt; Sound</li>
<li>Select Output: Soundflower (2ch)</li>
<li>Select Input: Soundflower (2ch)</li>
</ul>
<p><img class="aligncenter size-large wp-image-1486" title="Sound output" src="http://www.jetplanejournal.com/wp-content/uploads/2010/06/Sound-output-640x480.png" alt="" width="640" height="480" /><a href="http://www.jetplanejournal.com/wp-content/uploads/2010/06/Sound-input.png"><img class="aligncenter size-large wp-image-1485" title="Sound input" src="http://www.jetplanejournal.com/wp-content/uploads/2010/06/Sound-input-640x480.png" alt="" width="640" height="480" /></a></p>
<p>Your audio will now be muted – don&#8217;t worry, this is normal.</p>
<h1>Step 2: Install<span style="font-size: x-large;"><span> VuvuX</span></span></h1>
<p>There are other ways to filter out the buzz of the Vuvuzela&#8217;s manually, but <a href="http://www.prosoniq.com/news/vuvux-for-mac-free-vuvuzela-filtering-plugin/">Prosoniq offer a free AU plugin</a> that takes care of it for you. <a href="http://www.prosoniq.com/news/vuvux-for-mac-free-vuvuzela-filtering-plugin/">Download it</a>, then drag it onto the &#8216;Components&#8217; alias:</p>
<p><a href="http://www.jetplanejournal.com/wp-content/uploads/2010/06/Prosoniq-VuvuX-Install1.png"><img class="aligncenter size-large wp-image-1487" title="Prosoniq VuvuX Install1" src="http://www.jetplanejournal.com/wp-content/uploads/2010/06/Prosoniq-VuvuX-Install1-640x365.png" alt="" width="640" height="365" /></a></p>
<h1>Step 3: Start filter with Garageband</h1>
<p>Prosoniq suggest using their filter with <a href="http://www.rogueamoeba.com/audiohijackpro/">Audio Hijack Pro</a>, but if you&#8217;d like to save yourself $32, you can use Garageband which probably came free with your Mac.</p>
<p>Simply launch Garageband, create a new real instrument project and adjust these settings:</p>
<ul>
<li>Go to Garageband &gt; Preferences &gt; Audio/Midi and select Audio Input: Soundflower (2ch)</li>
<li>Go to your real instrument track, select the Edit tab and click a blank slot to add a new effect</li>
<li>Choose VuvuX from the drop down list and make sure it is turned on</li>
<li>Switch back to the Browse tab, select Input Source: Soundflower (2ch) and turn on the Monitor</li>
</ul>
<p><a href="http://www.jetplanejournal.com/wp-content/uploads/2010/06/AudioMIDI1.png"><img class="aligncenter size-full wp-image-1493" title="AudioMIDI1" src="http://www.jetplanejournal.com/wp-content/uploads/2010/06/AudioMIDI1.png" alt="" width="558" height="495" /></a></p>
<p><a href="http://www.jetplanejournal.com/wp-content/uploads/2010/06/GarageBand.png"><img class="aligncenter size-full wp-image-1488" title="GarageBand" src="http://www.jetplanejournal.com/wp-content/uploads/2010/06/GarageBand.png" alt="" width="352" height="107" /></a></p>
<p><a href="http://www.jetplanejournal.com/wp-content/uploads/2010/06/GarageBand.png"></a><a href="http://www.jetplanejournal.com/wp-content/uploads/2010/06/GarageBand2.png"><img class="aligncenter size-full wp-image-1489" title="GarageBand2" src="http://www.jetplanejournal.com/wp-content/uploads/2010/06/GarageBand2.png" alt="" width="367" height="631" /></a></p>
<p>You should now hear audio again. Now fire up The Tube and you will notice that Vuvuzela&#8217;s are a fair bit quieter. Turn the filter on or off to really hear the difference. You can also click the filter in Garageband to manually adjust the level of noise reduction – be careful though, too much reduction will cause the commentary and other game sounds to sound distorted.</p>
<p><a href="http://www.jetplanejournal.com/wp-content/uploads/2010/06/The-Tube.jpg"><img class="aligncenter size-large wp-image-1491" title="The Tube" src="http://www.jetplanejournal.com/wp-content/uploads/2010/06/The-Tube-640x296.jpg" alt="" width="640" height="296" /></a></p>
<p>Any there you have it!<strong> Enjoy a vuvuzela-free World Cup!</strong></p>
<p><strong><a href="http://twitter.com/aptmunich">Follow me on Twitter for further updates and tips!</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://jetplanejournal.com/free-os-x-world-cup-vuvuzela-filter/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ripping Audiobook CDs with iTunes</title>
		<link>http://jetplanejournal.com/ripping-audiobook-cds-with-itunes/</link>
		<comments>http://jetplanejournal.com/ripping-audiobook-cds-with-itunes/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 17:33:43 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[Hints]]></category>
		<category><![CDATA[Opinions]]></category>
		<category><![CDATA[UI Design]]></category>
		<category><![CDATA[audiobook]]></category>
		<category><![CDATA[CD]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[importing]]></category>
		<category><![CDATA[itunes]]></category>

		<guid isPermaLink="false">http://www.jetplanejournal.com/?p=1182</guid>
		<description><![CDATA[iTunes made it easy for everyone and their mother to finally join the digital music revolution. Ripping music CDs is straightforward and fairly easy to do, as is buying music via the iTunes Store. But I&#8217;ve lost track of how many times I&#8217;ve showed friends and relatives how to import their audiobook / spoken word [...]]]></description>
			<content:encoded><![CDATA[<p>iTunes made it easy for everyone and their mother to finally join the digital music revolution. Ripping music CDs is straightforward and fairly easy to do, as is buying music via the iTunes Store.</p>
<p>But I&#8217;ve lost track of how many times I&#8217;ve showed friends and relatives how to import their audiobook / spoken word CDs properly. It was also one of the questions I was most often asked whilst working at an Apple retailer. There are a ton of tools and tutorials on the net that also address this issue, which seems to suggest people continue to struggle with this problem.</p>
<p>By default, iTunes imports CDs as individual tracks and adds them to your &#8220;Music&#8221; library. To rip something as an audiobook in iTunes 9:</p>
<ul>
<li> Select all tracks</li>
<li> Choose Advanced &gt; Join CD tracks</li>
<li>Select Import Settings and choose &#8220;Spoken Podcast&#8221;</li>
<li>Import CD</li>
<li>Select imported tracks, File &gt; Get Info</li>
<li>Under options, select &#8220;Media Kind: Audiobook&#8221;</li>
</ul>
<p>To make things easier, I would suggest Apple add a simple option screen, similar to the one they currently show if you select an empty media category.</p>
<p>This is a mockup of what it could look like:</p>
<p><a href="http://www.jetplanejournal.com/wp-content/uploads/2010/01/mockup.001.png"><img class="aligncenter size-large wp-image-1183" title="iTunes CD rip mockup" src="http://www.jetplanejournal.com/wp-content/uploads/2010/01/mockup.001-640x491.png" alt="" width="640" height="491" /></a></p>
<p>With millions of iTunes users out there, I&#8217;m sure this would help a fair number of people, without being troublesome for other users.Comedy CDs and childrens stories continue to be popular on CDs so it&#8217;s not just audiobooks that could be ripped with this option. One could even envision some of the other import options being exposed this way, e.g. a &#8220;Import losslessly&#8221; option.</p>
<p>Anyway, food for thought.</p>
<p><em>Image credit: Audiobook icon by <a href="http://www.splasm.com/">Splasm Software, Inc</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://jetplanejournal.com/ripping-audiobook-cds-with-itunes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick tip: Hide shopping results on Google</title>
		<link>http://jetplanejournal.com/quick-tip-hide-shopping-results-on-google/</link>
		<comments>http://jetplanejournal.com/quick-tip-hide-shopping-results-on-google/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 16:28:02 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[Hints]]></category>
		<category><![CDATA[The web]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[shopping]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.jetplanejournal.com/?p=1038</guid>
		<description><![CDATA[Have you ever been annoyed by the shopping sites that come up on Google while looking for product reviews? Well, it looks like Google has a new feature that should help: Select &#8220;More Options&#8221; on the results page From the sidebar, select &#8220;Fewer shopping results&#8221; And you&#8217;re done! Google will hide most of the shopping [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever been annoyed by the shopping sites that come up on Google while looking for product reviews? Well, it looks like Google has a new feature that should help:</p>
<ul>
<li>Select &#8220;More Options&#8221; on the results page</li>
<li>From the sidebar, select &#8220;Fewer shopping results&#8221;</li>
</ul>
<p>And you&#8217;re done! Google will hide most of the shopping results, making it easier to find reviews, tips and other product information.</p>
<p><a href="http://www.jetplanejournal.com/wp-content/uploads/2009/10/Screen-shot-2009-10-11-at-18.07.532.png"><img class="aligncenter size-large wp-image-1039" title="Show fewer Shopping results" src="http://www.jetplanejournal.com/wp-content/uploads/2009/10/Screen-shot-2009-10-11-at-18.07.532-1024x757.png" alt="Show fewer Shopping results" width="640" height="473" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jetplanejournal.com/quick-tip-hide-shopping-results-on-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Walkthrough: Installing Windows 7 RC under Parallels4</title>
		<link>http://jetplanejournal.com/installing-windows-7-rc-under-parallels4/</link>
		<comments>http://jetplanejournal.com/installing-windows-7-rc-under-parallels4/#comments</comments>
		<pubDate>Wed, 13 May 2009 12:39:02 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hints]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[4]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[parallels]]></category>
		<category><![CDATA[rc]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[walkthrough]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows 7 rc]]></category>

		<guid isPermaLink="false">http://www.jetplanejournal.com/?p=741</guid>
		<description><![CDATA[Today I&#8217;m taking a look across the fence and am going to walk you through the installation of Windows 7 Release Candidate under Parallels 4. The installation is pretty self-explanatory, however it did take me a few attempts to get the correct setup, as 7 isn&#8217;t officially supported by Parallels yet. But if you follow [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;m taking a look across the fence and am going to walk you through the installation of Windows 7 Release Candidate under <a title="Parallels @ Amazon" href="http://www.amazon.com/dp/B001K6OEV4/?tag=whitjetp-20">Parallels 4</a>.</p>
<p>The installation is pretty self-explanatory, however it did take me a few attempts to get the correct setup, as 7 isn&#8217;t officially supported by Parallels yet. But if you follow these steps, you&#8217;ll be up and ready in no time:</p>
<h1>Download Windows 7</h1>
<p>Head on over to the<a title="Microsoft Windows 7 RC download page" href="http://www.microsoft.com/Windows/Windows-7/download.aspx"> official Microsoft download page</a>. You&#8217;ll need to sign in with a Windows Live ID, but you&#8217;ll get an activation key that&#8217;s valid for one year for your trouble.</p>
<h1>Setting up your VM</h1>
<p>Create a new virtual machine, select the .iso image and choose &#8216;Windows &gt; Other Windows&#8217; as the OS you&#8217;re going to install. Be sure to select a custom setup and assign your VM at least 512MB of RAM. Set the other options according to your preferences.</p>
<p><strong>Update</strong>: If you download the latest version of Parallels 4, you now can also access an experimental Windows 7 option here instead. (<a href="http://twitter.com/alexsporn/status/1784744766">Thanks Alex</a>!)</p>
<p style="text-align: center;"><a href="http://www.jetplanejournal.com/wp-content/uploads/2009/05/picture-92.png"><img class="aligncenter size-full wp-image-743" title="Other windows" src="http://www.jetplanejournal.com/wp-content/uploads/2009/05/picture-92.png" alt="Other windows" width="524" height="417" /></a></p>
<h1>The installation</h1>
<p>After you&#8217;ve configured your VM, Parallels will reboot using the Windows 7 .iso image. Follow the steps on screen and enter your Activation key when asked. This part is mostly smooth sailing, provided you&#8217;ve setup your VM correctly. If you selected other options (e.g. if you selected &#8216;Vista&#8217; as your OS version), your installation may stall or throw other errors. In that case, double-check your VM settings, or start over with a new VM.</p>
<p style="text-align: center;"><a href="http://www.jetplanejournal.com/wp-content/uploads/2009/05/picture-14.png"><img class="aligncenter size-large wp-image-744" title="bootup" src="http://www.jetplanejournal.com/wp-content/uploads/2009/05/picture-14-1024x881.png" alt="bootup" width="614" height="529" /></a></p>
<p style="text-align: center;"><a href="http://www.jetplanejournal.com/wp-content/uploads/2009/05/picture-19.png"><img class="aligncenter size-full wp-image-745" title="windows 7 installation progress" src="http://www.jetplanejournal.com/wp-content/uploads/2009/05/picture-19.png" alt="windows 7 installation progress" width="588" height="519" /></a></p>
<p style="text-align: center;">
<h1>Installing Parallels Tools</h1>
<p>Once your installation has completed, you&#8217;ll want to install Parallels Tools for Windows, in order to enable seamless mouse, clipboard and app switching between OS X and Windows 7. Select &#8216;Virtual Machine &gt; Install Parallels Tools&#8217; from the menu bar and wait for the installer to complete. Reboot when prompted and you should be all set! Now you can get to the real business of exploring the exciting new innovations that &#8220;7&#8243; offers:</p>
<p style="text-align: center;"><a href="http://www.jetplanejournal.com/wp-content/uploads/2009/05/picture-24.png"><img class="aligncenter size-large wp-image-746" title="windows 7 paint" src="http://www.jetplanejournal.com/wp-content/uploads/2009/05/picture-24-1024x821.png" alt="windows 7 paint" width="614" height="493" /></a></p>
<h1>Caveats</h1>
<p>Some of the more interesting new Windows features such as Aero Peek and other UI changes won&#8217;t yet work, due to the limited graphics card drivers Parallels currently uses. But 7 still seems to run faster than Vista, given similar resources, and works well enough for everyday use.</p>
<p><a href="http://www.amazon.com/dp/B001K6OEV4/?tag=whitjetp-20"><em>Support the site: Buy Parallels 4 at Amazon.com</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jetplanejournal.com/installing-windows-7-rc-under-parallels4/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dropbox tip: Store documents there!</title>
		<link>http://jetplanejournal.com/dropbox-tip-store-documents-there/</link>
		<comments>http://jetplanejournal.com/dropbox-tip-store-documents-there/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 06:44:30 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hints]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[app data]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[mobile apps]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[sync two macs]]></category>
		<category><![CDATA[syncing between macs]]></category>

		<guid isPermaLink="false">http://www.jetplanejournal.com/?p=318</guid>
		<description><![CDATA[We&#8217;ve talked about Dropbox here before on the site, but did you know that you can use Dropbox for more than just storing files? If you use multiple Macs, you may also want to store some of your application data on Dropbox, allowing you to keep your todo lists, passwords, clippings and other data in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jetplanejournal.com/wp-content/uploads/2009/04/dropboxdocssync.jpg"><img class="alignright size-full wp-image-655" title="dropboxdocssync" src="http://www.jetplanejournal.com/wp-content/uploads/2009/04/dropboxdocssync.jpg" alt="dropboxdocssync" width="182" height="110" /></a>We&#8217;ve talked about Dropbox here before on the site, but did you know that you can use <a href="https://www.dropbox.com/referrals/NTIwMDkzOQ">Dropbox</a> for more than just storing files? If you use multiple Macs, you may also want to store some of your application data on Dropbox, allowing you to keep your todo lists, passwords, clippings and other data in sync across <strong>all your machines</strong>. Of course you could also do the same with a USB drive or MobileMe iDisk, but the instantaneous syncing Dropbox does makes this very practical for users who use multiple Macs a lot.</p>
<p>So far I&#8217;ve tested Dropbox syncing with the following apps:</p>
<ul>
<li> <strong>1Password</strong>: Involves a few steps, but Agile has also written a <a href="http://www.switchersblog.com/2008/10/1password-29-br.html">great setup guide</a>.</li>
<li><strong>VoodooPad</strong>: Just drag your .vpdoc files to your Dropbox and you&#8217;re all set.</li>
<li><strong>The Hit List</strong>: Just move the library file from &#8220;~/Library/Application Support/The Hit List/The Hit List Library.thllibrary&#8221; to your Dropbox, hold down the <strong>Option</strong> key while launching The Hit List and select the file on your Dropbox.</li>
<li><strong>Things</strong>: Setup is similar to The Hit List, a <a href="http://culturedcode.com/things/wiki/index.php/Syncing_Things_between_several_Macs_using_Dropbox">user-contributed how-to</a> is also available.</li>
</ul>
<p>Most other applications can probably also be synced using one of the methods above, provided they support a custom library location or use documents to store your data. I have yet to run into any issues, however there are a few things you&#8217;ll want to look out for, to preserve your data integrity:</p>
<ul>
<li>Try to avoid running your synced applications on both Macs at the same time &#8211; otherwise you might run into &#8220;lost updates&#8221; and other syncing conflicts</li>
<li>Occasionally check your Dropbox folder for aforementioned conflicts: Dropbox doesn&#8217;t give you a lot of warning if there are conflicts, so take a look every now and then to see if there is a &#8220;sync conflict&#8221; folder in your Dropbox.</li>
<li>Make sure you have the same version of the application on both Macs.</li>
<li>Your preferences are usually stored in a different location than your data, so don&#8217;t be surprised if those aren&#8217;t synced</li>
</ul>
<p>Tip: if you sign up for free using <a href="https://www.dropbox.com/referrals/NTIwMDkzOQ">this referral link</a>, you&#8217;ll get an extra 250MB storage.</p>
]]></content:encoded>
			<wfw:commentRss>http://jetplanejournal.com/dropbox-tip-store-documents-there/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Transfer Your Data to a New Aluminum MacBook</title>
		<link>http://jetplanejournal.com/how-to-transfer-your-account-to-a-new-aluminum-macbook/</link>
		<comments>http://jetplanejournal.com/how-to-transfer-your-account-to-a-new-aluminum-macbook/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 10:38:56 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[Hints]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[aluminum]]></category>
		<category><![CDATA[data migration]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[firewire]]></category>
		<category><![CDATA[macbook]]></category>

		<guid isPermaLink="false">http://www.jetplanejournal.com/?p=380</guid>
		<description><![CDATA[Since the new Macbooks don&#8217;t offer a firewire port, you&#8217;ll need to use a network connection to transfer your data from an old Mac to your new Macbook. Apple has made the process very simple though: the first time you boot up your new machine, you&#8217;ll be asked to pick another Mac on your network. [...]]]></description>
			<content:encoded><![CDATA[<p>Since the new Macbooks don&#8217;t offer a firewire port, you&#8217;ll need to use a network connection to transfer your data from an old Mac to your new Macbook.</p>
<p>Apple has made the process very simple though: the first time you boot up your new machine, you&#8217;ll be asked to pick another Mac on your network. I usually connect to my network via wireless LAN, which is a bit slow for large amounts of data, so I just connected my old and new Macbook via an ethernet cable. </p>
<p style="text-align: center;"><a href="http://www.jetplanejournal.com/wp-content/uploads/2008/11/picture-8.jpg"><img class="size-full wp-image-392  aligncenter" title="Data migration" src="http://www.jetplanejournal.com/wp-content/uploads/2008/11/picture-8.jpg" alt="" width="500" height="284" /></a></p>
<p><span id="more-380"></span></p>
<p>The migration assistent will then check to see whether a compatible version of Migration assistent is installed on your old Mac. If not, you can install it off the DVDs that come with the new Macbook. To prevent unauthorized data access over the network, you&#8217;ll then need to enter a 4 digit code on your old Mac and your data migration will start. That&#8217;s it!</p>
<p>This process was very quick and painless using Firewire and I was sceptical whether Apple would be able to make it just as easy over a network connection &#8211; but it&#8217;s very straightforward.</p>
]]></content:encoded>
			<wfw:commentRss>http://jetplanejournal.com/how-to-transfer-your-account-to-a-new-aluminum-macbook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>3 Tips for better iChat AV Video conferences</title>
		<link>http://jetplanejournal.com/3-tips-for-better-ichat-av-video-conferences/</link>
		<comments>http://jetplanejournal.com/3-tips-for-better-ichat-av-video-conferences/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 06:17:59 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[Hints]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[headset]]></category>
		<category><![CDATA[ichat]]></category>
		<category><![CDATA[iChat AV]]></category>
		<category><![CDATA[microphone]]></category>
		<category><![CDATA[ports]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.jetplanejournal.com/?p=197</guid>
		<description><![CDATA[I&#8217;ve been using iChat AV quite extensively recently, as my girlfriend is spending some time in Sweden &#8211; the land of insanely fast consumer broadband. iChat AV has been a great way to keep in touch, however thre have been a few glitches here and there. Here&#8217;s a few possible remedies for common issues. 1) [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jetplanejournal.com/wp-content/uploads/2008/08/ichatav.jpeg"><img class="alignright size-medium wp-image-209" title="ichatav" src="http://www.jetplanejournal.com/wp-content/uploads/2008/08/ichatav.jpeg" alt="" width="63" height="63" /></a>I&#8217;ve been using iChat AV quite extensively recently, as my girlfriend is spending some time in Sweden &#8211; the land of insanely fast consumer broadband. iChat AV has been a great way to keep in touch, however thre have been a few glitches here and there. Here&#8217;s a few possible remedies for common issues.</p>
<h2><span style="font-weight: normal;">1</span>) Audio Issues</h2>
<p>Low call volume, background noise and feedback are some of the problems you might typically run into.You can avoid most of these by using a headset (luckily now also available in <a href="http://www.amazon.com/dp/B000HCRVQ2/?tag=whitjetp-20">better</a><a href="http://www.amazon.com/dp/B000HCRVQ2/?tag=whitjetp-20">-looking behind-the-head designs</a>, but if you don&#8217;t happen to have one handy, try these tips:</p>
<p><span id="more-197"></span></p>
<p><strong>Volume</strong></p>
<p>iChat tries to automatically optimize the call&#8217;s volume, but you can increase the overall volume of the call in the &#8220;Sound&#8221; section of your System Preferences. Under the &#8220;Input&#8221; options, drag the volume slider to your preferred level and also check &#8220;Use ambient noise reduction&#8221;, to minimize background noise.</p>
<p style="text-align: center;"><a href="http://www.jetplanejournal.com/wp-content/uploads/2008/08/picture-15.png"><img class="size-full wp-image-198  aligncenter" title="sound preferences" src="http://www.jetplanejournal.com/wp-content/uploads/2008/08/picture-15.png" alt="Sound System Preferences" width="400" height="302" /></a></p>
<p><strong>Feedback loops</strong></p>
<p><strong><span style="font-weight: normal;">To prevent feedback, try lowering your volume, or either use external speakers and keep them pointed away from your Mac&#8217;s microphone. Alternatively use headphones along with the internal microphone.</span></strong></p>
<h2>2) Connection issues</h2>
<p><strong>Port forwarding</strong></p>
<p>If you receiving a lot of connection issues whilst trying to a new video chat, try activating Port Forwarding on your router. Whilst not strictly necessary, it seems to make connecting more reliable in my experience. iChat uses the following ports: </p>
<p>5060, 5353, 5678, 16393-16402 (UDP) and 5190, 5297, 5298 (UPD &amp; TCP).</p>
<p>If you&#8217;re unsure how to configure Port Forwarding on your router, head over to the handy <a title="portforward.com" href="http://portforward.com/routers.htm">PortForward.com website</a>, select your Router&#8217;s brand and model and then select &#8220;iChat&#8221; as your application for full instructions.</p>
<p><strong>Audio or video keeps breaking up </strong></p>
<p>iChat adjust the AV quality depending on the available bandwidth. However this can sometimes cause jerky video or choppy audio if the available bandwidth fluctuates.</p>
<p>To fix this, open iChat&#8217;s Connection Doctor from the &#8220;Video&#8221; menu and select &#8220;Statistics&#8221; from the drop down menu. Monitor the bandwidth values and make a note of the general average. Then head over to iChat&#8217;s Preferences (iChat &gt; Preferences) and select the &#8220;Audio / Video&#8221; tab.</p>
<p style="text-align: center;"><a href="http://www.jetplanejournal.com/wp-content/uploads/2008/08/picture-14.jpg"><img class="size-full wp-image-199  aligncenter" title="av preferences" src="http://www.jetplanejournal.com/wp-content/uploads/2008/08/picture-14.jpg" alt="Selecting a bandwidth limit" width="500" height="206" /></a></p>
<p style="text-align: left;">There you can specify a bandwidth limit. Select the value just under the average you made a note of above. That will force iChat to reduce the overall quality of the call slightly, but the quality should be more consistent. </p>
<h2><strong>3) Auto-Accept calls</strong></h2>
<p>If you don&#8217;t want to have to dash to your computer every time you receive a new call, you can also get iChat to automatically accept all incoming calls.</p>
<p>Go to the &#8220;Events&#8221; in iChat&#8217;s preferences and select &#8220;Video Invitation&#8221; from the &#8220;Events&#8221; list. Then check the &#8220;Run Applescript&#8221; box and choose &#8220;Auto Accept.applescript&#8221; from the list. </p>
<p style="text-align: center;"><a href="http://www.jetplanejournal.com/wp-content/uploads/2008/08/autoaccept.jpg"><img class="size-full wp-image-200 aligncenter" title="autoaccept" src="http://www.jetplanejournal.com/wp-content/uploads/2008/08/autoaccept.jpg" alt="Auto-accept Video calls" width="500" height="334" /></a></p>
<p>(Note: If you only want to auto-accept calls from certain contacts check out the free iChat utility, <a title="Chax" href="http://ksuther.com/chax/">Chax</a>).</p>
<p>iChat is a great tool for keeping in touch, so I hope these tips can help make it even better for you guys!</p>
]]></content:encoded>
			<wfw:commentRss>http://jetplanejournal.com/3-tips-for-better-ichat-av-video-conferences/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to cancel a MobileMe trial subscription</title>
		<link>http://jetplanejournal.com/how-to-cancel-a-mobileme-trial-subscription/</link>
		<comments>http://jetplanejournal.com/how-to-cancel-a-mobileme-trial-subscription/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 20:11:55 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[Hints]]></category>
		<category><![CDATA[60 days]]></category>
		<category><![CDATA[canceling]]></category>
		<category><![CDATA[credit]]></category>
		<category><![CDATA[creditcard]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[mobileme]]></category>
		<category><![CDATA[subscription]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[trial]]></category>

		<guid isPermaLink="false">http://www.jetplanejournal.com/?p=155</guid>
		<description><![CDATA[Since a few people have asked me, here&#8217;s the lowdown on how to cancel a MobileMe subscription within the free 60-days trial period. Log into MobileMe Click the Accounts button at the top of the window: Select &#8220;Account Options&#8221; from the menu on the left There you should see a &#8220;Cancel Account&#8221; button towards the [...]]]></description>
			<content:encoded><![CDATA[<p>Since a few people have asked me, here&#8217;s the lowdown on how to cancel a MobileMe subscription within the free 60-days trial period.</p>
<p><span id="more-155"></span></p>
<ol>
<li>Log into <a href="http://me.com">MobileMe</a></li>
<li>Click the Accounts button at the top of the window:<br />
<a href="http://www.jetplanejournal.com/wp-content/uploads/2008/07/account.jpg"><img class="alignnone size-full wp-image-156" title="account" src="http://www.jetplanejournal.com/wp-content/uploads/2008/07/account.jpg" alt="" width="255" height="153" /></a><a href="http://www.jetplanejournal.com/wp-content/uploads/2008/07/account.jpg"> </a></li>
<li>Select &#8220;Account Options&#8221; from the menu on the left<br />
<a href="http://www.jetplanejournal.com/wp-content/uploads/2008/07/account-options-1.jpg"><img class="alignnone size-medium wp-image-157" title="account-options-1" src="http://www.jetplanejournal.com/wp-content/uploads/2008/07/account-options-1-300x207.jpg" alt="" width="300" height="207" /></a></li>
<li>There you should see a &#8220;Cancel Account&#8221; button towards the bottom of the window. Click it to cancel your subscription.</li>
</ol>
<div>
<p><strong>Remember</strong>: As long as you cancel before the 60 days are up, the trial is completely free. Apple also has more information on canceling in their <a title="Apple Knowledgebase" href="http://support.apple.com/kb/HT2174">support article</a>.</p>
</div>
<p>But despite all the negative press, I must say the MobileMe webapps look great and feel very desktop-like. I think the service is suffering a bit from &#8220;Vista-itis&#8221;, so lets hope the initial bad publicity doesn&#8217;t doom this product too.</p>
<h4>I hope this has helped some of you! If you enjoyed this article &#8211; support the site and <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2F%3Fie%3DUTF8%26ref_%3Dgno%255Flogo&amp;tag=whitjetp-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">buy yourself something nice at Amazon</a>.</h4>
]]></content:encoded>
			<wfw:commentRss>http://jetplanejournal.com/how-to-cancel-a-mobileme-trial-subscription/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Three secret iPhone 2.0 tips</title>
		<link>http://jetplanejournal.com/three-secret-iphone-20-tips/</link>
		<comments>http://jetplanejournal.com/three-secret-iphone-20-tips/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 06:25:08 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[Hints]]></category>
		<category><![CDATA[Opinions]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[contacts]]></category>
		<category><![CDATA[marker felt]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.jetplanejournal.com/?p=133</guid>
		<description><![CDATA[So besides the more obvious new features, Apple has also added a fair bit of spit &#38; polish in nooks and crannies you might not notice them. Here&#8217;s two changes and one &#8220;hack&#8221; I&#8217;ve found so far: 1. Banish Marker Felt from Notes with Chinese Take care of Marker Felt Olympic style! It seems as [...]]]></description>
			<content:encoded><![CDATA[<p>So besides the more obvious new features, Apple has also added a fair bit of spit &amp; polish in nooks and crannies you might not notice them. Here&#8217;s two changes and one &#8220;hack&#8221; I&#8217;ve found so far:</p>
<p><strong>1. Banish Marker Felt from Notes with Chinese</strong></p>
<p><a href="http://www.jetplanejournal.com/wp-content/uploads/2008/07/img_0008.png"><img class="alignright size-medium wp-image-134" title="Notes without Marker Felt!" src="http://www.jetplanejournal.com/wp-content/uploads/2008/07/img_0008-200x300.png" alt="" width="200" height="300" /></a>Take care of Marker Felt Olympic style! It seems as though the iPhone automatically substitutes unsupported fonts when typing languages with glyphs. Simply add Chinese as an additional keyboard layout and type a single character to switch the current note&#8217;s font to Helvetica (at least I think it&#8217;s Helvetica!).</p>
<p>The downside? This trick needs to be done for every new note you create.</p>
<p><strong>2. Improved auto-correction</strong></p>
<p>The auto-correction feature now seems to work a bit better and first letter substitutions in particular seem a lot smoother: When only a single letter of a word is corrected, that change is made seamlessly, without the &#8220;drop-in&#8221; animation you get with more extensive corrections. It&#8217;s a minor detail, but it does make typing feel a lot easier.</p>
<p><strong>3. Add / Edit contacts whilst on a call</strong></p>
<p>You may be wondering why Apple has added a &#8220;dedicated&#8221; Contacts app, especially it offers the exact same functionality as the contacts list within the phone application. Well now you can easily lookup, add or edit contact information whilst on a call!</p>
]]></content:encoded>
			<wfw:commentRss>http://jetplanejournal.com/three-secret-iphone-20-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
