<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>fboyle.com</title>
	<link>http://fboyle.com/blog</link>
	<description>RIA ramblings and broken images</description>
	<pubDate>Sat, 26 Jun 2010 22:02:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Quick tip: How to restore toolbar and controls in Firefox</title>
		<link>http://fboyle.com/blog/2010/06/25/quick-tip-restore-toolbar-and-controls-in-firefox/</link>
		<comments>http://fboyle.com/blog/2010/06/25/quick-tip-restore-toolbar-and-controls-in-firefox/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 12:12:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[quick tip]]></category>

		<guid isPermaLink="false">http://fboyle.com/blog/?p=39</guid>
		<description><![CDATA[I right-mouse-clicked and removed the menu bar and all of the toolbars in Firefox a couple of weeks ago and could not find any obvious way of restoring them.  If you remove all of these toolbars and controls then the menu that appears on right mouse click is no longer accessible!
My quick fix at the [...]]]></description>
		<wfw:commentRss>http://fboyle.com/blog/2010/06/25/quick-tip-restore-toolbar-and-controls-in-firefox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Add haXe to your toolset</title>
		<link>http://fboyle.com/blog/2010/06/03/add-haxe-to-your-toolset/</link>
		<comments>http://fboyle.com/blog/2010/06/03/add-haxe-to-your-toolset/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 16:03:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[Actionscript]]></category>

		<category><![CDATA[haXe]]></category>

		<category><![CDATA[open source]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[html5]]></category>

		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://fboyle.com/blog/?p=38</guid>
		<description><![CDATA[haXe is an amazing project.  I've been looking at it recently as an option for producing swfs that potentially perform better than ones produced with similar code written in AS3.  Even more interesting, however, is the ability to target more than one platform with the same code base.  There are several target platforms but the [...]]]></description>
		<wfw:commentRss>http://fboyle.com/blog/2010/06/03/add-haxe-to-your-toolset/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FDT Flixel Templates</title>
		<link>http://fboyle.com/blog/2010/03/17/fdt-flixel-templates/</link>
		<comments>http://fboyle.com/blog/2010/03/17/fdt-flixel-templates/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 22:37:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Actionscript]]></category>

		<category><![CDATA[fdt templates]]></category>

		<category><![CDATA[flixel]]></category>

		<guid isPermaLink="false">http://fboyle.com/blog/?p=36</guid>
		<description><![CDATA[I'm familiarising myself with the features of FDT now that I have a copy and came across some useful templates here.  Decided to try making some myself for some of the Flixel classes;

create a subclass of FlxGame with a frame metatag for specifying a preloader
create a basic menu state with some basic presets added
create a [...]]]></description>
		<wfw:commentRss>http://fboyle.com/blog/2010/03/17/fdt-flixel-templates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PureMVC notes</title>
		<link>http://fboyle.com/blog/2010/03/11/puremvc-notes/</link>
		<comments>http://fboyle.com/blog/2010/03/11/puremvc-notes/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 18:24:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Actionscript]]></category>

		<category><![CDATA[Best Practices]]></category>

		<category><![CDATA[Flex Development]]></category>

		<category><![CDATA[open source]]></category>

		<category><![CDATA[frameworks]]></category>

		<category><![CDATA[puremvc]]></category>

		<guid isPermaLink="false">http://fboyle.com/blog/?p=35</guid>
		<description><![CDATA[Here are notes that I wrote down during Javier Julio's PureMVC talk at FITC Amsterdam a couple of weeks ago.  I intend to use pureMVC and they'll be a useful reference when the time arrives.  If I have glaringly misconstrued anything please let me know  
The Proxy and Mediator 

The Proxy typically sends notifications
The [...]]]></description>
		<wfw:commentRss>http://fboyle.com/blog/2010/03/11/puremvc-notes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Referencing an iPhone App&#8217;s UIApplicationDelegate from a nested view</title>
		<link>http://fboyle.com/blog/2010/01/29/referencing-an-iphone-apps-uiapplicationdelegate-from-a-nested-view/</link>
		<comments>http://fboyle.com/blog/2010/01/29/referencing-an-iphone-apps-uiapplicationdelegate-from-a-nested-view/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 17:09:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[objective-c]]></category>

		<category><![CDATA[design patterns]]></category>

		<category><![CDATA[singleton]]></category>

		<category><![CDATA[uikit]]></category>

		<guid isPermaLink="false">http://fboyle.com/blog/?p=34</guid>
		<description><![CDATA[It is useful to know that you can reference the top level of your application from anywhere since it is a Singleton.  This enables access to the application delegate as follows:
[[UIApplication sharedApplication] delegate];
This can be useful if you want declare your model at the top level of your app and need to reference it from [...]]]></description>
		<wfw:commentRss>http://fboyle.com/blog/2010/01/29/referencing-an-iphone-apps-uiapplicationdelegate-from-a-nested-view/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Editing .bash_profile</title>
		<link>http://fboyle.com/blog/2009/11/01/editing-bash_profile/</link>
		<comments>http://fboyle.com/blog/2009/11/01/editing-bash_profile/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 15:33:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[osx]]></category>

		<category><![CDATA[python]]></category>

		<category><![CDATA[.bash_profile]]></category>

		<category><![CDATA[nano]]></category>

		<guid isPermaLink="false">http://fboyle.com/blog/?p=32</guid>
		<description><![CDATA[I came across a very useful blog post here about customising the bash shell by editing .bash_profile in nano, a terminal editor for Unix systems that comes with OSX.
In my previous post I talked about using a second Python install on my Macbook and being able to start it in interactive mode on the terminal [...]]]></description>
		<wfw:commentRss>http://fboyle.com/blog/2009/11/01/editing-bash_profile/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
