2012/12/01


はてなブログに移動かも.

http://stuons.hatenablog.com/

2012/07/29

Apache on Mountain Lion


Mountain Lion からの「Web共有」制御方法

Apache起動
launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plist

Apache停止
launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist

2012/05/31

Twitterサービス開発


参考にしたウェブサイト.


PHP+OAuthでTwitter
http://www.sdn-project.net/labo/oauth.html

Sign in with your Twitter account
https://dev.twitter.com/apps/2242092/oauth

Direct Messages(ダイレクトメッセージ) > Twitter API direct messages
http://www.tryphp.net/2012/01/19/phpapptwitter-direct_messages/


2012/05/22