m2

html

クリッカブルマップ

クリッカブルマップをやってみました。下の画像の丸の部分がクリッカブルです。 html: <img src="http://f.hatena.ne.jp/images/fotolife/m/miya2000/20090709/20090709195558.png" usemap="#myma1p"> <map name="mymap1"> <area shape="circle" coords="50,50,40" href="http://ja.wikipedia.org/wiki/○"> </map> usemap="#mymap1" なんて書き方をするから id 属性でもよかろーと考えたん…

Another HTML-lint gateway

bookmarklet: javascript:(function(w){var d=w.document,f=d.createElement('form'),x=new XMLHttpRequest();x.open('GET',location,0);x.send(null);d.body.appendChild(f);with(f)action='http://htmllint.itc.keio.ac.jp/htmllint/htmllint.cgi',method=…