<?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>Fri, 19 Mar 2010 21:39:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Unfindable: Catalog of Unfindable Objects</title>
		<link>http://tom.wilcoxen.org/2010/03/19/catalog-of-unfindable-objects/</link>
		<comments>http://tom.wilcoxen.org/2010/03/19/catalog-of-unfindable-objects/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 21:32:03 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Note to self]]></category>

		<guid isPermaLink="false">http://tom.wilcoxen.org/2010/03/19/catalog-of-unfindable-objects/</guid>
		<description><![CDATA[I find this amusing&#8230; Catalog of Unfindable Objects]]></description>
			<content:encoded><![CDATA[<p>I find this amusing&#8230;</p>
<p><a href="http://www.amazon.com/gp/product/089104311X/ref=olp_product_details?ie=UTF8&amp;me=&amp;seller=">Catalog of Unfindable Objects</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tom.wilcoxen.org/2010/03/19/catalog-of-unfindable-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Multitasking &#8211; It&#8217;s All About Me</title>
		<link>http://tom.wilcoxen.org/2010/03/19/iphone-multitasking-its-all-about-me/</link>
		<comments>http://tom.wilcoxen.org/2010/03/19/iphone-multitasking-its-all-about-me/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 14:41:39 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://tom.wilcoxen.org/2010/03/19/iphone-multitasking-its-all-about-me/</guid>
		<description><![CDATA[Everywhere you look these days you read about iPhone users screaming for multitasking. Here&#8217;s one counter opinion. Yesterday I was trying to shoot off a quick text message. I was happily typing away on my iPhone 3G when the keyboard became unresponsive. You know what I&#8217;m talking about &#8212; type along and nothing appears, no [...]]]></description>
			<content:encoded><![CDATA[<p>Everywhere you look these days you read about iPhone users screaming for multitasking. Here&#8217;s one counter opinion.</p>
<p>Yesterday I was trying to shoot off a quick text message. I was happily typing away on my iPhone 3G when the keyboard became unresponsive. You know what I&#8217;m talking about &#8212; type along and nothing appears, no comforting click, click, click of the keys. Then a familiar &#8216;vling!&#8217; of the You&#8217;ve Got Mail variety, then several words of my typing spill forth.</p>
<p>That&#8217;s multitasking on the iPhone and I don&#8217;t like it.</p>
<p>When I&#8217;m actively doing something, anything, on my iPhone I want it to be all about me. When I&#8217;m done, or if I&#8217;m dull and slow and the wee CPU can get some work done without my even knowing, fine.</p>
<p>Maybe I&#8217;m the only one who doesn&#8217;t use or care about Pandora. I also don&#8217;t believe in human multitasking, so having just a single app open that I&#8217;m focused on and actively engaged with suits me just fine.</p>
<p>I just hope with whatever iPhone 4.0 brings us that my iPhone doesn&#8217;t forget about me and spend all it&#8217;s time on background tasks leaving my keyboard slow and chunky. It would really ruin the user experience, which should be all about me.</p>
]]></content:encoded>
			<wfw:commentRss>http://tom.wilcoxen.org/2010/03/19/iphone-multitasking-its-all-about-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build and Compile your SQLite Database with Xcode</title>
		<link>http://tom.wilcoxen.org/2008/11/28/build-and-compile-your-sqlite-database-with-xcode/</link>
		<comments>http://tom.wilcoxen.org/2008/11/28/build-and-compile-your-sqlite-database-with-xcode/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 21:01:30 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Note to self]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://tom.wilcoxen.org/?p=82</guid>
		<description><![CDATA[I&#8217;ve been working on setting up a database for an iPhone app. I haven&#8217;t worked with sqlite before so it&#8217;s yet another new thing to learn. I&#8217;ve been going through a few tutorials on the web and was partway through this one when I took the advice of his sidebar at the end of Step [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on setting up a database for an iPhone app. I haven&#8217;t worked with sqlite before so it&#8217;s yet another new thing to learn. I&#8217;ve been going through a few tutorials on the web and was partway through <a href="http://leefalin.com/blog/2008/10/02/iphone-sqlite-database-basics/">this one</a> when I took the advice of his sidebar at the end of Step 3 to keep my database definition in sql and have it built when the app compiles. He linked to <a href="http://public.toxicsoftware.com/CompileSQL.png">this screenshot</a> by way of a how-to, which unfortunately didn&#8217;t work for me.</p>
<p>First off, to find the build rules for your project, right click on Targets in xcode and select Get Info:<br />
<img src="http://img.skitch.com/20081128-s74ejes16mgctfch4dfcmbs29.jpg" alt="main.m - GameDay"/></p>
<p>I also added a check to see if your db already exists to avoid build errors if it doesn&#8217;t. I decided to put it into an external file and execute that from the build rule. Here&#8217;s what my build rule looks like:</p>
<div class="thumbnail"><a href="http://skitch.com/tomwilcoxen/h9u2/target-gameday-info"><img src="http://img.skitch.com/20081128-n6r6d3169j4geg6c32krip5kjj.preview.jpg" alt="Target 201CGameDay201D Info" /></a><br /><span style="font-family: Lucida Grande, Trebuchet, sans-serif, Helvetica, Arial; font-size: 10px; color: #808080">Uploaded with <a href="http://plasq.com/">plasq</a>&#8216;s <a href="http://skitch.com">Skitch</a>!</span></div>
<p>Here&#8217;s the bash shell script:<br />
<code><br />
#!/bin/bash<br />
cd ${TARGET_BUILD_DIR}<br />
if [ -f ${INPUT_FILE_BASE}.db ];<br />
  then<br />
    rm ${INPUT_FILE_BASE}.db;<br />
fi<br />
cat ${INPUT_FILE_PATH} | sqlite3 ${INPUT_FILE_BASE}.db<br />
</code></p>
<p>Put it in a file (sqlbuildrule.sh, for example) and place it in your project directory and set it to executable:<br />
<code>chmod +x sqlbuildrule.sh</code></p>
<p>At the end of the rule, click the + below &#8220;with output files&#8221; and enter this:<br />
<code>$(TARGET_BUILD_DIR)/$(INPUT_FILE_BASE).db</code></p>
<p>The script will look for a .sql file in your project directory and build it with the output going to your target build directory. </p>
<p>If you need to edit the shell script or change the &#8220;with output files&#8221; setting of the build rule, note that the way you use the environment variables is different. The shell uses them as regular bash variables: ${MY_VAR}, where Xcode uses parens: $(MY_VAR). </p>
]]></content:encoded>
			<wfw:commentRss>http://tom.wilcoxen.org/2008/11/28/build-and-compile-your-sqlite-database-with-xcode/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>iPhoneUnitTesting &#8211; How to do iPhone unit testing</title>
		<link>http://tom.wilcoxen.org/2008/10/21/iphoneunittesting-how-to-do-iphone-unit-testing/</link>
		<comments>http://tom.wilcoxen.org/2008/10/21/iphoneunittesting-how-to-do-iphone-unit-testing/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 14:58:01 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Note to self]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://tom.wilcoxen.org/?p=77</guid>
		<description><![CDATA[I&#8217;ve started looking into development on iPhone and was a little surprised that unit testing was challenging. I found this project by Google that seems promising: iPhoneUnitTesting &#8211; google-toolbox-for-mac &#8211; Google Code &#8211; How to do iPhone unit testing. I&#8217;m going through Bill Dudney&#8217;s book from the Prags, which seems very good. You get up [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve started looking into development on iPhone and was a little surprised that unit testing was challenging. I found this project by Google that seems promising:<br />
<a href="http://code.google.com/p/google-toolbox-for-mac/wiki/iPhoneUnitTesting">iPhoneUnitTesting &#8211; google-toolbox-for-mac &#8211; Google Code &#8211; How to do iPhone unit testing</a>.</p>
<p>I&#8217;m going through <a href="http://pragprog.com/titles/amiphd/iphone-sdk-development">Bill Dudney&#8217;s book from the Prags</a>, which seems very good. You get up and running quickly, though it isn&#8217;t (and doesn&#8217;t claim to be) an in-depth resource on Objective C. I also got <a href="http://pragprog.com/titles/dscpq/cocoa-programming">Daniel Steinberg&#8217;s Cocoa Programming book</a>, which is a great quick start and good companion to the iPhone book.</p>
<p>Now I just need an iPhone&#8230; <img src='http://tom.wilcoxen.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://tom.wilcoxen.org/2008/10/21/iphoneunittesting-how-to-do-iphone-unit-testing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Soccer Stencil on Graffletopia</title>
		<link>http://tom.wilcoxen.org/2008/10/16/soccer-stencil-on-graffletopia/</link>
		<comments>http://tom.wilcoxen.org/2008/10/16/soccer-stencil-on-graffletopia/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 19:08:44 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Note to self]]></category>
<category>Note to self</category><category>soccer</category>
		<guid isPermaLink="false">http://tom.wilcoxen.org/2008/10/16/soccer-stencil-on-graffletopia/</guid>
		<description><![CDATA[I coach my kids&#8217; soccer teams and needed a way to set up games as far as positions and so forth. I came up with a stencil for OmniGraffle and posted it here. Let me know if you try it and if you spot any issues or have other suggestions. Note to self, soccer]]></description>
			<content:encoded><![CDATA[<p>I coach my kids&#8217; soccer teams and needed a way to set up games as far as positions and so forth. I came up with a stencil for <a href="http://www.omnigroup.com/omnigraffle">OmniGraffle</a> and <a href="http://graffletopia.com/stencils/420">posted it here</a>. Let me know if you try it and if you spot any issues or have other suggestions.</p>
<a href="http://tom.wilcoxen.org/tags/note-to-self" rel="tag">Note to self</a>, <a href="http://tom.wilcoxen.org/tags/soccer" rel="tag">soccer</a>]]></content:encoded>
			<wfw:commentRss>http://tom.wilcoxen.org/2008/10/16/soccer-stencil-on-graffletopia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excellent Sample of Mate Document-Based Applications</title>
		<link>http://tom.wilcoxen.org/2008/10/10/excellent-sample-of-mate-document-based-applications/</link>
		<comments>http://tom.wilcoxen.org/2008/10/10/excellent-sample-of-mate-document-based-applications/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 19:46:42 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Note to self]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flex]]></category>
<category>actionscript</category><category>flex</category><category>Mate</category><category>Note to self</category>
		<guid isPermaLink="false">http://tom.wilcoxen.org/2008/10/10/excellent-sample-of-mate-document-based-applications/</guid>
		<description><![CDATA[I found an example of a Document-based Mate application out on Google code, referenced here and here on the Mate web site. It&#8217;s pretty nice, with good examples of the LocalEventMap, etc. He&#8217;s built it using the Presentation Model design pattern which seems to be a natural fit to both Flex and Mate. Paul Williams [...]]]></description>
			<content:encoded><![CDATA[<p>I found an example of a Document-based Mate application out on <a href="http://code.google.com/p/mate-examples/">Google code</a>, referenced <a href="http://mate.asfusion.com/forums/topic.php?id=155">here </a>and <a href="http://mate.asfusion.com/news/new-mate-examples-and-extensions-project">here </a>on the Mate web site.</p>
<p>It&#8217;s pretty nice, with good examples of the LocalEventMap, etc. He&#8217;s built it using the <a href="http://code.google.com/p/mate-examples/wiki/PresentationModel">Presentation Model</a> design pattern which seems to be a natural fit to both Flex and Mate.</p>
<p>Paul Williams of Adobe has <a href="http://weblogs.macromedia.com/paulw/">a series of articles</a> on various design patterns including <a href="http://weblogs.macromedia.com/paulw/archives/2007/10/presentation_pa_3.html">Presentation Model</a>.</p>
<p>And of course Martin Fowler <a href="http://martinfowler.com/eaaDev/PresentationModel.html">has some thoughts</a> on the Presentation Model, aka Application Model pattern.</p>
<p>It could be a nice starting point for developing multiple document applications. And the Presentation Model pattern looks like it would provide some nice benefits, keeping the views nice and simple and making them a lot easier to test. </p>
<p>This project also has excellent documentation and about the only info I can find on LocalEventMaps. </p>
<a href="http://tom.wilcoxen.org/tags/actionscript" rel="tag">actionscript</a>, <a href="http://tom.wilcoxen.org/tags/flex" rel="tag">flex</a>, <a href="http://tom.wilcoxen.org/tags/mate" rel="tag">Mate</a>, <a href="http://tom.wilcoxen.org/tags/note-to-self" rel="tag">Note to self</a>]]></content:encoded>
			<wfw:commentRss>http://tom.wilcoxen.org/2008/10/10/excellent-sample-of-mate-document-based-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Builder 3, .swc Libraries and Linked Source</title>
		<link>http://tom.wilcoxen.org/2008/09/11/flex-builder-3-swc-libraries-and-linked-source/</link>
		<comments>http://tom.wilcoxen.org/2008/09/11/flex-builder-3-swc-libraries-and-linked-source/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 17:16:07 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Note to self]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[ria]]></category>
<category>flex</category><category>Note to self</category><category>ria</category>
		<guid isPermaLink="false">http://tom.wilcoxen.org/2008/09/11/flex-builder-3-swc-libraries-and-linked-source/</guid>
		<description><![CDATA[I&#8217;ve been using Mate for some time and liking it very much. I wanted to be able to use Flex Builder&#8217;s ability to navigate to and view the source of included types. With only having the downloaded .swc file in my /libs directory that wasn&#8217;t possible. It took me some time to sort it out, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a href="http://mate.asfusion.com/">Mate</a> for some time and liking it very much. I wanted to be able to use Flex Builder&#8217;s ability to navigate to and view the source of included types. With only having the downloaded .swc file in my /libs directory that wasn&#8217;t possible. It took me some time to sort it out, so here&#8217;s my recipe in case it helps anyone (and so I can remember next time). </p>
<p>This should also work for any project that you can download the source for, that just happened to be Mate for me. I&#8217;m using Flex Builder 3 &#8212; not sure what would be different if anything with FB2.</p>
<p>1. Download the source using the directions <a href="http://mate.asfusion.com/page/downloads">here</a></p>
<p>2. Create a <strong>Flex Library Project</strong> in Flex Builder, let&#8217;s call it &#8216;MateLib&#8217;</p>
<p>3. Import the source into the project, leaving out all the .svn directories, such that your folder structure looks like:</p>
<pre>
MateLib
   /bin
   /com
      /asfusion
         /mate
            /etc....
   manifest.xml
</pre>
<p>4. Right click the project in the FB Navigator view and select: Properties -> Flex Library Compiler. Set the <strong>Namespace URL:</strong> to &#8220;http://mate.asfusion.com/&#8221; and <strong>Mainifest file:</strong> to manifest.xml</p>
<p>5. Save and build the project.</p>
<p>6. In your project that uses the library, select Properties -> Flex Build Path and click Add SWC and navigate to the MateLib project -> /bin folder and select the MateLib.swc file there. </p>
<p>Now you can use the standard way to include Mate components in your mxml, with:<br />
<code><br />
   xmlns:mate="http://mate.asfusion.com/"<br />
</code></p>
<p>And you&#8217;ll be able to view the source code by command-clicking (control-click on Windows I think) a Mate component. You can also select the text, e.g. Dispatcher, and use the F3 key. And&#8230; the classes will also come up and be navigable with the Open Type, command-T, navigator.</p>
<a href="http://tom.wilcoxen.org/tags/flex" rel="tag">flex</a>, <a href="http://tom.wilcoxen.org/tags/note-to-self" rel="tag">Note to self</a>, <a href="http://tom.wilcoxen.org/tags/ria" rel="tag">ria</a>]]></content:encoded>
			<wfw:commentRss>http://tom.wilcoxen.org/2008/09/11/flex-builder-3-swc-libraries-and-linked-source/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Merb with Phusion Passenger</title>
		<link>http://tom.wilcoxen.org/2008/07/21/merb-with-phusion-passenger/</link>
		<comments>http://tom.wilcoxen.org/2008/07/21/merb-with-phusion-passenger/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 04:57:25 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[ruby]]></category>
<category>mac</category><category>merb</category><category>ruby</category>
		<guid isPermaLink="false">http://tom.wilcoxen.org/2008/07/21/merb-with-phusion-passenger/</guid>
		<description><![CDATA[I just got Merb running under Phusion Passenger on my OS X Leopard MacBook and it all went well but with a couple gotchas. I looked at Manfred&#8217;s and TopFunky&#8217;s notes, but I couldn&#8217;t get Merb to kick in. It turns out I was missing a config.ru as they were running straight Rails apps and [...]]]></description>
			<content:encoded><![CDATA[<p>I just got <a href="http://merbivore.com/">Merb</a> running under <a href="http://www.modrails.com/">Phusion Passenger</a> on my OS X Leopard MacBook and it all went well but with a couple gotchas. I looked at <a href="http://www.fngtps.com/2008/04/using-passenger-on-osx-for-rails-development">Manfred&#8217;s</a> and <a href="http://nubyonrails.com/articles/ask-your-doctor-about-mod_rails">TopFunky&#8217;s</a> notes, but I couldn&#8217;t get Merb to kick in.</p>
<p>It turns out I was missing a config.ru as they were running straight Rails apps and Merb has to (gets to?) run as a <a href="http://brainspl.at/articles/2008/02/16/so-merb-core-is-built-on-rack-you-say-why-should-i-care">Rack</a> app. <a href="http://wiki.merbivore.com/pages/phusion-passenger">This page on Merbivore has all the info</a>. I was being a bit dense about actually taking that first bit of code (# config.ru, etc) and putting it into a file at the root of my Merb app named config.ru. Once done Merb fired right up and it&#8217;s working swimmingly. </p>
<a href="http://tom.wilcoxen.org/tags/mac" rel="tag">mac</a>, <a href="http://tom.wilcoxen.org/tags/merb" rel="tag">merb</a>, <a href="http://tom.wilcoxen.org/tags/ruby" rel="tag">ruby</a>]]></content:encoded>
			<wfw:commentRss>http://tom.wilcoxen.org/2008/07/21/merb-with-phusion-passenger/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Twice as fast. Half the price. Or not.</title>
		<link>http://tom.wilcoxen.org/2008/07/11/twice-as-fast-half-the-price-or-not/</link>
		<comments>http://tom.wilcoxen.org/2008/07/11/twice-as-fast-half-the-price-or-not/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 23:43:42 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[mac]]></category>
<category>business</category><category>iPhone</category><category>mac</category>
		<guid isPermaLink="false">http://tom.wilcoxen.org/2008/07/11/twice-as-fast-half-the-price-or-not/</guid>
		<description><![CDATA[In April I changed jobs, moving from a position with a company-supplied phone to one without. I decided to go with AT&#038;T as I wanted to make the plunge and get an iPhone. However, being a loooong time Apple customer (first Mac: 1984) I was aware that the new version was right around the corner, [...]]]></description>
			<content:encoded><![CDATA[<p>In April I changed jobs, moving from a position with a company-supplied phone to one without. I decided to go with AT&#038;T as I wanted to make the plunge and get an iPhone. However, being a loooong time Apple customer (first Mac: 1984) I was aware that the new version was right around the corner, so I got a cheap LG flip phone and figured I&#8217;d upgrade when the new iPhone came out.</p>
<p>You&#8217;re probably already shaking your head at my naiveté. I&#8217;ve never been a heavy cell phone user &#8212; my plan before my company provided phone was a pay-as-you-go with Virgin, which suited my pretty well actually. I&#8217;m not a big talker, but I am a big emailer/web browser, etc., hence the iPhone lust.</p>
<p>So here&#8217;s some numbers I&#8217;m running through my head &#8212; the cost of my LG phone (a refurb, fwiw) was about $10 &#8212; they seem to be going for $80 used &#8212; I&#8217;d imagine AT&#038;T would have gotten them for that at most. So say they funded $70 of my phone. </p>
<p>I have the cheapest phone plan at $40/month with a $10 media plan. So far:</p>
<p>AT&#038;T -> Tom $70<br />
Tom  -> AT&#038;T $50/mo * 3 = $150</p>
<p>Now, due to that $70 AT&#038;T won&#8217;t provide me the upgrade price, but will generously allow me to upgrade for the open price of $399/$499 &#8212; although in order to do so I would still be required to extend my plan. Why? I don&#8217;t know.</p>
<p>What I would like to do:<br />
AT&#038;T -> Tom $200 (iPhone subsidy)<br />
Tom  -> AT&#038;T $70/mo + $5/mo for text</p>
<p>I would even be happy to pay off that $70 debt I have for the LG subsidy. AT&#038;T would be $25/month ahead, meaning they&#8217;d pay back the LG subsidy within a few months and have $300/year more of my cash indefinitely. </p>
<p>It&#8217;s just hard to not feel penalized as an existing customer and boy, do I regret not doing a pay-as-you-go plan for a while. At this point looking into alternatives like a cracked phone and switching providers would look good, if it was feasible. It just makes me want to leave AT&#038;T. Here they have a chance to increase their revenue from me, but they manage to turn that around and make me an unhappy customer. </p>
<p>Sheesh.</p>
<a href="http://tom.wilcoxen.org/tags/business" rel="tag">business</a>, <a href="http://tom.wilcoxen.org/tags/iphone" rel="tag">iPhone</a>, <a href="http://tom.wilcoxen.org/tags/mac" rel="tag">mac</a>]]></content:encoded>
			<wfw:commentRss>http://tom.wilcoxen.org/2008/07/11/twice-as-fast-half-the-price-or-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlexBuilder 3 Security Sandbox Explained</title>
		<link>http://tom.wilcoxen.org/2008/07/01/flexbuilder-3-security-sandbox-explained/</link>
		<comments>http://tom.wilcoxen.org/2008/07/01/flexbuilder-3-security-sandbox-explained/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 16:54:58 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[ria]]></category>
<category>actionscript</category><category>flex</category><category>Note to self</category><category>ria</category>
		<guid isPermaLink="false">http://tom.wilcoxen.org/2008/07/01/flexbuilder-3-security-sandbox-explained/</guid>
		<description><![CDATA[I&#8217;ve been trying to load a local file with some dummy data and hitting a security warning. I was running out of FlexBuilder 3 and trying to read a local file, so wasn&#8217;t sure why I was getting a security error. I&#8217;d come across many references to adding a cross domain policy to a web [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying to load a local file with some dummy data and hitting a security warning. I was running out of FlexBuilder 3 and trying to read a local file, so wasn&#8217;t sure why I was getting a security error.</p>
<p>I&#8217;d come across many references to adding a cross domain policy to a web server, but this is the first full explanation of the security sandbox that made sense to me. Following this, I added:</p>
<p><code>-use-network=false</code></p>
<p>To the custom compiler line in the project preferences and all is well. Here&#8217;s the link with a great explanation:</p>
<p><a href="http://blogs.adobe.com/flexdoc/2008/06/the_security_sandbox_in_flex_b.html">http://blogs.adobe.com/flexdoc/2008/06/the_security_sandbox_in_flex_b.html</a></p>
<a href="http://tom.wilcoxen.org/tags/actionscript" rel="tag">actionscript</a>, <a href="http://tom.wilcoxen.org/tags/flex" rel="tag">flex</a>, <a href="http://tom.wilcoxen.org/tags/note-to-self" rel="tag">Note to self</a>, <a href="http://tom.wilcoxen.org/tags/ria" rel="tag">ria</a>]]></content:encoded>
			<wfw:commentRss>http://tom.wilcoxen.org/2008/07/01/flexbuilder-3-security-sandbox-explained/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.247 seconds -->
