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

ハンドカーソールにする。

function setHandCursor(o) { var shape = 'pointer'; if ( is.win && is.ie && !is.ie6up ) { shape = 'hand'; } o.style.cursor = shape; }

選択部分をWikiPediaで検索するBookmarklet

404 Blog Not Found:Pedia vs. Bookmarklet or Widget javascript:d=document;w=window;t=''; if(d.selection){t=d.selection.createRange().text;} else%20if(d.getSelection){t=d.getSelection();} else%20if(w.getSelection){t=w.getSelection();}%20; vo…

hostsの設定

osx

hosts.txtの用意 192.168.1.xxx(tab)hogehoge netinfoに読み込ませる $ sudo niload hosts . < hosts.txt 確認 $ nidump hosts . 名前解決の優先順の変更(hostsをDNSより優先して参照させる) $ sudo nicl . create /locations/lookupd/hosts LookupOrder C…