<?xml version="1.0" encoding="utf-8"?>
<!-- generator="wordpress/2.2" -->
<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>Aaron Spjut</title>
	<link>http://www.aaronspjut.com/mind</link>
	<description>Flex, Flash and everything else</description>
	<pubDate>Thu, 25 Sep 2008 19:52:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>
	<language>en</language>
			<item>
		<title>Simple iPhone &#034;Hello World&#034; tutorial.</title>
		<link>http://www.aaronspjut.com/mind/index.php/2008/03/10/simple-iphone-hello-world-tutorial/</link>
		<comments>http://www.aaronspjut.com/mind/index.php/2008/03/10/simple-iphone-hello-world-tutorial/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 20:30:30 +0000</pubDate>
		<dc:creator>Aaron Spjut</dc:creator>
		
		<category><![CDATA[General]]></category>
<category>General</category>
		<guid isPermaLink="false">http://www.aaronspjut.com/mind/index.php/2008/03/10/simple-iphone-hello-world-tutorial/</guid>
		<description><![CDATA[UPDATE: This tutorial no longer works with the latest iPhone sdk. I recommend this tutorial instead:
 http://icodeblog.com/2008/07/26/iphone-programming-tutorial-hello-world/
Here is a simple Hello World iPhone app that does nothing else but display &#034;hello world&#034;.
1. In Xcode create a new &#034;Cocoa Touch Application&#034; Project called &#034;HelloWorld&#034;
2. Open HelloWorldAppDelegate.m in the Classes folder
3. Add this code to the bottom [...]]]></description>
		<wfw:commentRss>http://www.aaronspjut.com/mind/index.php/2008/03/10/simple-iphone-hello-world-tutorial/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SproutWire Launches</title>
		<link>http://www.aaronspjut.com/mind/index.php/2008/02/24/sproutwire-launches/</link>
		<comments>http://www.aaronspjut.com/mind/index.php/2008/02/24/sproutwire-launches/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 04:43:54 +0000</pubDate>
		<dc:creator>Aaron Spjut</dc:creator>
		
		<category><![CDATA[General]]></category>
<category>General</category>
		<guid isPermaLink="false">http://www.aaronspjut.com/mind/index.php/2008/02/24/sproutwire-launches/</guid>
		<description><![CDATA[I have had the great pleasure to work with Shane &#038; Peter over the last year and they recently created and launched SproutWire. SproutWire is a site focused on providing information to small businesses to help them thrive. Anyone heading into or already a part of the entrepreneurial world is sure to find the site [...]]]></description>
		<wfw:commentRss>http://www.aaronspjut.com/mind/index.php/2008/02/24/sproutwire-launches/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New hosting, again</title>
		<link>http://www.aaronspjut.com/mind/index.php/2007/05/27/new-hosting-again/</link>
		<comments>http://www.aaronspjut.com/mind/index.php/2007/05/27/new-hosting-again/#comments</comments>
		<pubDate>Sun, 27 May 2007 17:39:25 +0000</pubDate>
		<dc:creator>Aaron Spjut</dc:creator>
		
		<category><![CDATA[Web Dev]]></category>

		<category><![CDATA[General]]></category>
<category>General</category><category>Hosting</category><category>Web Dev</category>
		<guid isPermaLink="false">http://www.aaronspjut.com/mind/index.php/2007/05/27/new-hosting-again/</guid>
		<description><![CDATA[I&#039;ve gone through a few hosting companies and each time I&#039;ve made a change for the better. I just switched from ULTRAsurge to DreamHost. ULTRAsurge is a cheap solution and for the time I&#039;ve been with them they have served me well. But ULTRAsurge isn&#039;t much different from the many other hosting companies out there [...]]]></description>
		<wfw:commentRss>http://www.aaronspjut.com/mind/index.php/2007/05/27/new-hosting-again/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Continuous Integration with Flex 2 (Actionscript 3), FlexUnit, CruiseControl, Apollo and subversion on OS X</title>
		<link>http://www.aaronspjut.com/mind/index.php/2007/04/24/continuous-integration-with-flex-2-actionscript-3-flexunit-cruisecontrol-apollo-and-subversion-on-os-x/</link>
		<comments>http://www.aaronspjut.com/mind/index.php/2007/04/24/continuous-integration-with-flex-2-actionscript-3-flexunit-cruisecontrol-apollo-and-subversion-on-os-x/#comments</comments>
		<pubDate>Wed, 25 Apr 2007 05:43:34 +0000</pubDate>
		<dc:creator>Aaron Spjut</dc:creator>
		
		<category><![CDATA[Web Dev]]></category>

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

		<category><![CDATA[General]]></category>
<category>ActionScript 3</category><category>Continuous Integration</category><category>CruiseControl</category><category>Flash</category><category>Flash/Flex</category><category>Flex</category><category>General</category><category>Web Dev</category>
		<guid isPermaLink="false">http://www.aaronspjut.com/mind/index.php/2007/04/24/continuous-integration-with-flex-2-actionscript-3-flexunit-cruisecontrol-apollo-and-subversion-on-os-x/</guid>
		<description><![CDATA[Here are the steps I went through to get CruiseControl working with Flash Actionscript 3 (AS3) and Flex 2.
Most of this information can be found around the internet (eyefodder tutorials). The main additions I&#039;ve contributed are putting all the information in one place and using Apollo to run testcases and output the pass/fail data.
These steps [...]]]></description>
		<wfw:commentRss>http://www.aaronspjut.com/mind/index.php/2007/04/24/continuous-integration-with-flex-2-actionscript-3-flexunit-cruisecontrol-apollo-and-subversion-on-os-x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Blog</title>
		<link>http://www.aaronspjut.com/mind/index.php/2006/10/30/new-blog/</link>
		<comments>http://www.aaronspjut.com/mind/index.php/2006/10/30/new-blog/#comments</comments>
		<pubDate>Mon, 30 Oct 2006 18:41:36 +0000</pubDate>
		<dc:creator>Aaron Spjut</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.aaronspjut.com/mind/index.php/2006/10/30/new-blog/</guid>
		<description><![CDATA[I&#039;ve moved my personal posts to a new blog here www.aaronspjut.com/aaron. I&#039;m going to keep this blog more specific to software engineering while the other will contain everything else. If you are unable to find a post that was once here it is probably there.
No Tags]]></description>
		<wfw:commentRss>http://www.aaronspjut.com/mind/index.php/2006/10/30/new-blog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Retrieving wireless keys from the keychain on os x</title>
		<link>http://www.aaronspjut.com/mind/index.php/2006/10/17/retrieving-wireless-keys-from-the-keychain-on-os-x/</link>
		<comments>http://www.aaronspjut.com/mind/index.php/2006/10/17/retrieving-wireless-keys-from-the-keychain-on-os-x/#comments</comments>
		<pubDate>Tue, 17 Oct 2006 19:06:15 +0000</pubDate>
		<dc:creator>Aaron Spjut</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.aaronspjut.com/mind/index.php/2006/10/17/retrieving-wireless-keys-from-the-keychain-on-os-x/</guid>
		<description><![CDATA[I usually travel with two laptops, a mac and a windows machine. My mac is my main machine and the PC is usually provided by work and often changes. More then once I&#039;ve wanted to access a wireless network on the PC but the key on my mac was not accessible. This happened recently and [...]]]></description>
		<wfw:commentRss>http://www.aaronspjut.com/mind/index.php/2006/10/17/retrieving-wireless-keys-from-the-keychain-on-os-x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using javascript as your shell script language.</title>
		<link>http://www.aaronspjut.com/mind/index.php/2006/10/16/using-javascript-as-your-shell-script-language/</link>
		<comments>http://www.aaronspjut.com/mind/index.php/2006/10/16/using-javascript-as-your-shell-script-language/#comments</comments>
		<pubDate>Mon, 16 Oct 2006 18:15:26 +0000</pubDate>
		<dc:creator>Aaron Spjut</dc:creator>
		
		<category><![CDATA[Web Dev]]></category>

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

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

		<guid isPermaLink="false">http://www.aaronspjut.com/mind/index.php/2006/10/16/using-javascript-as-your-shell-script-language/</guid>
		<description><![CDATA[I&#039;m currently developing applications for Pocket PC and Smartphone which means I spend a lot of time on a Windows box away from OS X. Recently I needed to create a bunch of event class files that were all very similar. Rather than create each one by hand I wanted to automate their creation with [...]]]></description>
		<wfw:commentRss>http://www.aaronspjut.com/mind/index.php/2006/10/16/using-javascript-as-your-shell-script-language/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ActionScript 3 Hello World using Eclipse on OS X</title>
		<link>http://www.aaronspjut.com/mind/index.php/2006/07/01/actionscript-3-hello-world-using-eclipse-on-os-x/</link>
		<comments>http://www.aaronspjut.com/mind/index.php/2006/07/01/actionscript-3-hello-world-using-eclipse-on-os-x/#comments</comments>
		<pubDate>Sat, 01 Jul 2006 21:40:38 +0000</pubDate>
		<dc:creator>Aaron Spjut</dc:creator>
		
		<category><![CDATA[Web Dev]]></category>

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

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

		<guid isPermaLink="false">http://www.aaronspjut.com/mind/index.php/2006/07/01/actionscript-3-hello-world-using-eclipse-on-os-x/</guid>
		<description><![CDATA[Here are some quick steps to compiling a simple actionscript 3 swf using Eclipse. This should work using any OS although you would probably need to change the ant build file to use mxmlc.exe if on Windows.
1. Download the Flex 2 SDK from here 
2. Move the downloaded files to /Developer/flex_sdk_2
3. Create a simple project [...]]]></description>
		<wfw:commentRss>http://www.aaronspjut.com/mind/index.php/2006/07/01/actionscript-3-hello-world-using-eclipse-on-os-x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Back from the dead</title>
		<link>http://www.aaronspjut.com/mind/index.php/2005/11/06/back-from-the-dead/</link>
		<comments>http://www.aaronspjut.com/mind/index.php/2005/11/06/back-from-the-dead/#comments</comments>
		<pubDate>Sun, 06 Nov 2005 17:56:48 +0000</pubDate>
		<dc:creator>Aaron Spjut</dc:creator>
		
		<category><![CDATA[Web Dev]]></category>

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

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

		<guid isPermaLink="false">http://www.aaronspjut.com/mind/?p=35</guid>
		<description><![CDATA[I hate to use the I&#039;ve been busy excuse but&#8230;
Quite a lot has happened in the last four months and posting here just stopped happening.
A quick update on my professional Flash life:
First I stopped working at Adobe. It was one hell of a ride and I couldn&#039;t have asked for a better group of people [...]]]></description>
		<wfw:commentRss>http://www.aaronspjut.com/mind/index.php/2005/11/06/back-from-the-dead/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Crrraaash</title>
		<link>http://www.aaronspjut.com/mind/index.php/2005/06/18/crrraaash/</link>
		<comments>http://www.aaronspjut.com/mind/index.php/2005/06/18/crrraaash/#comments</comments>
		<pubDate>Sat, 18 Jun 2005 20:59:32 +0000</pubDate>
		<dc:creator>Aaron Spjut</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.aaronspjut.com/mind/?p=33</guid>
		<description><![CDATA[A hard drive crash   in my powerbook has kept this area quiet for the last couple weeks. Luckily I had everything important backed up and my warranty doesn&#039;t expire until next month.
The good folks down at Dave&#039;s Computer Service in Santa Cruz installed a nice new drive and everything is working perfectly again.
No [...]]]></description>
		<wfw:commentRss>http://www.aaronspjut.com/mind/index.php/2005/06/18/crrraaash/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
