<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Me n My Programming</title>
	<atom:link href="http://ainamosi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ainamosi.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 23 Nov 2011 23:31:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ainamosi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Me n My Programming</title>
		<link>http://ainamosi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ainamosi.wordpress.com/osd.xml" title="Me n My Programming" />
	<atom:link rel='hub' href='http://ainamosi.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Marama Code 125 ~ Detect shape updated info</title>
		<link>http://ainamosi.wordpress.com/2011/11/23/marama-code-125-detect-shape-updated-info/</link>
		<comments>http://ainamosi.wordpress.com/2011/11/23/marama-code-125-detect-shape-updated-info/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 23:31:10 +0000</pubDate>
		<dc:creator>Iso</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Life on Marama]]></category>

		<guid isPermaLink="false">http://ainamosi.wordpress.com/?p=279</guid>
		<description><![CDATA[Did you know that you capture or be aware of the changes made in the diagram? For instance when user change a shape name or delete a shape? Yes you can. You just need this codes: EventPropertyUpdateInfo info = this.propertyUpdated(notification); // get the update info if (info == null) { return; } // ignore if [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ainamosi.wordpress.com&amp;blog=3874600&amp;post=279&amp;subd=ainamosi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ainamosi.wordpress.com/2011/11/23/marama-code-125-detect-shape-updated-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Iso</media:title>
		</media:content>
	</item>
		<item>
		<title>Marama Code 124 ~ Hide Your Custome Event Handler</title>
		<link>http://ainamosi.wordpress.com/2011/11/21/marama-code-124-hide-your-custome-event-handler/</link>
		<comments>http://ainamosi.wordpress.com/2011/11/21/marama-code-124-hide-your-custome-event-handler/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 02:46:18 +0000</pubDate>
		<dc:creator>Iso</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ainamosi.wordpress.com/?p=274</guid>
		<description><![CDATA[While reading marama WriteEventHandler codes, I found this method that helps to hide the event handlers until a specific icon is selected. Just beware that this method is only applicable for event handlers that were created in working workspace. public boolean isRunnable() {   final MaramaShape s = this.getSelectedShape();     if (s == null) { [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ainamosi.wordpress.com&amp;blog=3874600&amp;post=274&amp;subd=ainamosi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ainamosi.wordpress.com/2011/11/21/marama-code-124-hide-your-custome-event-handler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Iso</media:title>
		</media:content>
	</item>
		<item>
		<title>Marama Code 123 ~ Set Custom Properties for Marama Shape</title>
		<link>http://ainamosi.wordpress.com/2011/11/15/marama-code-123-set-custom-properties-for-marama-shape/</link>
		<comments>http://ainamosi.wordpress.com/2011/11/15/marama-code-123-set-custom-properties-for-marama-shape/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 22:20:20 +0000</pubDate>
		<dc:creator>Iso</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ainamosi.wordpress.com/?p=272</guid>
		<description><![CDATA[Did you know that you can set the custom properties for each shape in marama, instead using the default properties. The advantages of using this method is you can load a pre-properties attribute rather than having empty space or pre-specified text. To do this, you need to set a custom method in the event handler [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ainamosi.wordpress.com&amp;blog=3874600&amp;post=272&amp;subd=ainamosi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ainamosi.wordpress.com/2011/11/15/marama-code-123-set-custom-properties-for-marama-shape/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Iso</media:title>
		</media:content>
	</item>
		<item>
		<title>Cross Compiling ~ Compile java code written in Mac in Windows</title>
		<link>http://ainamosi.wordpress.com/2011/10/11/cross-compiling-compile-java-code-written-in-mac-in-windows/</link>
		<comments>http://ainamosi.wordpress.com/2011/10/11/cross-compiling-compile-java-code-written-in-mac-in-windows/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 23:08:40 +0000</pubDate>
		<dc:creator>Iso</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://ainamosi.wordpress.com/?p=270</guid>
		<description><![CDATA[I have a problem of compiling student assignment where a few of them have written it in Mac OS. Obviously, I&#8217;m using Windows. The solution, delete the hidden file that come along with the programme, .classFile.java. If you can&#8217;t see it, just toggle the folder option to show hidden file. Here is the link to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ainamosi.wordpress.com&amp;blog=3874600&amp;post=270&amp;subd=ainamosi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ainamosi.wordpress.com/2011/10/11/cross-compiling-compile-java-code-written-in-mac-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Iso</media:title>
		</media:content>
	</item>
		<item>
		<title>Marama Code 122 ~ How to create entity and its attributes in Marama tool model automatically</title>
		<link>http://ainamosi.wordpress.com/2011/10/03/marama-code-122-how-to-create-entity-and-its-attributes-in-marama-tool-model-automatically/</link>
		<comments>http://ainamosi.wordpress.com/2011/10/03/marama-code-122-how-to-create-entity-and-its-attributes-in-marama-tool-model-automatically/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 01:47:19 +0000</pubDate>
		<dc:creator>Iso</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Life on Marama]]></category>

		<guid isPermaLink="false">http://ainamosi.wordpress.com/?p=266</guid>
		<description><![CDATA[Marama tool model is the diagram used to define tool project tool meta-model. To help user define the test tool (to be used with Marama model project), user need to specify the test tool shape properties. From there, a number of test entity (based on level of test) will be create automatically. Due to the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ainamosi.wordpress.com&amp;blog=3874600&amp;post=266&amp;subd=ainamosi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ainamosi.wordpress.com/2011/10/03/marama-code-122-how-to-create-entity-and-its-attributes-in-marama-tool-model-automatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Iso</media:title>
		</media:content>
	</item>
		<item>
		<title>Marama Code 121 ~ How to get or set shape size</title>
		<link>http://ainamosi.wordpress.com/2011/10/03/marama-code-120-how-to-get-or-set-shape-size/</link>
		<comments>http://ainamosi.wordpress.com/2011/10/03/marama-code-120-how-to-get-or-set-shape-size/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 01:19:28 +0000</pubDate>
		<dc:creator>Iso</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Life on Marama]]></category>

		<guid isPermaLink="false">http://ainamosi.wordpress.com/?p=262</guid>
		<description><![CDATA[Today I&#8217;ll explain how to get or set shape&#8217;s size. This can be done using this code: Dimension maramaShape_size = maramaShape.getSize(); It will return the shape&#8217;s size in Dimension. You can set the shape&#8217;s size with this code: Dimension newSize = new Dimension(int width, int height); maramaShape.setSize(newSize);<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ainamosi.wordpress.com&amp;blog=3874600&amp;post=262&amp;subd=ainamosi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ainamosi.wordpress.com/2011/10/03/marama-code-120-how-to-get-or-set-shape-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Iso</media:title>
		</media:content>
	</item>
		<item>
		<title>Marama Code 120 ~ Creating XSLT Java Template</title>
		<link>http://ainamosi.wordpress.com/2011/09/29/marama-code-120-creating-xslt-java-template/</link>
		<comments>http://ainamosi.wordpress.com/2011/09/29/marama-code-120-creating-xslt-java-template/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 02:59:45 +0000</pubDate>
		<dc:creator>Iso</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Life on Marama]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false">http://ainamosi.wordpress.com/?p=260</guid>
		<description><![CDATA[I&#8217;m creating an XSLT file that create a customise properties view for a list of test in a diagram. The trouble that I faced during my template creation is the &#8216;&#60;&#8217; tag for ArrayList &#60;String&#62; alString = new ArrayList&#60;String&#62;();. XSLT would read the &#8216;&#60;&#8217; as one of the processing syntax instead. How to go around [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ainamosi.wordpress.com&amp;blog=3874600&amp;post=260&amp;subd=ainamosi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ainamosi.wordpress.com/2011/09/29/marama-code-120-creating-xslt-java-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Iso</media:title>
		</media:content>
	</item>
		<item>
		<title>Marama Code 119 ~ Exported Properties</title>
		<link>http://ainamosi.wordpress.com/2011/08/24/marama-code-119-exported-properties/</link>
		<comments>http://ainamosi.wordpress.com/2011/08/24/marama-code-119-exported-properties/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 22:50:45 +0000</pubDate>
		<dc:creator>Iso</dc:creator>
				<category><![CDATA[Life on Marama]]></category>

		<guid isPermaLink="false">http://ainamosi.wordpress.com/?p=257</guid>
		<description><![CDATA[As you may know by now, there are two types of entities in Marama. Yes, the first is Model Entity and the second is Shape Entity. This example is concern about retrieving and updating  exported properties in Shape Entity. In Shape Definer (where you define what shape you like to represent your model), you can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ainamosi.wordpress.com&amp;blog=3874600&amp;post=257&amp;subd=ainamosi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ainamosi.wordpress.com/2011/08/24/marama-code-119-exported-properties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Iso</media:title>
		</media:content>
	</item>
		<item>
		<title>Marama Code 118 ~ Get multiple input from entity attribute</title>
		<link>http://ainamosi.wordpress.com/2011/08/15/marama-code-118-get-multiple-input-from-entity-attribute/</link>
		<comments>http://ainamosi.wordpress.com/2011/08/15/marama-code-118-get-multiple-input-from-entity-attribute/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 01:56:07 +0000</pubDate>
		<dc:creator>Iso</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Life on Marama]]></category>

		<guid isPermaLink="false">http://ainamosi.wordpress.com/?p=254</guid>
		<description><![CDATA[Sometimes you will create an entity with a multiline attribute values. In my case an entity name Input with attribute name var (short for variable). The var can be more than one depending on the Input. So how do I retrieve this multipleline attribute values? Here is the code: ArrayList&#60;String&#62; alVarInput = (ArrayList) inputShape.getPropertyValue(&#8220;var&#8221;); All [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ainamosi.wordpress.com&amp;blog=3874600&amp;post=254&amp;subd=ainamosi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ainamosi.wordpress.com/2011/08/15/marama-code-118-get-multiple-input-from-entity-attribute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Iso</media:title>
		</media:content>
	</item>
		<item>
		<title>Marama Code 117 ~ How to automatically create a shape</title>
		<link>http://ainamosi.wordpress.com/2011/08/15/marama-code-117-how-to-automatically-create-a-shape/</link>
		<comments>http://ainamosi.wordpress.com/2011/08/15/marama-code-117-how-to-automatically-create-a-shape/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 01:48:03 +0000</pubDate>
		<dc:creator>Iso</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Life on Marama]]></category>

		<guid isPermaLink="false">http://ainamosi.wordpress.com/?p=245</guid>
		<description><![CDATA[Hi again. Do you need to create a shape after a certain action? I do. So I used this code to create a new shape automatically: MaramaShape myNewShape = createNewShape(shapeType, shapeXPossition, shapeYPossition, shapeWidth, shapeHeight); The code above will automatically create a new shape. If you want to add the shape information, such as name, you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ainamosi.wordpress.com&amp;blog=3874600&amp;post=245&amp;subd=ainamosi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ainamosi.wordpress.com/2011/08/15/marama-code-117-how-to-automatically-create-a-shape/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Iso</media:title>
		</media:content>
	</item>
	</channel>
</rss>
