<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>macosxhints.com Internet tips</title>
<link>http://www.macosxhints.com/index.php?topic=internet</link>
<description>Tips and tricks for using the Internet in OS X, from macosxhints.com</description>
<managingEditor>webteam@macosxhints.com</managingEditor>
<webMaster>webteam@macosxhints.com</webMaster>
<copyright>Copyright 2009 Mac OS X Hints</copyright>
<generator>Geeklog</generator>
<pubDate>Mon, 09 Nov 2009 07:30:02 -0800</pubDate>
<language>en-gb</language>
<atom:link href="http://www.macosxhints.com/backend/hintsinternet.rss" rel="self" type="application/rss+xml" />
<item>
<title>Ban Pure-FTPd login attempts by IP after three failures</title>
<link>http://www.macosxhints.com/article.php?story=20091030220955444</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20091030220955444</guid>
<pubDate>Mon, 09 Nov 2009 07:30:01 -0800</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20091030220955444#comments</comments>
<dc:subject>Internet</dc:subject>
<description>I run an FTP server on my machine, using &lt;a href=&quot;http://www.pureftpd.org/project/pure-ftpd&quot;&gt;Pure-FTPd&lt;/a&gt;. Lately, I was getting a lot of noise in my logs about unknown people trying to gain access on my FTP server. I wanted to automate the task of looking through the log and banning the bad IPs, so that my logs will be kept clean from all those try/fails attempts.
&lt;br&gt;&lt;br&gt;
What I came up with is a bash script executed as a &lt;tt&gt;launchd&lt;/tt&gt; user daemon whenever the file &lt;tt&gt;/var/log/ftp.log&lt;/tt&gt; is being modified. Parts of the code come from &lt;a href=&quot;http://sparrow.stanford.edu/~chumakov/howto-osx.php&gt;&quot;Sergei Chumakov's page&lt;/a&gt;, and &lt;em&gt;irc2samus&lt;/em&gt; on the #bash channel (IRC on freenode.net) made the rest.
&lt;br&gt;&lt;br&gt;
I thought this might help others, too, so here's the code. 
I put the following in &lt;tt&gt;/etc/autoban/ftp_ban.sh&lt;/tt&gt;:

 ...</description>
</item>
<item>
<title>Sync to Dropbox from anywhere in your home folder</title>
<link>http://www.macosxhints.com/article.php?story=20090929052128498</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090929052128498</guid>
<pubDate>Thu, 15 Oct 2009 07:30:05 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090929052128498#comments</comments>
<dc:subject>Internet</dc:subject>
<description>I use &lt;a href=&quot;http://www.getdropbox.com&quot;&gt;Dropbox&lt;/a&gt; to keep files in sync between my work computer (a PC), my MacBook Pro, and an iMac at home. Although Dropbox is great, it keeps the files that it syncs to the cloud in a Dropbox folder. I have my own folder/file organization for projects, which I would prefer to maintain.
&lt;br&gt;&lt;br&gt;
I found that I could keep a copy in the place where I usually would &lt;em&gt;and&lt;/em&gt; sync with the cloud by creating symbolic links to the folders that I want to sync inside the Dropbox folder. Using this method, the file would be available in both places, without taking up any extra disk space.
&lt;br&gt;&lt;br&gt;
To do this, you need to use the Terminal. Since Dropbox allows you to choose where your Dropbox folder resides, there's no &quot;one size fits all&quot; solution, but here's the general syntax (replace &lt;tt&gt;username&lt;/tt&gt;, &lt;tt&gt;foldername&lt;/tt&gt;, and &lt;tt&gt;path/to/dropbox&lt;/tt&gt; with your own values):

&lt;pre&gt;&lt;code&gt;ln -s /Users/username/Documents/foldername /Users/path/to/dropb...</description>
</item>
<item>
<title>10.6: Dial numbers in Google Voice using a Service</title>
<link>http://www.macosxhints.com/article.php?story=20090917164953457</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090917164953457</guid>
<pubDate>Fri, 09 Oct 2009 07:30:04 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090917164953457#comments</comments>
<dc:subject>Internet</dc:subject>
<description>&lt;img src=&quot;http://www.macosxhints.com/images/106only.png&quot; align=&quot;left&quot; style=&quot;margin-right: 10px&quot;&gt;I created a Service to send a selected phone number to Google Voice to be dialed. To do this, I actually use two files: The service, which should be installed in your user's Library/Services folder, and the &lt;a href=&quot;http://github.com/tylerhall/google-voice-dialer&quot;&gt;google-voice-dialer php script&lt;/a&gt;, which does most of the heavy lifting; install that wherever.
&lt;br&gt;&lt;br&gt;
&lt;a href=&quot;http://www.macosxhints.com/dlfiles/gvDialerService.zip&quot;&gt;Download the zip file (78KB)&lt;/a&gt;, expand it and open the resulting folder, move the Service to your user's Services folder and the php script to wherever you'd like it to reside. Before using this Service, you need to open it in Automator for some editing. Within the AppleScript code in the Run AppleScript Action on the right, scroll through the code and change the following properties: &lt;tt&gt;usrnm&lt;/tt&gt;, &lt;tt&gt;psswrd&lt;/tt&gt;, &lt;tt&gt;phnm&lt;/tt&gt;, &lt;tt&gt;myFilePath&lt;/tt&gt;, and  ...</description>
</item>
<item>
<title>Allow MSN Messenger when using Parental Controls</title>
<link>http://www.macosxhints.com/article.php?story=20090915013212967</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090915013212967</guid>
<pubDate>Mon, 05 Oct 2009 07:30:00 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090915013212967#comments</comments>
<dc:subject>Internet</dc:subject>
<description>If you activate parental control, MSN Messenger is not going to work. Some can argue that you can use other solutions, but your Kids will argue that this what their friends use. To get MSN Messenger working, you need to authorize at least &lt;tt&gt;messenger.hotmail.com&lt;/tt&gt;, but I discovered that Adium is using more Microsoft servers, and as the list is quite long, here is a way to simply authorize MSN Messenger on a managed account with parental controls.
&lt;ol&gt;
&lt;li&gt;In the Parental Controls System Preferences panel, go to the Content tab and choose the 'Try to limit ...' option.&lt;/li&gt;
&lt;li&gt;Click on Customize and allow MSN Messenger's server by adding the following addresses: &lt;tt&gt;http://messenger.hotmail.com&lt;/tt&gt;, &lt;tt&gt;http://*.*.msn.com&lt;/tt&gt;, and &lt;tt&gt;https://*.*.msn.com&lt;/tt&gt;.&lt;/li&gt;
&lt;/ol&gt;
That should allow full MSN Messenger functionality. However, if you need something more granular and you want to control every address, &lt;a href=&quot;http://support.microsoft.com/kb/927847&quot;&gt;this Microsoft support ...</description>
</item>
<item>
<title>10.6: Create a tri.im URL shortening Service</title>
<link>http://www.macosxhints.com/article.php?story=20090827160243198</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090827160243198</guid>
<pubDate>Mon, 14 Sep 2009 07:30:00 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090827160243198#comments</comments>
<dc:subject>Internet</dc:subject>
<description>&lt;img src=&quot;http://www.macosxhints.com/images/106only.png&quot; align=&quot;left&quot; style=&quot;margin-right: 10px&quot;&gt;One of the great new features of Snow Leopard is the ability thru Automator (and by extension, AppleScript) to make your own service. Automator can set-up services to accept specific inputs (ie files, images, or text) to act on. If you have selected the appropriate type of input, the service will show up in your context menu.
&lt;br&gt;&lt;br&gt;
To create a service which generates a &lt;a href=&quot;http://tr.im&quot;&gt;tr.im&lt;/a&gt; shortened URL when control-clicking a link in Safari. First, open Automator, and select Create a New Service. Set the Service to receive selected text in Safari.
Find Run AppleScript from the Action library on the left, and drag that over to the right half of the Automator window. In that area, paste in the following:

 ...</description>
</item>
<item>
<title>Download, back up, and upload Google Docs files</title>
<link>http://www.macosxhints.com/article.php?story=20090818101546358</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090818101546358</guid>
<pubDate>Wed, 26 Aug 2009 07:30:03 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090818101546358#comments</comments>
<dc:subject>Internet</dc:subject>
<description>You can download, back up, and upload documents from your Google Docs account using a little Terminal magic.

&lt;b&gt;Prerequisites:&lt;/b&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://code.google.com/p/gdata-python-client/&quot;&gt;gdata-python-client 2.0.1&lt;/a&gt; - &lt;a href=&quot;http://code.google.com/p/gdata-python-client/&quot;&gt;download page&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://code.google.com/p/gdatacopier/&quot;&gt;gdatacopier 1.0.2&lt;/a&gt; - &lt;a href=&quot;http://code.google.com/p/gdatacopier/downloads/list&quot;&gt;download page&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;b&gt;Installation:&lt;/b&gt;
&lt;ol&gt;
&lt;li&gt;Download the prerequisites. Decompress each of the downloads.&lt;/li&gt;
&lt;li&gt;Install &lt;tt&gt;gdata-python-client&lt;/tt&gt;:
&lt;pre&gt;&lt;code&gt;&amp;#36; cd gdata-2.0.1&amp;lt;br&amp;gt;
&amp;#36; sudo python setup.py install&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;b&gt;Patch:&lt;/b&gt;
&lt;br&gt;&lt;br&gt;
The current &lt;tt&gt;gdatacopier&lt;/tt&gt; download has a small bug in it, and it needs to be patched to work properly. Open the file &lt;tt&gt;gdatacopier.py&lt;/tt&gt; in the app's folder, and locate line 555. On that line, change this...

&lt;pre&gt;&lt;code&gt;item_list.append({'title': e...</description>
</item>
<item>
<title>View YouTube video in full browser window</title>
<link>http://www.macosxhints.com/article.php?story=20090618181842385</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090618181842385</guid>
<pubDate>Fri, 19 Jun 2009 07:30:03 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090618181842385#comments</comments>
<dc:subject>Internet</dc:subject>
<description>This is slightly hard to describe, but I just randomly stumbled across a nifty little hack, for lack of a better word, involving the viewing of YouTube videos. Of course, YouTube natively supports full-screen viewing of videos, but I personally do not like this as I am completely immersed in the video and can no longer see the other activities on my screen (such as new mail, etc).
&lt;br&gt;&lt;br&gt;
So I stumbled across this tweak that allows you to watch a YouTube video maximized in its browser window. Check out the pic in &lt;a href=&quot;http://thequantumbyte.com/2009/06/tip-view-youtube-video-in-full-browser-screen/&quot;&gt;my blog post&lt;/a&gt; if my description doesn't make sense.
&lt;br&gt;&lt;br&gt;
To do this, paste this code into your browser:

&lt;pre&gt;&lt;code&gt;http://www.youtube.com/v/xxxxxxxxxxx&amp;amp;hl=en&amp;amp;fs=1&amp;amp;&lt;/code&gt;&lt;/pre&gt;

Now go back to the desired YouTube video in its normal view, and copy the last 11 alphanumeric string in the URL box on the right side, or in the actual URL you see in the address bar of y...</description>
</item>
<item>
<title>10.5: Take and upload screenshots via Automator</title>
<link>http://www.macosxhints.com/article.php?story=20090612164009491</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090612164009491</guid>
<pubDate>Tue, 16 Jun 2009 07:30:00 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090612164009491#comments</comments>
<dc:subject>Internet</dc:subject>
<description>&lt;img src=&quot;http://www.macosxhints.com/images/105only.png&quot; align=&quot;left&quot; style=&quot;margin-right: 10px&quot;&gt;I often take screenshots and upload them for my friends to see -- especially while working on web projects etc. So I created an Automator workflow that does this automagically!
&lt;br&gt;&lt;br&gt;
First the workflow snaps the whole screen and saves it to the desktop. Then a &lt;tt&gt;bash&lt;/tt&gt; script is run wich uses &lt;tt&gt;ftp&lt;/tt&gt; to upload the image to the webserver. It then takes the URL of the image and copies it to the clipboard. Lastly it notifies you of the upload via Growl. It has no error handling or anything. This is my first workflow and &lt;tt&gt;bash&lt;/tt&gt; script ever, but it works for me.

In Automator, create the following steps in a new blank workflow:
&lt;ol&gt;
&lt;li&gt;Utilities &amp;raquo; Take Screenshot. Use these settings:
&lt;ul&gt;&lt;li&gt;Type: Full Screen, or whatever you prefer.&lt;/li&gt;
&lt;li&gt;Select Main Monitor Only and/or Timed as you desire.&lt;/li&gt;
&lt;li&gt;Set the Save To pop-up menu so that it saves to a file named  ...</description>
</item>
<item>
<title>10.5: Use Apache virtual hosts outside the Sites folder</title>
<link>http://www.macosxhints.com/article.php?story=200906100223537</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=200906100223537</guid>
<pubDate>Thu, 11 Jun 2009 07:30:00 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=200906100223537#comments</comments>
<dc:subject>Internet</dc:subject>
<description>&lt;img src=&quot;http://www.macosxhints.com/images/105only.png&quot; align=&quot;left&quot; style=&quot;margin-right: 10px&quot;&gt;I want to run Apache with virtual sites located outside my user's Sites folder. Instead, I wanted to be able to keep them anywhere within my user's Documents folder. This is because sibling directories of the desired document root may be assets, documentation, various source code, and/or any content related to the project. I do not wish to keep these files in a web-accessible folders, but I do want to keep these directories in the same parent directory.
&lt;br&gt;&lt;br&gt;
I scoured the net and it seems that I may be the only one who wishes to do this. Just in case I'm not, though the following is how I figured it out.
&lt;br&gt;&lt;br&gt;
The following solution worked for me in OS X 10.5.6 running Apache 2.2.9. Note that if you don't understand any of the following steps, please use caution and Google before proceeding
&lt;ol&gt;
&lt;li&gt;Set up your virtual host with ~/Documents/any/sub/folder/ as the document root. ( ...</description>
</item>
<item>
<title>Change the default subnet for Internet Sharing</title>
<link>http://www.macosxhints.com/article.php?story=20090510120814850</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090510120814850</guid>
<pubDate>Wed, 13 May 2009 07:30:02 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090510120814850#comments</comments>
<dc:subject>Internet</dc:subject>
<description>&lt;img src=&quot;http://www.macosxhints.com/images/105only.png&quot; align=&quot;left&quot; style=&quot;margin-right: 10px&quot;&gt;For some time, I googled and hunted for a solution that would allow me to change the subnet that Internet Sharing (on the Sharing System Preferences panel) uses when sharing onto an Ethernet network -- the default being 192.168.2.0. In my case, this also happens to be a subnet used by my corporate VPN, which is not too convenient.
&lt;br&gt;&lt;br&gt;
The solution for Leopard turned out to be extremely straightforward, and can be found in the unix help file for &lt;tt&gt;InternetSharing&lt;/tt&gt; -- just type &lt;tt&gt;man InternetSharing&lt;/tt&gt; to read it in Terminal:
&lt;ol&gt;
&lt;li&gt;Copy the plist file /Library &amp;raquo; Preferences &amp;raquo; SystemConfiguration &amp;raquo; com.apple.nat.plist to your home directory, eg: &lt;tt&gt;sudo cp /Library/Preferences/SystemConfiguration/com.apple.nat.plist ~&lt;/tt&gt;.&lt;/li&gt;
&lt;li&gt;Use Xcode's Property List Editor (or any other property list editor) to edit the file in your home directory.&lt;/li&gt;
&lt;li&gt;Add ...</description>
</item>
<item>
<title>A basic guide on setting up a home-based web server</title>
<link>http://www.macosxhints.com/article.php?story=20090405155834303</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090405155834303</guid>
<pubDate>Wed, 08 Apr 2009 07:30:01 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090405155834303#comments</comments>
<dc:subject>Internet</dc:subject>
<description>If you've got any interest in setting up a Mac mini (or other Mac) as a web server in your home, I &lt;a href=&quot;http://jyanes.dyndns.org/Jonathans_Website/Blog/Entries/2009/3/27_Mac_Mini_Server.html&quot;&gt;wrote up my experiences doing just that&lt;/a&gt;. I cover how to use:
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.dyndns.com/&quot;&gt;dyndns.com&lt;/a&gt; to set up a domain name.&lt;/li&gt;
&lt;li&gt;The built-in OS X web server to serve pages.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://jeanmatthieu.free.fr/pureftpd/index.html&quot;&gt;PureFTP&lt;/a&gt; to set up an FTP server.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.squirrelmail.org/&quot;&gt;SquirrelMail&lt;/a&gt; to read my Gmail, which is blocked at work.&lt;/li&gt;
&lt;li&gt;WebMon (&lt;a href=&quot;http://cutedgesystems.com/software/WebMonForLeopard/index.html&quot;&gt;Leopard&lt;/a&gt;, &lt;a href=&quot;http://cutedgesystems.com/software/WebMon/&quot;&gt;Tiger&lt;/a&gt;) to set up a WebDAV server to sync iCal and Outlook calendars between home and work.&lt;/li&gt;
&lt;/ul&gt;
Read the blog entry for more detail on each of these solutions.
&lt;br&gt;&lt;br&gt;
[&lt;b&gt;robg adds:&lt;/b&gt; While the above guide is a good '...</description>
</item>
<item>
<title>10.5: A possible fix for slow dial-up in Leopard</title>
<link>http://www.macosxhints.com/article.php?story=20090405105115370</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090405105115370</guid>
<pubDate>Tue, 07 Apr 2009 07:30:00 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090405105115370#comments</comments>
<dc:subject>Internet</dc:subject>
<description>&lt;img src=&quot;http://www.macosxhints.com/images/105only.png&quot; align=&quot;left&quot; style=&quot;margin-right: 10px&quot;&gt;I recently upgraded from Tiger 10.4.11 to Leopard 10.5.6. Everything seemed fine, except for a drastic slowdown in my dial-up internet access via the internal modem. Oddly Safari and Firefox ran fine, but my Mail and FTP/Telnet were crawling under the new OS.
&lt;br&gt;&lt;br&gt;
The solution that worked for me was to uncheck the &quot;Use TCP header compression&quot; setting, which can be found here: System Preferences &amp;raquo; Network &amp;raquo; Internal Modem &amp;raquo; Advanced button (lower right) &amp;raquo; PPP tab. On that tab, set the Settings pop-up menu to Configuration, and uncheck the &quot;Use TCP header compression&quot; box. Then click the OK button in the lower right, followed by the Apply button (in the lower right), and you're done.
&lt;br&gt;&lt;br&gt;
If your modem is connected, disconnect and reconnect to implement the change.</description>
</item>
<item>
<title>How to access MobileMe's iDisk from IE6 in Windows</title>
<link>http://www.macosxhints.com/article.php?story=20090402005522723</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090402005522723</guid>
<pubDate>Mon, 06 Apr 2009 07:30:00 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090402005522723#comments</comments>
<dc:subject>Internet</dc:subject>
<description>To access your iDisk on a Windows PC running Internet Explorer 6 (inside a virtual machine, or via Boot Camp), use this web address:
&lt;br&gt;&lt;br&gt;
&lt;tt&gt;http://idisk.mac.com/username&lt;/tt&gt;
&lt;br&gt;&lt;br&gt;
Enter your username and password when prompted, and you're in!
&lt;br&gt;&lt;br&gt;
[&lt;b&gt;robg adds:&lt;/b&gt; I can't easily test this, not having IE 6 installed anywhere, but I assume this hint exists because IE6 doesn't like the new &lt;tt&gt;http://public.me.com/username&lt;/tt&gt; pages.]</description>
</item>
<item>
<title>Prevent long delays when connecting to IRC servers</title>
<link>http://www.macosxhints.com/article.php?story=20090310212008735</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090310212008735</guid>
<pubDate>Thu, 12 Mar 2009 07:30:01 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090310212008735#comments</comments>
<dc:subject>Internet</dc:subject>
<description>I commonly use &lt;a href=&quot;http://en.wikipedia.org/wiki/Irc&quot;&gt;IRC&lt;/a&gt;, and always while using my MacBook on a wireless connection. This can be an annoyance, as some IRC servers make you wait a period of time before they will allow you to connect (sometimes over 30 seconds).
&lt;br&gt;&lt;br&gt;
After scouring the internet and many false attempts, I found &lt;a href=&quot;http://www.macmax.org/rubrique.php3?id_rubrique=20&quot;&gt;IdentD&lt;/a&gt;, a free neat little System Preference that handles what I need to nicely. (There's more info on the program on &lt;a href=&quot;http://www.macupdate.com/info.php/id/20071/identd&quot;&gt;its MacUpdate page&lt;/a&gt;.)
&lt;br&gt;&lt;br&gt;
I installed this on one of my G4 towers that was permanently connected to my network with Ethernet cables -- you cannot use this application on the computer that is using a wireless connection. I then set up the app via its preferences panel in System Preferences to return a custom string containing the IRC username (Your Shorthand name) that I was use on my MacBook.
&lt;br&gt;&lt;br&gt;
...</description>
</item>
<item>
<title>Google Calendar event start time entry shortcut</title>
<link>http://www.macosxhints.com/article.php?story=20090303075405723</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090303075405723</guid>
<pubDate>Fri, 06 Mar 2009 07:30:00 -0800</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090303075405723#comments</comments>
<dc:subject>Internet</dc:subject>
<description>In &lt;a href=&quot;http://calendar.google.com&quot;&gt;Google Calendar&lt;/a&gt;, you can enter the event name and start time together in the one-click shortcut. 
&lt;br&gt;&lt;br&gt;
Start by clicking the calendar day or hour for a pop-up bubble. Type the start time (&lt;em&gt;7p&lt;/em&gt; or &lt;em&gt;700p&lt;/em&gt; any place in the event name. It's even suggested by the example, &lt;em&gt;7pm Dinner at Pancho's&lt;/em&gt;.) Then click on Create Event&quot; or press Enter. The start time will precede the event name. Note that &lt;em&gt;7p-8p&lt;/em&gt; won't convert.
&lt;br&gt;&lt;br&gt;
This feature can't be used on an existing event -- when you edit an existing event, typing &lt;em&gt;7p&lt;/em&gt; in the subject line won't convert. You must uncheck All Day and choose the start time from the pulldown menu, or highlight the time box and enter at least &lt;em&gt;7p&lt;/em&gt; or &lt;em&gt;700p&lt;/em&gt; (or at least &lt;em&gt;7&lt;/em&gt; for AM).</description>
</item>
<item>
<title>10.5: Access secure sites with Parental Controls active</title>
<link>http://www.macosxhints.com/article.php?story=2009010522201161</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=2009010522201161</guid>
<pubDate>Thu, 08 Jan 2009 07:30:01 -0800</pubDate>
<comments>http://www.macosxhints.com/article.php?story=2009010522201161#comments</comments>
<dc:subject>Internet</dc:subject>
<description>Although I haven't been blessed with children yet, I was helping my neighbor the other day who has a bundle of them. She wanted to set up Parental Controls, which worked great, except as soon as the internet filter was turned on, Gmail broke.
&lt;br&gt;&lt;br&gt;
The short explanation is that the filtering also filters secure communications (i.e., https), but it's buggy in the current version. I couldn't find any fix, but there's a pretty easy workaround: just add any secure websites you want to access to the &quot;Always Allow&quot; list (under Customize). For example, to get GMail to work, just add &quot;google.com&quot; to the Always Allow list.
&lt;br&gt;&lt;br&gt;
The filtering still works pretty well, considering most children probably aren't going to many different secure websites.
&lt;br&gt;&lt;br&gt;
[&lt;b&gt;robg adds:&lt;/b&gt; I haven't tried this one.]</description>
</item>
<item>
<title>Change Google Gmail Notifier check interval</title>
<link>http://www.macosxhints.com/article.php?story=20081204143710211</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20081204143710211</guid>
<pubDate>Mon, 08 Dec 2008 07:30:00 -0800</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20081204143710211#comments</comments>
<dc:subject>Internet</dc:subject>
<description>If you're using Google's Notifier in your menu bar to check your Gmail, you might have noticed that there is no longer an option to change the check interval (or maybe I'm crazy, but I swore it was there before). I think it is currently set to 10 minutes, but I like it to update more often, especially if I've already gone through the mail that is new.  
&lt;br&gt;&lt;br&gt;
You can adjust the interval by clicking on the mail icon and then holding down the Command and Option keys while clicking on Preferences. This will pop open a box for a key/value pair. Use &lt;em&gt;AutocheckInterval&lt;/em&gt; as the key (case-sensitive) and then set the interval (in minutes) for it to check as the value.</description>
</item>
<item>
<title>Access iDisk via Cyberduck to avoid Finder issues</title>
<link>http://www.macosxhints.com/article.php?story=20081203103957517</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20081203103957517</guid>
<pubDate>Mon, 08 Dec 2008 07:30:00 -0800</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20081203103957517#comments</comments>
<dc:subject>Internet</dc:subject>
<description>I have nothing but constant trouble with Finder's WebDAV access with iDisk -- every other hour I'm logging in and out of MobileMe, or waiting five minutes to simply copy a file. It's slow, unreliable, and almost unusable.
&lt;br&gt;&lt;br&gt;
One solution? Access it using the open source &lt;a href=&quot;http://cyberduck.ch/&quot;&gt;Cyberduck&lt;/a&gt; program's WebDAV support. If you use QuickConnect from the toolbar, just enter &lt;em&gt;https://idisk.mac.com/membername&lt;/em&gt; in the dialog box to connect. For use in a bookmark or from the Open Connection dialog, select &lt;em&gt;WebDAV (HTTP/SSL)&lt;/em&gt; as the Protocol and enter &lt;em&gt;/membername&lt;/em&gt; in the More Options section.
&lt;br&gt;&lt;br&gt;
[&lt;b&gt;robg adds:&lt;/b&gt; Many years back, &lt;a href=&quot;http://www.macosxhints.com/article.php?story=20020324114517559&quot;&gt;we covered&lt;/a&gt; using Goliath for iDisk access. Goliath hasn't been updated since 2002, however. I've not had too much trouble with the iDisk in 10.5, but my use is pretty light (mainly for backups). Another alternative is  ...</description>
</item>
<item>
<title>Use simple URLs for some iTunes Store item links</title>
<link>http://www.macosxhints.com/article.php?story=20081203035939859</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20081203035939859</guid>
<pubDate>Fri, 05 Dec 2008 07:30:05 -0800</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20081203035939859#comments</comments>
<dc:subject>Internet</dc:subject>
<description>I found out that you can use a simple (and more intuitive) URL format to link to various items on the iTunes Store, at least for some categories. For example:
&lt;ul&gt;
&lt;li&gt;Artist or App Store developer: &lt;tt&gt;http://itunes.com/ArtistOrDeveloperName&lt;/tt&gt;&lt;/li&gt;
&lt;li&gt;iPhone/iPod touch app: &lt;tt&gt;http://itunes.com/app/AppName&lt;/tt&gt;&lt;/li&gt;
&lt;li&gt;Movie: &lt;tt&gt;http://itunes.com/movie/MovieTitle&lt;/tt&gt;&lt;/li&gt;
&lt;li&gt;TV show: &lt;tt&gt;http://itunes.com/tv/ShowTitle&lt;/tt&gt;&lt;/li&gt;
&lt;/ul&gt;
URLs are case-insensitive. For multi-word titles, you should remove the spaces, for example, &lt;a href=&quot;http://itunes.com/kanyewest&quot;&gt;http://itunes.com/kanyewest&lt;/a&gt;. I couldn't, however, figure out a more intuitive way to link to individual songs or albums.
&lt;br&gt;&lt;br&gt;
[&lt;b&gt;robg adds:&lt;/b&gt; This worked for the handful of movies, artists, and App Store apps and developers I tested it with. I had mixed luck with TV -- you can link to series, like &lt;a href=&quot;http://itunes.com/tv/30rock&quot;&gt;30 Rock&lt;/a&gt;, but I couldn't figure out how to link to a particular sho...</description>
</item>
<item>
<title>A caution on MobileMe outbound email domain filtering</title>
<link>http://www.macosxhints.com/article.php?story=20081202062609244</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20081202062609244</guid>
<pubDate>Fri, 05 Dec 2008 07:30:04 -0800</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20081202062609244#comments</comments>
<dc:subject>Internet</dc:subject>
<description>This is a hint regarding a serious problem for MobileMe users: Outgoing mail via smtp.me.com may not actually be sent if it is sent to certain domains. If a message is caught in this domain filter, it is silently dropped without notification to the user. None of the recipients of the message will receive it, even if they are not in the filtered domain. This problem occurs with mail sent through Apple's Mail app, on the iPhone or on Mac computers. It does &lt;em&gt;not&lt;/em&gt; happen when sending via the MobileMe webmail interface. So far, only spamcop.net has been identified as a domain filtered by smtp.me.com, but there may be others.
&lt;br&gt;&lt;br&gt;
This problem is testable and repeatable as of this writing; you can test it yourself as follows. On a Mac or iPhone, use Mail to create a new message using your MobileMe account. In the To field, put &lt;em&gt;support@spamcop.net&lt;/em&gt;, in the CC field, enter a valid personal email address, and in the Subject field, put &lt;em&gt;test&lt;/em&gt;, then send the message. ...</description>
</item>
</channel>
</rss>
