2011-09-08から1日間の記事一覧

webkitNotificationsの表示数制限

Notice that there is a limit of notifications that can be displayed depending on the screen and notification size. The average tends to be around 5 and any new notification beyond that will be queued waiting for the current notifications t…

Googleのanonymous OAuth

Chrome ExtensionでのOAuthしたいけど、consumer_keyとかconsumer_secretとか隠せないけどどうすんねんと思って調べてた。 Tutorial: OAuth - Google Chrome ドキュメントにこういうのあって、 var oauth = ChromeExOAuth.initBackgroundPage({ 'request_url…

npm install -gしたモジュールにパスが通ってない

$ npm install -g nodeunitしたけどnodeunitがないって言われてなんぞと思ってみたら > require.paths [ '/Users/hokamura/.node_modules', '/Users/hokamura/.node_libraries', '/Users/hokamura/.nvm/v0.4.7/lib/node' ]ってなってて実際にインストールさ…