Slide and some SourceCode for FITC

May 13th, 2009

I uploaded the slide and some sample / source code that I had shown on the FITC tronto 2009.

My presentation is a part of the Cool Japan Flash Side A, and I talked about some coding tips for dealing with massive amount of data for data visualization.

It was just a twenty minute presentation, and I couldnt tell detail. So if there is any question, feel free and ask me online.

Slide of presentaion

Demo1: Original
Demo 2 / LINE
Demo3: SMOKE.
Demo3: SMOKE without effect.

Some more code will be added here.

FLDKit library is now on the google code

December 31st, 2008

FLDKit

I decided to upload some of my objective c class to the google code. To share information to others.

First class is a FLDView and FLDRadioGroup.

FLDView is a simple UIView extension, that provides position and size access shortcut like, setX, setWidth, setTop and so on. I think UIView is not so useful to control visual element dynamically with code.

FLDRadioGroup is an alternative class of UISegmentedController. With using this class you can use normal UIButton as if it is radio button.

If you have nay question, feedback, and English lesson to me. Feel free and contact me.

ToyCamera and OldCamera

December 3rd, 2008

ToyCamera and OldCamera is my first iPhone apps. I lost more than 2month for review. Market is alredy occupied by CameraBag :-(, but anywai it is now avialable.

App is more focues on the joy of the shooting, not image editing tool.

Here is the flickr community taken with ToyCmaera.

Now fladdict is back

November 26th, 2008

I restarted English blog again.
Since I stopped English blogging I have been studying iPhone Cocoa programming. I released some iPhone application. Its so much fun :-)

HELLO, WORLD! SoftBank

April 13th, 2008

helloworldsb.jpg

HELLO, WORLD! SoftBank

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 neovision.jp. This time I enjoyed so much.

Following is credit.

Planning, Art Director, Design: Yosuke Abe (tha inc.)
Flash: Takayuki Fukatsu (tha inc.)
Asistant Design: Erica Sakai (tha inc.)
Sound: PEPE CALIFORNIA (bluemark)
Movie Produce: Takeshi Sato, Mayu Sudo (Rightning Inc.)
Styling: Toshio Takeda (mild Inc.)
Choreograph: Chie Ito, Memi Shinozaki (Strange Kinoko Dancecompany)
Lighting: Yuichi Nose (A-team)
VideoEngineer,Edit: Atushi Shimoyama

Tweener Extension, for Matrix Tweening.

March 6th, 2008

I wrote simple Tweener Extension, MatrixShortcuts.as

This class provides mainly two group of special propertys.

Read the rest of this entry »

Design and the Elastic Mind

March 6th, 2008

We launched MoMA’s exhibition site, Design and the Elastic Mind.

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.

Read the rest of this entry »

New service SCR and “Kaze to Desktop”

September 19th, 2007

We (tha.ltd) launched new service called SCR.
SCR is our own service which publish highly experimental widgets and apps.

First product is an experimental screen saver, “Kaze to Desktop“.
It blows away everything on the desktop with storm that reflects wind velocity where you live.

Enough worth to see.

ffffound beta release

June 11th, 2007


we (tha.ltd) released beta version of ffffound.com, 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

AVM2Loader class

June 1st, 2007

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.

net.fladdict.display.AVM2Loader