<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Et-Setera &#187; Interactive Fiction</title>
	<atom:link href="http://www.setera.org/category/interactive-fiction/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.setera.org</link>
	<description>Ramblings of a geek</description>
	<lastBuildDate>Sun, 15 Aug 2010 18:37:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>First ZBerry Release</title>
		<link>http://www.setera.org/2009/09/07/first-zberry-release/</link>
		<comments>http://www.setera.org/2009/09/07/first-zberry-release/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 23:35:12 +0000</pubDate>
		<dc:creator>Craig Setera</dc:creator>
				<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[ZBerry]]></category>

		<guid isPermaLink="false">http://www.setera.org/?p=204</guid>
		<description><![CDATA[I have just made available the first public release (version 0.5.0) of the ZBerry interactive fiction application.  This release works pretty well, but is definitely rough around the edges.  I hope people get some amusement despite any bugs.  More details about installation and usage can be found on the ZBerry Documentation page. Please take this [...]]]></description>
			<content:encoded><![CDATA[<p>I have just made available the first public release (version 0.5.0) of the <a href="http://www.setera.org/projects/zberry/">ZBerry</a> interactive fiction application.  This release works pretty well, but is definitely rough around the edges.  I hope people get some amusement despite any bugs.  More details about installation and usage can be found on the <a href="http://www.setera.org/projects/zberry/zberry-documentation/">ZBerry Documentation page</a>.</p>
<div id="attachment_191" class="wp-caption aligncenter" style="width: 330px"><a href="http://www.setera.org/wp-content/uploads/2009/09/gameplay.png"><img class="size-full wp-image-191" title="ZBerry Game Play" src="http://www.setera.org/wp-content/uploads/2009/09/gameplay.png" alt="ZBerry Game Play" width="320" height="240" /></a><p class="wp-caption-text">ZBerry Game Play</p></div>
<p>Please take this for what it is worth&#8230; a silly little hobby project of mine that may or may not continue.  If you really like this, feel free to comment.  If you find bugs, source code patches are welcome, but complaints are not.  My hope is that is that it is worth more than its price <em><strong>(FREE)</strong></em> but given that I&#8217;m making nothing from this I hope that everyone can understand there is absolutely no support implied or available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.setera.org/2009/09/07/first-zberry-release/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Woeful State of BlackBerry UI Controls</title>
		<link>http://www.setera.org/2009/07/13/the-woeful-state-of-blackberry-ui-controls/</link>
		<comments>http://www.setera.org/2009/07/13/the-woeful-state-of-blackberry-ui-controls/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 02:12:59 +0000</pubDate>
		<dc:creator>Craig Setera</dc:creator>
				<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[ZBerry]]></category>

		<guid isPermaLink="false">http://www.setera.org/?p=138</guid>
		<description><![CDATA[I continue to be impressed with the build quality and overall polish of the BlackBerry Bold as an end-user device&#8230; at least for basic functionality.  While some may not like the way BlackBerry push email works, I find it to be pretty nice. As a developer, I&#8217;m much more disappointed developing using the BlackBerry native [...]]]></description>
			<content:encoded><![CDATA[<p>I continue to be impressed with the build quality and overall polish of the BlackBerry Bold as an end-user device&#8230; at least for basic functionality.  While some may not like the way BlackBerry push email works, I find it to be pretty nice.</p>
<p>As a developer, I&#8217;m much more disappointed developing using the BlackBerry native API than I expected I would be when I started playing with my little ZBerry project.  Marcus Watkins <a href="http://www.versatilemonkey.com/story.html">offers excellent insight into the world of BlackBerry development</a>, which I won&#8217;t try to rehash here.  The part that I find incredibly frustrating is the lack of decent reusable user interface controls.  As Marcus details in his blog post, the provided UI functionality has the bland look and feel of the base operating system.  Even more frustrating to me is how little flexibility there is even within the standard controls.  For instance, I wanted to provide the user the ability to customize the font used in the text display.  Using the standard functionality yields the following dialog.<span id="more-138"></span></p>
<div id="attachment_139" class="wp-caption aligncenter" style="width: 330px"><a href="http://www.setera.org/wp-content/uploads/2009/07/fonts.png"><img class="size-full wp-image-139" title="fonts" src="http://www.setera.org/wp-content/uploads/2009/07/fonts.png" alt="Initial Fonts Dialog" width="320" height="240" /></a><p class="wp-caption-text">Initial Fonts Dialog</p></div>
<p>Wow, look at the size of that dialog relative to the screen.  All of that wasted space.  So much space could be saved if:</p>
<ul>
<li>The extra space between the label and field contents wasn&#8217;t there.</li>
<li>The OK/Cancel buttons were laid out horizontally instead of vertically.</li>
</ul>
<p>What&#8217;s worse is that the, while the change listener support attached to those fields is capable of updating the story font on the fly, the user can hardly see the text.  Thinking there had to be a way to control things a little bit better, I tried to turn off the label text.  If I could lay out the two fields side-by-side, it might be better.  Unfortunately, there appears to be no way to do that.  Setting it to blanks yields a dialog that is even a bigger waste of space.</p>
<div id="attachment_142" class="wp-caption aligncenter" style="width: 330px"><a href="http://www.setera.org/wp-content/uploads/2009/07/fonts21.png"><img class="size-full wp-image-142" title="Fonts Attempt #2" src="http://www.setera.org/wp-content/uploads/2009/07/fonts21.png" alt="Font Dialog Attempt #2" width="320" height="240" /></a><p class="wp-caption-text">Font Dialog Attempt #2</p></div>
<p>Given that there is vertical and horizontal layout field management, why must the label and text field be tied together like this?  I&#8217;m sure some of it boils down to legacy hardware support for things like the trackwheel.  But it would be nice to be able to selectively break free of those restrictions.</p>
<p>While the API would certainly allow me to build a version of these controls from scratch, that seems a silly thing to have to do.  Doing so implies the need to account for the various input options (trackwheel, trackball, keyboard, etc), do all of the rendering and focus management that these controls are already handling.  Admittedly, this is still an issue of &#8220;look and feel&#8221;, but it is disappointing to see something so simple be neglected.</p>
<p>With that said, the text input and output controls are pretty impressive, saving effort on that side of the implementation.  I guess it should come as no surprise that the strongest parts of the BlackBerry API revolve around features such as email that have been in the platform for a very long time.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">
<h1 id="profile_name">Marcus Watkins</h1>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.setera.org/2009/07/13/the-woeful-state-of-blackberry-ui-controls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZBerry Story Library</title>
		<link>http://www.setera.org/2009/06/21/zberry-story-library/</link>
		<comments>http://www.setera.org/2009/06/21/zberry-story-library/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 00:18:40 +0000</pubDate>
		<dc:creator>Craig Setera</dc:creator>
				<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[ZBerry]]></category>

		<guid isPermaLink="false">http://www.setera.org/?p=122</guid>
		<description><![CDATA[I&#8217;ve decided to dub this little hobby project ZBerry (BlackBerry Z-Machine Interpreter).  I made some progress this weekend allowing stories to be selected from the file system via a new &#8220;library&#8221; view. I need to add some suspend/resume support before this thing becomes really very usable on a phone, but some progress anyway&#8230;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided to dub this little hobby project <em><strong>ZBerry</strong></em> (BlackBerry Z-Machine Interpreter).  I made some progress this weekend allowing stories to be selected from the file system via a new &#8220;library&#8221; view.</p>
<div id="attachment_124" class="wp-caption aligncenter" style="width: 342px"><a href="http://www.setera.org/wp-content/uploads/2009/06/library.png"><img class="size-full wp-image-124" title="ZBerry Library Selection" src="http://www.setera.org/wp-content/uploads/2009/06/library.png" alt="ZBerry Library Selection" width="332" height="285" /></a><p class="wp-caption-text">ZBerry Library Selection</p></div>
<p>I need to add some suspend/resume support before this thing becomes really very usable on a phone, but some progress anyway&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.setera.org/2009/06/21/zberry-story-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interactive Fiction on Blackberry</title>
		<link>http://www.setera.org/2009/06/14/interactive-fiction-on-blackberry/</link>
		<comments>http://www.setera.org/2009/06/14/interactive-fiction-on-blackberry/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 01:11:24 +0000</pubDate>
		<dc:creator>Craig Setera</dc:creator>
				<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[Interactive Fiction]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[ZBerry]]></category>

		<guid isPermaLink="false">http://www.setera.org/?p=107</guid>
		<description><![CDATA[I have long had a strange fascination with the old text adventure games aka interactive fiction.  I remember hanging out with my buddy Gary when we were kids, working our way through various Infocom games.  The stories were fun and the puzzles were always a good way to make you think. A few years ago, [...]]]></description>
			<content:encoded><![CDATA[<p>I have long had a strange fascination with the old text adventure games aka <a href="http://en.wikipedia.org/wiki/Interactive_fiction">interactive fiction</a>.  I remember hanging out with my buddy Gary when we were kids, working our way through various <a href="http://en.wikipedia.org/wiki/Infocom">Infocom</a> games.  The stories were fun and the puzzles were always a good way to make you think.</p>
<p>A few years ago, I created a JavaME MIDP Z-Machine interpreter called <a href="http://www.setera.org/projects/zeeme/">ZeeME</a>.  This was an interesting little project at the time to learn my way around programming for these small devices, but actually using it was painful at best.  Typing natural text using triple-tap just wasn&#8217;t enjoyable.  With a QWERTY keyboard on my BlackBerry Bold, it seemed like this might be a good time to resurrect this project yet again.</p>
<p>I&#8217;ve made some progress in building this out, but there is still a very long way to go.  Here&#8217;s a snapshot of the emulator running the game &#8220;Minizork&#8221;.</p>
<p><a href="http://www.setera.org/wp-content/uploads/2009/06/minizork.png"><img class="aligncenter size-full wp-image-111" title="minizork" src="http://www.setera.org/wp-content/uploads/2009/06/minizork.png" alt="minizork" width="334" height="294" /></a></p>
<p>Watch here for more to come&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.setera.org/2009/06/14/interactive-fiction-on-blackberry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
