<?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>dasman's World &#187; j2me</title>
	<atom:link href="http://blogs.asman-it.com.au/dasman/index.php/category/j2me/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.asman-it.com.au/dasman</link>
	<description>The things that matter: Computing, Cycling, Java, the Environment, etc, etc (list liable to change...!)</description>
	<lastBuildDate>Sat, 15 May 2010 07:25:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>3 months of news</title>
		<link>http://blogs.asman-it.com.au/dasman/index.php/20070120/3-months-of-news</link>
		<comments>http://blogs.asman-it.com.au/dasman/index.php/20070120/3-months-of-news#comments</comments>
		<pubDate>Sat, 20 Jan 2007 00:19:02 +0000</pubDate>
		<dc:creator>dasman</dc:creator>
				<category><![CDATA[IT Stuff]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://blogs.asman-it.com.au/dasman/index.php/20070120/3-months-of-news</guid>
		<description><![CDATA[Certain nameless colleagues have been curious as to whether some sort of terrible car accident had severed my fingers, thus preventing me from writing blog entries over the last 3 months, so this post is all about the incredible things I&#8217;ve been getting up to since then on the computer front.
Hmmmm.  Let me think&#8230;.. [...]]]></description>
			<content:encoded><![CDATA[<p>Certain nameless colleagues have been curious as to whether some sort of terrible car accident had severed my fingers, thus preventing me from writing blog entries over the last 3 months, so this post is all about the incredible things I&#8217;ve been getting up to since then on the computer front.</p>
<p>Hmmmm.  Let me think&#8230;.. *scratches head*  There must be <i>something</i>&#8230;.</p>
<ul>
<li>
I&#8217;ve continued to spend far too much time cursing at J2ME.  When it comes to UIs, you either have full, low-level control where you draw every single pixel yourself, or you have almost no control where you populate a Form with Items and wonder what on earth it will look like on the various platforms.  If only there was a happy medium&#8230; <img src='http://blogs.asman-it.com.au/dasman/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   And yet, despite my complaints I can&#8217;t walk away &#8211; the lure of knowing your program can run on potentially <u>so</u> many devices is too much!
</li>
</ul>
<ul>
<li>
I gave NetBeans another shot for my J2ME development with version 5.5, and decided all is forgiven.  It feels way &#8220;snappier&#8221; than version 5, and I haven&#8217;t had it hang on me while using the Visual Designer part of the Mobility Pack (which is the killer feature for me).  Good work guys!
</li>
</ul>
<ul>
<li>
I&#8217;ve upgraded Wordpress around 50 times to cope with all the dot releases that have been coming out.  I&#8217;m actually getting a bit excited about the big 2.1 version due out soon &#8211; I have a sister working overseas who has been a blogger in the past and toys with getting back into it &#8211; perhaps a snazzy new piece of software will be the impetus she needs!
</li>
</ul>
<ul>
<li>
I finally decided to sit down and tick off something thats been on my To Do list for about 6 months now, and upgrade the <a href="http://www.asman-it.com.au/search.html">search page at www.asman-it.com.au</a> to use the new &#8220;inline&#8221; Google search results.  And, like all things you put off for ages, it took around 10 minutes (although admittedly my page won&#8217;t win any prizes for aesthetic or robust web design!).
</li>
</ul>
<p>So, we&#8217;re back up to date.  Perhaps my next post will be a little more on-time! <img src='http://blogs.asman-it.com.au/dasman/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2080207984545284";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel ="";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.asman-it.com.au/dasman/index.php/20070120/3-months-of-news/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CELLular &#8211; A J2ME implementation of Conway&#8217;s Game of Life</title>
		<link>http://blogs.asman-it.com.au/dasman/index.php/20060829/cellular-a-j2me-implementation-of-conways-game-of-life</link>
		<comments>http://blogs.asman-it.com.au/dasman/index.php/20060829/cellular-a-j2me-implementation-of-conways-game-of-life#comments</comments>
		<pubDate>Tue, 29 Aug 2006 08:19:46 +0000</pubDate>
		<dc:creator>dasman</dc:creator>
				<category><![CDATA[IT Stuff]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://blogs.asman-it.com.au/dasman/index.php/20060829/cellular-a-j2me-implementation-of-conways-game-of-life</guid>
		<description><![CDATA[I&#8217;ve been looking for a simple way to play around with the GameCanvas &#8211; the double-buffered general purpose canvas that comes in MIDP 2.0.  And being a geek^H^H^H^H person interested in esoteric things, an implementation of Conway&#8217;s Game of Life seemed like a good project.  
In case you&#8217;re too lazy to click on [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking for a simple way to play around with the GameCanvas &#8211; the double-buffered general purpose canvas that comes in MIDP 2.0.  And being a geek^H^H^H^H person interested in esoteric things, an implementation of <a href="http://en.wikipedia.org/wiki/Conways_Life">Conway&#8217;s Game of Life</a> seemed like a good project.  </p>
<p>In case you&#8217;re too lazy to click on the above link to the Wikipedia page, this is an example of Cellular Automata &#8211; a grid of &#8220;cells&#8221; that live and die according to simple rules.  And interestingly, from very simple rules all kinds of ordered and complex behaviour emerges.  Short summary?  Its like a kind of fishtank for geeks!</p>
<p>CELLular (neat name, huh!  You get it, right?  CELLULAR automata.  CELL phone.  Huh?  Huh? <img src='http://blogs.asman-it.com.au/dasman/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) allows you to generate random grids, or to draw your own patterns, then set them in motion.  And, as an added bonus, it does a nifty fade-in/fade-out effect as cells are born and die! <img src='http://blogs.asman-it.com.au/dasman/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Here&#8217;s a picture of it &#8220;in action&#8221;:</p>
<p><img id="image63" src="http://blogs.asman-it.com.au/dasman/wp-content/uploads/2006/08/in_progress.png" alt="CELLular in Action" /></p>
<p>You can <a href="http://www.asman-it.com.au/CELLular/">download CELLular here</a>, and it should hopefully run on most MIDP2.0 devices.  Enjoy!</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2080207984545284";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel ="";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.asman-it.com.au/dasman/index.php/20060829/cellular-a-j2me-implementation-of-conways-game-of-life/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
