<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>ShortFusion Blog - Flash</title>
			<link>http://blog.shortfusion.com/index.cfm</link>
			<description>Furious Coding</description>
			<language>en-us</language>
			<pubDate>Thu, 09 Sep 2010 13:57:04 -0500</pubDate>
			<lastBuildDate>Fri, 09 Apr 2010 11:27:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>alex@shortfusion.com</managingEditor>
			<webMaster>alex@shortfusion.com</webMaster>
			<itunes:subtitle>Jason&apos;s acronym to go here</itunes:subtitle>
			<itunes:summary>Coldfusion, Flex and more tech blog</itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords>Shortfusion Blog</itunes:keywords>
			<itunes:author>ShortFusion (Alex Frates &amp; Jason Olmsted)</itunes:author>
			<itunes:owner>
				<itunes:email>alex@shortfusion.com</itunes:email>
				<itunes:name>ShortFusion (Alex Frates &amp; Jason Olmsted)</itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>ShortFusion Blog</title>
				<link>http://blog.shortfusion.com/index.cfm</link>
			</image>
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>Tampa Bay Area: Flex 4, Flash Builder 4 and ColdFusion Builder Meetup and Happy Hour (04MAY2010)</title>
				<link>http://blog.shortfusion.com/index.cfm/2010/4/9/Tampa-Bay-Area-Flex-4-Flash-Builder-4-and-ColdFusion-Builder-Meetup-and-Happy-Hour-04MAY2010</link>
				<description>
				
				This Spring is really shaping up to be really good for developers in Tampa.  And of the upcoming events, this is the freebie one that you&apos;ll want to definitely attend.  With promises of T-Shirts, software (Adobe Flash Builder 4/ColdFusion Builder) and potentially other stuff (I&apos;m thinking stickers and maybe posters) - oh and adult bevarages - the &lt;a href=&quot;http://www.meetup.com/florida-web-developers/&quot; target=&quot;_new&quot;&gt;Central Florida Web Developers User Group&lt;/a&gt; is hosting a meetup on Flex 4, Flash Builder 4 and ColdFusion Builder.

&lt;a href=&quot;http://www.meetup.com/florida-web-developers/calendar/13112847/&quot; target=&quot;_new&quot;&gt;Click for details and to RSVP&lt;/a&gt;. 
				</description>
				
				<category>Flash</category>				
				
				<category>Coldfusion</category>				
				
				<category>Adobe</category>				
				
				<category>Flex</category>				
				
				<category>Flex Builder</category>				
				
				<pubDate>Fri, 09 Apr 2010 11:27:00 -0500</pubDate>
				<guid>http://blog.shortfusion.com/index.cfm/2010/4/9/Tampa-Bay-Area-Flex-4-Flash-Builder-4-and-ColdFusion-Builder-Meetup-and-Happy-Hour-04MAY2010</guid>
				
			</item>
			
			<item>
				<title>Keyboard vs Mouse</title>
				<link>http://blog.shortfusion.com/index.cfm/2010/1/19/Keyboard-vs-Mouse</link>
				<description>
				
				Maybe it is because I am enamoured with the world&apos;s ugliest, but potentially &lt;a href=&quot;http://www.warmouse.com&quot; target=&quot;_blank&quot;&gt;coolest mouse&lt;/a&gt;, or maybe it&apos;s that my own mouse is developing quirks that cause me to believe that it is not long for this world, but I&apos;ve been looking at acquiring a new primary HID.  Along those travels, I came across a very old discussion &lt;a href=&quot;http://www.asktog.com/TOI/toi06KeyboardVMouse1.html&quot; target=&quot;_blank&quot;&gt;comparing the Keyboards vs Mice&lt;/a&gt;.  Apparently, Apple spent $50,000,000 in the late &apos;80s, and that&apos;s when $50 million was worth something, to study the Apple Human Interface.  The result was the discovery of two facts:

&lt;ul&gt;
	&lt;li&gt;Test subjects consistently report that keyboarding is faster than mousing.&lt;/li&gt;
	&lt;li&gt;The stopwatch consistently proves mousing is faster than keyboarding.&lt;/li&gt;
&lt;/ul&gt;

Like many things tech, and especially since Apple is involved, opinions run strongly in many directions.  My own concerns are my own requirements for interfacing with the hunk of plastic, silicon and dopants at my desk and what sort of experience do I offer users in the applications that I create, web or otherwise.

I gotta imagine that there are thresholds and conditions that would impact the truth of those two &quot;facts&quot;.  One person mentioned in the article says that &quot;there are NO command key equivalents in my product, Smart Labels, except for Undo, Cut, Copy and Paste&quot;.  The reasoning is that, even though the user may perceive there to be a value in using additional shortcuts, he won&apos;t allow it.  That seems extreme.  What happens when the desired action is hidden behind several layers of menuing or if the action is contextual and you are already using the mouse to highlight the text (modifying case through shortcuts would be very preferable to highlighting and hunting).  My own inclination is to add keyboard shortcuts when time or interface will allow me.  That doesn&apos;t always work and I have lost some recent battles at work to implement minimalistic interfaces that use only keyboard shortcuts.

In that case, it was a dialog box, created by a mouse event that just contained a single text input with listeners for ENTER and ESCAPE.  My reasoning was that the act of calling the dialog would provide the context for the input, hence no label, and that ENTER and ESCAPE are &lt;em&gt;natural&lt;/em&gt; behaviors.  As I said, I lost and now the little interface that could have been was obliged to support a Label, a submit Button, a Cancel button (as the corner &quot;X&quot;) and an instruction line.  My opinion is that, styling aside, the interface is uglier and code is heavier.  (Apparently, I might be a little bitter about this)

Anyway, where are the lines between performance and usability?  I&apos;ve been perusing user experience resources and the focus has been on eliminating the need for a user to think.  And, for casual use software, that makes a lot of sense.  However, for productivity software where a user will spend much of the day, I gotta imagine that the kind and thoughtful UI developer is going to allow for improvements in performance that occur through user training - though that means a lot more than just adding keyboard shortcuts. 
				</description>
				
				<category>Air</category>				
				
				<category>Flash</category>				
				
				<category>Actionscript</category>				
				
				<category>User Experience &amp;amp; User Interface</category>				
				
				<category>Flex</category>				
				
				<pubDate>Tue, 19 Jan 2010 13:51:00 -0500</pubDate>
				<guid>http://blog.shortfusion.com/index.cfm/2010/1/19/Keyboard-vs-Mouse</guid>
				
			</item>
			
			<item>
				<title>Simple Actionscript Color Separator Class</title>
				<link>http://blog.shortfusion.com/index.cfm/2009/12/17/Simple-Actionscript-Color-Separator-Class</link>
				<description>
				
				I saw a blog post discussing how to grab the separate composite colors from a unit in ActionScript.  This has probably been addressed and solved many times, but there does not seem to be a built-in object to take care of this bit of functionality.  You&apos;d think that mx.utils.ColorUtil would be a natural place to find such things, but not so much.

So while the author chose to go with string manipulation, I figure it would be a good opportunity to do a little binary work and create a simple little class to keep everything tidy.

The general scheme is to perform a Right Shift and then an And.  The color information is either 24 or 32 bit with the extra 8 bits in the latter describing the opacity of the pixel.  Shifting makes the desired color channel the least significant amount and the logical and with 0xFF will remove any other remaining information.  So, to get the channels, it would work out like the following:  [More]
				</description>
				
				<category>Flash</category>				
				
				<category>Actionscript</category>				
				
				<category>Flex</category>				
				
				<pubDate>Thu, 17 Dec 2009 15:47:00 -0500</pubDate>
				<guid>http://blog.shortfusion.com/index.cfm/2009/12/17/Simple-Actionscript-Color-Separator-Class</guid>
				
			</item>
			
			<item>
				<title>Actionscript Apps for Android</title>
				<link>http://blog.shortfusion.com/index.cfm/2009/12/14/Actionscript-Apps-for-Android</link>
				<description>
				
				Since I have recently hopped onto the Android bandwagon, I&apos;ve been perusing the market.  After installing the working &lt;a href=&quot;http://code.google.com/p/moonblink/wiki/Tricorder&quot; target=&quot;_blank&quot;&gt;Tricorder&lt;/a&gt; everything does some weak by comparison, but I did press on.

Surprisingly, I found two ActionScript related apps for Android lately:

&lt;ul&gt;
&lt;li&gt;ActionScript Reference for Android&lt;/li&gt;
&lt;li&gt;Flubble&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;ActionScript Reference for Android&lt;/h2&gt;
This ought to be rather self-explanatory.  &lt;a href=&quot;http://www.jadbox.com/&quot; target=&quot;_blank&quot;&gt;Jonathan Dunlap&lt;/a&gt; has whipped together a little &lt;a href=&quot;http://www.jadbox.com/2009/02/actionscript-for-android/&quot; target=&quot;_blank&quot;&gt;android app that offers the AS3 helpdocs&lt;/a&gt;.  Nothing earth shattering, but a nice way to spelunk the docs. I&apos;m thinking that it&apos;ll be my go-to app when I have to kill some time.

&lt;h2&gt;Flubble&lt;/h2&gt;
I haven&apos;t quite figured out what to make of Flubble yet.  Ostensibly, it is a &lt;a href=&quot;http://twostatesaway.com/&quot; target=&quot;_blank&quot;&gt;stubbing app for ActionScript classes&lt;/a&gt;.  I haven&apos;t used this for an actual project yet, but I have run some tests and received my class files both as AS3 and XML.  The XML is an interesting option that threatens to have some potential, though I haven&apos;t worked out quite how I would use it.  It looks to be a nifty little app and I hope that I can fit it into the workflow in some way.

Of course, there are a lot of generic supporting apps to be found (text editors, ftp clients, ftp server (odd), flash card makers and the like), but for some reason I was surprised to find an app like Flubble.  It does get the wheels turning about what sort of apps could be created for the platform. 
				</description>
				
				<category>Flash</category>				
				
				<category>Actionscript</category>				
				
				<category>Flex</category>				
				
				<pubDate>Mon, 14 Dec 2009 10:09:00 -0500</pubDate>
				<guid>http://blog.shortfusion.com/index.cfm/2009/12/14/Actionscript-Apps-for-Android</guid>
				
			</item>
			
			<item>
				<title>Flash &amp; Flex Developer Magazine Is Free With Community Resources</title>
				<link>http://blog.shortfusion.com/index.cfm/2009/10/20/Flash--Flex-Developer-Magazine-Is-Free-With-Community-Resources</link>
				<description>
				
				For those that may not be aware, &lt;a href=&quot;http://ffdmag.com/&quot; target=&quot;_blank&quot;&gt;Flash &amp; Flex Developer Magazine&lt;/a&gt; has moved to a free, online distribution model.  This is a plus because they used to be quite expensive.  I&apos;m not the biggest fan of their site layout, it used to be torturous to navigate it, but they seem to be improving it.

And, as a bonus, they have a &lt;a href=&quot;http://ffdmag.com/community&quot; target=&quot;_blank&quot;&gt;flash and flex community section&lt;/a&gt; that allows you to add your own blog, along with whatever description you care to give yourself (here is the ShortFusion &lt;a href=&quot;http://ffdmag.com/article/9868-shortfusion-com&quot; target=&quot;_blank&quot;&gt;blog profile&lt;/a&gt;).  They also have areas to promote usergroups and events.  [More]
				</description>
				
				<category>Air</category>				
				
				<category>Flash</category>				
				
				<category>Actionscript</category>				
				
				<category>Flex</category>				
				
				<pubDate>Tue, 20 Oct 2009 11:27:00 -0500</pubDate>
				<guid>http://blog.shortfusion.com/index.cfm/2009/10/20/Flash--Flex-Developer-Magazine-Is-Free-With-Community-Resources</guid>
				
			</item>
			
			<item>
				<title>Question about Flash Cross-Compile to iPhone</title>
				<link>http://blog.shortfusion.com/index.cfm/2009/10/14/Question-about-Flash-CrossCompile-to-iPhone</link>
				<description>
				
				I mentioned in my last post that an iPhone developer attended a Flex presentation that I gave.  He was hoping to get some info on how he might use Flash as a means of producing apps instead of Objective C.  Not sure what development environments exist for iPhone development presently, but the idea of using Flash is obviously titillating to some.  [More]
				</description>
				
				<category>Flash</category>				
				
				<category>Actionscript</category>				
				
				<category>Flex</category>				
				
				<pubDate>Wed, 14 Oct 2009 10:07:00 -0500</pubDate>
				<guid>http://blog.shortfusion.com/index.cfm/2009/10/14/Question-about-Flash-CrossCompile-to-iPhone</guid>
				
			</item>
			
			<item>
				<title>Online Actionscript IDE</title>
				<link>http://blog.shortfusion.com/index.cfm/2009/10/8/Online-Actionscript-IDE</link>
				<description>
				
				I often muse that one of the primary reasons I can&apos;t break the MS Windows habit is that Adobe doesn&apos;t treat Linux as a first class target platform.  I&apos;ve blogged about this &lt;a href=&quot;http://blog.shortfusion.com/index.cfm/2009/2/1/Remove-SVN-From-Windows-Folders-and-Rant-On-How-Adobe-Locks-Me-Into-Microsft&quot; target=&quot;_blank&quot;&gt;before&lt;/a&gt;, but it is still annoying.  

And Mac isn&apos;t an option for several reasons:  [More]
				</description>
				
				<category>Flash</category>				
				
				<category>Actionscript</category>				
				
				<pubDate>Thu, 08 Oct 2009 11:23:00 -0500</pubDate>
				<guid>http://blog.shortfusion.com/index.cfm/2009/10/8/Online-Actionscript-IDE</guid>
				
			</item>
			
			<item>
				<title>Preventing The Browser From Returning A Cached SWF</title>
				<link>http://blog.shortfusion.com/index.cfm/2009/8/27/Preventing-The-Browser-From-Returning-A-Cached-SWF</link>
				<description>
				
				A quick little snippet using Coldfusion to avoid swf caching at the browser.  Swf caching can be a real pain in the but during the development and it can also be annoying in production.  When you make updates, you actually want to view them.  Anyway, enough chit chat:

&lt;pre&gt;&lt;code&gt;swfobject.embedSWF(&apos;myFlashApplication.swf?nocache=#CreateUUID()#&apos;, &apos;myDiv&apos;, &apos;600&apos;, &apos;480&apos;, &apos;9.0.0&apos;, &apos;expressInstall.swf&apos;,{},{});&lt;/code&gt;&lt;/pre&gt;

So the above snippet, using swfobject because it does the trick so nicely, shows that we are throwing a url parameter at the swf to be injects.  Essentially, this does nothing at all.  However, the Coldfusion CreateUUID() function will give us an easy-to-generate unique number every time and the unique param.  The browser sees a unique url and will grab the swf anew each time. 
				</description>
				
				<category>Flash</category>				
				
				<category>Coldfusion</category>				
				
				<category>Flex</category>				
				
				<pubDate>Thu, 27 Aug 2009 23:28:00 -0500</pubDate>
				<guid>http://blog.shortfusion.com/index.cfm/2009/8/27/Preventing-The-Browser-From-Returning-A-Cached-SWF</guid>
				
			</item>
			
			<item>
				<title>Actionscript: TextFormat vs StyleSheet</title>
				<link>http://blog.shortfusion.com/index.cfm/2009/6/24/Actionscript-TextFormat-vs-StyleSheet</link>
				<description>
				
				For handling formatting of TextFields in Actionscript, your two easy options are TextFormat and StyleSheets. And they are mostly equivalent in the level of formatting control that they offer:


&lt;Table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;&lt;tr&gt;&lt;td&gt;
&lt;table width=&quot;600&quot; border=&quot;0&quot;&gt;
  &lt;tr&gt;
    &lt;th style=&quot;text-align:left;&quot;&gt;TextFormat&lt;/th&gt;
    &lt;th style=&quot;text-align:left;&quot;&gt;StyleSheet&lt;/th&gt;
    &lt;th style=&quot;text-align:left;&quot;&gt;Note&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;blockIndent&lt;/td&gt;
    &lt;td&gt;-&lt;/td&gt;
    &lt;td&gt;value to indent entire block instead of only first line&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
  	&lt;td&gt;-&lt;/td&gt;
    &lt;td&gt;display&lt;/td&gt;    
    &lt;td&gt;Supported values are inline, block, none&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;bold&lt;/td&gt;
    &lt;td&gt;fontWeight&lt;/td&gt;
    &lt;td&gt;TF: true|false; SS: normal:bold&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;bullet&lt;/td&gt;
    &lt;td&gt;-&lt;/td&gt;
    &lt;td&gt;TF: part of bulleted list&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;color&lt;/td&gt;
    &lt;td&gt;color&lt;/td&gt;
    &lt;td&gt;TF: AS notation (0xFFFFFF); SS: HTML (#FFFFFF)&lt;/td&gt;
  &lt;/tr&gt;  
  &lt;tr&gt;
    &lt;td&gt;font&lt;/td&gt;
    &lt;td&gt;fontFamily&lt;/td&gt;
    &lt;td&gt;TF: 1 font; SS: uses comma separated list of fonts&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;indent&lt;/td&gt;
    &lt;td&gt;textIndent&lt;/td&gt;
    &lt;td&gt;&amp;nbsp;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;italic&lt;/td&gt;
    &lt;td&gt;fontStyle&lt;/td&gt;
    &lt;td&gt;TF: true|false; SS: normal|italic&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;kerning&lt;/td&gt;
    &lt;td&gt;kerning&lt;/td&gt;
    &lt;td&gt;&amp;nbsp;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;leading&lt;/td&gt;
    &lt;td&gt;leading&lt;/td&gt;
    &lt;td&gt;&amp;nbsp;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;leftMargin&lt;/td&gt;
    &lt;td&gt;marginLeft&lt;/td&gt;
    &lt;td&gt;&amp;nbsp;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;letterSpacing&lt;/td&gt;
    &lt;td&gt;letterSpacing&lt;/td&gt;
    &lt;td&gt;&amp;nbsp;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;rightMargin&lt;/td&gt;
    &lt;td&gt;marginRight&lt;/td&gt;
    &lt;td&gt;&amp;nbsp;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;size&lt;/td&gt;
    &lt;td&gt;fontSize&lt;/td&gt;
    &lt;td&gt;&amp;nbsp;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;tabStops&lt;/td&gt;
    &lt;td&gt;-&lt;/td&gt;
    &lt;td&gt;Size of tab&lt;/td&gt;
  &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td&gt;target&lt;/td&gt;
    &lt;td&gt;-&lt;/td&gt;
    &lt;td&gt;target of link if url != null&lt;/td&gt;
  &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td&gt;underline&lt;/td&gt;
    &lt;td&gt;textDecoration&lt;/td&gt;
    &lt;td&gt;TF: true|false; SS: none|underline&lt;/td&gt;
  &lt;/tr&gt;  
  &lt;tr&gt;
    &lt;td&gt;url&lt;/td&gt;
    &lt;td&gt;-&lt;/td&gt;
    &lt;td&gt;Setting to non-null value makes text a clickable link&lt;/td&gt;
  &lt;/tr&gt;  
&lt;/table&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/Table&gt;

(Created from Adobe docs on &lt;a href=&quot;http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/text/StyleSheet.html&quot; target=&quot;_new&quot;&gt;StyleSheets&lt;/a&gt; and &lt;a href=&quot;http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/&quot; target=&quot;_new&quot;&gt;TextFormat&lt;/a&gt;)

The use of the two types of flash text formatting options are very similar as well:  [More]
				</description>
				
				<category>Pure Actionscript</category>				
				
				<category>Flash</category>				
				
				<pubDate>Wed, 24 Jun 2009 23:23:00 -0500</pubDate>
				<guid>http://blog.shortfusion.com/index.cfm/2009/6/24/Actionscript-TextFormat-vs-StyleSheet</guid>
				
			</item>
			
			<item>
				<title>Thoughts on Embedding Fonts In Web Pages &amp; Navigational Menus</title>
				<link>http://blog.shortfusion.com/index.cfm/2009/6/20/Thoughts-on-Embedding-Fonts--Navigational-Menus</link>
				<description>
				
				&lt;p&gt;
I&apos;m working on a little web interface for a friend that involves the use of a specific font for the navigation menu items.  So far, I&apos;ve have been a good little developer and have kept everything neat and tidy.  The html contains just html with imported style sheets and I have eschewed using javascript by positioning everything with CSS.  I can get away with it as a conscious decision was made to ignore IE6 and conform to standards (at least insomuch as the standards are implemented in IE7+, FF3+, and Chrome (assuming that means all webkit browsers &amp; I&apos;ll test to make sure that it looks OK in AIR applications too) ).
&lt;/p&gt;

&lt;p&gt;
But fonts are a pain.  The friend is a designer, the font &lt;em&gt;WILL&lt;/em&gt; be used.  That leaves embedding graphics, sIFR, prepackaged  Flash or custom Flash.  Custom Flash is last because that is what I used, but I will dispatch with the other options as quickly as I can. (There is the @font-face; MS has an &lt;a href=&quot;http://www.microsoft.com/typography/WEFT.mspx&quot; target=&quot;_new&quot;&gt;IE only font embedding scheme&lt;/a&gt;, *.eot files, and FF3.5 will &lt;a href=&quot;https://developer.mozilla.org/en/CSS/@font-face&quot; target=&quot;_new&quot;&gt;support embedding TTFs&lt;/a&gt; but neither is presently practical for wide use.)
&lt;/p&gt;  [More]
				</description>
				
				<category>Pure Actionscript</category>				
				
				<category>Flash</category>				
				
				<category>Open Source</category>				
				
				<pubDate>Sat, 20 Jun 2009 13:55:00 -0500</pubDate>
				<guid>http://blog.shortfusion.com/index.cfm/2009/6/20/Thoughts-on-Embedding-Fonts--Navigational-Menus</guid>
				
			</item>
			
			<item>
				<title>Free Business Cards</title>
				<link>http://blog.shortfusion.com/index.cfm/2009/4/27/Free-Business-Cards</link>
				<description>
				
				Just a quick heads up.  My employer, imageMEDIA (a great source for &lt;a href=&quot;http://www.imagemedia.com&quot;&gt;postcard printing and more&lt;/a&gt;) is launching an improved version of our flash-based business card designer (Alex did the work on improving this one) and are offering 100 free business cards to the first 100 users.  If you need business cards, this ought to be pretty handy.

Just go to the &lt;a href=&quot;http://www.imagemedia.com/design/bizcard100.cfm&quot;&gt;promotional landing page&lt;/a&gt; for the details or go straight to the template selector for the &lt;a href=&quot;http://www.imagemedia.com/components/bcd/html/tbrowser.cfm&quot;&gt;Business Card Designer&lt;/a&gt; and use promo code FreeBizCard09. 
				</description>
				
				<category>Flash</category>				
				
				<category>Personal</category>				
				
				<pubDate>Mon, 27 Apr 2009 16:18:00 -0500</pubDate>
				<guid>http://blog.shortfusion.com/index.cfm/2009/4/27/Free-Business-Cards</guid>
				
			</item>
			
			<item>
				<title>More Flash Site Navigation</title>
				<link>http://blog.shortfusion.com/index.cfm/2009/3/17/More-Flash-Site-Navigation</link>
				<description>
				
				Some additional thoughts on the site navigation in Flash.  I have a deployed version that you can check out at a great place for &lt;a href=&quot;&quot;&gt;postcard printing&lt;/a&gt; - actually, make it a two-fer and checkout a &lt;a href=&quot;http://www.imagemedia.com/mail/direct-mail-roi.cfm&quot;&gt;mail roi calculator&lt;/a&gt; that Alex and I created (Alex made it pretty). (Quick aside, I am responsible it seems for a lot of the facets of SEO at imageMEDIA, so I am pretty much obliged to give the link).  

I ran into a few problems at deployment that were aggravating, yet solvable. So, for my own recollection and the potential to help someone else, here we go:

Problems:
&lt;ol&gt;
&lt;li&gt;Firefox: When the swf loses focus, particularly with scrolling and other page interaction, the drop down menus will not display until the swf is re-focused by clicking.&lt;/li&gt;
&lt;li&gt;Firefox: A border will sometimes appear around the swf; particularly after you click it to re-activate the drop downs.&lt;/li&gt;
&lt;li&gt;IE: Browser lose track of the swf and not align mouse event with the flash.&lt;/li&gt;
&lt;/ol&gt;

Solutions:  [More]
				</description>
				
				<category>Flash</category>				
				
				<category>SEO</category>				
				
				<category>Open Source</category>				
				
				<pubDate>Tue, 17 Mar 2009 10:13:00 -0500</pubDate>
				<guid>http://blog.shortfusion.com/index.cfm/2009/3/17/More-Flash-Site-Navigation</guid>
				
			</item>
			
			<item>
				<title>Site Navigation Menus, Pure Actionscript &amp; FlashDevelop</title>
				<link>http://blog.shortfusion.com/index.cfm/2009/2/26/Site-Navigation-Menus-Pure-Actionscript--FlashDevelop</link>
				<description>
				
				&lt;p&gt;
A recent requirement at work had me having to forgo Flex for a Flash project.  I&apos;m replacing a DHTML site navigation system that employs several images, javascript libraries and, more importantly, places over 70 links onto any given page of the site.  I&apos;ve inherited the job of cleaning up the site SEO-wise and all of these links prevent me from cleanly sculpting the site.  At the same time, I am working on improving the performance of the site, and, soon, improving the functionality of the navigation.  
&lt;/p&gt;
&lt;p&gt;
Anyway, while I like Flex - really, I like Flex, we need to get a room or something - she can be too heavy for some tasks, and the thought of dropping over &lt;strong&gt;100KB&lt;/strong&gt; of Flashy goodness on everything single page of the site is less than desirable.  Instead, at my current level, I am more than halfway there just using a pure Actionscript Flash project and I have kept my SWF size down to under &lt;strong&gt;4KB&lt;/strong&gt;. Keep in mind, I am using an XML supporting doc that adds 7KB or so, but I would use the same file for Flex or Flash.  [More]
				</description>
				
				<category>Pure Actionscript</category>				
				
				<category>Flash</category>				
				
				<category>SEO</category>				
				
				<category>Open Source</category>				
				
				<pubDate>Thu, 26 Feb 2009 23:10:00 -0500</pubDate>
				<guid>http://blog.shortfusion.com/index.cfm/2009/2/26/Site-Navigation-Menus-Pure-Actionscript--FlashDevelop</guid>
				
			</item>
			</channel></rss>