<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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>Almost a Space Game (A2SG) &#187; Cool Stuff</title>
	<link>http://blog.almostaspacegame.com</link>
	<description>The Trials, Tribulation, and Joys of Creating a Web-Based Space Trading Game</description>
	<pubDate>Tue, 19 Aug 2008 16:40:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Simply Amazing Site</title>
		<link>http://blog.almostaspacegame.com/2008/08/16/simply-amazing-site.html</link>
		<comments>http://blog.almostaspacegame.com/2008/08/16/simply-amazing-site.html#comments</comments>
		<pubDate>Sun, 17 Aug 2008 01:14:59 +0000</pubDate>
		<dc:creator>totdt</dc:creator>
		
		<category><![CDATA[Cool Stuff]]></category>

		<guid isPermaLink="false">http://blog.almostaspacegame.com/2008/08/16/simply-amazing-site.html</guid>
		<description><![CDATA[I&#8217;d love to make/work on sites like this&#8230; wow.http://www.whitevoid.com/
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d love to make/work on sites like this&#8230; wow.<a href="http://www.whitevoid.com/application" title="http://www.whitevoid.com/">http://www.whitevoid.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.almostaspacegame.com/2008/08/16/simply-amazing-site.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>QoTD - 7/29/08</title>
		<link>http://blog.almostaspacegame.com/2008/07/29/qotd-72908.html</link>
		<comments>http://blog.almostaspacegame.com/2008/07/29/qotd-72908.html#comments</comments>
		<pubDate>Tue, 29 Jul 2008 18:23:58 +0000</pubDate>
		<dc:creator>totdt</dc:creator>
		
		<category><![CDATA[Cool Stuff]]></category>

		<guid isPermaLink="false">http://blog.almostaspacegame.com/2008/07/29/qotd-72908.html</guid>
		<description><![CDATA[During a brief conversation about SSH clients between guys on my team at work:
PuTTy is like Windows Methadone
]]></description>
			<content:encoded><![CDATA[<p>During a brief conversation about SSH clients between guys on my team at work:</p>
<blockquote><p><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTy</a> is like Windows Methadone</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.almostaspacegame.com/2008/07/29/qotd-72908.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Grrrgregg8tr - An AIR &#8220;microbrowser&#8221; for HelloTxt</title>
		<link>http://blog.almostaspacegame.com/2008/06/16/grrrgregg8tr-an-air-microbrowser-for-hellotxt.html</link>
		<comments>http://blog.almostaspacegame.com/2008/06/16/grrrgregg8tr-an-air-microbrowser-for-hellotxt.html#comments</comments>
		<pubDate>Tue, 17 Jun 2008 01:00:53 +0000</pubDate>
		<dc:creator>totdt</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[Cool Stuff]]></category>

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

		<guid isPermaLink="false">http://blog.almostaspacegame.com/2008/06/16/grrrgregg8tr-an-air-microbrowser-for-hellotxt.html</guid>
		<description><![CDATA[One of my internet friends said that she&#8217;d like a simple desktop app which would allow her to post to multiple sites like Twitter, Plurk, etc.  A little later she plurked about how HelloTxt basically does what she wants except that it doesn&#8217;t have a desktop app.
Adobe AIR to the rescue.
HelloTxt has a mobile [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.demiurgiclust.net/">One of my internet friends</a> said that she&#8217;d like a simple desktop app which would allow her to post to multiple sites like Twitter, Plurk, etc.  A little later she <a href="http://www.plurk.com/p/fufw">plurked</a> about how <a href="http://hellotxt.com/">HelloTxt</a> basically does what she wants except that it doesn&#8217;t have a desktop app.</p>
<p><a href="http://www.adobe.com/products/air/">Adobe AIR</a> to the rescue.</p>
<p>HelloTxt has a mobile client interface written in HTML so making a simple cross-platform desktop app was as simple as firing up <a href="http://www.adobe.com/products/flex/">Flex Builder</a>, adding panel and HTML components, and specifying HelloTxt&#8217;s mobile client interface&#8217;s URL as the HTML component&#8217;s &#8220;location.&#8221;  I then twiddled around with a little bit of styling and config. stuff but that wasn&#8217;t necessary to make it work.</p>
<pre>
&lt;mx:windowedapplication title="Grrrgregg8r" height="550" width="300"
  layout="absolute" xmlns:mx="http://www.adobe.com/2006/mxml"&gt;
  &lt;mx:panel headerheight="10" bottom="0" right="0" top="0" left="0"
    layout="absolute"&gt;
    &lt;mx:html bottom="0" top="0" left="0" right="0"
      location="http://m.hellotxt.com/" /&gt;
  &lt;/mx:panel&gt;
  &lt;/mx:windowedapplication&gt;
</pre>
<p>A cross-platform desktop application in five lines of MXML.  Pretty dang nifty if you ask me.  <img src='http://blog.almostaspacegame.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>A compiled/working version of Grrrgregg8r is available by right-clicking the link below and doing that &#8220;save as&#8221; thang.</p>
<p><a href="http://blog.almostaspacegame.com/wp-content/uploads/2008/06/grrrgregg8r.air" title="Grrrgregg8tr - An AIR “microbrowser” for HelloTxt">Grrrgregg8tr - An AIR &#8220;microbrowser&#8221; for HelloTxt</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.almostaspacegame.com/2008/06/16/grrrgregg8tr-an-air-microbrowser-for-hellotxt.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Susser Rox!  (Fanboy Silliness)</title>
		<link>http://blog.almostaspacegame.com/2008/06/01/susser-rox-fanboy-silliness.html</link>
		<comments>http://blog.almostaspacegame.com/2008/06/01/susser-rox-fanboy-silliness.html#comments</comments>
		<pubDate>Sun, 01 Jun 2008 18:30:03 +0000</pubDate>
		<dc:creator>totdt</dc:creator>
		
		<category><![CDATA[Cool Stuff]]></category>

		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://blog.almostaspacegame.com/2008/06/01/susser-rox-fanboy-silliness.html</guid>
		<description><![CDATA[I went to Josh Susser&#8217;s session The Great Test Framework Dance-Off yesterday afternoon.  It was a great survey of Rails Test Frameworks and I appreciate his take, which I summarize as &#8220;if it helps you write tests, then use it.&#8221;  Exactly!
During his presentation, someone suggested turning down the lights so that it&#8217;d be [...]]]></description>
			<content:encoded><![CDATA[<p>I went to <a href="http://blog.hasmanythrough.com/">Josh Susser</a>&#8217;s session <a href="http://en.oreilly.com/rails2008/public/schedule/detail/1833">The Great Test Framework Dance-Off</a> yesterday afternoon.  It was a great survey of Rails Test Frameworks and I appreciate his take, which I summarize as &#8220;if it helps you write tests, then use it.&#8221;  Exactly!</p>
<p>During his presentation, someone suggested turning down the lights so that it&#8217;d be easier to see his slides.  Susser joked: &#8220;Hey, if we do that they you won&#8217;t be able to see me!&#8221;I shouted &#8220;we don&#8217;t need to see you, &#8217;cause I have a tattoo of you on my arm.*&#8221;</p>
<p>Susser retorted &#8220;it&#8217;s nice to have fans!&#8221; and resumed his outstanding presentation.</p>
<p>I was sitting next to my new friend <a href="http://harlanknight.net/pub/H@rlan_Knight/" title="Harlan">Harlan</a> and asked him if he&#8217;d draw a smiley face on my arm (with eyebrows and a subtle eyebrow piercing) and put &#8220;Susser Rox!&#8221; underneath it.  When the presentation was over, I went up to Susser and said &#8220;dude, I&#8217;m serious&#8230; check out my tattoo!&#8221; and rolled up my sleeve.</p>
<p>Harlan took this picture, which I think clearly shows how Susser responded:</p>
<p><img src="http://blog.almostaspacegame.com/wp-content/uploads/2008/06/susser-rox.jpg" alt="Susser Rox!" /></p>
<p>I really love being a tiny guppy in the huge Rails Community lake.</p>
<p><em>* I think I did my standard &#8220;stammering&#8221; thing, so I may not have actually said precisely this, but it&#8217;s definitely what I meant.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.almostaspacegame.com/2008/06/01/susser-rox-fanboy-silliness.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Stuff to Investigate/Revisit 01</title>
		<link>http://blog.almostaspacegame.com/2008/05/23/stuff-to-investigaterevisit-01.html</link>
		<comments>http://blog.almostaspacegame.com/2008/05/23/stuff-to-investigaterevisit-01.html#comments</comments>
		<pubDate>Sat, 24 May 2008 06:03:23 +0000</pubDate>
		<dc:creator>totdt</dc:creator>
		
		<category><![CDATA[Cool Stuff]]></category>

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

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

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

		<guid isPermaLink="false">http://blog.almostaspacegame.com/2008/05/23/stuff-to-investigaterevisit-01.html</guid>
		<description><![CDATA[These are some interesting things I want to investigate in more depth, so I&#8217;m posting links for revisiting later.
Flex Stuff:

Flex MDI: Simplifies multiple-window(document) interfaces.  Way cool.
dpunit: Flex Unit and Integration Testing, apparently different from FlexUnit.
FlexUnit: Flex Unit Testing
Spectra: A cool Flex Newsreader written by Microsoft.  (via Bruce Eckel&#8217;s blog)
Degrafa: A Declarative Graphics Framework [...]]]></description>
			<content:encoded><![CDATA[<p>These are some interesting things I want to investigate in more depth, so I&#8217;m posting links for revisiting later.</p>
<p><b>Flex Stuff</b>:</p>
<ul>
<li><a href="http://code.google.com/p/flexmdi/">Flex MDI</a>: Simplifies multiple-window(document) interfaces.  Way cool.</li>
<li><a href="http://code.google.com/p/dpuint/wiki/Introduction">dpunit</a>: Flex Unit and Integration Testing, apparently different from FlexUnit.</li>
<li><a href="http://code.google.com/p/as3flexunitlib/">FlexUnit</a>: Flex Unit Testing</li>
<li><a href="http://www.artima.com/weblogs/viewpost.jsp?thread=231388">Spectra</a>: A cool Flex Newsreader written by Microsoft.  (via Bruce Eckel&#8217;s blog)</li>
<li><a href="http://www.degrafa.com/">Degrafa</a>: A Declarative Graphics Framework for Flex.</li>
</ul>
<p><b>Rails Stuff</b>:</p>
<ul>
<li><a href="http://drnicwilliams.com/2006/10/11/generating-new-gems/">Dr. Nic: Generating New Gems</a></li>
<li><a href="http://www.rubygems.org/read/chapter/20#page85">Gemspec Reference</a></li>
<li><a href="http://m.onkey.org/2008/2/16/single-file-rails-application">Single File Rails Application</a></li>
<li><a href="http://yaml4r.sourceforge.net/doc/">Yaml for Ruby Documentation</a></li>
<li><a href="http://errtheblog.com/posts/60-sake-bomb">Sake</a>: System-wide Rake (HANDY!)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.almostaspacegame.com/2008/05/23/stuff-to-investigaterevisit-01.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
