<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.6" -->
<rss version="0.92">
<channel>
	<title>Alastair&#039;s Axioms</title>
	<link>http://blog.alastairdawson.com</link>
	<description>Let us toast your non-idiocy</description>
	<lastBuildDate>Thu, 11 Aug 2011 23:13:48 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Spork, Rails 3, and rspec-rails play nice together</title>
		<description>Getting the following error when starting up spork?

undefined method `specifications' for "/Users/{your-name-here}/.rvm/gems/ruby-1.9.2-p180":String (NoMethodError)

Add the following to your Gemfile under test and make fix!

gem 'spork', '~&#62; 0.9.0rc7'

 </description>
		<link>http://blog.alastairdawson.com/2011/08/11/spork-rails-3-and-rspec-rails-play-nice-together/</link>
			</item>
	<item>
		<title>Getting a blank screen when using Adobe&#8217;s Flash Packager for iPhone?</title>
		<description>Chris Cantrell released an iPhone packager refresher a few weeks back but when I packaged up my AIR app I was getting a blank white screen (as were a few others). However I got it to work after I made a few changes to my Application descriptor file - the ...</description>
		<link>http://blog.alastairdawson.com/2010/10/27/getting-a-blank-screen-when-using-adobes-flash-packager-for-iphone/</link>
			</item>
	<item>
		<title>A Datamapper is remixable example</title>
		<description>I struggled a bit this afternoon getting Datamapper's dm-is-remixable plug-in as there aren't too many posts out there and some are out of date. Hopefully this quick overview will spare you my pain :)

Many sites allow you to comment on blog posts, images, videos, status, etc. having one comments table ...</description>
		<link>http://blog.alastairdawson.com/2010/07/29/a-datamapper-is-remixable-example/</link>
			</item>
	<item>
		<title>A Sinatra before only filter</title>
		<description>In a Sinatra application you can use the 'before' filter to run something before every each event.


before do
  puts "I will run all the time..."
end


Here's a module that will allow you to run code only before certain routes:


module Sinatra
           ...</description>
		<link>http://blog.alastairdawson.com/2010/07/27/a-sinatra-before-only-filter/</link>
			</item>
	<item>
		<title>Getting Netbeans 6.9 to work on OS X 10.5.8</title>
		<description>

After downloading and installing Netbeans 6.9 I launched the app. It bounced a couple of times in my dock as dreams of exciting new features danced in my head. Then... nothing, well not quite nothing, I received a message informing me that:

"Java 6 Standard Edition or newer required. Cannot run ...</description>
		<link>http://blog.alastairdawson.com/2010/07/15/getting-netbeans-6-9-to-work-on-os-x-10-5-8/</link>
			</item>
	<item>
		<title>Flex/Flash Builder will soon be the easiest way to develop mobile apps</title>
		<description>OpenPlug just released the latest beta version of their ELIPS Studio, which adds Android support. Currently ELIPS Studio is Windows only but in a month they will add OS X support, yay!

The latest version of ELIPS Studio has just been released. It brings the ability for developers to create native ...</description>
		<link>http://blog.alastairdawson.com/2010/02/11/flexflash-builder-will-soon-be-the-easiest-way-to-develop-mobile-apps/</link>
			</item>
	<item>
		<title>Automate font compiling for Flex with Ruby</title>
		<description>I came up with this solution when I had to compile over 100 fonts into SWF files for a recent project. Doing this by hand would have been madness so I wrote a ruby script and a shell script to automate the process.
  
Step 1: Setup
  
The directory ...</description>
		<link>http://blog.alastairdawson.com/2009/06/30/automate-font-compiling-for-flex-with-ruby/</link>
			</item>
	<item>
		<title>PureMVC for JavaScript Released</title>
		<description>I won't be dropping my beloved Flex anytime soon but it's nice to know if you must do JavaScript (and let's be honest Flex isn't always the best tool) you can at least use a familiar framework.

Check out PureMVC for JavaScript. </description>
		<link>http://blog.alastairdawson.com/2008/11/25/puremvc-for-javascript-released/</link>
			</item>
	<item>
		<title>Paperclip for easy Rails file uploads</title>
		<description>It's my first post in months*, so it must be worth it right?

Rails Inside has the details on Paperclip as an alternative file upload/association plugin, I've tried them all and paperclip covers all your file upload bases.

*I've been busy with Fatherhood 101 and my new job as a Flex Dev ...</description>
		<link>http://blog.alastairdawson.com/2008/11/25/paperclip-for-easy-rails-file-uploads/</link>
			</item>
	<item>
		<title>Skinning a Flex button with one MXML file (and Degrafa)</title>
		<description>Skinning a flex button can often take multiple graphics and/or MXML files for each state. Here's how to skin a button using MXML and Degrafa to handle three button states with just one file (plus a bonus 'glow' filter as an alternate way to get a drop shadow).

The secret is ...</description>
		<link>http://blog.alastairdawson.com/2008/08/05/skinning-a-flex-button-with-one-mxml-file-and-degrafa/</link>
			</item>
</channel>
</rss>

