<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns="http://purl.org/rss/1.0/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">

  <channel rdf:about="http://retsura.blog.shinobi.jp/RSS/100/">
    <title>Works Portfolio</title>
    <link>http://retsura.blog.shinobi.jp/</link>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://retsura.blog.shinobi.jp/RSS/" />
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" />
    <description>To show what I have done in the works</description>
    <dc:language>ja</dc:language>
    <dc:date>2007-12-18T01:08:13+09:00</dc:date>
    <items>
    <rdf:Seq>
      <rdf:li rdf:resource="http://retsura.blog.shinobi.jp/illust/the%20final%20of%20alley-oops" />
      <rdf:li rdf:resource="http://retsura.blog.shinobi.jp/programme/fighters%20universe" />
      <rdf:li rdf:resource="http://retsura.blog.shinobi.jp/installer/notepad--" />
      <rdf:li rdf:resource="http://retsura.blog.shinobi.jp/programme/table%20of%20multiplier" />
      <rdf:li rdf:resource="http://retsura.blog.shinobi.jp/programme/text%20fighter" />
      <rdf:li rdf:resource="http://retsura.blog.shinobi.jp/illust/evil%20association" />
      <rdf:li rdf:resource="http://retsura.blog.shinobi.jp/illust/arrow" />
      <rdf:li rdf:resource="http://retsura.blog.shinobi.jp/illust/5d%20logos%20design" />
    </rdf:Seq>
    </items>
  </channel>

  <item rdf:about="http://retsura.blog.shinobi.jp/illust/the%20final%20of%20alley-oops">
    <link>http://retsura.blog.shinobi.jp/illust/the%20final%20of%20alley-oops</link>
    <title>The Final of Alley-Oops</title>
    <description>I cut a part of a game - FreeStyle by my character &amp;amp;quot;The Final of Alley-Oops&amp;amp;quot; and made a 150 px * 150 px graphic. I edit it with PhotoShop CS...</description>
    <content:encoded><![CDATA[<font size="3">I cut a part of a game - FreeStyle by my character &quot;The Final of Alley-Oops&quot; and made a 150 px * 150 px graphic. I edit it with PhotoShop CS2.<br />
<br />
Motion Blur&nbsp;and double layer for the bigger shadow, Gaussian Blur for the background.<br />
<br />
<img alt="" src="//retsura.blog.shinobi.jp/File/e802edb7jpeg" /></font>]]></content:encoded>
    <dc:subject>Illust</dc:subject>
    <dc:date>2007-12-18T01:08:13+09:00</dc:date>
    <dc:creator>CHING</dc:creator>
    <dc:publisher>NINJA BLOG</dc:publisher>
    <dc:rights>CHING</dc:rights>
  </item>
  <item rdf:about="http://retsura.blog.shinobi.jp/programme/fighters%20universe">
    <link>http://retsura.blog.shinobi.jp/programme/fighters%20universe</link>
    <title>Fighters Universe</title>
    <description>This time I made the Fighters Universe is the upgrade version of Text Fighter, it has four players, Ho Yin, Justin, Boss Florence and Boss Janice.

...</description>
    <content:encoded><![CDATA[<font size="3">This time I made the Fighters Universe is the upgrade version of Text Fighter, it has four players, Ho Yin, Justin, Boss Florence and Boss Janice.<br />
</font><br />
<font size="3">I use the &quot;<strong><font color="#0000ff">extends</font></strong>&quot; in the BossPlayer class, and it extends&nbsp;by the Player class.<br />
<br />
For the Boss Player :<br />
<font color="#cc99ff">public void</font> setPower( int power, int difference )<br />
&nbsp;{<br />
&nbsp;&nbsp;<font color="#0000ff">if</font> ( difference &lt; 0 )<br />
&nbsp;&nbsp;&nbsp;this.power = (<font style="BACKGROUND-COLOR: #ffff00">power+( difference / 2 )</font>);<br />
&nbsp;&nbsp;<font color="#0000ff">else</font><br />
&nbsp;&nbsp;&nbsp;this.power = (<font style="BACKGROUND-COLOR: #ffff00">power+( difference * 2 )</font>);&nbsp;<br />
&nbsp;}<br />
<br />
If they get hurt, their damage will get half, in case, they hit to the other players they will gain a double power.<br />
<br />
</font><img alt="" src="//retsura.blog.shinobi.jp/File/FightersUniverse.gif" /><br />
<br />
<font size="3">Download the file:</font><br />
<font size="3">1.</font><a href="http://hk.geocities.com/ashching/java/FightersUniverse/BossPlayer.class"><font size="3">BossPlayer.class</font></a><br />
<font size="3">2.</font><a target="_new" href="http://hk.geocities.com/ashching/java/FightersUniverse/BossPlayer.java"><font size="3">BossPlayer.java</font></a><br />
<font size="3">3.<a href="http://hk.geocities.com/ashching/java/FightersUniverse/FightersUniverse.class"><font size="3">FightersUniverse.class</font></a><br />
4.<a target="_new" href="http://hk.geocities.com/ashching/java/FightersUniverse/FightersUniverse.java"><font size="3">FightersUniverse.java</font></a></font><br />
<font size="3">5.<a href="http://hk.geocities.com/ashching/java/FightersUniverse/Player.class"><font size="3">Player.class</font></a><br />
6.<a target="_new" href="http://hk.geocities.com/ashching/java/FightersUniverse/Player.java"><font size="3">Player.java</font></a><br />
You can see the code in here.</font>]]></content:encoded>
    <dc:subject>Programme</dc:subject>
    <dc:date>2007-12-11T22:13:54+09:00</dc:date>
    <dc:creator>CHING</dc:creator>
    <dc:publisher>NINJA BLOG</dc:publisher>
    <dc:rights>CHING</dc:rights>
  </item>
  <item rdf:about="http://retsura.blog.shinobi.jp/installer/notepad--">
    <link>http://retsura.blog.shinobi.jp/installer/notepad--</link>
    <title>Notepad++</title>
    <description>I am using the Notepad++ for editing the programme.

Here is the download link for the installer: Notepad++ Ver4.4

And you can go though to offic...</description>
    <content:encoded><![CDATA[<font size="3">I am using the Notepad++ for editing the programme.<br />
<br />
Here is the download link for the installer: </font><a href="http://downloads.sourceforge.net/notepad-plus/npp.4.4.Installer.exe?modtime=1192407942&amp;big_mirror=0"><font size="3">Notepad++ Ver4.4</font></a><br />
<br />
<font size="3">And you can go though to offical web site of&nbsp;</font><a target="_new" href="http://notepad-plus.sourceforge.net/uk/site.htm"><font size="3">Notepad++</font></a><font size="3">.</font>]]></content:encoded>
    <dc:subject>Installer</dc:subject>
    <dc:date>2007-10-25T22:37:26+09:00</dc:date>
    <dc:creator>CHING</dc:creator>
    <dc:publisher>NINJA BLOG</dc:publisher>
    <dc:rights>CHING</dc:rights>
  </item>
  <item rdf:about="http://retsura.blog.shinobi.jp/programme/table%20of%20multiplier">
    <link>http://retsura.blog.shinobi.jp/programme/table%20of%20multiplier</link>
    <title>Table of Multiplier</title>
    <description>Table of Multiplier (乘數表) , each of you must know it.

I use array to make it up.&amp;amp;nbsp;Array is starting at 0, so I made:
int array[] = new int[ 11...</description>
    <content:encoded><![CDATA[<font size="3">Table of Multiplier <font size="2">(乘數表)</font> , each of you must know it.<br />
<br />
I use array to make it up.&nbsp;Array is starting at 0, so I made:<br />
<font color="#ff0000">int array[] = new int[ <font style="BACKGROUND-COLOR: #ffff00">11</font> ];</font> (line 10)&nbsp; <font style="BACKGROUND-COLOR: #ffff00">11</font> is the value to show &quot;10&quot;. (Please see downward)<br />
<br />
And I set: <font color="#ff0000">for ( int counter = <font style="BACKGROUND-COLOR: #ffff00">1</font>; counter &lt; array.length; counter++ )</font> (line 23)<br />
<font color="#ff0000">int counter = <font style="BACKGROUND-COLOR: #ffff00">1</font></font>, this is setting for the value to show the starting value.<br />
<br />
For 0 and 1 are no meaning to remember, so I start from 2 to 9. But the code is not 100% the best, welcome&nbsp;to discuss!<br />
<br />
<font color="#3366ff">Update at 2007/10/26:</font><br />
<br />
Multiplier2 is using two for loop to make, and it is more simple than the first one.<br />
<br />
<img alt="" src="//retsura.blog.shinobi.jp/File/photo-multiplier.jpg" /> <br />
Download the file:<br />
1.</font><a href="http://hk.geocities.com/ashching/java/multiplier/Multiplier.class"><font size="3">Multiplier.class</font></a><br />
<font size="3">2.</font><a target="_new" href="http://hk.geocities.com/ashching/java/multiplier/Multiplier.java"><font size="3">Multiplier.java</font></a><br />
<font size="3">3.<a href="http://hk.geocities.com/ashching/java/multiplier/Multiplier2.class"><font size="3">Multiplier2.class</font></a><br />
4.<a target="_new" href="http://hk.geocities.com/ashching/java/multiplier/Multiplier2.java"><font size="3">Multiplier2.java</font></a></font><br />
<font size="3">You can see the code in here.</font>]]></content:encoded>
    <dc:subject>Programme</dc:subject>
    <dc:date>2007-10-25T21:53:27+09:00</dc:date>
    <dc:creator>CHING</dc:creator>
    <dc:publisher>NINJA BLOG</dc:publisher>
    <dc:rights>CHING</dc:rights>
  </item>
  <item rdf:about="http://retsura.blog.shinobi.jp/programme/text%20fighter">
    <link>http://retsura.blog.shinobi.jp/programme/text%20fighter</link>
    <title>Text Fighter</title>
    <description>I used the Java program to design a text game, Text Fighter.

In the game, I designed &amp;amp;nbsp;two characters, Davis and Kim.

They will be randomly ...</description>
    <content:encoded><![CDATA[<font size="3">I used the Java program to design a text game, Text Fighter.<br />
<br />
In the game, I designed &nbsp;two characters, Davis and Kim.<br />
<br />
They will be randomly to fight, if one of them the Power (Health Point / HP) is lower than zero, the game will stop and finish.<br />
<br />
There is a example in downward.<br />
<br />
<img alt="Test for TextFighter" src="//retsura.blog.shinobi.jp/File/photo-textfighter.jpg" /><br />
<br />
Download the file:<br />
1.</font><a href="http://hk.geocities.com/ashching/java/textfighter/Player.class"><font size="3">Player.class</font></a><br />
<font size="3">2.</font><a target="_new" href="http://hk.geocities.com/ashching/java/textfighter/Player.java"><font size="3">Player.java</font></a><font size="3">&nbsp;(update: 21-10-07)<br />
3.</font><a href="http://hk.geocities.com/ashching/java/textfighter/PlayerTest.class"><font size="3">PlayerTest.class</font></a><br />
<font size="3">4.</font><a target="_new" href="http://hk.geocities.com/ashching/java/textfighter/PlayerTest.java"><font size="3">PlayerTest.java</font></a><br />
<font size="3">You can see the code in here.</font>]]></content:encoded>
    <dc:subject>Programme</dc:subject>
    <dc:date>2007-10-18T22:52:19+09:00</dc:date>
    <dc:creator>CHING</dc:creator>
    <dc:publisher>NINJA BLOG</dc:publisher>
    <dc:rights>CHING</dc:rights>
  </item>
  <item rdf:about="http://retsura.blog.shinobi.jp/illust/evil%20association">
    <link>http://retsura.blog.shinobi.jp/illust/evil%20association</link>
    <title>EVIL ASSOCIATION</title>
    <description>

EVIL ASSOCIATION, a song name of Wangan music, it makes&amp;amp;nbsp;for a sport&amp;amp;nbsp;game team.

For the name, it&#039;s not a good thing&amp;amp;nbsp;of our world,...</description>
    <content:encoded><![CDATA[<font size="3"><img height="250" alt="" width="250" src="//retsura.blog.shinobi.jp/File/ea-1.jpg" /><br />
<br />
EVIL ASSOCIATION, a song name of Wangan music, it makes&nbsp;for a sport&nbsp;game team.<br />
<br />
For the name, it's not a good thing&nbsp;of our world, so that I use the black and red to show how evil it is.<br />
<br />
The illustration is a wing, devil wing, the wing&nbsp;is used by another graph to make, after change the angle and get the new image, then&nbsp;add up the color.<br />
<br />
After the design it looks like a CD cover.</font>]]></content:encoded>
    <dc:subject>Illust</dc:subject>
    <dc:date>2007-10-10T09:05:14+09:00</dc:date>
    <dc:creator>CHING</dc:creator>
    <dc:publisher>NINJA BLOG</dc:publisher>
    <dc:rights>CHING</dc:rights>
  </item>
  <item rdf:about="http://retsura.blog.shinobi.jp/illust/arrow">
    <link>http://retsura.blog.shinobi.jp/illust/arrow</link>
    <title>ARRoW</title>
    <description>I have played Wangan again, this logo is for the car team, the full name of ARRoW&amp;amp;nbsp;is &amp;amp;nbsp;AKUMA REVENGE RACER of WANGAN.

AKUMA&amp;amp;nbsp;means Dev...</description>
    <content:encoded><![CDATA[<font size="3">I have played Wangan again, this logo is for the car team, the full name of ARRoW&nbsp;is &nbsp;AKUMA REVENGE RACER of WANGAN.<br />
<br />
AKUMA&nbsp;means Devil, it's a japanese word.<br />
<br />
<img alt="" src="//retsura.blog.shinobi.jp/File/ARRoW-square.gif" /><br />
</font>
<p><font size="3"><img alt="" src="//retsura.blog.shinobi.jp/File/ARRoW-square-FULL.gif" /></font></p>]]></content:encoded>
    <dc:subject>Illust</dc:subject>
    <dc:date>2007-10-10T08:41:52+09:00</dc:date>
    <dc:creator>CHING</dc:creator>
    <dc:publisher>NINJA BLOG</dc:publisher>
    <dc:rights>CHING</dc:rights>
  </item>
  <item rdf:about="http://retsura.blog.shinobi.jp/illust/5d%20logos%20design">
    <link>http://retsura.blog.shinobi.jp/illust/5d%20logos%20design</link>
    <title>5D logos Design</title>
    <description>
This is the first desige for my friend.

&amp;amp;quot;5&amp;amp;quot; is black and &amp;amp;quot;D&amp;amp;quot; is white (but you can also see the black &amp;amp;quot;D&amp;amp;quot; in the &amp;amp;q...</description>
    <content:encoded><![CDATA[<p><font size="3"><img alt="" src="//retsura.blog.shinobi.jp/File/5D.jpg" /><br />
This is the first desige for my friend.<br />
<br />
&quot;5&quot; is black and &quot;D&quot; is white (but you can also see the black &quot;D&quot; in the &quot;5&quot;). The boy and girl show that they can win in every race.<br />
<br />
<br />
<img alt="" src="//retsura.blog.shinobi.jp/File/5D-01.jpg" /><img alt="" src="//retsura.blog.shinobi.jp/File/5D-1.png" /><br />
<br />
This is the second, the class use for wristlet.<br />
<br />
This design only use the straight lines.</font></p>]]></content:encoded>
    <dc:subject>Illust</dc:subject>
    <dc:date>2007-09-24T10:51:47+09:00</dc:date>
    <dc:creator>CHING</dc:creator>
    <dc:publisher>NINJA BLOG</dc:publisher>
    <dc:rights>CHING</dc:rights>
  </item>
</rdf:RDF>
