<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Support Forums - Tips and Tricks</title>
        <description>Have any handy tricks for Avatron Products? Post em here.</description>
        <link>http://www.avatron.com/support/list.php?29</link>
        <lastBuildDate>Fri, 10 Sep 2010 10:31:52 -0700</lastBuildDate>
        <generator>Phorum 5.2.8</generator>
        <item>
            <guid>http://www.avatron.com/support/read.php?29,9023,9023#msg-9023</guid>
            <title>Using Bluetooth to share files with your pc (no replies)</title>
            <link>http://www.avatron.com/support/read.php?29,9023,9023#msg-9023</link>
            <description><![CDATA[ This is a very simple way to transfer files between you pc and iphone using a bluetooth connection. All you have to do is activate the tethering in your iphone, open air sharing, and enter in your browser the ip of your iphone while it is being used as a modem, if you have bonjour installed, you won't have to do anything else, just enter your usual bonjour address and it's done.<br />
<br />
This also works by cable.]]></description>
            <dc:creator>TiagoBral</dc:creator>
            <category>Tips and Tricks</category>
            <pubDate>Fri, 08 Jan 2010 09:45:55 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.avatron.com/support/read.php?29,8580,8580#msg-8580</guid>
            <title>Configure SSH (SFTP) on Windows (no replies)</title>
            <link>http://www.avatron.com/support/read.php?29,8580,8580#msg-8580</link>
            <description><![CDATA[ For SSH support on Windows, we recommend CoreFTP's Mini SFTP Server, a free SFTP server that is easy to install and configure.<br />
<br />
<b>Configuring CoreFTP</b><br />
Download and install CoreFTP’s mini SFTP server from their website at <a href="http://www.coreftp.com/server/download/msftpsrvr.exe" rel="nofollow" >http://www.coreftp.com/server/download/msftpsrvr.exe</a> <br />
<br />
<img src="http://idisk.me.com/avatron/Public/WindowsSSH/core.jpg" class="bbcode" border="0" /><br />
<br />
<ul><li> Fill in the user and password fields with a usernamd and password of your choice. </li><li> Set the port field to 22. </li><li> Set the Root Path field to a directory you want to have access to. For simplicities sake, setting it to C:\ or the lterr of your main drive will give you access to that entire drive. </li></ul>
<br />
￼Now that you’ve got the server up and running you should be able to connect to it from Air Sharing Pro. But first you need to find out your computer’s IP address. The easiest way to do this is to get a Command Prompt window open and then type: ipconfig<br />
<br />
<img src="http://idisk.me.com/avatron/Public/WindowsSSH/cmd.jpg" class="bbcode" border="0" /><br />
<br />
Then launch Air Sharing Pro and tap the Servers button in the upper left corner and then tap Edit in the upper right corner.<br />
<br />
Tap the '+' in the upper left corner and choose SSH.<br />
<br />
In the URL field enter the IP address of your PC. If you want the Server connection to automatically remember your username and password, enter it now. Similarly, if you want to have a description for the server connection now is the time to enter that.<br />
<br />
<img src="http://idisk.me.com/avatron/Public/WindowsSSH/url.jpg" class="bbcode" border="0" />]]></description>
            <dc:creator>elliot</dc:creator>
            <category>Tips and Tricks</category>
            <pubDate>Mon, 30 Nov 2009 14:27:40 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.avatron.com/support/read.php?29,8577,8577#msg-8577</guid>
            <title>Configure SSH (SFTP) on Mac OS X (3 replies)</title>
            <link>http://www.avatron.com/support/read.php?29,8577,8577#msg-8577</link>
            <description><![CDATA[ Mac OS X supports SSH through the <b>Remote Login</b> option. To enable this open the <b>System Preferences</b> application.<br />
<br />
Click on the Sharing icon to bring up the Sharing preferences screen.<br />
<img src="http://idisk.me.com/avatron/Public/MacSSH/RemoteLogin.jpg" class="bbcode" border="0" /><br />
<br />
Now that you have Remote Login configured you should be able to connect to it from Air Sharing Pro. But first you need to find out your computer's IP address. The easiest way to do this is to look to just look at the instructions to the right of the image above. Where it says &quot;To log in to this computer...&quot;. Everything after the @ symbol is the IP address. In the above example the IP address is 10.0.1.45<br />
<br />
Now launch Air Sharing Pro on your iPhone and tap the Servers button in the upper left corner and then tap Edit in the upper right corner.<br />
<br />
Tap the '+' button in the upper left corner and choose SSH.<br />
<br />
In the URL field enter the IP address of your Mac. If you want the Server connection to automatically remember you username and password, enter it now. Similarly, if you want to have a description for the server connection now is the time to enter that.<br />
<br />
<img src="http://idisk.me.com/avatron/Public/MacSSH/username.jpg" class="bbcode" border="0" />]]></description>
            <dc:creator>elliot</dc:creator>
            <category>Tips and Tricks</category>
            <pubDate>Tue, 15 Jun 2010 15:38:02 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.avatron.com/support/read.php?29,7796,7796#msg-7796</guid>
            <title>Tip #4: AppleScript to connect to servers (e.g. your iPod/iPhone) (2 replies)</title>
            <link>http://www.avatron.com/support/read.php?29,7796,7796#msg-7796</link>
            <description><![CDATA[ I connect to various servers on a regular basis so I wrote myself a quick little applescript to do the task, rather than going thru Finder's Command+K (connect to server....)<br />
<br />
This is how I access my scripts.....(though you could just keep it on your desktop, or anywhere else for that matter...)<br />
<img src="http://brightnight.tv/AS/TIP4/scripts_menu.jpg" class="bbcode" border="0" /><br />
<br />
And this is what the script looks like in action....more or less....this is a example only (note the ipod a.k.a Air Sharing address)<br />
<img src="http://brightnight.tv/AS/TIP4/kommand_app.jpg" class="bbcode" border="0" /><br />
<br />
If you like the look of this, and are reasonably handy with Script Editor, here is a copy of my code:<br />
<a href="http://brightnight.tv/AS/TIP4/Kommand_v1.0.zip" rel="nofollow" >http://brightnight.tv/AS/TIP4/Kommand_v1.0.zip</a> <br />
<br />
Feel free to download and edit the script to suit your own network...<br />
<br />
cheers<br />
Flash!<br />
<br />
PS. I have supplied some notes in the script, so even a novice scripter should be able to work it out. However if you have any questions regarding the script, don't bug the Avatron support team coz they didn't write it!! ;) Email or PM me if you like :D]]></description>
            <dc:creator>Flash!</dc:creator>
            <category>Tips and Tricks</category>
            <pubDate>Fri, 26 Feb 2010 20:30:31 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.avatron.com/support/read.php?29,7532,7532#msg-7532</guid>
            <title>Bluetooth sharing (1 reply)</title>
            <link>http://www.avatron.com/support/read.php?29,7532,7532#msg-7532</link>
            <description><![CDATA[ Yesterday, I was playing with my girfriend's iPhone and mine, and doing some experiments with some apps that use the new p2p api. After pairing both iphones, i closed the apps and opened air sharing pro in both iphones, and, for my surprise, in the tab servers, both iPhones were detectable, both were there, ready to share! I checked the wifi and it was off! This is simply amazing! It worked perfectly! This is only possible if both phone paire before opening air sharing.]]></description>
            <dc:creator>TiagoBral</dc:creator>
            <category>Tips and Tricks</category>
            <pubDate>Sat, 11 Jul 2009 16:07:08 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.avatron.com/support/read.php?29,7169,7169#msg-7169</guid>
            <title>Tip #3: updating to iPhone 3.0 -  expect some quirks ;) (2 replies)</title>
            <link>http://www.avatron.com/support/read.php?29,7169,7169#msg-7169</link>
            <description><![CDATA[ I've noticed here and elsewhere that a lot of people are having problems with their ipod/iphone immediately after the 3.0 update. (I recall also having some problems back when the 2.0 update came out too) Notable faults are:app &quot;x&quot; does not work, misplaced icons, certain features not available.....<br />
<br />
From my own experience, I loaded 3.0 and then pretty much walked out the door to work. The first thing I noticed as I walked up the street was that &quot;shake to shuffle&quot; was active and my ipod kept changing tracks! But throughout the day as I checked everything out it seemed that some things were missing, like copy/paste, spotlight and a few others. Hmm very strange? When I did the update, iTunes took a very very long time about it - about 45 minutes to an hour, not counting the time taken to download the update! Later that day I did another sync which took just a few minutes, and after that everything was good. <br />
<br />
I reckon that iTunes sometimes does not do the best job at updating software. It *should* do it with no problems but a quick look around the internet will tell ypu that 5% of users are having, or had problems. (note that when any comparisons or statistics are quoted, 16.3% of the time the percentage is a made up number! (:P) ) On the one hand, for Apple, a few percent of however-many-million-ipods-are-out-there is not too bad. But if you're one of the 5%........bummer.<br />
<br />
Solutions? Well nothing specifically, but some good practices are:<br />
<br />
1) backup your iphone <b>before</b> any major updates (iTunes will also do a backup before the update, but I suggest that you do your own update first!)<br />
<br />
2) in the case of Airsharing or any other app that stores data which you can access from your computer - use the computer to backup all your files (e.g. copy the contents of your Airsharing folder to your mac or pc. Email all your Notes to yourself, I use iDB Datamaster.app which has a backup facility so I back that up, ...etc <b>If there is anything at all you can backup without iTunes then do so</b>)<br />
<br />
3) just coz it bears repeating, backup your data! It does not really matter what happens to your ipod/iphone...it can crash, not boot, give you funny icons...whatever. Just as long as your data is OK ;)<br />
<br />
4) reboot your ipod/iphone - it's amazing what problems can be solved by a reboot!<br />
<br />
5) If after the update you are experiencing &quot;quirks&quot; then sync and sync again. And then maybe sync one more time for luck. (maybe the software did not 'stick' the first time around?)<br />
<br />
6) restore your ipod to a previously saved (iTunes) backup<br />
<br />
7) reset your ipod to factory settings<br />
<br />
8) once you've covered all of the above, if software &quot;x&quot; is not working then it probably <b>really is</b> a fault that needs reporting to the software developer.<br />
<br />
9) please post all your &quot;faulty&quot; iphones to Flash! in Sydney Australia.....I really want to update my 1st generation iPod Touch (:P) (:P)<br />
<br />
<br />
Also note that it is always &quot;best practice&quot; to reboot your ipod immediately after downloading any new apps]]></description>
            <dc:creator>Flash!</dc:creator>
            <category>Tips and Tricks</category>
            <pubDate>Sat, 20 Jun 2009 19:00:26 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.avatron.com/support/read.php?29,7161,7161#msg-7161</guid>
            <title>Air Sharing with Transmit or Cyberduck on a Mac (4 replies)</title>
            <link>http://www.avatron.com/support/read.php?29,7161,7161#msg-7161</link>
            <description><![CDATA[ Many long time Mac users are well aware that the Finder can easily be bought to its knees when a mounted network volume suddenly drops connection (though this has improved within Leopard). Because of this I have become quite accustomed to using dedicated FTP clients such as Transmit and Cyberduck for transferring files over SSH, FTP and WebDAV. I find this to be an extremely robust way of moving files around the web so I've made a quick and easy guide that allows users to connect their Macs to their iPhones when using Air Sharing. I suspect the input method is pretty much the same on any other FTP client that supports the webDAV protocol whether it's in Linux or Windows.<br />
<br />
<b>Transmit</b><br />
Simply click on the 'Connect' tab and enter your iPhone's IP address (which is shown to you in the Air Sharing app), then select the WebDAV protocol and enter 8080 in the port field and press 'Connect'<br />
<br />
<img src="http://files.getdropbox.com/u/21195/images/transmit-webdav.png" class="bbcode" border="0" /> <img src="http://files.getdropbox.com/u/21195/images/transmit-webdav2.png" class="bbcode" border="0" /><br />
<br />
<b>Cyberduck Method A</b><br />
Open Cyberduck, click on the 'Bonjour' button and double-click on your iPhone's name. How easy is that!<br />
<br />
<img src="http://files.getdropbox.com/u/21195/images/cyberduck-bonjour.png" class="bbcode" border="0" /> <img src="http://files.getdropbox.com/u/21195/images/cyberduck-bonjour2.png" class="bbcode" border="0" /><br />
<b>Cyberduck Method B</b><br />
Open Cyberduck and click on 'Open Connection', then from the drop-down menu select the WebDAV (web-based) protocol. Enter your iPhone's IP address into the server field and 8080 into the port field then press 'Connect'. <br />
<br />
<img src="http://files.getdropbox.com/u/21195/images/cyberduck-webdav.png" class="bbcode" border="0" /> <img src="http://files.getdropbox.com/u/21195/images/cyberduck-webdav2.png" class="bbcode" border="0" /><br />
<br />
So there you have it - connecting a Mac to Air Sharing using an FTP client!]]></description>
            <dc:creator>Jash</dc:creator>
            <category>Tips and Tricks</category>
            <pubDate>Sat, 20 Jun 2009 10:23:23 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.avatron.com/support/read.php?29,6982,6982#msg-6982</guid>
            <title>Can't eject iphone after using Air Sharing (1 reply)</title>
            <link>http://www.avatron.com/support/read.php?29,6982,6982#msg-6982</link>
            <description><![CDATA[ If you have tried all the options in the troubleshooting, short of rebooting your machine, and your mac tells you the disk is 'in use', there is one more trick.<br />
<br />
Start moving or closing your Finder windows. Buried under one of them will be the small 'Disconnect now' window. Click OK and you are all sorted. Its happened to me a couple of times <br />
<br />
cheers<br />
bruce]]></description>
            <dc:creator>bbowden</dc:creator>
            <category>Tips and Tricks</category>
            <pubDate>Wed, 10 Jun 2009 13:18:38 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.avatron.com/support/read.php?29,6946,6946#msg-6946</guid>
            <title>Tip #2: Large File Transfers with OSX Finder (3 replies)</title>
            <link>http://www.avatron.com/support/read.php?29,6946,6946#msg-6946</link>
            <description><![CDATA[ This tip is based on my sometimes bad experiences transferring large files to the iPod.<br />
<br />
<span style="color:#FF0000">Your milage may vary</span> depending on your individual circumstances! (and in fact everything worked perfectly while I was trying to get the screenshots to post into this message....so you never know....)<br />
<br />
<br />
<br />
<b>Does this look like a familiar experience?</b><br />
<br />
1) You've connected to your iPod and started copying a file....It looks good, 785MB seems like it will take about two minutes:<br />
<img src="http://brightnight.tv/AS/TIP2/01_copying.jpg" class="bbcode" border="0" /><br />
<br />
2) Now it is &quot;closing the file&quot;<br />
<img src="http://brightnight.tv/AS/TIP2/02_closing.jpg" class="bbcode" border="0" /><br />
<br />
3) Suddenly your iPod disconnects:<br />
<img src="http://brightnight.tv/AS/TIP2/03_disconnected.jpg" class="bbcode" border="0" /><br />
<br />
4) Followed by an &quot;error -36&quot; message<br />
<img src="http://brightnight.tv/AS/TIP2/04_error-36.jpg" class="bbcode" border="0" /><br />
<br />
5) And finally all you have on the iPod is a zero MB file!<br />
<img src="http://brightnight.tv/AS/TIP2/05_zeroMB.jpg" class="bbcode" border="0" /><br />
<br />
<br />
<b>So what is going on???</b><br />
<br />
Well it seems to be a &quot;feature&quot; of Finder (for both Leopard and Tiger versions) that it makes a copy of the file <b>before</b> it starts transferring. Finder does not even commence transferring the file until around the time that you get the &quot;(Closing File) - Please wait....&quot; message. If the file is upwards of 700MB then it is going to take a good ten minutes or more to &quot;close the file&quot;<br />
<br />
Why do you get the iPod disconnected message? I have no idea, all I know is that it is not very helpful to have it disconnect at this point! :X<br />
<br />
As a result of the disconnect, you get an error -36 and obviously because everything failed you get a 0MB junk file on your iPod.<br />
<br />
This scenario can be very frustrating to say the least. It is not a consistant fault, and it is nothing to do with Air Shaing as such (Finder has this issue with all WebDav servers) And the problem is made worse if your Mac is on a wifi network and the file you are attempting to transfer is on a network drive. First the file is copied to your Mac over wifi, so say 10-15 minutes, and then it has to copy it over to your iPod so there's another 10-15 minutes. If at the end of that half hour or so the transfer is not successful, you would be fully justified in putting your fist through the screen and throwing your iPod accross the room! :X<br />
<br />
OK, that might be a slight exaggeration 8-)<br />
<br />
<br />
<b>What's the fix?</b><br />
<br />
Actually it's quite simple - use a web browser instead! With all of my testing of large file transfers on a Mac, using a browser has never failed :) So my recommendation is that for any files larger than 50MB, don't use Finder - use your favourite web browser.<br />
<br />
<img src="http://brightnight.tv/AS/TIP2/06_browser.jpg" class="bbcode" border="0" /><br />
<br />
The only down-side to the browser method is that you don't get any real indication of progress. Look at your status bar at the bottom of your browser (well, most browsers) and you will see things like: &quot;Waiting for ipod.local&quot; and then &quot;Done&quot; which is all the indicators you'll be able to see. Nevertheless it does work, and is a lot less frustrating than wonding if Finder is going to be successful <i>this</i> time or not.<br />
<br />
cheers<br />
Flash!]]></description>
            <dc:creator>Flash!</dc:creator>
            <category>Tips and Tricks</category>
            <pubDate>Tue, 30 Mar 2010 17:13:36 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.avatron.com/support/read.php?29,6908,6908#msg-6908</guid>
            <title>Tip: use a simple name for your iPod/iPhone (no replies)</title>
            <link>http://www.avatron.com/support/read.php?29,6908,6908#msg-6908</link>
            <description><![CDATA[ By default iTunes will name your ipod/iphone something like &quot;John's iPod&quot; However when you attempt to type the bonjour address into a browser<br />
<a href="http://John's" rel="nofollow" >http://John's</a> iPod.local:8080 it will not work. This is because of the space between &quot;John's&quot; and &quot;iPod&quot;, not to mention the apostrophe in &quot;John's&quot;<br />
<br />
Simply put, browsers do not accept spaces or special characters in the address bar.<br />
<br />
You *could* get around this by typing the URL codes for the special characters  e.g. <a href="http://John%2Cs%20iPod.local:8080" rel="nofollow" >http://John%2Cs%20iPod.local:8080</a><br />
<br />
But the simplest and best solution is to name your iPod with a simple one-word name e.g. &quot;JohniPod&quot; = <a href="http://JohniPod.local:8080" rel="nofollow" >http://JohniPod.local:8080</a><br />
<br />
Or you could come up with a more creative name. My ipod is called &quot;Fuwa&quot; which means &quot;toy&quot; in chinese ;-) Therefore the address for my iPod is <a href="http://Fuwa.local:8080" rel="nofollow" >http://Fuwa.local:8080</a><br />
<br />
You should use the single-word-name principle for the network name of all computers on your network.<br />
<br />
I hope this little tip helps :D]]></description>
            <dc:creator>Flash!</dc:creator>
            <category>Tips and Tricks</category>
            <pubDate>Sat, 30 May 2009 22:59:04 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.avatron.com/support/read.php?29,6688,6688#msg-6688</guid>
            <title>Creating Shortcuts or Aliases for AS and AS Pro (no replies)</title>
            <link>http://www.avatron.com/support/read.php?29,6688,6688#msg-6688</link>
            <description><![CDATA[ Having an alias or shortcut allows you easily reconnect to Air Sharing without having to enter in the IP address or Bonjour name. It's best to create these shortcuts using your Bonjour name because that shouldn't ever change whereas your IP address will.<br />
<br />
<b>Mac</b><br />
<ul><li> Connect to Air Sharing or Air Sharing Pro through the Finder the normal way using your iPod or iPhone's Bonjour name. </li><li> The connected server should then show up on the Desktop (If it doesn't go to Finder&gt;Preferences and make sure the box next to Connected servers is checked). </li><li> Right-click or Control-click on your iPhone/iPod and choose Make Alias (may say Create Alias in 10.4) </li><li> You now have an alias to your iPhone/iPod that you can put wherever is most convenient. You can even drag it into your dock so as not to clutter your desktop. </li></ul>
<br />
<br />
<b>Windows XP</b><br />
<br />
If you were able to successfully patch Windows XP and aren't using NetDrive or some other third party utility to connect then when you create a Network Place to your iPhone/iPod it should automatically get saved to your Network Places and you should be all set.<br />
<br />
<b>Windows Vista</b><br />
<br />
<ul><li> Map a Network Drive to your iPod/iPhone </li><li> It should show up under Computer. Right-click on it and choose Create shortcut </li><li> The shortcut will get saved to your Desktop. Put it wherever is most convenient. </li><li> To reconnect right-click on the shortcut and choose Open folder location. You may get prompted with an error message about deleting the shortcut. Just say no. The connection should be made regardless. </li></ul> To reconnect right-click on the shortcut and choose Open folder location. You may get prompted with an error message about deleting the shortcut. Just say no. The connection should be made regardless.<br />
[/list]]]></description>
            <dc:creator>elliot</dc:creator>
            <category>Tips and Tricks</category>
            <pubDate>Mon, 18 May 2009 16:19:55 -0700</pubDate>
        </item>
        <item>
            <guid>http://www.avatron.com/support/read.php?29,1208,1208#msg-1208</guid>
            <title>Using large PDFs with Air Sharing (via a Mac) (1 reply)</title>
            <link>http://www.avatron.com/support/read.php?29,1208,1208#msg-1208</link>
            <description><![CDATA[ I'm a long-time Apple sysadmin and technician.<br />
<br />
One of the things I have to use a lot are the (not-available-to-the-general-public) Apple hardware service manuals for repairing the various Macs I receive. These are PDF files that range from as small as 14MB to as large as 60MB and more, with hundreds of pages.<br />
<br />
My iPod Touch just can't directly handle the size of that file. It's PDF viewer will likely choke on it, especially since the files contain fairly high-res photos of the systems.<br />
<br />
So, I had an idea. Convert the PDF into more digestible pictures...JPEG files, then transfer them to the iPod with Air Sharing. Doing this should be a good workaround for those that need to read large files of this type.<br />
<br />
The first thing you need to do is convert each PDF page into a JPEG picture. That's cool. You have a tool to do it in Mac OS X Leopard: <b>Automator</b>.<br />
<br />
(Needless to say, this isn't a tutorial on using this powerful tool, but the steps here should get you by.)<br />
<br />
<ol type="1"><li> Launch Automator. </li><li> From the Files and Folders actions on the left side of the Automator window, drag the item &quot;Ask for Finder items&quot; to the right side of the Automator window. Each item you drag there will run that specific action, starting with the top-most item. </li><li> From the PDF actions, drag the item &quot;Render PDF Pages as Images&quot; to the right side of the Automator window. In this action, there are settings you can change. You should reduce the DPI to as low as possible (150 or less) and use the best compression you can to avoid creating large image files. </li><li> From the Files and Folders actions on the left side of the Automator window, drag the item &quot;Rename Finder items&quot; to the right side of the Automator window. Change the pop-up to &quot;Make Sequential.&quot; Set the Add Number setting to whatever suits you. If you've got a lot of files, you might select the &quot;new nane&quot; button and enter &quot;Page&quot; in the field next to it. Change whether the number will appear in the file before or after, what separators there are, the starting number, and the digit width. For me, my files are hundreds of pages, and using only a single digit will make them list weirdly in the Finder. So I set the digit length to three so that trailing zeroes keep the page order as it should be. </li><li> Last, from the Files and Folders actions on the left side of the Automator window, drag the item &quot;New Folder&quot; to the right side of the Automator window. You can give a generic name here, then rename the folder yourself in the Finder. </li><li> Click the File menu and choose Save. Then, test out your Automator script by pressing the Run button at the upper right of the Automator window. </li></ol>
<br />
The first thing you'll see is a file dialog. That's what's supposed to happen: Automator is asking &quot;What file do you want to convert?&quot; Choose the PDF file, and click OK. From here, the process takes a while, depending on the number of pages and the size of the pages you are converting. To watch the progress of each script, click on the View menu and choose Log. Once it's all done, a folder will appear where you've told the script to create it (the default location was &quot;Desktop&quot; for me).<br />
<br />
If you liked the script, you can save it as an application in Mac OS X that you can open later without Automator. Just choose File-&gt;Save As, then save the file as an Application using the pop-up menu in the Save dialog.<br />
<br />
To use your converted JPEGs with Air Sharing, you can rename the new folder to match your subject, connect to your iPhone/iTouch with Connect to Server, and then drag them to the Air Sharing Finder window to where you want it to be.<br />
<br />
<b>BUT--copying numerous and/or large files to your handheld is not a good idea on slow networks</b>. I learned the hard way as the Finder stalled when the connection was too weak. I couldn't copy a 361-item file folder all at once, and I had to restart the Mac because the Finder was pooched and wouldn't reset.<br />
<br />
So, here's the workaround for that.<br />
<br />
<ol type="1"><li> Use Avatron's guide to <i>create an ad-hoc network</i> (see the FAQ in this forum). </li><li> Open the Settings app on your iPhone/iTouch and select the ad-hoc network you made from your Mac. </li><li> Open Air Sharing on your handheld. </li><li> Open your connection to your handheld from your Mac. (Here is where using Bonjour has its benefits. If you use a Bonjour name, you don't have to find out what the ad-hoc IP address is, and if you use your normal network again, you won't have to change the IP, only adjust the network settings on each device.) </li></ol>
<br />
Now you can take full advantage of the AirPort network connection, which moves at about .5MB/sec in my tests. Snappy. I've not lost a file or hung the Mac with ad-hoc mode.<br />
<br />
Hopefully that's useful for those of you that must carry that large PDF with you. For me, it beats lugging my MacBook around or printing a large manual.<br />
<br />
Windows and Linux users may have to go the manual way to convert the PDFs, but hey, you get what you pay for, sadly. :)]]></description>
            <dc:creator>Spencerian</dc:creator>
            <category>Tips and Tricks</category>
            <pubDate>Fri, 22 May 2009 22:30:33 -0700</pubDate>
        </item>
    </channel>
</rss>
