<?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; AIR</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>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>
	</channel>
</rss>
