<?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>Surgical Diversions &#187; iPhone</title>
	<atom:link href="http://thefragens.com/blog/tag/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://thefragens.com/blog</link>
	<description>My time out of the operating room.</description>
	<lastBuildDate>Tue, 24 Aug 2010 19:57:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Server-Side Email Filtering with Sieve</title>
		<link>http://thefragens.com/blog/2010/05/server-side-email-filtering-with-sieve/</link>
		<comments>http://thefragens.com/blog/2010/05/server-side-email-filtering-with-sieve/#comments</comments>
		<pubDate>Fri, 14 May 2010 23:55:31 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[mac-osx]]></category>
		<category><![CDATA[osx-server]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[sieve]]></category>

		<guid isPermaLink="false">http://thefragens.com/blog/?p=684</guid>
		<description><![CDATA[Another post for the peripheral brain. When I first set up my own server lo these years ago, I never really thought about email message filtering. After all, I had rules in Mail.app that would send my incoming message to &#8230; <a href="http://thefragens.com/blog/2010/05/server-side-email-filtering-with-sieve/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://thefragens.com/blog/2008/06/forwarding-email-in-leopard-server-part-2/' rel='bookmark' title='Permanent Link: Forwarding Email in Leopard Server, part 2'>Forwarding Email in Leopard Server, part 2</a> <small>I&#8217;ve previously written about problems with Leopard server and forwarding...</small></li>
<li><a href='http://thefragens.com/blog/2008/02/forwarding-email-in-leopard-server/' rel='bookmark' title='Permanent Link: Forwarding Email in Leopard Server'>Forwarding Email in Leopard Server</a> <small>OK, to put it mildly the Workgroup Manager and Email...</small></li>
<li><a href='http://thefragens.com/blog/2010/08/snow-leopard-sieve-rules/' rel='bookmark' title='Permanent Link: Snow Leopard Sieve Rules'>Snow Leopard Sieve Rules</a> <small>How to edit sieve rules in Snow Leopard by hand....</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Another post for the peripheral brain.</p>

<p>When I first set up my own server lo these years ago, I never really thought about email message filtering. After all, I had rules in Mail.app that would send my incoming message to wherever I wanted them. Besides, I was much more concerned with eliminating spam.</p>

<p>Well, that was then and spam seems under control. I was prompted to look at server-side message filtering mostly to help out my mother, who seems determined to have every single store, travel and other consumer site that will happily take your email address and send you messages daily &#8212; or more often, have a more controllable experience on her iPhone. When we originally set up her iPhone she told me she didn&#8217;t want to use it for email. Silly me, I listened and set her up with a POP account. Well now she wants email. What&#8217;s a good son to do. <img src='http://thefragens.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>

<p>I changed her POP account to IMAP, copied over all her messages to her new IMAP folders and thought I&#8217;d need to solve her impending problem of 100 or so messages every other day choking her inbox.</p>

<p>After a bit of Googling I found <a href="http://sieve.info">Sieve</a>. I&#8217;d actually heard of it before but never really thought about it. The <a href="http://www.netmojo.ca/2007/12/01/setting-up-sieve-and-vacation-messages-on-mac-os-x-server/">Apple Discussion Forum</a> had a nice start and pointed me on to <a href="http://www.netmojo.ca/2007/12/01/setting-up-sieve-and-vacation-messages-on-mac-os-x-server/">sources</a> I used to <a href="http://www.afp548.com/article.php?story=20080106215609968">set it up</a>.</p>

<p>Here are the salient points. From the terminal&#8230;</p>

<ol>
<li><p>Add the following lines to <code>/etc/services</code></p>

<pre><code>sudo pico /etc/services
</code></pre>

<p>Insert the following lines.</p>

<pre><code>callbook 2000/udp # callbook
callbook 2000/tcp # callbook
+ sieve 2000/udp # sieve mail filtering
+ sieve 2000/tcp # sieve mail filtering
</code></pre>

<p>You can check to see if it&#8217;s running by running</p>

<pre><code>netstat -an | grep 2000
</code></pre>

<p>with results</p>

<pre><code>tcp4 0 0 *.2000 *.* LISTEN
tcp6 0 0 *.2000 *.* LISTEN
</code></pre></li>
<li><p>Create <code>/usr/sieve</code></p>

<pre><code>sudo mkdir /usr/sieve
sudo chown _cyrus:mail /usr/sieve
</code></pre></li>
<li><p>Restart mail services</p>

<pre><code>sudo serveradmin stop mail
[ some stuff ]
sudo serveradmin start mail
[ some stuff ]
</code></pre></li>
<li>Since I&#8217;m using  OS X Server and SquirrelMail is already running, next was installing and configuring <a href="http://email.uoa.gr/avelsieve/wiki/Download">avelsieve</a>.</li>
</ol>

<p>I really did try installing the latest development version &#8212; 1.9.9 alpha. That should have been a clue. After spending way too much time with it I installed the stable version - avelsieve 1.0.1. Once copied into <code>/usr/share/squirrelmail/plugins</code> run <code>sudo perl /etc/squirrelmail/config/conf.pl</code> and activate the plugin.</p>

<p>Then it&#8217;s back to the terminal. These instructions are from <a href="http://www.afp548.com/article.php?story=20080106215609968">AFP548</a>.</p>

<pre><code>    cd /usr/share/squirrelmail/plugins/avelsieve
    sudo cp config-sample.php config.php
</code></pre>

<p>Now set the correct authentication matching SquirrelMail.<br />
Edit <code>/etc/squirrelmail/plugins/avelsieve/config.php</code> and change:</p>

<pre><code>$preferred_mech = "PLAIN";
</code></pre>

<p>to  </p>

<pre><code>$preferred_mech = "CRAM-MD5";
</code></pre>

<p>You should be running SquirrelMail with CRAM-MD5 authentication anyway.</p>

<p>Finally, edit the <code>/etc/squirrelmail/plugins/avelsieve/lib/sieve-php.lib.php</code> file. </p>

<p>Find the line:</p>

<pre><code>fputs($this-&gt;fp, "PUTSCRIPT \"$scriptname\" \{$len+}\r\n"); 
</code></pre>

<p>and change it to :</p>

<pre><code>fputs($this-&gt;fp, "PUTSCRIPT \"$scriptname\"".' {'."$len+".'}'."\r\n");
</code></pre>

<p>This fixes an error in the script allowing you to save your changes to the filters. Now go login to webmail and click on the <code>Filter</code> link to start creating your Sieve filters.</p>


<p>Related posts:<ol><li><a href='http://thefragens.com/blog/2008/06/forwarding-email-in-leopard-server-part-2/' rel='bookmark' title='Permanent Link: Forwarding Email in Leopard Server, part 2'>Forwarding Email in Leopard Server, part 2</a> <small>I&#8217;ve previously written about problems with Leopard server and forwarding...</small></li>
<li><a href='http://thefragens.com/blog/2008/02/forwarding-email-in-leopard-server/' rel='bookmark' title='Permanent Link: Forwarding Email in Leopard Server'>Forwarding Email in Leopard Server</a> <small>OK, to put it mildly the Workgroup Manager and Email...</small></li>
<li><a href='http://thefragens.com/blog/2010/08/snow-leopard-sieve-rules/' rel='bookmark' title='Permanent Link: Snow Leopard Sieve Rules'>Snow Leopard Sieve Rules</a> <small>How to edit sieve rules in Snow Leopard by hand....</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://thefragens.com/blog/2010/05/server-side-email-filtering-with-sieve/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>False Positive</title>
		<link>http://thefragens.com/blog/2010/05/false-positive/</link>
		<comments>http://thefragens.com/blog/2010/05/false-positive/#comments</comments>
		<pubDate>Wed, 05 May 2010 05:17:42 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[osx-server]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[spamassassin]]></category>

		<guid isPermaLink="false">http://thefragens.com/blog/?p=682</guid>
		<description><![CDATA[Just a personal reminder to keep in the memory bank. When running OS X Server and SpamAssassin, if you have spam set up to be quarantined it gets stored in /var/virusmails. A method of viewing and releasing quarantined mail mostly &#8230; <a href="http://thefragens.com/blog/2010/05/false-positive/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://thefragens.com/blog/2009/03/amavisd-settings/' rel='bookmark' title='Permanent Link: Amavisd settings'>Amavisd settings</a> <small>I run my own mail server on OS X Server....</small></li>
<li><a href='http://thefragens.com/blog/2010/05/server-side-email-filtering-with-sieve/' rel='bookmark' title='Permanent Link: Server-Side Email Filtering with Sieve'>Server-Side Email Filtering with Sieve</a> <small>Another post for the peripheral brain. When I first set...</small></li>
<li><a href='http://thefragens.com/blog/2007/05/fixing-mysql-and-phpmyadmin/' rel='bookmark' title='Permanent Link: Fixing MySQL and phpMyAdmin'>Fixing MySQL and phpMyAdmin</a> <small>There seems to be a problem with how current versions...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Just a personal reminder to keep in the memory bank.</p>

<p>When running OS X Server and SpamAssassin, if you have spam set up to be quarantined it gets stored in <code>/var/virusmails</code>. A method of viewing and releasing quarantined mail mostly from the command line follows.</p>

<p>First, to do anything with the quarantined message you need to know it&#8217;s <code>mail-file</code>. That&#8217;s usually something like <code>spam-kFLGPbnGHO3a.gz</code>.</p>

<p>Using <a href="http://www.smileonmymac.com/TextExpander/touch/index.html">TextExpander&#8217;s snippets</a> and the clipboard I have the following snippets.</p>

<p>To view the quarantined message I copy the quarantined file to <code>/Users/Shared/</code> and then unzip it, read it into a new mail message to me. If it looks OK then I release it. I delete the file from <code>/Users/Shared/</code> when I&#8217;m done.</p>

<p>To send it myself I have the following snippet. The snippet begins by copying the <code>mail-file</code> to the clipboard. If you don&#8217;t have TextExpander just replace all instances of <code>%clipboard</code> with the <code>mail-file</code>.</p>

<blockquote>
  <p>sudo cp /var/virusmails/%clipboard /Users/Shared/;gunzip /Users/Shared/%clipboard;/usr/bin/mail -s &#8220;%clipboard&#8221; me@example.com &lt; /Users/Shared/&#96;echo %clipboard | sed &#8216;s/.gz//g&#8217;&#96;;rm /Users/Shared/&#96;echo %clipboard | sed &#8216;s/.gz//g&#8217;&#96;</p>
</blockquote>

<p>If I want to release the file from quarantine and send it to <code>notjunkmail</code>.</p>

<blockquote>
  <p>sudo amavisd-release %clipboard ; sudo amavisd-release %clipboard &#8220;&#8221; notjunkmail</p>
</blockquote>

<p>I did have to do a few things to get <code>amavisd-release</code> working. First, it was looking for <code>amavisd.sock</code> in the <code>/var/amavis/home</code> directory and it&#8217;s really located in the <code>/var/amavis</code> directory. It was simple to create a new directory and then create a symlink to the <code>amavisd.sock</code> file.</p>

<blockquote>
  <p>sudo mkdir /var/amavis/home; sudo ln -s /var/amavis/amavisd.sock /var/amavis/home</p>
</blockquote>

<p>Now, using only the command line and a mail app, I can check on quarantined email and release it. All this just so I can make sure that I can do this task from an iPhone or iPad. <img src='http://thefragens.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>

<p>FWIW, I have <a href="http://www.phi.net/amavis-blocked.tar.gz">amavis-blocked (by Uwe S. Fuerst)
a log file parser for amavisd-new 2.x, written in Perl</a> set up to send me logs each night at 23:59. That&#8217;s where I get the <code>mail-file</code> from.</p>


<p>Related posts:<ol><li><a href='http://thefragens.com/blog/2009/03/amavisd-settings/' rel='bookmark' title='Permanent Link: Amavisd settings'>Amavisd settings</a> <small>I run my own mail server on OS X Server....</small></li>
<li><a href='http://thefragens.com/blog/2010/05/server-side-email-filtering-with-sieve/' rel='bookmark' title='Permanent Link: Server-Side Email Filtering with Sieve'>Server-Side Email Filtering with Sieve</a> <small>Another post for the peripheral brain. When I first set...</small></li>
<li><a href='http://thefragens.com/blog/2007/05/fixing-mysql-and-phpmyadmin/' rel='bookmark' title='Permanent Link: Fixing MySQL and phpMyAdmin'>Fixing MySQL and phpMyAdmin</a> <small>There seems to be a problem with how current versions...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://thefragens.com/blog/2010/05/false-positive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad Arrives</title>
		<link>http://thefragens.com/blog/2010/04/ipad-arrives/</link>
		<comments>http://thefragens.com/blog/2010/04/ipad-arrives/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 22:36:55 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://thefragens.com/blog/?p=668</guid>
		<description><![CDATA[Well, with the Easter weekend over and Apple&#8217;s iPad gaining more headlines than anything else, I have to say I want one, but I can wait. I actually got to touch one. Someone at the hospital brought it with them. &#8230; <a href="http://thefragens.com/blog/2010/04/ipad-arrives/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://thefragens.com/blog/2008/08/iphone-202/' rel='bookmark' title='Permanent Link: iPhone 2.0.2'>iPhone 2.0.2</a> <small>I don&#8217;t know what Apple fixed in the 2.0.2 software...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Well, with the Easter weekend over and Apple&#8217;s iPad gaining more headlines than anything else, I have to say I want one, but I can wait.</p>

<p>I actually got to touch one. Someone at the hospital brought it with them. </p>

<ul>
<li>It&#8217;s <em>not</em> that heavy.</li>
<li>The display is bright and crisp.</li>
<li>It&#8217;s fast.</li>
</ul>

<p>I played a little with the keyboard and I can see with some practice that it&#8217;s quite usable.</p>

<p>I&#8217;m more excited to see what&#8217;s coming Thursday in the iPhone 4.0 announcement. A unified inbox for the Mail.app and Smart Folders would be great.</p>

<p>The iPad is certainly a machine designed for consuming data, not necessarily manipulating data. There are several scripts that I&#8217;ve written that make my life easier and I don&#8217;t see anyway of making them work on an iPad or iPhone. Not that it&#8217;s a deal-breaker, it just means I can&#8217;t use the iPad for much more than I use my iPhone now. Except it&#8217;s really a faster, better reading environment. I&#8217;ll probably buy one based upon that alone.</p>

<p>Time will tell. But I have to say for all those naysayers, wait till you&#8217;ve held one!</p>


<p>Related posts:<ol><li><a href='http://thefragens.com/blog/2008/08/iphone-202/' rel='bookmark' title='Permanent Link: iPhone 2.0.2'>iPhone 2.0.2</a> <small>I don&#8217;t know what Apple fixed in the 2.0.2 software...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://thefragens.com/blog/2010/04/ipad-arrives/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone Stand</title>
		<link>http://thefragens.com/blog/2009/03/iphone-stand/</link>
		<comments>http://thefragens.com/blog/2009/03/iphone-stand/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 23:51:27 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://thefragens.com/blog/?p=604</guid>
		<description><![CDATA[While looking for an iPhone stand I came across the simplest solution. A binder clip. Related posts:iPhone 2.0.2 I don&#8217;t know what Apple fixed in the 2.0.2 software... Related posts brought to you by Yet Another Related Posts Plugin.


Related posts:<ol><li><a href='http://thefragens.com/blog/2008/08/iphone-202/' rel='bookmark' title='Permanent Link: iPhone 2.0.2'>iPhone 2.0.2</a> <small>I don&#8217;t know what Apple fixed in the 2.0.2 software...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>While looking for an iPhone stand I came across <a href="http://cultofmac.com/iphone-stand-from-binder-clip/4374">the simplest solution</a>. A binder clip.</p>


<p>Related posts:<ol><li><a href='http://thefragens.com/blog/2008/08/iphone-202/' rel='bookmark' title='Permanent Link: iPhone 2.0.2'>iPhone 2.0.2</a> <small>I don&#8217;t know what Apple fixed in the 2.0.2 software...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://thefragens.com/blog/2009/03/iphone-stand/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Subscribing to Delegated Calendars</title>
		<link>http://thefragens.com/blog/2008/12/subscribing-to-delegated-calendars/</link>
		<comments>http://thefragens.com/blog/2008/12/subscribing-to-delegated-calendars/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 21:45:25 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[mac-osx]]></category>
		<category><![CDATA[osx-server]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://thefragens.com/blog/?p=583</guid>
		<description><![CDATA[OK, I&#8217;m fortunate or crazy enough to run my own server using Apple&#8217;s OS X Leopard Server software. It has been, at times, very simple and very complex to set everything up. One of the options that I use is &#8230; <a href="http://thefragens.com/blog/2008/12/subscribing-to-delegated-calendars/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://thefragens.com/blog/2010/05/server-side-email-filtering-with-sieve/' rel='bookmark' title='Permanent Link: Server-Side Email Filtering with Sieve'>Server-Side Email Filtering with Sieve</a> <small>Another post for the peripheral brain. When I first set...</small></li>
<li><a href='http://thefragens.com/blog/2007/12/leopard-server-dhcp-nat/' rel='bookmark' title='Permanent Link: Leopard Server DHCP-NAT'>Leopard Server DHCP-NAT</a> <small>Well, I&#8217;m finally getting most of the initial stuff for...</small></li>
<li><a href='http://thefragens.com/blog/2008/12/ical-exchange-time-zone-fix-chapter-3/' rel='bookmark' title='Permanent Link: iCal - Exchange Time Zone Fix - Chapter 3'>iCal - Exchange Time Zone Fix - Chapter 3</a> <small>I&#8217;ve updated the iCal-Invite-Fix script again. This time to allow...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>OK, I&#8217;m fortunate or crazy enough to run my own server using Apple&#8217;s OS X Leopard Server software. It has been, at times, very simple and very complex to set everything up. One of the options that I use is the iCal Server so that I can have shared calendars. Once I got it up and running with all the permissions worked out it&#8217;s been terrific. By terrific I mean that I haven&#8217;t had to do a single thing to keep it up and running.</p>

<p>Here&#8217;s the problem. My wife and I both have iPhone&#8217;s. I&#8217;d like to see one of her calendar&#8217;s on my iPhone and I want here to see one of mine on her iPhone. On our respective computers these calendars show up in iCal as <em>Delegates</em>. That&#8217;s how there&#8217;re suppose to show up. The problem is that only local calendars and subscribed calendars are listed in iTunes for syncing to the iPhone.</p>

<p>After a bit of googling, the <a href="http://discussions.apple.com/message.jspa?messageID=6690635#6690635">answer appeared in the Apple Discussions Board</a>. If I do a get info on the <em>Delegate</em> calendar and copy the CalDAV URL I can then subscribe to this URL, the calendar will show up in my <em>Subscriptions</em> list. I can then sync it to the iPhone. It is perhaps the simplest workaround that I&#8217;ve found. Your user must log out and log back in for iTunes to see the newly subscribed calendar.</p>

<p>However, it&#8217;s still a <a href="http://en.wikipedia.org/wiki/Kludge">kludge</a> and I await the day Apple fixes iTunes to allow for syncing any viewable calendar iCal to your iPhone.</p>


<p>Related posts:<ol><li><a href='http://thefragens.com/blog/2010/05/server-side-email-filtering-with-sieve/' rel='bookmark' title='Permanent Link: Server-Side Email Filtering with Sieve'>Server-Side Email Filtering with Sieve</a> <small>Another post for the peripheral brain. When I first set...</small></li>
<li><a href='http://thefragens.com/blog/2007/12/leopard-server-dhcp-nat/' rel='bookmark' title='Permanent Link: Leopard Server DHCP-NAT'>Leopard Server DHCP-NAT</a> <small>Well, I&#8217;m finally getting most of the initial stuff for...</small></li>
<li><a href='http://thefragens.com/blog/2008/12/ical-exchange-time-zone-fix-chapter-3/' rel='bookmark' title='Permanent Link: iCal - Exchange Time Zone Fix - Chapter 3'>iCal - Exchange Time Zone Fix - Chapter 3</a> <small>I&#8217;ve updated the iCal-Invite-Fix script again. This time to allow...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://thefragens.com/blog/2008/12/subscribing-to-delegated-calendars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 2.0.2</title>
		<link>http://thefragens.com/blog/2008/08/iphone-202/</link>
		<comments>http://thefragens.com/blog/2008/08/iphone-202/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 19:43:14 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://thefragens.com/blog/?p=532</guid>
		<description><![CDATA[I don&#8217;t know what Apple fixed in the 2.0.2 software update for the iPhone but whatever the &#8220;bug fixes&#8221; were have noticably decreased my battery life. I&#8217;m using a 1G iPhone with v2.0.2 OS Bluetooth - OFF WiFi - ON &#8230; <a href="http://thefragens.com/blog/2008/08/iphone-202/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://thefragens.com/blog/2002/12/delayed-from-moffitt-hospital/' rel='bookmark' title='Permanent Link: Delayed from Moffitt Hospital'>Delayed from Moffitt Hospital</a> <small>Well, here I sit in the lobby/waiting area, several hours...</small></li>
<li><a href='http://thefragens.com/blog/2010/04/ipad-arrives/' rel='bookmark' title='Permanent Link: iPad Arrives'>iPad Arrives</a> <small>Well, with the Easter weekend over and Apple&#8217;s iPad gaining...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know what Apple fixed in the 2.0.2 software update for the iPhone but whatever the &#8220;bug fixes&#8221; were have noticably decreased my battery life.</p>

<p>I&#8217;m using a 1G iPhone with v2.0.2 OS</p>

<ul>
<li>Bluetooth - OFF</li>
<li>WiFi - ON</li>
<li>Push - OFF</li>
<li>Fetch New Data - 30 min</li>
<li>Location Services (now OFF to see if I can improve till next update)</li>
</ul>

<p>Please hurry Apple.</p>


<p>Related posts:<ol><li><a href='http://thefragens.com/blog/2002/12/delayed-from-moffitt-hospital/' rel='bookmark' title='Permanent Link: Delayed from Moffitt Hospital'>Delayed from Moffitt Hospital</a> <small>Well, here I sit in the lobby/waiting area, several hours...</small></li>
<li><a href='http://thefragens.com/blog/2010/04/ipad-arrives/' rel='bookmark' title='Permanent Link: iPad Arrives'>iPad Arrives</a> <small>Well, with the Easter weekend over and Apple&#8217;s iPad gaining...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://thefragens.com/blog/2008/08/iphone-202/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AT&amp;T WiFi</title>
		<link>http://thefragens.com/blog/2008/05/att-wifi/</link>
		<comments>http://thefragens.com/blog/2008/05/att-wifi/#comments</comments>
		<pubDate>Fri, 02 May 2008 01:56:06 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://thefragens.com/blog/2008/05/att-wifi/</guid>
		<description><![CDATA[It&#8217;s real. I&#8217;m here in McDonalds and I decided for the fun of it to see what WiFi was around. I saw attwifi and selected. I opened up a web page it redirected me to an iPhone AT&#38;T page where &#8230; <a href="http://thefragens.com/blog/2008/05/att-wifi/">Continue reading <span class="meta-nav">&#8594;</span></a>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s real. I&#8217;m here in McDonalds and I decided for the fun of it to see what WiFi was around. I saw <em>attwifi</em> and selected. I opened up a web page it redirected me to an iPhone AT&amp;T page where I entered my phone number and viola. High speed access. </p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://thefragens.com/blog/2008/05/att-wifi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone post</title>
		<link>http://thefragens.com/blog/2008/01/iphone-post/</link>
		<comments>http://thefragens.com/blog/2008/01/iphone-post/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 01:12:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mac-osx]]></category>

		<guid isPermaLink="false">http://thefragens.com/blog/?p=472</guid>
		<description><![CDATA[I&#8217;m just testing the iPhone posting with the new 1Password integration. I can only say one thing. Awesome. Related posts:iPhone 2.0.2 I don&#8217;t know what Apple fixed in the 2.0.2 software... Related posts brought to you by Yet Another Related &#8230; <a href="http://thefragens.com/blog/2008/01/iphone-post/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://thefragens.com/blog/2008/08/iphone-202/' rel='bookmark' title='Permanent Link: iPhone 2.0.2'>iPhone 2.0.2</a> <small>I don&#8217;t know what Apple fixed in the 2.0.2 software...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just testing the iPhone posting with the new 1Password integration. I can only say one thing. Awesome. </p>


<p>Related posts:<ol><li><a href='http://thefragens.com/blog/2008/08/iphone-202/' rel='bookmark' title='Permanent Link: iPhone 2.0.2'>iPhone 2.0.2</a> <small>I don&#8217;t know what Apple fixed in the 2.0.2 software...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://thefragens.com/blog/2008/01/iphone-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
