Monthly Archives: 7月 2012

html5 canvas の rgba

aは0~1の範囲で指定する。(0~255じゃないよ) 0で完全透明。1で非透過。

Posted in HTML5 canvas | Leave a comment

Firefox13でマウスカーソルを指定する場合

cursor: url('white_cursor.bmp'), default; 赤字部分がないとパースエラー

Posted in CSS, Firefox | Leave a comment

TCPのIPアドレス設定をコマンドで

netsh interface ip set address "Lan" static 192.168.0.2 255.255.255.0 192.168.0.1 netsh interface ip set dns " … Continue reading

Posted in Tips | Leave a comment