<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>fladdict.net</title>
    <link rel="alternate" type="text/html" href="http://www.fladdict.net/blog-en/" />
    <link rel="self" type="application/atom+xml" href="http://www.fladdict.net/blog-en/atom.xml" />
   <id>tag:www.fladdict.net,2008:/blog-en//4</id>
    <link rel="service.post" type="application/atom+xml" href="http://www.fladdict.net/mt/mt-atom.cgi/weblog/blog_id=4" title="fladdict.net" />
    <updated>2008-04-21T07:04:19Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type  3.2-ja-2</generator>
 
<entry>
    <title>HELLO, WORLD! SoftBank</title>
    <link rel="alternate" type="text/html" href="http://www.fladdict.net/blog-en/2008/04/hello_world_softbank.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.fladdict.net/mt/mt-atom.cgi/weblog/blog_id=4/entry_id=442" title="HELLO, WORLD! SoftBank" />
    <id>tag:www.fladdict.net,2008:/blog-en//4.442</id>
    
    <published>2008-04-13T11:10:10Z</published>
    <updated>2008-04-21T07:04:19Z</updated>
    
    <summary> HELLO, WORLD! SoftBank We launched bran...</summary>
    <author>
        <name>Taka</name>
        
    </author>
            <category term="Flash" />
    
    <content type="html" xml:lang="en" xml:base="http://www.fladdict.net/blog-en/">
        <![CDATA[<a href="http://www.softbank.co.jp/helloworld/"><img alt="helloworldsb.jpg" src="http://fladdict.net/blog/images/helloworldsb.jpg" width="418" height="889" /></a>

<a href="http://www.softbank.co.jp/helloworld/">HELLO, WORLD! SoftBank</a>

We launched branding site for Japanese telecom company SoftBank. People and people and people... Many people in the park.

Directed and designed by Yosuke Abe, and I joind project as a flash developer. I havent been in the same team with him for 2 years, since <a href="http://neovision.jp/">neovision.jp</a>.  This time I enjoyed so much.


Following is credit.

Planning, Art Director, Design: Yosuke Abe (<a href="http://tha.jp/">tha inc</a>.)
Flash: Takayuki Fukatsu (<a href="http://tha.jp/">tha inc.</a>)
Asistant Design: Erica Sakai (<a href="http://tha.jp/">tha inc.</a>)
Sound: <a href="http://www.pepecalifornia.com/">PEPE CALIFORNIA</a> (<a href="http://www.bluemark.co.jp/">bluemark</a>)
Movie Produce: Takeshi Sato, Mayu Sudo (<a href="http://www.rightning.com/">Rightning Inc.</a>)
Styling: Toshio Takeda (<a href="http://www.mildinc.com/">mild Inc.</a>)
Choreograph: Chie Ito, Memi Shinozaki (<a href="http://www.strangekinoko.com/">Strange Kinoko Dancecompany</a>)
Lighting: Yuichi Nose (<a href="http://www.ateam-japan.jp/">A-team</a>)
VideoEngineer,Edit: Atushi Shimoyama

]]>
        
    </content>
</entry>
<entry>
    <title>Tweener Extension, for Matrix Tweening.</title>
    <link rel="alternate" type="text/html" href="http://www.fladdict.net/blog-en/2008/03/tweener_extension_for_matrix_t.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.fladdict.net/mt/mt-atom.cgi/weblog/blog_id=4/entry_id=417" title="Tweener Extension, for Matrix Tweening." />
    <id>tag:www.fladdict.net,2008:/blog-en//4.417</id>
    
    <published>2008-03-06T16:59:24Z</published>
    <updated>2008-03-06T17:09:27Z</updated>
    
    <summary>I wrote simple Tweener Extension, Matrix...</summary>
    <author>
        <name>Taka</name>
        
    </author>
            <category term="Flash" />
    
    <content type="html" xml:lang="en" xml:base="http://www.fladdict.net/blog-en/">
        <![CDATA[I wrote simple Tweener Extension, <a href="http://sketchbook.libspark.org/svn/as3/trunk/src/sketchbook/external/tweener/MatrixShortcuts.as">MatrixShortcuts.as</a>

This class provides mainly two group of special propertys.]]>
        <![CDATA[One is simply tweening for transform.matrix properties of Display Object.

<ul>
<li>_matrix_a</li>
<li>_matrix_b</li>
<li>_matrix_c</li>
<li>_matrix_d</li>
<li>_matrix_tx</li>
<li>_matrix_ty</li>
<li>_matrix</li>
</ul>


The other is more strong and powerful concept. Global coordinate control tweenings.
With these properties, you can tween complex nested DisplayObjects with global, stage coordinate.

<ul>
<li>_global_matrix_a</li>
<li>_global_matrix_b</li>
<li>_global_matrix_c</li>
<li>_global_matrix_d</li>
<li>_global_matrix_tx</li>
<li>_global_matrix_ty</li>
<li>_global_matrix</li>
<li>_global_x</li>
<li>_global_y</li>
<li>_global_rotation</li>
<li>_global_scaleX</li>
<li>_global_scaleY</li>
<li>_global_scale</li>
</ul>

For example, with following code, even how complex matrix parents have, MovieClip always move to the center of stage.

<pre><code>
MatrixShortcuts.init();

Tweener.addTween( myMC.myMC.myMC,
  {
    time:1,
    _global_matrix: new Matrix(1,0,0,1,stage.stageWidth*0.5, stage.stageHeight*0.5);
  }
);
</code></pre>

Could be useful]]>
    </content>
</entry>
<entry>
    <title>Design and the Elastic Mind</title>
    <link rel="alternate" type="text/html" href="http://www.fladdict.net/blog-en/2008/03/design_and_the_elastic_mind.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.fladdict.net/mt/mt-atom.cgi/weblog/blog_id=4/entry_id=416" title="Design and the Elastic Mind" />
    <id>tag:www.fladdict.net,2008:/blog-en//4.416</id>
    
    <published>2008-03-06T16:52:55Z</published>
    <updated>2008-03-06T16:57:54Z</updated>
    
    <summary> We launched MoMA&apos;s exhibition site, Des...</summary>
    <author>
        <name>Taka</name>
        
    </author>
            <category term="Flash" />
    
    <content type="html" xml:lang="en" xml:base="http://www.fladdict.net/blog-en/">
        <![CDATA[<a href="http://www.moma.org/exhibitions/2008/elasticmind/"><img src="http://fladdict.net/blog/images/design_and_the_elasticmind.jpg"></a>

We launched MoMA's exhibition site, <a href="http://www.moma.org/exhibitions/2008/elasticmind/">Design and the Elastic Mind</a>.

<blockquote>In the past few decades, individuals have experienced dramatic changes in some of the most established dimensions of human life: time, space, matter, and individuality. Working across several time zones, traveling with relative ease between satellite maps and nanoscale images, gleefully drowning in information, acting fast in order to preserve some slow downtime, people cope daily with dozens of changes in scale. Minds adapt and acquire enough elasticity to be able to synthesize such abundance. One of design's most fundamental tasks is to stand between revolutions and life, and to help people deal with change. Designers have coped with these displacements by contributing thoughtful concepts that can provide guidance and ease as science and technology evolve. Several of them—the Mosaic graphic user's interface for the Internet, for instance—have truly changed the world. Design and the Elastic Mind is a survey of the latest developments in the field. It focuses on designers' ability to grasp momentous changes in technology, science, and social mores, changes that will demand or reflect major adjustments in human behavior, and convert them into objects and systems that people understand and use.</blockquote>
]]>
        <![CDATA[<img src="http://fladdict.net/blog/images/moma_min_capture.jpg">


<strong>CREDITS</strong>

Client: <a href="http://moma.org">MoMA</a>
Designer: <a href="http://fladdict.net">Takayuki Fukatsu</a>, <a href="http://tha.jp/">THA Ltd</a>
Designer: Erica Sakai, <a href="http://tha.jp/">THA Ltd</a>
Creative Director: <a href="http://www.yugop.com/">Yugo Nakamura</a>, <a href="http://tha.jp/">THA Ltd</a>]]>
    </content>
</entry>
<entry>
    <title>New service SCR and &quot;Kaze to Desktop&quot;</title>
    <link rel="alternate" type="text/html" href="http://www.fladdict.net/blog-en/2007/09/new_service_scr_and_kaze_to_de_1.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.fladdict.net/mt/mt-atom.cgi/weblog/blog_id=4/entry_id=292" title="New service SCR and &quot;Kaze to Desktop&quot;" />
    <id>tag:www.fladdict.net,2007:/blog-en//4.292</id>
    
    <published>2007-09-19T03:46:55Z</published>
    <updated>2007-09-19T03:47:32Z</updated>
    
    <summary>We (tha.ltd) launched new service called...</summary>
    <author>
        <name>Taka</name>
        
    </author>
            <category term="Flash" />
    
    <content type="html" xml:lang="en" xml:base="http://www.fladdict.net/blog-en/">
        <![CDATA[We (<a href="http://tha.jp/">tha.ltd</a>) launched new service called <a href="http://scr.sc/" target="_blank">SCR</a>.
SCR is our own service which publish highly experimental widgets and apps.

First product is an experimental screen saver, "<a href="http://scr.sc/products/kazetodesktop/" target="_blank">Kaze to Desktop</a>".
It blows away everything on the desktop with storm that reflects wind velocity where you live.

<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/s-Z8SrtfjZ0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/s-Z8SrtfjZ0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>

Enough worth to see.]]>
        
    </content>
</entry>
<entry>
    <title>ffffound beta release</title>
    <link rel="alternate" type="text/html" href="http://www.fladdict.net/blog-en/2007/06/ffffound_beta_release.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.fladdict.net/mt/mt-atom.cgi/weblog/blog_id=4/entry_id=254" title="ffffound beta release" />
    <id>tag:www.fladdict.net,2007:/blog-en//4.254</id>
    
    <published>2007-06-11T15:40:49Z</published>
    <updated>2007-06-11T15:48:33Z</updated>
    
    <summary> we (tha.ltd) released beta version of f...</summary>
    <author>
        <name>Taka</name>
        
    </author>
            <category term="clip" />
    
    <content type="html" xml:lang="en" xml:base="http://www.fladdict.net/blog-en/">
        <![CDATA[<img src="http://fladdict.net/blog/images/found_01.gif">
we (<a href="http://tha.jp/">tha.ltd</a>) released beta version of <a href="http://ffffound.com/">ffffound.com</a>,  social image bookmarking service.

The more you bookmark images, the more ffffound study what you like. Unfortunately I'm not in the project, but I am enjoyed so much.

plannning, direction, design: Yosuke Abe@tha
design, system implementation: Keita Kitamura @tha
screen saver: Taro Hanamura@tha
text editing: Erica Sakai]]>
        
    </content>
</entry>
<entry>
    <title>AVM2Loader class</title>
    <link rel="alternate" type="text/html" href="http://www.fladdict.net/blog-en/2007/06/avm2loader_class.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.fladdict.net/mt/mt-atom.cgi/weblog/blog_id=4/entry_id=251" title="AVM2Loader class" />
    <id>tag:www.fladdict.net,2007:/blog-en//4.251</id>
    
    <published>2007-06-01T15:53:51Z</published>
    <updated>2007-06-01T16:01:04Z</updated>
    
    <summary>I made an AVM2Loader class, that loads A...</summary>
    <author>
        <name>Taka</name>
        
    </author>
            <category term="Flash" />
    
    <content type="html" xml:lang="en" xml:base="http://www.fladdict.net/blog-en/">
        <![CDATA[I made an AVM2Loader class, that loads AVM1 movie and converts to AVM2 movie!!
Its simply a subclass of the Loader class. Just use load and loadBytes method. AVM2Loader automatically changes internal bytecodes when swf is loaded.
When AVM1 movie is converted to AVM2, logically all as2 script should be ignored.

<a href="http://snippets.libspark.org/trac/browser/fladdict/as3/src/net/fladdict/display/AVM2Loader.as">net.fladdict.display.AVM2Loader</a>]]>
        
    </content>
</entry>
<entry>
    <title>Loading AVM1 swf as AVM2 swf</title>
    <link rel="alternate" type="text/html" href="http://www.fladdict.net/blog-en/2007/05/loading_avm1_swf_as_avm2_swf.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.fladdict.net/mt/mt-atom.cgi/weblog/blog_id=4/entry_id=248" title="Loading AVM1 swf as AVM2 swf" />
    <id>tag:www.fladdict.net,2007:/blog-en//4.248</id>
    
    <published>2007-05-29T16:24:06Z</published>
    <updated>2007-05-29T23:54:34Z</updated>
    
    <summary>Finally I found how we load AVM1 swf as ...</summary>
    <author>
        <name>Taka</name>
        
    </author>
            <category term="Flash" />
    
    <content type="html" xml:lang="en" xml:base="http://www.fladdict.net/blog-en/">
        <![CDATA[Finally I found how we load AVM1 swf as AVM2.

<ul>
<li>Movie should be uncompressed</li>
<li>Movie should not include any as2 script</li>
</ul>

All we need to do is...

<ul>
<li>Load AVM1 movie as bytecode with URLLoader</li>
<li>Change index[3] ( that is 6,7 or 8 ) to 9</li>
<li>Find the byte code pattern, "44, 11, 00", that is somewhere around position 10 to 30</li>
<li>Rewtire that to "44, 11, <strong>08</strong>"</li>
<li>Load bytecode with Loader</li>
</ul>

That it. Now you can fully access property and movieclips in the AVM1 movies.]]>
        
    </content>
</entry>
<entry>
    <title>sojapanese</title>
    <link rel="alternate" type="text/html" href="http://www.fladdict.net/blog-en/2007/05/sojapanese.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.fladdict.net/mt/mt-atom.cgi/weblog/blog_id=4/entry_id=235" title="sojapanese" />
    <id>tag:www.fladdict.net,2007:/blog-en//4.235</id>
    
    <published>2007-05-20T01:58:02Z</published>
    <updated>2007-05-20T02:12:19Z</updated>
    
    <summary> Recent personal sketches with as3. I th...</summary>
    <author>
        <name>Taka</name>
        
    </author>
            <category term="Flash" />
    
    <content type="html" xml:lang="en" xml:base="http://www.fladdict.net/blog-en/">
        <![CDATA[<a href="http://www.fladdict.net/flash/sojapanese/sojapanese.swf"><img alt="sojapanese.jpg" src="http://fladdict.net/blog/images/sojapanese.jpg" width="418" height="591" /></a>

Recent personal sketches with as3.
I thinsk as3 is too complicated to code casual visual sketches.

Now Im writing library named skechbook. Its something like <a href="http://processing.org/">proce55ing</a>, handy and dirty, classes for daily casual skeching.
<br/>]]>
        <![CDATA[<a href="http://www.fladdict.net/flash/sojapanese/sojapanese_study1.swf"><img alt="sojapanese_study1.jpg" src="http://fladdict.net/blog/images/sojapanese_study1.jpg" width="418" height="591" /></a>

<a href="http://www.fladdict.net/flash/sojapanese/sojapanese_study2.swf"><img alt="sojapanese_study2.jpg" src="http://fladdict.net/blog/images/sojapanese_study2.jpg" width="418" height="591" /></a>

<a href="http://www.fladdict.net/flash/sojapanese/sojapanese_study3.swf"><img alt="sojapanese_study3.jpg" src="http://fladdict.net/blog/images/sojapanese_study3.jpg" width="418" height="591" /></a>

<a href="http://www.fladdict.net/flash/sojapanese/sojapanese_study6.swf"><img alt="sojapanese3.jpg" src="http://fladdict.net/blog/images/sojapanese3.jpg" width="418" height="591" /></a>

<a href="http://www.fladdict.net/flash/sojapanese/sojapanese_study7.swf"><img alt="sojapanese2.jpg" src="http://fladdict.net/blog/images/sojapanese2.jpg" width="418" height="591" />
</a>

<a href="http://www.fladdict.net/flash/sojapanese/sojapanese_study9.swf"><img alt="sojapanese_study9.jpg" src="http://fladdict.net/blog/images/sojapanese_study9.jpg" width="418" height="591" /></a>]]>
    </content>
</entry>
<entry>
    <title>I started Twitter</title>
    <link rel="alternate" type="text/html" href="http://www.fladdict.net/blog-en/2007/04/i_started_twitter.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.fladdict.net/mt/mt-atom.cgi/weblog/blog_id=4/entry_id=210" title="I started Twitter" />
    <id>tag:www.fladdict.net,2007:/blog-en//4.210</id>
    
    <published>2007-04-06T00:52:57Z</published>
    <updated>2007-04-06T00:54:03Z</updated>
    
    <summary>Twitter seems very fun. I want to make s...</summary>
    <author>
        <name>Taka</name>
        
    </author>
            <category term="Diary" />
    
    <content type="html" xml:lang="en" xml:base="http://www.fladdict.net/blog-en/">
        <![CDATA[Twitter seems very fun.
I want to make soething with twitter as3 api.

<a href="http://twitter.com/fladdict">my twitter account</a>]]>
        
    </content>
</entry>
<entry>
    <title>Comment posting problem is fixed</title>
    <link rel="alternate" type="text/html" href="http://www.fladdict.net/blog-en/2007/03/comment_posting_problem_is_fix.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.fladdict.net/mt/mt-atom.cgi/weblog/blog_id=4/entry_id=207" title="Comment posting problem is fixed" />
    <id>tag:www.fladdict.net,2007:/blog-en//4.207</id>
    
    <published>2007-03-29T03:21:13Z</published>
    <updated>2007-03-29T03:23:31Z</updated>
    
    <summary>I didnt know that comment posting had be...</summary>
    <author>
        <name>Taka</name>
        
    </author>
            <category term="Diary" />
    
    <content type="html" xml:lang="en" xml:base="http://www.fladdict.net/blog-en/">
        I didnt know that comment posting had been broken up.
Now its fixed.

Sorry for everyone who faild to post comment to my blog :-(
        
    </content>
</entry>
<entry>
    <title>EYE-PROJECT</title>
    <link rel="alternate" type="text/html" href="http://www.fladdict.net/blog-en/2007/03/eyeproject.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.fladdict.net/mt/mt-atom.cgi/weblog/blog_id=4/entry_id=197" title="EYE-PROJECT" />
    <id>tag:www.fladdict.net,2007:/blog-en//4.197</id>
    
    <published>2007-03-19T22:18:47Z</published>
    <updated>2007-06-08T05:55:15Z</updated>
    
    <summary> We launched EYE-PROJECT, video posting ...</summary>
    <author>
        <name>Taka</name>
        
    </author>
            <category term="Flash" />
            <category term="Portfolio" />
    
    <content type="html" xml:lang="en" xml:base="http://www.fladdict.net/blog-en/">
        <![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="400" height="300" id="slideshow" align="middle"><br />
<param name="allowScriptAccess" value="sameDomain" /><br />
<param name="movie" value="http://yugop.net/blog/img/eyeproject.swf" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="http://yugop.net/blog/img/eyeproject.swf" menu="false" quality="high" bgcolor="#ffffff" width="400" height="300" name="slideshow" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /><br />
</object></p>

<a href="http://tha.jp/">We</a> launched <a href="http://eye.kddi.com/" target="_blank">EYE-PROJECT</a>, video posting site for the Japanese telecom company KDDI.

Simply post videos and pics, and it will be the part of the video on the site.
You can also get a small widget fro blog, that displays your videos as a series of mosaic pics.

I think this is the first AS3 commercial project, except flex component based apps, in Japan.
A lot of trial like as3, loading zip data, papervision3d, serverside video generation etc...
I was very enjoyed with this project.
<br/>


produce : atsuko suzuki @ dentsu inc.
account : ryohei mitsuhashi @ dentsu inc.

direction / design : yugo nakamura @ tha ltd.
design / interface programming : takayuki fukatsu @ tha ltd.
design / system programming : keita kitamura @ tha ltd.
music : daji

video shooting : tohoku shinsha team.]]>
        
    </content>
</entry>
<entry>
    <title>Amaznode</title>
    <link rel="alternate" type="text/html" href="http://www.fladdict.net/blog-en/2007/03/amaznode_1.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.fladdict.net/mt/mt-atom.cgi/weblog/blog_id=4/entry_id=190" title="Amaznode" />
    <id>tag:www.fladdict.net,2007:/blog-en//4.190</id>
    
    <published>2007-03-06T03:31:48Z</published>
    <updated>2007-03-08T17:21:06Z</updated>
    
    <summary> Amaznode is my recent personal project....</summary>
    <author>
        <name>Taka</name>
        
    </author>
            <category term="Flash" />
            <category term="Portfolio" />
    
    <content type="html" xml:lang="en" xml:base="http://www.fladdict.net/blog-en/">
        <![CDATA[<a href="http://amaznode.fladdict.net/" target="_blank"><img alt="amaznode01.jpg" src="http://www.fladdict.net/blog-en/images/amaznode01.jpg" width="418" height="314" /></a>

<a href="http://amaznode.fladdict.net/" target="_blank">Amaznode</a> is my recent personal project. 

It visualizes the relation between books, "Who bought this also bought...".]]>
        <![CDATA[It was originally made in 2004 to extend my <a href="http://www.fladdict.net/#0" target="_blank">santa's</a> spring engine. At that time flash8 was too slow to run this code, so once I threw the project into a trash box.

Last year, AS3 came and its is enought to run heavy code, so amaznode revived.
I satisfied the logic and an idea, but still need to study of visualization and aethetics.
Honestry result is too ugly....

Many people seems to know the inside.
To make spring network there are three main logic. spring, repulsion, and gravity.

Springs connect related products, and keep them in proper distance.
Each node have repulsion to avoid staying one node on another node.
Center of the screen has the gravity spot, it binds nodes inside of the displayed area.

When node gets connection, I add more power to that node's springs and repulsions to make enough space inside the node network.

To prevent breaking up spring nodes, max speed param controlls node's speed in an efficient range.


Some people asks me about sourcecode and licensing. 
Sorry in this moment, its just my personal experiment, and not plannning to sell or distribue..
I might release spring engine, or AS3 amazon api for the future, but not entire code of the amaznode.]]>
    </content>
</entry>
<entry>
    <title>I decided to start English blog</title>
    <link rel="alternate" type="text/html" href="http://www.fladdict.net/blog-en/2007/03/i_decided_to_start_english_blo.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.fladdict.net/mt/mt-atom.cgi/weblog/blog_id=4/entry_id=189" title="I decided to start English blog" />
    <id>tag:www.fladdict.net,2007:/blog-en//4.189</id>
    
    <published>2007-03-06T02:53:34Z</published>
    <updated>2007-03-08T01:46:34Z</updated>
    
    <summary>Through the experience of amaznode book ...</summary>
    <author>
        <name>Taka</name>
        
    </author>
            <category term="Diary" />
    
    <content type="html" xml:lang="en" xml:base="http://www.fladdict.net/blog-en/">
        <![CDATA[Through the experience of <a href="http://amaznode.fladdict.net" target="_blank">amaznode book search</a>, I learned that having a English blog is quite efficient to receive people's reflection.

I had lived in the UK for two and half years. so I can use English little bit. I decided to change my blog from <a href="http://www.fladdict.net/blog/" target="_blank">Japanese one</a> to English. At first I need to brush up my English brain again with <a href="http://www.rong-chang.com/" target="_blank">ESL</a> :-(.

I'm Takayuki Fukatsu, born in 1979,  living in Japan, working as a interactive developer at the web design office called <a href="http://tha.jp" target="_blank">tha</a>. I like making something, thinking ideas.

Nice to see you.]]>
        
    </content>
</entry>

</feed> 

