<?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>Bryan Bartow</title>
	<atom:link href="http://www.bryanbartow.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bryanbartow.com</link>
	<description>My Digital Brain Dump</description>
	<lastBuildDate>Thu, 12 Apr 2012 23:53:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Farewell, Flex</title>
		<link>http://www.bryanbartow.com/2012/04/12/farewell-flex/</link>
		<comments>http://www.bryanbartow.com/2012/04/12/farewell-flex/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 23:53:34 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.bryanbartow.com/?p=13568</guid>
		<description><![CDATA[The day that I always knew would come has come.  Today, I have probably opened and closed Flash Builder to write paid for production code for the last time.  An experience that many fellow former Flex guys and gals have already experienced—some weeks and months ago.  While many devs jumped off of the bandwagon as [...]]]></description>
				<content:encoded><![CDATA[<p>The day that I always knew would come has come.  Today, I have probably opened and closed Flash Builder to write paid for production code for the last time.  An experience that many fellow former Flex guys and gals have already experienced—some weeks and months ago.  While many devs jumped off of the bandwagon as soon as <a href="http://www.pcworld.com/businesscenter/article/244060/adobe_donates_flex_to_apache.html" target="_blank">Adobe quasi-abandoned it</a>, if not sooner, I had clients and projects going on that were all dependent on Flex.  I honestly thought I'd be using it for at least another 8 - 12 months.</p>
<p>Then, something strange happened.  Almost in unison, almost every single one of our clients started specifically requesting that any web-based applications we create not be done in Flash (and, by extension, Flex).  Not ones to bite the hands that feed, we complied and starting moving over to pure HTML, CSS and Javascript.  There was one holdout client, however, and a good portion of my work was for them.  I kept pumping out projects in Flex and they kept going along.  That is, until a couple of weeks ago, when I was informed that they, too, were ditching Flash.</p>
<p>I had one in progress project that was Flex-based.  All new projects have been scoped and designed and architected for the "open web".  Today, I made what are, as far as I know, the last changes to said project.  I committed my changes to SVN, exported a new build for posting and quickly closed Flash Builder for what may be the last time.</p>
<p>Although I've known for some time that this day would come, it hadn't really hit me until now.  For the last 5 years, I've been making a living mostly by creating rich applications using Flex.  We worked so well together.  We could almost finish each other's sentences, it seemed.  While I've created for other platforms during that time, I always ended up coming back to Flex.  I loved it and still love it.  We had some great times together.  I won't rehash the merits or arguments for or against Adobe's decision to do what they did with it.  That's been done and redone.</p>
<p>What I will say is that Flex was a dear friend who, for reasons out of both of our control, can no longer be my friend.  So, farewell, friend.  I hope <a href="http://incubator.apache.org/flex/" target="_blank">the afterlife</a> treats you well.  Who knows, maybe we'll meet again someday.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bryanbartow.com/2012/04/12/farewell-flex/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://www.bryanbartow.com/2011/10/05/%ef%a3%bf/</link>
		<comments>http://www.bryanbartow.com/2011/10/05/%ef%a3%bf/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 05:25:04 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.bryanbartow.com/?p=13202</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.bryanbartow.com/2011/10/05/%ef%a3%bf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Small Gotcha With As3localelib</title>
		<link>http://www.bryanbartow.com/2010/02/10/small-gotcha-with-as3localelib/</link>
		<comments>http://www.bryanbartow.com/2010/02/10/small-gotcha-with-as3localelib/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 18:08:08 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[as3localelib]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.bryanbartow.com/?p=536</guid>
		<description><![CDATA[I just started messing around with the as3localelib library in a project I'm working on which needs to be localized to several languages.  I found a few code samples around the web and both use the following two lines of code to implement the library: var sortedLocales:Array = LocaleUtil.sortLanguagesByPreference(['en_US', 'zh_CN', 'zh_TW'], flash.system.Capabilities.languages, "en_US"); ResourceManager.getInstance().localeChain = [...]]]></description>
				<content:encoded><![CDATA[<p>I just started messing around with the <a href="http://code.google.com/p/as3localelib/" target="_blank">as3localelib</a> library in a project I'm working on which needs to be localized to several languages.  I found a few <a href="http://www.adobe.com/devnet/air/flex/articles/localizing_flex_air_apps.html" target="_blank">code</a> <a href="http://www.webkitchen.be/2008/12/09/how-to-localize-your-flexair-applications/" target="_blank">samples</a> around the web and both use the following two lines of code to implement the library:</p>
<p><code>var sortedLocales:Array = LocaleUtil.sortLanguagesByPreference(['en_US', 'zh_CN', 'zh_TW'], flash.system.Capabilities.languages, "en_US");<br />
ResourceManager.getInstance().localeChain = sortedLocales;</code></p>
<p>In AIR, this produced the desired result.  However, running this code in a normal Flex app will bomb out.  One quick look at the <a href="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/system/Capabilities.html" target="_blank">ActionScript 3 documentation</a> reveals the issue:  The languages property is available only in AIR.  The language property is available in Flex and AIR.  I ended up modifying my code to look like this:</p>
<p><code>if(Capabilities.playerType == "Desktop")<br />
{<br />
var sortedLocales:Array = LocaleUtil.sortLanguagesByPreference(['en_US', 'zh_CN', 'zh_TW'], flash.system.Capabilities.languages, "en_US");<br />
ResourceManager.getInstance().localeChain = sortedLocales;<br />
}<br />
else<br />
{<br />
sortedLocales = LocaleUtil.sortLanguagesByPreference(['en_US', 'zh_CN', 'zh_TW'], [flash.system.Capabilities.language], "en_US");<br />
ResourceManager.getInstance().localeChain = sortedLocales;<br />
}</code></p>
<p>Now, it works as expected.  Damn those AIR only properties <img src='http://i2.wp.com/www.bryanbartow.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' data-recalc-dims="1" /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bryanbartow.com/2010/02/10/small-gotcha-with-as3localelib/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Few Questions on HTML 5</title>
		<link>http://www.bryanbartow.com/2010/02/08/a-few-questions-on-html-5/</link>
		<comments>http://www.bryanbartow.com/2010/02/08/a-few-questions-on-html-5/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 06:30:25 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[HTML 5]]></category>

		<guid isPermaLink="false">http://www.bryanbartow.com/?p=530</guid>
		<description><![CDATA[It seems lately that the cool thing to do on teh internets is proclaim the death of Flash and the rise of HTML 5 like a phoenix from Adobe's plugin's ashes.  Before I buy into the hype, I want someone to answer these questions for me. Where are all of the bad ass sites built [...]]]></description>
				<content:encoded><![CDATA[<p>It seems lately that the cool thing to do on teh internets is proclaim the death of Flash and the rise of HTML 5 like a phoenix from Adobe's plugin's ashes.  Before I buy into the hype, I want someone to answer these questions for me.</p>
<ol>
<li>Where are all of the bad ass sites built in HTML 5 taking advantage of Flash-crushing awesomeness?  YouTube is not a valid answer.  I want to see something showing the full mind numbing array of HTML 5's glorious capabilities.</li>
<li>Where are the development tools for me to create said bad ass sites / experiences / apps?  TextMate doesn't count.  Nor does Notepad, or any other app that has the words text, note or word in its name.</li>
<li>Ogg Vorbis?</li>
</ol>
<p>I'm honestly looking for answers.  The cool kids on teh internets are telling me Flash is dead and I need to move on.  If I'm going to start building a kick ass RIA for my client next week, how will I build it?  I don't want to be out of a job and I don't want to be uncool.  Should I tell my clients Flash died?  Please help.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://i1.wp.com/img.zemanta.com/pixy.gif" alt="" data-recalc-dims="1" /><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.bryanbartow.com/2010/02/08/a-few-questions-on-html-5/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Love Letter to Flex 4 and Flash Builder</title>
		<link>http://www.bryanbartow.com/2010/01/27/love-letter-to-flex-4-and-flash-builder/</link>
		<comments>http://www.bryanbartow.com/2010/01/27/love-letter-to-flex-4-and-flash-builder/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 07:00:59 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.bryanbartow.com/?p=526</guid>
		<description><![CDATA[Dear Flex 4 / Flash Builder, I just wanted to tell you that I think you're amazing.  I know we just recently met, but I can't stop thinking about you.  You're not like the others (Flex 2 and Flex 3).  There's something different about you.  Your component model is brilliant.  Your implementation of declarative drawing [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://i2.wp.com/www.bryanbartow.com/wp-content/uploads/2010/01/flash_builder_love.png"><img class="alignright size-full wp-image-527" title="flash_builder_love" src="http://i2.wp.com/www.bryanbartow.com/wp-content/uploads/2010/01/flash_builder_love.png?resize=330%2C299" alt="" data-recalc-dims="1" /></a>Dear Flex 4 / Flash Builder,</p>
<p>I just wanted to tell you that I think you're amazing.  I know we just recently met, but I can't stop thinking about you.  You're not like the others (Flex 2 and Flex 3).  There's something different about you.  Your component model is brilliant.  Your implementation of declarative drawing is beautiful.  Your data service wizards are exquisite.  Your inline documentation is ingenious.  I could go on and on, but it suffices me to say I LOVE YOU.  I can't imagine my (work) life without you.  I would be lost without you.  Please be mine forever.</p>
<p>Sincerely,</p>
<p>Bryan</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bryanbartow.com/2010/01/27/love-letter-to-flex-4-and-flash-builder/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Easy Spell Checking for AS3</title>
		<link>http://www.bryanbartow.com/2009/10/18/easy-spell-checking-for-as3/</link>
		<comments>http://www.bryanbartow.com/2009/10/18/easy-spell-checking-for-as3/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 01:11:31 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Squiggly]]></category>

		<guid isPermaLink="false">http://www.bryanbartow.com/2009/10/18/easy-spell-checking-for-as3/</guid>
		<description><![CDATA[I just downloaded and implemented Squiggly, Adobe's new(ish) spell checking library, in one of my apps and it couldn't have been any easier to implement. Be sure to check it out at http://ping.fm/7QDcN]]></description>
				<content:encoded><![CDATA[<p>I just downloaded and implemented Squiggly, Adobe's new(ish) spell checking library, in one of my apps and it couldn't have been any easier to implement.  Be sure to check it out at http://ping.fm/7QDcN</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bryanbartow.com/2009/10/18/easy-spell-checking-for-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Snow Leopard and Microsoft Remote Desktop Connection Play Nice</title>
		<link>http://www.bryanbartow.com/2009/09/15/make-snow-leopard-and-microsoft-remote-desktop-connection-play-nice/</link>
		<comments>http://www.bryanbartow.com/2009/09/15/make-snow-leopard-and-microsoft-remote-desktop-connection-play-nice/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 17:18:08 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.bryanbartow.com/?p=502</guid>
		<description><![CDATA[After upgrading my MacBook Pro to Snow Leopard I noticed that Microsoft Remote Desktop Connection would no longer allow me to connect to my machine running Windows Vista.  My first reaction was to do what every self-respecting interweb guru does when something goes awry—hit up Google.  After spending about 5 hours trying every potential solution [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://i1.wp.com/www.bryanbartow.com/wp-content/uploads/2009/09/Screen-shot-2009-09-15-at-12.06.36-PM.png"><img class="size-full wp-image-503 alignright" title="Screen shot 2009-09-15 at 12.06.36 PM" src="http://i1.wp.com/www.bryanbartow.com/wp-content/uploads/2009/09/Screen-shot-2009-09-15-at-12.06.36-PM.png?resize=382%2C264" alt="Screen shot 2009-09-15 at 12.06.36 PM" data-recalc-dims="1" /></a>After upgrading my MacBook Pro to Snow Leopard I noticed that Microsoft Remote Desktop Connection would no longer allow me to connect to my machine running Windows Vista.  My first reaction was to do what every self-respecting interweb guru does when something goes awry—hit up Google.  After spending about 5 hours trying every potential solution I could find and still having issues, I was ready to throw in the towel.  On a whim, I decided I would make one last ditch effort before considering wiping both machines clean and starting over.  I decided that I would clear the domain field on the login dialog when trying to connect.  Surprisingly enough, that did the trick.  I had always been able to connect to the machine in Leopard with the domain field filled in, but it seems Snow Leopard likes it to be blank.  Hopefully this will benefit any others running into the same issue.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.bryanbartow.com/2009/09/15/make-snow-leopard-and-microsoft-remote-desktop-connection-play-nice/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Inferno is Live on iTunes</title>
		<link>http://www.bryanbartow.com/2009/03/21/inferno-is-live-on-itunes/</link>
		<comments>http://www.bryanbartow.com/2009/03/21/inferno-is-live-on-itunes/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 21:08:24 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Inferno]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://www.bryanbartow.com/?p=488</guid>
		<description><![CDATA[The result of my recent 24 hour iPhone app challenge is now live on iTunes. It's free, so check it out and let me know what you think.]]></description>
				<content:encoded><![CDATA[<p>The result of my recent 24 hour iPhone app challenge is now <a href="http://www.clarusmobile.com/inferno/buy">live on iTunes</a>.  It's free, so check it out and let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bryanbartow.com/2009/03/21/inferno-is-live-on-itunes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>24 Hour iPhone App Challenge</title>
		<link>http://www.bryanbartow.com/2009/03/13/24-hour-iphone-app-challenge/</link>
		<comments>http://www.bryanbartow.com/2009/03/13/24-hour-iphone-app-challenge/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 00:49:22 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[debt]]></category>
		<category><![CDATA[Inferno]]></category>
		<category><![CDATA[Interface Builder]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[MGTwitterEngine]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.bryanbartow.com/?p=483</guid>
		<description><![CDATA[After getting my feet wet with iPhone and Objective-C development, I decided early Tuesday morning to issue myself the following challenge: Create an iPhone application and submit it to Apple in 24 hours or less. The result of this challenge is Inferno. The screen should be self explanatory. I thought I'd layout a general timeline [...]]]></description>
				<content:encoded><![CDATA[<p>After getting my feet wet with iPhone and Objective-C development, I decided early Tuesday morning to issue myself the following challenge:  Create an iPhone application and submit it to Apple in 24 hours or less.  The result of this challenge is Inferno.</p>
<div id="attachment_485" class="wp-caption alignright" style="width: 218px"><a href="http://i1.wp.com/www.bryanbartow.com/wp-content/uploads/2009/03/inferno.jpg"><img class="size-medium wp-image-485" title="inferno" src="http://i1.wp.com/www.bryanbartow.com/wp-content/uploads/2009/03/inferno.jpg?resize=208%2C300" alt="Inferno" data-recalc-dims="1" /></a><p class="wp-caption-text">Inferno</p></div>
<p>The screen should be self explanatory.  I thought I'd layout a general timeline of the process in case anyone is interested.</p>
<p>Tuesday 12:30 a.m. - I decide to put myself to the test.  I need an idea.  It comes to me after doing my daily Bloomberg update.</p>
<p>Tuesday 1:00 a.m. - I've created my project in Xcode and done a simple UI mockup in Photoshop.  Drop mockup into Interface Builder and drop my UI components over the mockup.  Now I need live data.</p>
<p>Tuesday 1:30 a.m. - After searching around for live GDP data, I resign myself to the fact that I'll only be able to get quarterly update from the US Government at bea.gov and will have to manually update the data.  Not ideal, but at least I'll have an excuse to update the app at least once a quarter.</p>
<p>Tuesday 2:00 a.m. - After almost giving up on finding a "real-time" data source for the US National debt, I remember the very cool NationalDebt Twitter account that I follow gives me daily updates.  Obvious question is, "How am I going to get that data without having to port the Twitter API over to Objective-C?", which surely would cause me to miss my deadline.</p>
<p>Tuesday 2:05 a.m. - Decide to go to bed and at least get some sleep.</p>
<p>Wednesday 11:00 a.m. - After getting seriously derailed by Subversion issues, I'm back on the Bottom Line (as it was called at that point in time) grind.  After a bit of searching I find the very awesome <a href="http://mattgemmell.com/2008/02/22/mgtwitterengine-twitter-from-cocoa">MGTwitterEngine</a> by Matt Gemmell.  It's an Objective-C port of the Twitter API and would turn out to be exactly what I needed.</p>
<p>Wednesday 3:00 p.m. - Have a few troubles with getting MGTwitterEngine up and running, but once I do, it's smooth sailing.  Have to learn how to parse strings and convert back and forth between date objects in Objective-C.  A little bit of reading of the ol' documentation has me on my way.</p>
<p>Wednesday 5:00 p.m. - I've got my application displaying updated debt data and now I need to read and write plist files so I can save the new data to a file and open and display it on the next run.  Luckily, my buddy has exactly what I need.  With a few minor modifications to his code, I'm reading and writing plists like there's no tomorrow.</p>
<p>Wednesday 5:30 p.m. - Get stopped cold in my development tracks by some other work and personal stuff I have to take care of.</p>
<p>Wednesday 6:00 p.m. - I have to go home to watch my kids because my wife has a meeting.  This means I'm done for the night and will miss by deadline.  Damn!</p>
<p>Thursday 1:00 p.m. - I pick up where I left off on Wednesday and put the finishing touches on Bottom Line.  I've now decided that I want a different name.  After kicking a few names around I settle on Inferno.  Now I need to update the UI to make it reflective of the name.</p>
<p>Thursday 3:00 p.m. - Inferno is finished and ready for submission to the App Store.  Now I just need to write some copy and create the screen shots for inclusion on the app's download page.</p>
<p>Thursday 3:30 p.m. - Inferno has been submitted to the App Store for approval!</p>
<p>I missed my self-imposed deadline of 24 hours with the project spanning about 39 hours.  However, total time spend working on the project was about 12 hours, which was right in line with what I was hoping when I originally started the challenge.  The fact that I was able to create an application that will be exposed to tens of millions of people in a day and a half underscores, in my mind, the awesomeness that is the App Store.  Apple has given developers a very approachable platform and coupled it with a ground-breaking model of distribution, which ends up making a very compelling proposition for people like me.</p>
<p>I really enjoyed making Inferno and I'll probably do this again, maybe even with some regularity.  I'd also be interested in potentially joining forces with other developers physically or virtually to see what we can bash out in a day.  If you'd be interested, let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bryanbartow.com/2009/03/13/24-hour-iphone-app-challenge/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Rusty Trombone: My First iPhone App</title>
		<link>http://www.bryanbartow.com/2009/03/03/rusty-trombone-my-first-iphone-app/</link>
		<comments>http://www.bryanbartow.com/2009/03/03/rusty-trombone-my-first-iphone-app/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 17:20:35 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Rusty Trombone]]></category>

		<guid isPermaLink="false">http://www.bryanbartow.com/?p=469</guid>
		<description><![CDATA[Yesterday marked the release of my first iPhone application—Rusty Trombone.  Although I've kept the application and my experience on the platform mostly under wraps, I plan to write about my experiences now that the app is public.  More posts to follow soon.  In the mean time, check out the Rusty Trombone home page or get [...]]]></description>
				<content:encoded><![CDATA[<p>Yesterday marked the release of my first iPhone application—Rusty Trombone.  Although I've kept the application and my experience on the platform mostly under wraps, I plan to write about my experiences now that the app is public.  More posts to follow soon.  In the mean time, check out the <a href="http://www.rustytromboneapp.com">Rusty Trombone home page</a> or get it at the <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=306411153&amp;mt=8">App Store</a>.</p>
<div id="attachment_471" class="wp-caption aligncenter" style="width: 400px"><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=306411153&mt=8"><img class="size-full wp-image-471" title="Get Rusty Trombone" src="http://i2.wp.com/www.bryanbartow.com/wp-content/uploads/2009/03/rt_screen_1.png?resize=390%2C250" alt="Rusty Trombone" data-recalc-dims="1" /></a><p class="wp-caption-text">Rusty Trombone</p></div>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.bryanbartow.com/2009/03/03/rusty-trombone-my-first-iphone-app/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 43/56 queries in 0.026 seconds using disk: basic

 Served from: www.bryanbartow.com @ 2013-05-21 19:03:41 by W3 Total Cache -->