<?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>Awkward Silence</title>
	<atom:link href="http://tom.wilcoxen.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://tom.wilcoxen.org</link>
	<description></description>
	<lastBuildDate>Mon, 24 Sep 2012 21:51:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Verizon Subsidized Unsubsidized iPhone 5</title>
		<link>http://tom.wilcoxen.org/2012/09/verizon-subsidized-unsubsidized-iphone-5/</link>
		<comments>http://tom.wilcoxen.org/2012/09/verizon-subsidized-unsubsidized-iphone-5/#comments</comments>
		<pubDate>Mon, 24 Sep 2012 21:51:09 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Verizon]]></category>

		<guid isPermaLink="false">http://tom.wilcoxen.org/?p=13</guid>
		<description><![CDATA[I currently have the Verizon Family Plan with 1 iPhone 4 and 2 basic phones for the kids. They love them and don&#8217;t need smart phones (yet). Our usage is like this  (averaged over 6 months): 130 minutes talk 1800 &#8230; <a href="http://tom.wilcoxen.org/2012/09/verizon-subsidized-unsubsidized-iphone-5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://tom.wilcoxen.org/wp-content/uploads/2012/09/VerizonPlansShareVFamily1.png"><img class="alignnone size-full wp-image-15" title="Verizon Family Plan Vs. Share Everything" src="http://tom.wilcoxen.org/wp-content/uploads/2012/09/VerizonPlansShareVFamily1.png" alt="Verizon Family Plan Vs. Share Everything" width="492" height="633" /></a></p>
<p>I currently have the Verizon Family Plan with 1 iPhone 4 and 2 basic phones for the kids. They love them and don&#8217;t need smart phones (yet). Our usage is like this  (averaged over 6 months):</p>
<ul>
<li>130 minutes talk</li>
<li>1800 texts (did I mention they&#8217;re two teenage girls?)</li>
<li>50 MB data</li>
</ul>
<p>We share 700 minutes talk and have unlimited texting. I have a grandfathered unlimited data plan, which I obviously don&#8217;t use much. Most of my data usage is over wifi at home. However, I wonder how much that might increase with LTE speeds.</p>
<p>In order to get a subsidized iPhone 5 I would have to make two changes to my plan:</p>
<ul>
<li>Switch to a Share Everything plan</li>
<li>Drop the unlimited data</li>
</ul>
<p>Quite honestly I would drop the data. Whatever Verizon. But here&#8217;s the sticky bit. Moving from the Family Plan to Share Everything with the lowest amount of &#8216;shared&#8217; features will cost me $30 per month more. And this won&#8217;t buy us anything new. The kids won&#8217;t use any shared data. We&#8217;ll have  unlimited minutes, of which we&#8217;ll still use about 130. If we do move the kids to smartphones, that&#8217;s another $40 per month each.</p>
<p>So&#8230; If I buy an iPhone at retail, I can keep our plan as-is. The upfront cost is $650 (using the 16 GB for comparison) and over the course of two years, I would come out about $400 ahead (whichever model I choose). And, I wouldn&#8217;t be under contract. Disincentivized much?</p>
<p>I don&#8217;t know about the long term, but right now buying the unsubsidized iPhone 5 and taking the $400 savings from Verizon seems like the way to go.  I suspect at some point something will tip me to needing to change my plan and they&#8217;ll nab me. I just hope by then one or more of the pre-paid carriers are ready to step in and get some business.</p>
]]></content:encoded>
			<wfw:commentRss>http://tom.wilcoxen.org/2012/09/verizon-subsidized-unsubsidized-iphone-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disclosure Indicator or Detail Disclosure</title>
		<link>http://tom.wilcoxen.org/2012/03/disclosure-indicator-or-detail-disclosure/</link>
		<comments>http://tom.wilcoxen.org/2012/03/disclosure-indicator-or-detail-disclosure/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 05:31:22 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[TableView]]></category>

		<guid isPermaLink="false">http://tom.wilcoxen.org/?p=8</guid>
		<description><![CDATA[I&#8217;ll post this just to show how wet I am behind the ears&#8230; When setting up a bunch of TableViews for lists and detail views, I came to need both the Disclosure Indicator and the Detail Disclosure. I understand when &#8230; <a href="http://tom.wilcoxen.org/2012/03/disclosure-indicator-or-detail-disclosure/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll post this just to show how wet I am behind the ears&#8230; When setting up a bunch of TableViews for lists and detail views, I came to need both the Disclosure Indicator and the Detail Disclosure. I understand when one is used vs. the other, but wasn&#8217;t familiar with working with them in code.</p>
<p>The long and short of it is, the Disclosure Indicator is pure eye candy. There is no callback, no way to create an IBAction for it (even if you press the control key really hard&#8230;) nothing. You just handle the row taps like any other:</p>
<pre class="brush: objc; title: ; notranslate">tableView: didSelectRowAtIndexPath:</pre>
<p>Detail Disclosure gets a shiny action all it&#8217;s own, built in to every NSTableViewController as part of the delegate:</p>
<pre class="brush: objc; title: ; notranslate">tableView: accessoryButtonTappedForRowWithIndexPath:</pre>
<p>I guess the 3d look of the Detail Disclosure vs. the flat Disclosure Indicator is a clue, but sadly it was lost on me for too long as I was working through so much else.</p>
]]></content:encoded>
			<wfw:commentRss>http://tom.wilcoxen.org/2012/03/disclosure-indicator-or-detail-disclosure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fresh Start</title>
		<link>http://tom.wilcoxen.org/2012/03/fresh-start/</link>
		<comments>http://tom.wilcoxen.org/2012/03/fresh-start/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 05:08:45 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://tom.wilcoxen.org/?p=5</guid>
		<description><![CDATA[After having my old site hacked and blacklisted, I decided the most expedient cure was the old slash and burn. I may try to recover the old posts from a db backup, but since the, ahem, newest, was over a &#8230; <a href="http://tom.wilcoxen.org/2012/03/fresh-start/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After having my old site hacked and blacklisted, I decided the most expedient cure was the old slash and burn. I may try to recover the old posts from a db backup, but since the, ahem, newest, was over a year old, I don&#8217;t see a lot of value in spending the time.</p>
<p>If you&#8217;ve still got me in your RSS from my RoR days, you may want to change channels. I may post occasionally on RoR, but mostly for now anyway, the topics will revolve around iOS. After several fruitless years in the Apple Developer program, I finally got off my duff and started an app for real. It&#8217;s been great, and I&#8217;m looking to post some notes on things I&#8217;ve sorted out along the way.</p>
<p>There&#8217;s already a ton of great documentation (thanks SO!) but sometimes it seems I have to assimilate a multitude of notes to patch together a solution. I&#8217;m looking at you, DatePicker, NSDate/NSTimeZone/NSCalendarComponents and Core Data and NSPredicate&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://tom.wilcoxen.org/2012/03/fresh-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.780 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-09-24 22:59:18 -->
<!-- Compression = gzip -->