2013-01-01から1年間の記事一覧

Node.js + Backbone.jsでサーバ & クライアントを構築する"Rendr"の紹介 http://qiita.com/mshk/items/5912dcd4d9fa52ff6371 国内12兆円市場を狙う「住」のソーシャルサイト「SUVACO」が今朝ローンチ http://jp.techcrunch.com/2013/07/24/suvaco-launch/ ul…

Twitterのツイートボタンでコールバックを得る方法 http://liginc.co.jp/web/service/twitter/24075 opauthでTwitterにログインしようとするとエラーが起こる問題 http://blog.five-seven.net/?p=410

mpdf

valid css http://www.plogin.net/mpdf/mpdf/docs/example_css.php

http://programmerbox.com/2013-07-17_git_summary/ http://www.find-job.net/startup/wireframetool10 https://event.atmarkit.co.jp/events/c37be4978bc4a5a23196d6da68753962/atmarkit_report http://www.dhbr.net/articles/-/1967 http://www.lifehacker…

mac買ったらやること

http://okamuuu.hatenablog.com/entry/2013/06/16/162856

client sideアプリケーションとserver sideアプリケーションの共演はどうやって?

http://stackoverflow.com/questions/8980605/backbone-js-and-cakephp http://sidazad.tumblr.com/post/52591790157/the-search-for-the-perfect-software-stack http://sidazad.tumblr.com/post/54315647480/integrating-backbone-js-and-marionette-with-…

cakephp css full url

http://stackoverflow.com/questions/15074342/how-to-get-absolute-path-for-css-and-script

後で読む chef関連

chef-solo と knife-solo を使う http://st63jun.hatenablog.jp/entry/2012/10/11/003011 http://d.hatena.ne.jp/sparkgene/20130406/1365221411 https://github.com/yandod/php5-nginx-vagrant-sample

Ubuntu php5.4 apache mysql phpmyadmin install

Ubuntu 12.04でLAMP環境を構築する http://qiita.com/muniere@github/items/2a8039bb20eaa22aca30 Installing PHP5.4, Apache2 and MySQL on Ubuntu Linux http://www.mellzamora.com/installing-php5-4-apache2-and-mysql-on-ubuntu-linux/ Ubuntuにapt-get…

rails install

https://gist.github.com/georgeredinger/2980504

nginx

chef solo入門勉強中ninxが立ち上がらなかったので調査 ちなみにosはubunts まずは構文チェック /usr/sbin/nginx -t /usr/sbin/nginx -t -c /etc/nginx/nginx.conf http://shiken.infrabu.info/nginx/nginx%E3%81%A7%E8%A8%AD%E5%AE%9A%E3%83%95%E3%82%A1%E3…

chef-soloで参考になりそうなサイト

http://docs.komagata.org/5098 http://qiita.com/rasenn/items/5bd59ea051c8f040c9f4 http://qiita.com/prinum/items/09ec19ebc933fb8f1989

knife soloにてエラー

* knife solo init chef-repo Creating kitchen... Creating knife.rb in kitchen... Creating cupboards... ERROR: knife encountered an unexpected error This may be a bug in the 'solo init' knife command or plugin Please collect the output of th…

Mac環境にてrubyバージョン共存

rbenv git clone git://github.com/sstephenson/rbenv.git ~/.rbenv echo `export PATH="$HOME/.rbenv/bin:$PATH"` >> ~/.bash_profile echo 'eval "$(rbenv init -)"' >> ~/.bash_profile exec $SHELL -l rbenv install -l rbenv install 1.9.3-p448 rbenv …

vagrantインストール

$ sudo gem install vagrant ubuntuのOSイメージを取得する必要がる baseという名前で登録? $ vagrant box add base http://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-vagrant-amd64-disk1.box $ mkdir test-vagrant $ cd test-vagr…

見ておきたい

http://css-tricks.com/almanac/properties/b/border-radius/ http://net.tutsplus.com/tutorials/html-css-techniques/css-refreshers-borders/

またまたデザパタ復習中

Builderパターンは、オブジェクトの生成に注目したパターンで、オブジェクトの「生成手順」と「生成手段」を分離するパターンです。

ログ

router処理 https://github.com/chriso/klein.php AWS上でのWebアプリケーションデプロイ http://www.slideshare.net/AmazonWebServicesJapan/20130506-23096544 https://gist.github.com/imaifactory/5612971

読んでおきたい

http://jsdo.it/kingpanda/9guI http://jsdo.it/tsmallfield/djlR http://jsdo.it/tsmallfield/6W0p2

ログ

詰まるところ個人レベルでの処理の実現性は想像できるかできないか。 日本語に直せないと大抵できない。

フレームワークによくある機能

ディスパッチ コンフィグ リクエスト レスポンス ルーター コントローラー ビュー モデル データベース マイグレーション 例外 セッション クッキー バリデーション フォームヘルパー ページネーション サービス管理 キャッシュ ログ ファイル イメージ HTTP…

ログ

RubyのGemでインストール済みの一覧を取得する。 http://takuya-1st.hatenablog.jp/entry/20100713/1279015957 Rubyのパッケージマネジメントシステムgem(Rubygems)のコマンド一覧 http://blog.layer8.sh/ja/2012/04/16/ruby%E3%81%AE%E3%83%91%E3%83%83%E3%…

fluentd

http://codezine.jp/article/detail/6958

hstore

http://symfoware.blog68.fc2.com/blog-entry-946.html

ログ

ToughtWorks 第1章読了

夢持ってますか? 夢なくなっちゃたなぁ。

ITまわり情報サイト

http://techwave.jp/ http://jp.startup-dating.com/ http://blog.btrax.com/jp/ http://webcre8.jp/

macで作った秘密鍵をWinScpで使う

鍵のフォーマットが対応してないらしい。 WinScpからPuttyGenで変換できるから変換しなさいと注意をもらう。 PuttyGenの「変換」から鍵をインポート。 秘密鍵の生成をして完了^^

transform勉強中

https://developer.mozilla.org/ja/docs/CSS/transform-origin https://developer.mozilla.org/ja/docs/CSS/perspective

mac imagickインストール

pecl install imagick error: not found. Please provide a path to MagickWand-config or Wand-config program. imagemagickがないようだ。 brew update (XCodeもアップデート) brew install imagemagick 再度pecl install imagick 29 warnings and 4 error…