prosolid II購入

prosolid II購入。
一年割引とDocomoポイント、Docomoショップの特典で7,000円引き。18,600円で購入。
モックアップ触ったときはかなり不安であったが、実物はとてもしっとりした量感で安心しました。多分、おもりの位置がおかしいんだろう>モックアップ
ちょうど10ヶ月使ったSH901iCとも明日でおさらばであります。
入力はT9に復活。まぁいいか。

掃除機購入

冷蔵庫を買ったときのポイントが貯まっていたので、ヤマダ電機で掃除機を購入。
ダイソンを売りつけたくてたまらないスタッフの声を無視して(ダイソンカコワルィィ)購入したのは、TC-AE9P-N……あれ?三菱のサイトに製品情報がないね。型落ち商品かな?

ポイントは嫁が執着したホースとノズルの柔らかさ。紙パックは私が嫌い。
ダイソンのサイクロン方式の特許を、パテント取得して日本向けのデザインの商品を出してくれないかなぁ。

Solution for status bar spoofing security hole for several browser

Solving "Status Bar Spoofing Weakness" for Safari, Opera and some web browser.

I suggest to hide <a href="[URL]"><input type="image"></a> with using user stylesheet.
In normal way of HTML discription, <a href="[URL]"><input type="image"></a> is strange.
After vendor solved this problem officially, remove this stylesheet.

Solution:
Add following stylesheet to your user stylesheet.
This stylesheet hide <input type="image"> element inside <a>.

	form a input[type=image]{
	display:none ! important;
	}