結局公式ドキュメントが一番分かりやすい。http://docs.aws.amazon.com/AWSECommerceService/latest/GSG/ImplementinganA2SRequest.html
macのxamppの使いかた http://unsolublesugar.com/20130419/050518/#2phpinfo
いちいちビルドしなおさなくて良くなるXcodeの便利なプラグイン http://qiita.com/appwatcher/items/14a031c5e2b5fe4335d4
amazon apiの使い方がよくまとまってるhttp://www.ajaxtower.jp/ecs/
apiの使い方20選 http://d.hatena.ne.jp/shu223/20130924/1379990718
Ruby on Rails アプリにBootstrapを入れる http://dev.classmethod.jp/server-side/ruby-on-rails/ruby-on-rails_bootstrap3_sample/
Node.js まとめ http://www.atmarkit.co.jp/ait/articles/1102/28/news105.html
herokuでrename! https://devcenter.heroku.com/articles/renaming-apps#manually-updating-a-git-remote
herokuで今、何がoriginで何がheroku appかわからなくなったら $git remote -v
Updating files in vendor/cache
Could not find i18n-0.6.9.gem for installation←赤文字エラー
が出たら
rm -r vendor/cache
で治る
api集 http://www.find-job.net/startup/api-2013
hover属性は、該当する要素の上にマウスポインタをかざしたときの表示を定義します
Sublime text 2におけるPackage Controllの入れ方(ref = https://sublime.wbond.net/packages/Sass )
Once you have Package Control installed, activate your Command Palette and
choosePackage
Control: Install Package.
Then, search for “Sass” and press Enter. In mere moments you'll be up and running with full syntax highlighting, tab completion and more. Huzzah!
リモートリポジトリの削除/追加 http://za.toypark.in/html/2009/02-19.html