http://journal.mycom.co.jp/special/2009/html5-2/007.html
http://www.html5.jp/trans/w3c_webstorage.html
WebStorageのlocalStorageがiPhone3GSとHTC製Desireで動作することを確認した。
●iPhone用 JavaScriptデータベースプログラミング入門
http://jsgt.org/mt/archives/01/002157.html
●iPhoneがJavaScript+SQLiteでGPSレコーダーに!
http://ascii.jp/elem/000/000/434/434928/
iPhoneのJavaScriptアプリをAndroidに3行で移植
http://ascii.jp/elem/000/000/457/457545/
Tags: javascript
http://backtothecode.blogspot.com/2009/10/javascript-touch-and-gesture-events.html
Event table
| touchstart | touchmove | touchend | gesturestart | gesturemove | gestureend | |
|---|---|---|---|---|---|---|
| Android | y | y | y | n | n | n |
| iPhone | y | y | y | y | y | y |
| has event.touches | y | y | y | n | n | n |
| (iPhone) has event.scale and event.rotation | n | n | n | y | y | y |
| (iPhone) touch in event.touches | y | y | n | - | - | - |
| (iPhone) touch in event.changedTouches | y | y | y | - | - | - |
Tags: javascript, モバイル
Flexアプリケーションを多言語対応(5言語以上)したい。
まず以下のページでFlexのリソースファイルについて学習して
http://livedocs.adobe.com/flex/3_jp/html/help.html?content=l10n_6.html
SimpleButtonクラスとかもあわせて使うとできるのかな?
http://d.hatena.ne.jp/unageanu/20070620
・・・
ja_JPやen_US以外の言語のリソースモジュールをコンパイルしたい場合は、copylocale ユーティリティを実行する必要あるみたい。
例えば、es_ES ロケールのフレームワークロケールファイルを作成するには、次のコマンドを使用します。
copylocale en_US es_ES
AdobeFMS アップデート版ダウンロードページ
http://www.adobe.com/support/flashmediaserver/downloads_updaters.html
Tags: FMS

http://www.chizuyado.com