<?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>ScaleNine Blog</title>
	<atom:link href="http://scalenine.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://scalenine.com/blog</link>
	<description>The latest about ScaleNine</description>
	<lastBuildDate>Sun, 18 Jul 2010 16:37:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Heading to Adobe MAX 2009</title>
		<link>http://scalenine.com/blog/2009/10/03/heading-to-adobe-max-2009/</link>
		<comments>http://scalenine.com/blog/2009/10/03/heading-to-adobe-max-2009/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 15:48:29 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[max]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/?p=319</guid>
		<description><![CDATA[I just realized I haven&#8217;t posted anything on my blog for 7 months. Either time is flying by way too fast or I&#8217;ve got way too much going on. I think it&#8217;s probably a combination of the two. That and I&#8217;ve been using Twitter and Posterous as my preferred means of dispensing my ramblings.
Hard to [...]]]></description>
			<content:encoded><![CDATA[<p>I just realized I haven&#8217;t posted anything on my blog for 7 months. Either time is flying by way too fast or I&#8217;ve got way too much going on. I think it&#8217;s probably a combination of the two. That and I&#8217;ve been using Twitter and Posterous as my preferred means of dispensing my ramblings.</p>
<p>Hard to believe it&#8217;s been nearly a year since the last one, but I&#8217;ll be heading out to Adobe MAX in Los Angeles. In fact, I&#8217;m already here in Orange County visiting family, but gearing up for MAX to get started for me at 8am tomorrow with the Adobe Agency Summit. I&#8217;ll be joining 10+ other EffectiveUI friends, some of which will be speaking. If you&#8217;re interested in hearing about or seeing some of our latest work, swing by our booth.</p>
<p>I&#8217;ve got the majority of my sessions picked out and I&#8217;m super excited to learn what Adobe has been cooking up since last MAX. In addition, it&#8217;s always a good time catching up with friends, meeting new ones and seeing what everyone has been up to. See you at Adobe MAX!</p>
<p><a id="aptureLink_VV5O6qjLTz" style="margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; text-align: center; display: block; padding-top: 0px; padding-right: 6px; padding-bottom: 0px; padding-left: 6px;" href="http://max.adobe.com/"><img style="border: 0px initial initial;" title="Adobe MAX 2009" src="http://placeholder.apture.com/ph/400x270_WebClip/" alt="" width="400px" height="270px" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2009/10/03/heading-to-adobe-max-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance Issues Using the Flex Component Kit for Flash</title>
		<link>http://scalenine.com/blog/2009/03/05/performance-issues-using-the-flex-component-kit-for-flash/</link>
		<comments>http://scalenine.com/blog/2009/03/05/performance-issues-using-the-flex-component-kit-for-flash/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 21:07:55 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[skinning samples]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[flex component kit]]></category>
		<category><![CDATA[skinning]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/?p=310</guid>
		<description><![CDATA[On a recent project I was implementing some skins into an AIR application. Things were moving forward without any problems until recently when the lead developer on the project, Greg Owen, walked up to me and asked about potential performance issues with skinning. I asked what the issue was and he mentioned a major CPU [...]]]></description>
			<content:encoded><![CDATA[<p>On a recent project I was implementing some skins into an AIR application. Things were moving forward without any problems until recently when the lead developer on the project, Greg Owen, walked up to me and asked about potential performance issues with skinning. I asked what the issue was and he mentioned a major CPU hit was being taken as soon as the style sheet was loaded and it just continued to climb. He also mentioned the issue had gotten worse as more development and skinning progress had been made.</p>
<p>We stripped out Degrafa (we were using Degrafa for skinning). That wasn&#8217;t the issue. We changed around some embeds. That wasn&#8217;t the issue. Greg eventually narrowed it down to using the Flex Component Kit for skinning as the issue by reverting a sample skin back to the &#8220;stateless&#8221; way of creating skins. When that was done there was a substantial difference.</p>
<p>The thing is, this issue may not be very noticeable in smaller applications. It&#8217;s when you begin to add more controls that the issue becomes very apparent, which may explain why nothing really comes up when you do a Google search.</p>
<p>Patrick Hansen, the UX Designer who created the skins, has <a title="Patrick Hansen" href="http://patrickhansen.com/blog/index.php/2009/03/05/flex-stateful-skins-vs-stateless?blog=3" target="_blank">written about the issue from a designer perspective</a> and Greg Owen has <a title="Greg Owen" href="http://behindtheui.blogspot.com/2009/03/flex-component-kit-cpu-black-hole.html" target="_blank">written a post from a developer&#8217;s perspective</a>. They&#8217;ve also provided sample files so you can see the issue first hand.</p>
<p><a href="http://pc.de/pages/performance-issues-be">Belorussian</a> provided by <a href="http://pc.de/">Patricia</a></p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2009/03/05/performance-issues-using-the-flex-component-kit-for-flash/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash Catalyst Presentation</title>
		<link>http://scalenine.com/blog/2009/02/02/flash-catalyst-presentation/</link>
		<comments>http://scalenine.com/blog/2009/02/02/flash-catalyst-presentation/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 00:11:30 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[flash catalyst]]></category>
		<category><![CDATA[flex camp]]></category>
		<category><![CDATA[orange county]]></category>
		<category><![CDATA[presentation]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/?p=299</guid>
		<description><![CDATA[
Here&#8217;s my Flash Catalyst presentation slides and source files from this weekend&#8217;s Flex Camp Orange County. Along with the slides (which I partly borrowed from Ryan Stewart), I walked through the &#8220;next-gen&#8221; workflow of creating a design, bringing the design into Flash Catalyst, then taking that into Flex Builder 4 to add some data.
The app [...]]]></description>
			<content:encoded><![CDATA[<div id="__ss_978498" style="width: 425px; text-align: left; margin: 10px auto; padding: 10px; border: solid 1px #CCC; background-color: #fff;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=flashcatalystfcoc-1233547266579055-3&amp;stripped_title=flash-catalyst-at-flex-camp-orange-county" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=flashcatalystfcoc-1233547266579055-3&amp;stripped_title=flash-catalyst-at-flex-camp-orange-county" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<p>Here&#8217;s my Flash Catalyst presentation slides and source files from this weekend&#8217;s Flex Camp Orange County. Along with the slides (which I partly borrowed from Ryan Stewart), I walked through the &#8220;next-gen&#8221; workflow of creating a design, bringing the design into Flash Catalyst, then taking that into Flex Builder 4 to add some data.</p>
<p><a href="http://scalenine.com/blog/wp-content/uploads/2009/02/picture-1.pdf"></a><a href="http://scalenine.com/blog/wp-content/uploads/2009/02/contact-app.jpg"><img class="alignright size-medium wp-image-303" title="Contact App" src="http://scalenine.com/blog/wp-content/uploads/2009/02/contact-app-299x210.jpg" alt="" width="179" height="126" /></a>The app I walked through was kind of a social address book. Along with some basic interactions I added in some 3D flip action and a expandable drawer. It was a pretty simple example, but it was plenty to go through in the 40 minute time slot. You can <a href="http://share.scalenine.com/flexcamp/catalyst/ContactAppDesign.html" target="_blank">view the final app here</a>.</p>
<p>If you&#8217;re interested in walking through the workflow yourself, you can download the Illustrator CS4 file, Flash Catalyst FXP file, final Flex Builder source and slides in a single zip file: <a href="http://share.scalenine.com/flexcamp/catalyst/FlashCatalystSource.zip" target="_blank">Get the Flash Catalyst Source files.</a></p>
<p><img class="alignleft" title="Cupcakes" src="http://s3.amazonaws.com/bk_store/images/photo_object/photos/2/4/2490568/photo.jpg" alt="" width="130" height="173" />The turn out for Flex Camp Orange County was great! And who can resist <a title="Cupcakes" href="http://www.twopartssugar.com/blog/2009/01/31/adobe-and-flex-icon-cupcakes/" target="_blank">Flex and AIR cupcakes</a> from<a title="TwoPartsSugar" href="http://www.twopartssugar.com/" target="_blank"> Two Parts Sugar</a>. Thanks to Nahuel, Laura and Jeremy from <a href="http://www.asfusion.com" target="_blank">ASFusion</a> for putting things together, as well as Tom and John of <a href="http://www.360conferences.com" target="_blank">360|Conferences</a>.</p>
<p>If you&#8217;re looking for the Degrafa presentation Tom Gonzalez and I gave, I&#8217;ll be posting it to the <a title="Degrafa" href="http://www.degrafa.org/blog/" target="_blank">Degrafa blog</a>, or you can <a title="Degrafa" href="http://www.slideshare.net/scalenine/degrafa-top-5-fetures" target="_blank">see the slides here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2009/02/02/flash-catalyst-presentation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Objectified</title>
		<link>http://scalenine.com/blog/2009/01/22/objectified/</link>
		<comments>http://scalenine.com/blog/2009/01/22/objectified/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 00:18:41 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[documentary]]></category>
		<category><![CDATA[helvetica]]></category>
		<category><![CDATA[industrial design]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[objectified]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/?p=295</guid>
		<description><![CDATA[I just caught the trailer for this film and can&#8217;t wait to see it. The film is called &#8220;Objectified&#8221;:
Objectified is a feature-length independent documentary about industrial design. It’s a look at the creativity at work behind everything from toothbrushes to tech gadgets.
The film is done by the same person who did a documentary on Helvetica, [...]]]></description>
			<content:encoded><![CDATA[<p>I just caught the trailer for this film and can&#8217;t wait to see it. The film is called <a title="Objectified" href="http://www.objectifiedfilm.com/" target="_blank">&#8220;Objectified&#8221;</a>:</p>
<blockquote><p>Objectified is a feature-length independent documentary about industrial design. It’s a look at the creativity at work behind everything from toothbrushes to tech gadgets.</p></blockquote>
<p>The film is done by the same person who did a documentary on <a title="Helvetica" href="http://www.helveticafilm.com/" target="_blank">Helvetica</a>, Gary Hustwit. I&#8217;m not sure if I&#8217;ll be able to make it to <a title="SXSW" href="http://www.sxsw.com/" target="_blank">SXSW</a>, but until then there&#8217;s always the trailer:</p>
<p><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/S9E2D2PaIcI&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/S9E2D2PaIcI&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2009/01/22/objectified/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Camp Orange County</title>
		<link>http://scalenine.com/blog/2009/01/14/flex-camp-orange-county/</link>
		<comments>http://scalenine.com/blog/2009/01/14/flex-camp-orange-county/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 23:34:39 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[degrafa]]></category>
		<category><![CDATA[flex camp]]></category>
		<category><![CDATA[orange county]]></category>
		<category><![CDATA[tony hillerson]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/?p=292</guid>
		<description><![CDATA[If you live in Southern California and are interested in Flex, you should make your way Flex Camp being held in Orange County on January 31st. There&#8217;s a nice range of topics that should be of interest to developers and designers alike.
A number of fellow developers from Denver will be going to speak. I&#8217;ll be [...]]]></description>
			<content:encoded><![CDATA[<p>If you live in Southern California and are interested in Flex, you should make your way Flex Camp being held in Orange County on January 31st. There&#8217;s a nice <a title="Flex Camp OC" href="http://www.flexcampoc.com/" target="_blank">range of topics</a> that should be of interest to developers and designers alike.</p>
<p><img class="alignleft" title="Flex Camp Orange County" src="http://scalenine.com/blog/source/images/ocicon.jpg" alt="" width="112" height="108" />A number of fellow developers from Denver will be going to speak. I&#8217;ll be heading down there with<a title="Tony Hillerson" href="http://thillerson.blogspot.com/" target="_blank"> Tony Hillerson</a> to present on <a title="Degrafa" href="http://www.degrafa.org" target="_blank">Degrafa</a>, while Tony is speaking on Flex Frameworks.</p>
<p>To learn more about Flex Camp Orange County, you can <a title="Flex Camp OC" href="http://www.flexcampoc.com/" target="_blank">check out the website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2009/01/14/flex-camp-orange-county/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Goodbye 2008.</title>
		<link>http://scalenine.com/blog/2008/12/23/goodbye-2008/</link>
		<comments>http://scalenine.com/blog/2008/12/23/goodbye-2008/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 06:30:20 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[new year]]></category>
		<category><![CDATA[reflection]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/?p=285</guid>
		<description><![CDATA[Like so many others, I thought I&#8217;d do a personal year end wrap up of 2008. This year flew by and a ton happened in just 12 short months.
The Book
A good portion of my free time this year was consumed by the book Andy and I wrote, &#8220;Creating Visual Experiences with Flex 3.0&#8243;. Writing a [...]]]></description>
			<content:encoded><![CDATA[<p>Like so many others, I thought I&#8217;d do a personal year end wrap up of 2008. This year flew by and a ton happened in just 12 short months.</p>
<h4>The Book</h4>
<p>A good portion of my free time this year was consumed by the book Andy and I wrote, &#8220;Creating Visual Experiences with Flex 3.0&#8243;. Writing a book is something I had always thought about writing, but never knew what about. The subject matter for the book became immediately apparent after giving a presentation at 360|Flex. Andy and I jumped in with both feet and are glad to see all the work we put into the book has paid off with good reviews coming in.</p>
<p>For those of you asking for a poster of the diagrams in the back of the book, we&#8217;re working on it.</p>
<h4>ScaleNine</h4>
<p>ScaleNine has been doing pretty well. I&#8217;ve been slacking on updates to the Showcase and Resources sections because of other things I&#8217;ve gotten involved with. I was able to put on a contest thanks to Adobe, specifically Andrew Shorten and Mike Potter, and EffectiveUI. Not only did Patrick Hansen whip together an awesome logo, but we got a great response with 20+ themes added to ScaleNine.</p>
<p>Stats for the site have definitely grown, which is probably in part to the interest in Flex/AIR growing. Here&#8217;s some numbers:</p>
<p>124,470 Unique Visitors</p>
<p>533,319 Page Views</p>
<p>197,399 Visits</p>
<p>Last year stats were 145,427 visits, 323,763 page views and 90,446 visitors. Sounds like I need to start getting some ads on there to generate some revenue for the long hours managing the site <img src='http://scalenine.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<h4>Degrafa</h4>
<p>This year has been an exciting one for Degrafa. Working with Adobe to find a happy medium with Degrafa and FXG was great to see and I think some of the full benefits of that are still to come. What&#8217;s really been amazing is the number of downloads, the amount of community support (like tutorials, screencasts and samples) and seeing some big name companies using the framework. We get emails from people all the time saying that the reason they looked at Flex was because of Degrafa. It&#8217;s stuff like that that keeps the team going.</p>
<p>I think this year is going to be awesome for Degrafa. We have several things in the works that are going to blow people&#8217;s minds. We&#8217;re on our way to Degrafa 1.0, but we&#8217;re also looking at things that will compliment the framework and make it a very approachable solution for designer&#8217;s and developers.</p>
<h4>Effective UI</h4>
<p>In February of 2008 I started at EffectiveUI as an Experience Architect. The first project I got to work on was awesome. I got to architect, design and develop a fun AIR application that I hope to share more information about soon.</p>
<p>Since that first project I&#8217;ve been able to work with technologies beyond Flex (iPhone, Android, etc.) and across different types of devices. It&#8217;s been fun, as each device/technology/app offers it&#8217;s own set of problems.</p>
<p>I&#8217;ve also been able to hone my design skills at a rapid pace. The design team at EffectiveUI is awesome. It&#8217;s the reason I moved to Denver, so I could sit right in the middle of it. The conversations that fly around just amaze me and I couldn&#8217;t imagine not going into the &#8220;office&#8221; every day.</p>
<p>I&#8217;m excited to see what we do this next year as a company. If it&#8217;s anything like what we&#8217;ve talked about, it&#8217;s going to rock!</p>
<h4>The Industry</h4>
<p>I&#8217;m excited to see where things go in the industry in 2009. 2008 almost felt like a transitionary state that will take new paths in 2009 with things like Flash Catalyst, Android, 3D and more. Sitting right in the middle of it all is definitely inspiring.</p>
<h4>Other Stuffs</h4>
<p>Beyond all the work stuff, my fiancé and I have settled into Denver (oh yeah, I&#8217;m engaged). It&#8217;s a great city. Granted it is colder than Southern California, it&#8217;s what I wanted. A change.</p>
<p>This year also saw me go out and present a bit more. I was excited to make it out to MAX Europe to present on &#8220;Prototyping AIR Applications with Fireworks CS4&#8243;. Maybe next year I can hit a trifecta for MAX (North America, Europe &amp; Japan).</p>
<h4>Future Stuffs</h4>
<p>Another things I&#8217;ve always wanted to do is start my own successful business. Whether by myself or with others. There&#8217;s nothing to report on that yet, but I&#8217;ve got ideas and several seeds have been planted. I&#8217;m excited to see if any of them take in 2009.</p>
<p>One of my goals for 2009 is to crank out more screencasts. I can make them much more quickly than tutorial blog posts, but that&#8217;s probably cause I don&#8217;t do any editing.</p>
<h4>The End</h4>
<p>So, this post turned out to be much longer than I expected and I&#8217;m sure I forgot to mention some stuff. Anyway, I look forward to seeing everyone in 2009. See you next year!</p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2008/12/23/goodbye-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe MAX Presentation and Source</title>
		<link>http://scalenine.com/blog/2008/12/01/adobe-max-presentation-and-source/</link>
		<comments>http://scalenine.com/blog/2008/12/01/adobe-max-presentation-and-source/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 18:18:22 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[fireworks]]></category>
		<category><![CDATA[max]]></category>
		<category><![CDATA[prototyping]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/?p=281</guid>
		<description><![CDATA[Here are the presentation slides and source files for the presentation I gave at MAX Europe titled, &#8220;Prototyping Adobe AIR Applications with Fireworks CS4&#8243;. The slides give a brief overview of prototyping, using Fireworks, why AIR and set the stage for the application that was prototyped during my session.

Download the Slides
Download the Source
This is my [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the presentation slides and source files for the presentation I gave at MAX Europe titled, &#8220;Prototyping Adobe AIR Applications with Fireworks CS4&#8243;. The slides give a brief overview of prototyping, using Fireworks, why AIR and set the stage for the application that was prototyped during my session.</p>
<div id="__ss_806485" style="width: 425px; text-align: left; border: solid 1px #CCC; padding: 4px; background-color: #fff; margin: 0 20px 10px 20px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=prototypingairwithfwmax2008-1228154099642720-8&amp;stripped_title=prototyping-adobe-air-applications-with-fireworks-cs4-presentation" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=prototypingairwithfwmax2008-1228154099642720-8&amp;stripped_title=prototyping-adobe-air-applications-with-fireworks-cs4-presentation" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<p><a title="Presentation Slides" href="http://share.scalenine.com/source/AdobeMAX/PrototypingAIRwithFW_MAX2008.pdf" target="_blank">Download the Slides</a></p>
<p><a title="Presentation Source" href="http://share.scalenine.com/source/AdobeMAX/PrototypingAIRwithFW_MAX2008.zip" target="_blank">Download the Source</a></p>
<p>This is my first MAX I&#8217;ve spoken at and the first MAX Europe I&#8217;ve attended. Overall I think the presentation went well and I look forward to the opportunity to speak at future MAX events. Tomorrow I&#8217;ll be speaking with Jason Hawryluk about <a title="Degrafa" href="http://www.degrafa.org" target="_blank">Degrafa</a> during lunch in the Community Lounge.</p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2008/12/01/adobe-max-presentation-and-source/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Heading to MAX Europe</title>
		<link>http://scalenine.com/blog/2008/11/28/heading-to-max-europe/</link>
		<comments>http://scalenine.com/blog/2008/11/28/heading-to-max-europe/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 17:26:32 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[degrafa]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[europe]]></category>
		<category><![CDATA[fireworks]]></category>
		<category><![CDATA[max]]></category>
		<category><![CDATA[presentation]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/?p=277</guid>
		<description><![CDATA[I&#8217;m heading out to MAX Europe in Milan, so if you&#8217;re out there be sure to say hello. I&#8217;ll be there (along with others) representing EffectiveUI and giving a talk on Monday on &#8220;Prototyping AIR Applications using Fireworks CS4&#8243;. I&#8217;m excited to be giving this talk because I use Fireworks everyday and Fireworks CS4 has a lot of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m heading out to MAX Europe in Milan, so if you&#8217;re out there be sure to say hello. I&#8217;ll be there (along with others) representing <a title="EffectiveUI" href="http://www.effectiveui.com" target="_blank">EffectiveUI</a> and giving a talk on Monday on &#8220;Prototyping AIR Applications using Fireworks CS4&#8243;. I&#8217;m excited to be giving this talk because I use Fireworks everyday and Fireworks CS4 has a lot of great productivity features.</p>
<p>I&#8217;m also looking forward to giving a talk on <a title="Degrafa" href="http://www.degrafa.org" target="_blank">Degrafa</a> with Jason Hawryluk on Tuesday in the Community Lounge. I think the presentation will probably be the best one ever considering it will be given by the 2 guys who founded Degrafa.</p>
<p>You can learn more about the Degrafa presentation <a title="Degrafa" href="http://www.degrafa.org/blog/2008/11/catch-degrafa-at-adobe-max-europe/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2008/11/28/heading-to-max-europe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screencast: Intro to Adobe Flash Catalyst</title>
		<link>http://scalenine.com/blog/2008/11/26/screencast-intro-to-adobe-flash-catalyst/</link>
		<comments>http://scalenine.com/blog/2008/11/26/screencast-intro-to-adobe-flash-catalyst/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 03:26:34 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[flash catalyst]]></category>
		<category><![CDATA[screencasts]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[interaction]]></category>
		<category><![CDATA[screencast]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/?p=259</guid>
		<description><![CDATA[I just recently got ScreenFlow and have been playing around with Adobe&#8217;s new interaction design tool, Flash Catalyst, so I thought I&#8217;d make a screencast to test out some of the features of ScreenFlow. I also wanted to try to share some info about Flash Catalyst for those of you who didn&#8217;t get to go [...]]]></description>
			<content:encoded><![CDATA[<p>I just recently got <a title="ScreenFlow" href="http://www.flip4mac.com/screenflow.htm" target="_blank">ScreenFlow</a> and have been playing around with Adobe&#8217;s new interaction design tool, <a title="Flash Catalyst" href="http://labs.adobe.com/technologies/flashcatalyst/" target="_blank">Flash Catalyst</a>, so I thought I&#8217;d make a screencast to test out some of the features of ScreenFlow. I also wanted to try to share some info about Flash Catalyst for those of you who didn&#8217;t get to go to MAX and get a preview release.</p>
<div style="border:solid 1px #CCC; padding:4px; background-color:#FFF; margin:0 5px 10px 5px;"><object width="500" height="281"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=2358266&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=2358266&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="281"></embed></object></div>
<p>Hopefully I can get myself into the habit of throwing together some quick screencasts surrounding all kinds of content around creating UIs for Flex, AIR and AJAX apps. Creative Suite 4 has a lot of great new stuff geared towards making those workflows much easier.</p>
<p>I&#8217;m thinking of switching to screencasts for more tutorial-oriented content. To make this screencast it took me 30 minutes. I did very minimal preparation, did no editing and it&#8217;s pretty casual. In future screencasts you&#8217;ll probably hear phones ring and dogs bark, but I&#8217;m not going for pro production here, just a quicker way to get information out in a more meaningful way.</p>
<p>We&#8217;ll see how it goes.</p>
<div class="inset-note">
<h4>Screencast</h4>
<h3>Introduction to Adobe Flash Catalyst</h3>
<p>In this screencast we&#8217;ll walk through some of the UI elements of Adobe® Flash® Catalyst, create interactions for a basic Button and take a glimpse at the Code View.</p>
<p><a href="http://vimeo.com/2358266?pg=embed&#038;sec=2358266&#038;hd=1">View the Screencast in HD</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2008/11/26/screencast-intro-to-adobe-flash-catalyst/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>G-Speak Spatial Operating Environment</title>
		<link>http://scalenine.com/blog/2008/11/14/g-speak-spatial-operating-environment/</link>
		<comments>http://scalenine.com/blog/2008/11/14/g-speak-spatial-operating-environment/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 20:03:07 +0000</pubDate>
		<dc:creator>Juan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://scalenine.com/blog/?p=251</guid>
		<description><![CDATA[
John McCree, a fellow Experience Architect here at EffectiveUI, sent some good Friday inspirational linkage around the office (see below). It&#8217;s called G-Speak and it&#8217;s developed by Oblong Industries.
The g-speak platform is a complete application development and execution environment that redresses the dire constriction of human intent imposed by traditional GUIs.
I&#8217;ve seen some similar stuff floating [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><object width="460" height="265"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=2229299&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=2229299&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="460" height="265"></embed></object></p>
<p>John McCree, a fellow Experience Architect here at <a title="EffectiveUI" href="http://www.effectiveui.com" target="_blank">EffectiveUI</a>, sent some good Friday inspirational linkage around the office (see below). It&#8217;s called G-Speak and it&#8217;s developed by <a title="Oblong" href="http://www.oblong.com/" target="_blank">Oblong Industries</a>.</p>
<blockquote><p>The g-speak platform is a complete application development and execution environment that redresses the dire constriction of human intent imposed by traditional GUIs.</p></blockquote>
<p>I&#8217;ve seen some similar stuff floating around, but this seems much more evolved and pretty amazing. I&#8217;m not sure how I&#8217;d feel waving my hands around without any tactile response, but I&#8217;m sure it&#8217;s something I could get used to. You can check out some more <a title="Vimeo" href="http://vimeo.com/user922585" target="_blank">videos on Vimeo here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://scalenine.com/blog/2008/11/14/g-speak-spatial-operating-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
