2008-12-02から1日間の記事一覧

rails pluginメモ

open_id_authentication script/plugin install git://github.com/rails/open_id_authentication.git auto_nested_layouts http://wota.jp/ac/?date=20070706

git pullでnot uptodateエラー

./script/serverのログをgitに突っ込んでたら、別マシンでgit pusll origin masterした際にログがuptodateじゃなよと言われてpullできなかった。 単純にログをrmしたら通ったけど、いまいち腑に落ちない。 git cloneからやりなおしてもいいけど、面倒くさい…

サイトの構成要素

サイト開発を効率化したいなぁ、とぼんやり思っている。 効率化のためには、とにかく標準化だよね?ということで、サイトの構成要素を淡々と挙げてみる。 ヘッダ タイトル サブタイトル ナビ 検索ボックス パンくず サイドバー ユーザ情報 プロフィール メー…

本文を引用してはてなスターをつける

本文を選択してスターをクリックしておくと、スターにカーソルを合わせた際に引用文がポップアップします。 どこに注目したのか伝えたいとき便利。

debugging gmaps on firebug

Use a JavaScript debugger. In Firefox, you can use the JavaScript console, the Venkman Debugger, or the Firebug add-on. In IE, you can use the Microsoft Script Debugger. This series of screencasts demonstrates how to use the various debugg…