<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html" />
  <link rel="self" type="application/atom+xml" href="http://www.insideria.com/atom.xml" />
  <id>tag:www.insideria.com,2009://34/tag:www.insideria.com,2008://34.22885-</id>
  <updated>2009-11-05T20:23:03Z</updated>
  <title>Comments for LFFS - 1: Meet the Authors, Meet Flex (http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html)</title>
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.21-en</generator>
  <entry>
    <id>tag:www.insideria.com,2008://34.22885</id>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.oreilly.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=34/entry_id=22885" title="LFFS - 1: Meet the Authors, Meet Flex" />
    <published>2008-02-12T14:00:00Z</published>
    <updated>2008-08-21T20:14:01Z</updated>
    <title>LFFS - 1: Meet the Authors, Meet Flex</title>
    <summary>The &quot;Learning Flex From Scratch&quot; series written by Adam Flater and Scott Sheridan, aims to help not only a Flex novice, but also a programming novice jump into the world of creating Rich Internet Applications using Flex. The installments of the series will cover everything from installing the Flex Builder I.D.E., to some background information on object-oriented programming. You&apos;ll even get to learn about advanced topics like source control and design patterns (a la Cairngorm) from the perspective of a beginner.</summary>
    <author>
      <name><![CDATA[Adam Flater &amp; Scott Sheridan]]></name>
      
    </author>
    
    <category term="Blogs" />
    
    <content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
      <![CDATA[<p><strong>Learning Flex From Scratch : Meet the Authors, Meet Flex.</strong><br />
ﾠ<br />
The "Learning Flex From Scratch" series written by Adam Flater and Scott Sheridan, aims to help not only a Flex novice, but also a programming novice jump into the world of creating Rich Internet Applications using Flex. The installments of the series will cover everything from installing the Flex Builder I.D.E., to some background information on object-oriented programming. You'll even get to learn about advanced topics like source control and design patterns (a la Cairngorm) from the perspective of a beginner.<br />
ﾠ<br />
<strong>Meet Adam Flater</strong><br />
<div class="ap_r" style="margin: 16px;"><a href="http://www.insideria.com/upload/2008/02/lffs1_meet_the_authors_meet_fl/adam_flater.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.insideria.com/upload/2008/02/lffs1_meet_the_authors_meet_fl/adam_flater.jpg" alt="adam_flater.jpg" title="Click to enlarge" width="148"/></a><div class="apcaption">Adam Flater</div></div><br />
Adam Flater is a Software Architect at Universal Mind. His background is in working with java and Microsoft technologies, building both web and desktop applications. He has been working in Flex user interface and server development since the beta release of Flex 2.0. Adam was the lead developer on the ActionScript SDK for eBay's Web Services used in the eBay Desktop application. In 2007 Adam presented at Fig Leaf's Flex Maniacs in D.C., The eBay Developer's conference in Boston, 360Flex in Seattle, Adobe's OnAir Bus Tour in D.C., and Adobe's MAX Conference in Chicago. Adam is also co-creator of the former Artemis project and the current Merapi project, a java bridge to flash at the desktop.<br />
ﾠ<br />
Adam will serve as technical editor and mentor on this project. He will lead the direction on the appropriate topics to cover as well as the technical correctness of the samples and scope of each post.<br />
ﾠ<br />
<strong>Meet Scott Sheridan</strong>ﾠ<br />
<div class="ap_r" style="margin: 16px;"><a href="http://www.insideria.com/upload/2008/02/lffs1_meet_the_authors_meet_fl/scott_sheridan.jpg" class="highslide" onclick="return hs.expand(this)"><img src="http://www.insideria.com/upload/2008/02/lffs1_meet_the_authors_meet_fl/scott_sheridan.jpg" alt="scott_sheridan.jpg" title="Click to enlarge" width="148"/></a><div class="apcaption">Scott Sheridan</div></div><br />
Scott Sheridan is an aspiring web developer with interest in Adobe's Flex platform. Attracted to the intellectual and creative challenges offered as a programmer, he hopes to one day possess the skills to contribute meaningful and innovative code to the web community. Scott's academic background is in Psychology, with an emphasis on the research of visual sensory memory. In addition, he is a certified Yoga instructor with eight years teaching experience, and a professional musician. Scott was chosen as a freelance developer to create sites for the Wisconsin Weights and Measures Association, The Driftless Farm CSA (an organic farm in South Western Wisconsin), and for Roald Gundersen Design's green building project.</p>

<p>Throughout the series Scott will be learning to become a Flex developer. The topics covered will mirror his experiences along the way.<br />
ﾠ<br />
<strong>Meet Flex</strong>ﾠ<br />
<div class="ap_r" style="margin: 16px;"><a href="http://www.insideria.com/upload/2008/02/lffs1_meet_the_authors_meet_fl/flex-icon.png" class="highslide" onclick="return hs.expand(this)"><img src="http://www.insideria.com/upload/2008/02/lffs1_meet_the_authors_meet_fl/flex-icon.png" alt="flex-icon.png" title="Click to enlarge" width="148"/></a></div><br />
Flex is a collection of technologies created by Adobe Systems. A Flex application is deployed through the Flash Player, a plug-in available for all major browsers used to play Flash content (swf files). The Flash Player has recently been introduced to the desktop through Adobe Integrated Runtime (AIR).ﾠ</p>

<p>Anyone that's learning to program in any environment will quickly discover that the amount of vernacular associated with programming is seemingly endless. It's important for us to cover a few terms that will come up soon in our series. So, jumping right in...<br />
ﾠ<br />
Integrated Development Environment (IDE) - An application purpose is for creating software. The IDE that we will be using to create Flex demo applications is the Eclipse based Flex Builder.<br />
ﾠ<br />
Framework - In our series we'll be looking at two of these. One is the Flex Framework, a collection of classes written for Flex used to create Flex applications. The other is an application framework. An application framework is a collection of design patterns that give a guideline on creating software.<br />
ﾠ<br />
Rich Internet Application - A web-based application that includes many features of a traditional desktop application. This is a loose definition, but also a bit of a buzzword. The relevance here is that Flex can be used as a replacement of simple web technologies to create web sites, but the potential for Flex is to create web applications. This distinction will become more clear in later posts.<br />
ﾠ<br />
In the next post, Flex Defined, Adam and Scott define some terms that every Flex developer needs to understand. They'll touch upon the languages used in the Flex development environment, and explain the role of the Flash player in the deployment of a Flex application. <br />
<p><br />
Next: <a href="http://www.insideria.com/2008/02/lffs-2-flex-defined.html">LFFS - 2: Flex Defined</a><br />
</p></p>

<p><script src="http://www.google-analytics.com/urchin.js" type="text/javascript"><br />
</script><br />
<script type="text/javascript"><br />
_uacct = "UA-3756476-11";<br />
urchinTracker();<br />
</script></p>]]>
      
    </content>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.22885-comment:2015089</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.22885" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html#comment-2015089" />
    <title>Comment from Anonymous on 2008-02-12</title>
    <author>
        <name>Anonymous</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>If you're going to capitalized Flex, you should also be capitalizing Flash and Java.</p>]]>
    </content>
    <published>2008-02-12T18:12:30Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.22885-comment:2015140</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.22885" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html#comment-2015140" />
    <title>Comment from Kunal on 2008-02-13</title>
    <author>
        <name>Kunal</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Wow! <br />
this is going to be a great series. I'm just starting out in programming and looking at Flex samples, it looks to be the best thing that has come out from the web. I have a research business and am part of a small travel co. listed in LP. Flex makes perfect sense.</p>

<p>Thanks a lot</p>]]>
    </content>
    <published>2008-02-13T12:30:55Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.22885-comment:2015151</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.22885" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html#comment-2015151" />
    <title>Comment from Brian Swartzfager on 2008-02-13</title>
    <author>
        <name>Brian Swartzfager</name>
        <uri>http://www.swartzfager.org/blog</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.swartzfager.org/blog">
        <![CDATA[<p>I've dabbled in Flex a bit already, so I might not learn anything new for the first few posts, but I'll still be following this series:  sounds promising.</p>]]>
    </content>
    <published>2008-02-13T17:55:51Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.22885-comment:2015260</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.22885" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html#comment-2015260" />
    <title>Comment from Scott Sheridan on 2008-02-16</title>
    <author>
        <name>Scott Sheridan</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Thanks for tuning in everyone!  Adam and I will do our best to provide interesting and informative content.  Please don't hesitate to post your questions and concerns.<br />
-Cheers!</p>]]>
    </content>
    <published>2008-02-16T22:29:40Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.22885-comment:2015261</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.22885" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html#comment-2015261" />
    <title>Comment from Niall Kader on 2008-02-16</title>
    <author>
        <name>Niall Kader</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>As a self taught web developer who likes to dabble in lots of languages and platforms, I know how intimidating it can be to learn something from scratch.  This is a great idea, I'll be following along, and probably posting lots of questions along the way.</p>]]>
    </content>
    <published>2008-02-16T22:40:56Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.22885-comment:2015284</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.22885" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html#comment-2015284" />
    <title>Comment from rob coulson on 2008-02-18</title>
    <author>
        <name>rob coulson</name>
        <uri>http://quoi9.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://quoi9.net">
        <![CDATA[<p>Be nice if LFFS had its own feed...hope I remember to pick you out in the title list.<br />
Good luck with it</p>]]>
    </content>
    <published>2008-02-18T12:27:55Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.22885-comment:2015309</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.22885" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html#comment-2015309" />
    <title>Comment from Adam Flater on 2008-02-18</title>
    <author>
        <name>Adam Flater</name>
        <uri>http://adamflater.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://adamflater.net">
        <![CDATA[<p>@rob</p>

<p>Sorry about that.. you can set a feed to my blog though... I'll be posting an update each time we have a new LFFS post...</p>

<p><a href="http://adamflater.blogspot.com/feeds/posts/default/-/lffs">http://adamflater.blogspot.com/feeds/posts/default/-/lffs</a></p>

<p>(atom feed filtered for the lffs keyword)</p>

<p>thanks for the interest!<br />
-adam</p>]]>
    </content>
    <published>2008-02-19T04:00:17Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.22885-comment:2015378</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.22885" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html#comment-2015378" />
    <title>Comment from rob coulson on 2008-02-21</title>
    <author>
        <name>rob coulson</name>
        <uri>http://quoi9.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://quoi9.net">
        <![CDATA[<p>Feeded up! cheers Adam</p>]]>
    </content>
    <published>2008-02-21T18:53:16Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.22885-comment:2017881</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.22885" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html#comment-2017881" />
    <title>Comment from gns100 on 2008-06-14</title>
    <author>
        <name>gns100</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Hi;</p>

<p>Although I'm fairly proficient in HTML, Javascript, PHP, I think I'm ready to give Flex a try.  This is after reading about some performance efficiencies with Flex such as faster server interactions, and fewer crossbrowser issues.  Plus as a university faculty (this also applies to any current university students) I get the Flex Builder Professional version for FREE!!!  And yep, even educators can be late for class :-)</p>]]>
    </content>
    <published>2008-06-14T14:32:14Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.22885-comment:2017934</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.22885" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html#comment-2017934" />
    <title>Comment from Scott on 2008-06-16</title>
    <author>
        <name>Scott</name>
        <uri>http://yogascott.blogspot.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://yogascott.blogspot.com/">
        <![CDATA[<p>@gns100</p>

<p>Welcome to InsideRIA!  Thanks for your interest in the series.  As a university faculty member, you're likely involved with others who are learning Flex too. We'd love to hear any feedback from you and your crew about how to make the Learning Flex From Scratch series more useful to those learning Flex. </p>

<p>-Cheers!</p>]]>
    </content>
    <published>2008-06-16T20:27:01Z</published>
  </entry>

  <entry>
    <id>tag:www.insideria.com,2008://34.22885-comment:2138285</id>
    <thr:in-reply-to ref="tag:www.insideria.com,2008://34.22885" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html"/>
    <link rel="alternate" type="text/html" href="http://www.insideria.com/2008/02/lffs1-meet-the-authors-meet-fl.html#comment-2138285" />
    <title>Comment from Anonymous on 2009-10-13</title>
    <author>
        <name>Anonymous</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Hi,</p>

<p>This tutorials are great, I've been trying to learn flex for a while. This is a great website.</p>]]>
    </content>
    <published>2009-10-13T10:55:43Z</published>
  </entry>

</feed
