2010-01-01から1ヶ月間の記事一覧

Mouse Gesture Sample

http://navigation.hohli.com/

Formを同時に移動させる場合はLayerに全部のElementをくっつけて移動させたら楽。けどその後の選択はめんどくさい。

例えばCANVASをLayerにくっつけた場合、カーソル座標が同期できないので別途Layerを用意する必要があり、 さらに、INPUT TEXTなんかはselectできないので(CreateElement、AppendChild後に)別途onclick指定をし、this.select()というようにしてあげないとク…

PNGファイル書き出しの注意事項

PNGファイルをCanvasからtoDataURLで出力すると、そのデータはdata:から始まるテキストベースに出力されブラウザで即座に扱える画像データとして出力される。 そのデータはブラウザでimg.srcとして指定するだけで使えるけれど、それをPNGファイルとして書き…

How to upgrade firmware after rooted.

Shutdown phone completely. copy update.zip file into sdcard(/sdcard/update.zip) hold [HOME] and [POWER] button display HERO logo. select "update firmware" after a while, finish upgrade. then reboot it. Hik@ri 2.0.4 is better choise so far.…