<?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 - Open Source</title>
			<link>http://blog.shortfusion.com/index.cfm</link>
			<description>Furious Coding</description>
			<language>en-us</language>
			<pubDate>Thu, 09 Sep 2010 13:53:20 -0500</pubDate>
			<lastBuildDate>Sat, 20 Jun 2009 13:55: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>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>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>
			
			<item>
				<title>Open Source Actionscript &amp; Flash</title>
				<link>http://blog.shortfusion.com/index.cfm/2009/1/7/Open-Source-Actionscript--Flash</link>
				<description>
				
				So I am still working on various projects, but I made a little incursion into the world of open source flash development.  So as to not forget what I encountered, I&apos;ll review a bit of it for future reference.

&lt;h2&gt;IDE&lt;/h2&gt;
I had gotten it in my head that, absent Flex Builder or Flash, development pretty much meant hobbling something together in Eclipse with the SDk and pasting it all together with Ant scripts.  However, I took a look-see at &lt;a href=&quot;http://www.flashdevelop.org&quot; target=&quot;_blank&quot;&gt;FlashDevelop&lt;/a&gt;; installing the latest version, &lt;a href=&quot;http://www.flashdevelop.org/community/viewtopic.php?f=11&amp;t=4041&amp;start=0&quot; target=&quot;_blank&quot;&gt;3.0.0RC1&lt;/a&gt;, and creating a couple of small projects.  The first project was a Flex 3 Project and the second was an Empty project (starting with just a blank slate onto which to write actionscript master pieces).  It was a really pleasant experience.  For some reason, however, my favorite coding font, ProggyCleanTTSZBP, just didn&apos;t look so good (and, as fonts are a new feature, according to their notes, it isn&apos;t so strange, but one has to close and re-open files to see the updated font selections).  That is horribly superficial thing as Courier New does the trick until I have some time to play with it some more.  [More]
				</description>
				
				<category>Flex</category>				
				
				<category>Open Source</category>				
				
				<pubDate>Wed, 07 Jan 2009 00:06:00 -0500</pubDate>
				<guid>http://blog.shortfusion.com/index.cfm/2009/1/7/Open-Source-Actionscript--Flash</guid>
				
			</item>
			</channel></rss>