<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>I’m passionate about solving big problems with great ideas. Two of my favorite problem-solving tools are Adobe Flex and Adobe AIR, but I have many others.
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {
var pageTracker = _gat._getTracker("UA-16147050-1");
pageTracker._trackPageview();
} catch(err) {}</description><title>tombray</title><generator>Tumblr (3.0; @tombrayhombre)</generator><link>http://tombray.com/</link><item><title>In L.A.?  Come learn about iOS, Android, &amp; Playbook development with AIR 2.7</title><description>&lt;a href="http://www.meetup.com/laflex/events/17531437/"&gt;In L.A.?  Come learn about iOS, Android, &amp; Playbook development with AIR 2.7&lt;/a&gt;: &lt;p&gt;Adobe’s Renaun Erickson will be speaking at the next L.A. Flex meetup on Tuesday the 28th. Check the link for details. Hope to see you there (you might win a copy of FlashBuilder 4.5 if you RSVP and show up!)&lt;/p&gt;</description><link>http://tombray.com/post/6753529683</link><guid>http://tombray.com/post/6753529683</guid><pubDate>Tue, 21 Jun 2011 08:00:06 -0400</pubDate></item><item><title>Having trouble understanding symbols in Ruby?</title><description>&lt;p&gt;There’s lots of material out there trying to help Ruby newcomers understand symbols, but I thought this little bit of code might help clear things up:&lt;/p&gt;
&lt;pre&gt;class Foo
  attr_accessor :test
  
  def initialize
    puts :test.object_id
  end
end

class Bar
  attr_accessor :test
  
  def initialize
    puts :test.object_id
  end  
end

b = Foo.new
c = Bar.new

&lt;/pre&gt;
&lt;p&gt;The initialize method of each of these classes prints out the id of the :test symbol, which will always be the same because a symbol is just a globally unique identifier.  Foo and Bar can have different values for test, the symbol :test is just used by the attr_accessor method to generate getters and setters.  ActionScript developers who are familiar with using objects as keys in a Dictionary will notice some similarities.&lt;/p&gt;</description><link>http://tombray.com/post/955266306</link><guid>http://tombray.com/post/955266306</guid><pubDate>Sat, 14 Aug 2010 23:00:00 -0400</pubDate></item><item><title>Former iPhone Fanboy Switches to HTC Incredible, loves it</title><description>&lt;p&gt;I was one of those losers who waited in line for hours to get my hands on the first iPhone.  I was even one of the losers who waited in line for the second iPhone.  But when the 3GS came out, I paused.  I didn’t think it was good enough for me to justify the upgrade and I really wanted a phone with Flash support.&lt;/p&gt;
&lt;p&gt;See, I like to use my phone as my morning paper — I reach for it when my alarm goes off and I start my day by reading my favorite blogs before I get out of bed.  The problem is that everyday, each of those blogs has at least one video I want to watch but can’t.&lt;/p&gt;
&lt;p&gt;So, I started researching Android phones and had my eye on the HTC Incredible for months.  I made the switch last Thursday and I have to tell you I absolutely love it.  I’m still waiting for Flash 10.1 support, but it does have Flash Lite which will get me by until 10.1 drops.&lt;/p&gt;
&lt;p&gt;If you’re a frustrated iPhone user and thinking about making the switch, go for it!  (Or wait for the Samsung Galaxy S, which looks like it’s going to be awesome)&lt;/p&gt;</description><link>http://tombray.com/post/574138041</link><guid>http://tombray.com/post/574138041</guid><pubDate>Wed, 05 May 2010 15:38:08 -0400</pubDate></item><item><title>Useful links for arguing about HTML 5 &amp; Flash</title><description>&lt;p&gt;Steve, if&lt;a title="HTML 5 on iPad" href="http://www.youtube.com/watch?v=rfmbZkqORX4"&gt; this is the future&lt;/a&gt;, you can keep it.&lt;/p&gt;
&lt;p&gt;Comparing the &lt;a title="HTML 5 vs. Flash" href="http://www.youtube.com/watch?v=aVjIsL8qwNw"&gt;performance of HTML 5 &amp; Flash&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This is the future I want: &lt;a target="_blank" href="http://blogs.adobe.com/cantrell/archives/2010/04/one_application_five_screens.html"&gt;&lt;a href="http://blogs.adobe.com/cantrell/archives/2010/04/one_application_five_screens.html"&gt;http://blogs.adobe.com/cantrell/archives/2010/04/one_application_five_screens.html&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And here’s a thorough analysis of Steve Job’s recent letter about HTML 5 and Flash:&lt;br/&gt;&lt;a target="_blank" href="http://jessewarden.com/2010/04/steve-jobs-on-flash-correcting-the-lies.html"&gt;&lt;a href="http://jessewarden.com/2010/04/steve-jobs-on-flash-correcting-the-lies.html"&gt;http://jessewarden.com/2010/04/steve-jobs-on-flash-correcting-the-lies.html&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://tombray.com/post/568908266</link><guid>http://tombray.com/post/568908266</guid><pubDate>Mon, 03 May 2010 16:18:49 -0400</pubDate></item><item><title>Flex 4 &amp; FlashBuilder 4 feature tour at L.A. Flex May 12th</title><description>&lt;a href="http://www.meetup.com/laflex/calendar/12935193"&gt;Flex 4 &amp; FlashBuilder 4 feature tour at L.A. Flex May 12th&lt;/a&gt;</description><link>http://tombray.com/post/568843810</link><guid>http://tombray.com/post/568843810</guid><pubDate>Mon, 03 May 2010 15:47:52 -0400</pubDate></item><item><title>Webinar:  Presentation Model &amp; Spring ActionScript</title><description>&lt;a href="http://bit.ly/d12Fbg"&gt;Webinar:  Presentation Model &amp; Spring ActionScript&lt;/a&gt;</description><link>http://tombray.com/post/558752531</link><guid>http://tombray.com/post/558752531</guid><pubDate>Thu, 29 Apr 2010 12:55:02 -0400</pubDate></item><item><title>Tom’s interview with Adobe after winning the Adobe AIR...</title><description>&lt;object width="400" height="278" data="http://releases.flowplayer.org/swf/flowplayer-3.1.5.swf" type="application/x-shockwave-flash"&gt;&lt;param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.1.5.swf" /&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;param name="flashvars" value="config={"plugins":{"controls":{"backgroundColor":"#000000","backgroundGradient":"low"}},"clip":{"autoPlay":false,"autoBuffering":"true","url":"http://s3.amazonaws.com/static.codeconference.com/searchcoders.flv"}}" /&gt;&lt;/object&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Tom’s interview with Adobe after winning the Adobe AIR Derby award for Best Community Application at MAX back in 2007.&lt;/p&gt;</description><link>http://tombray.com/post/557697362</link><guid>http://tombray.com/post/557697362</guid><pubDate>Thu, 29 Apr 2010 01:21:55 -0400</pubDate></item><item><title>Nice overview of using the Presentation Model in Flex</title><description>&lt;a href="http://blog.thepete.net/2009/06/presentation-model-pattern.html"&gt;Nice overview of using the Presentation Model in Flex&lt;/a&gt;</description><link>http://tombray.com/post/557576311</link><guid>http://tombray.com/post/557576311</guid><pubDate>Thu, 29 Apr 2010 00:21:02 -0400</pubDate></item><item><title>Spring ActionScript</title><description>&lt;a href="http://www.springactionscript.org/"&gt;Spring ActionScript&lt;/a&gt;: &lt;p&gt;I use Spring ActionScript for dependency injection in my Flex projects.&lt;/p&gt;</description><link>http://tombray.com/post/556517632</link><guid>http://tombray.com/post/556517632</guid><pubDate>Wed, 28 Apr 2010 15:47:44 -0400</pubDate></item></channel></rss>

