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.
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 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.
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
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.
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.
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.
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.