2011年1月25日火曜日

What spoken at Zynga Japan

I've spoken at Zynga Japan.
I can speak about Flash SWF only, and wrote down blog.

** SWF review

- header structure and control tag and display list.
- base acknowledgement for gordon.js leaning.

** about gordon.js

- flush v1 player, powered by javascript and SVG.
- animation by SVG node addttion and removal to DOM.
- Javascript mouse, button event handle to flush event.
- multi-timeline by Worker thread. but not works.

** gordon.js remix

- contents repository
- deformer shape edge.
- image pre filter (reverse pre-mutilipried alpha channel)
- actionbytecode to javascript converter.

** SWFEditor

- setActionVariables
- setShapeAdjustMode
  -  http://d.hatena.ne.jp/yoya/20101027/swfed
- applyShapeMatrixFactor

** etc...

- Flush Lite Study. Im waiting it enjoyment.
- ZendEngine Study. Thank you for your presentation.
- I want to come again.

2011年1月15日土曜日

Zend Engine study ATND drafts

We can't make drafts at ATND service so i wrote it here.
Mayby, not enought of examination. need check it.

TITLE: ZendEngine Study at Tokyo
SubTITLE: Recommend to PHP extention
Contents:...
DateTime: 2011/2/16 20:00-23:00
MemberMax:100
Hall: Gree Inc, Seminor room.
Address: Tokyo Minato-ku Roppongi 6-10-1 Roppongi-Hills Mori Tower.
URL: http://groups.google.com/group/php-zendengine
Questionnaire: ...

**Contents

I have plan to Zend Engine study for mainly PHP extension.

- ZendEngine study at Tokyo

- Schedule.
  - 19:30 open hall
  - 20:00 study start
  - 22:00 after party.
  - 23:00 close

- Reqruitment Presenter

2011年1月12日水曜日

Zend Engine study hall reservation

I reserved the seminar room of GREE, 2011/2/16(Wed).

I'm designing outline of study meeting, referring to roppongi.st.
Wait a moment, please.

* derived from roppingi.st (member increase)

- DateTime: 2011/2/16(Wed) 20:00 to 23:00 JST
- Member LIMIT: 100 persons.
- Hall: GREE Inc (TOKYO, Minato-ku Roppongi 6-10-1 Roppongi-Hills Mori-Tower)
- After Party fee: \2,000 (Arbitrary join)
- Presentation Wanted: Reguler(10,20,30,40mins)、LightningTalk(5,10mins)
- Entrance management: member's realname is required. Inquiry by business card (or Warrant card  someting)

* TODO

I want to understand following items.

- flow of guide to hall.
- process of hall building.
- Catering procedure
- presentation recruitment.
- realname management. (privacy data is risky)
- hall management. (guide, timekeeper, ustream, etc...)

2011年1月1日土曜日

FreeBSD ports graphics php5-swfed

SWF Editor for PHP, my product, was commited for ports of FreeBSD.

http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/php5-swfed/

I hope it was included FreeBSD next version 8.2 RELEASE.

swfed-0.28 release - jpeg chunk fault

SWFEditor 0.28 was released.

- http://sourceforge.jp/projects/swfed/releases/

This release is mainly correspondence to the matter that seg.fault by the environment.

- Seg.fault corrected case SWF including the JPEG tag is processed.
(no intended free when specific chunk was deleted from the JPEG data was processed.)
- It remodels it with setActionVariables behind the Protect tag the inserted DoAction tag of the location.
- Remodeling of debugging code.