Entries from 2013-04-02 to 1 day

Node.jsとWebSocket.IOでチャットアプリを作る

ref http://mawatari.jp/archives/make-a-chat-application-in-node-js-and-websocket-io

Capistrano WP

https://github.com/williamn/wp-cap-example

CakePHP search

ref http://mawatari.jp/archives/introduction-of-cakedc-search-plugin-for-cakephp

MAMPでのmysql操作の仕方

move directry cd /Applications/MAMP/Library/bin Access to mysql ./mysql -u root -p However, it is an inefficient way to type "cd path". Path should be written in zshrc. zshrc export PATH=$PATH:/Applications/MAMP/Library/bin ref http://blog…