OpenSource/Magento2014. 12. 12. 16:31

마젠토 한글화 팀

1.9.0.1 기준


로그인 화면

Login Screen shot

대시보드 화면

Dash Board Screen shot


http://playstart.github.io/magento_ko_KR/


https://github.com/playStart/magento_ko_KR



Posted by Peter Ryu
Language/Go2014. 2. 5. 16:34

Go를 공부하는데 필요한 예제는 엄청 많습니다.

생각보다 단순합니다. 아래 사이트들을 참고 하세요 ^^



go 예제 사이트(영문)

https://gobyexample.com/


go 교육용 사이트 (한글)

http://go-tour-kr.appspot.com/


Go를 Web에서 실행 및 공유 할 수 있게 하는 사이트

http://play.golang.org/





Posted by Peter Ryu
Language/PHP2014. 2. 5. 16:01

phalcon 홈페이지 : http://phalconphp.com/en/

phalcon 매뉴얼(2014-01-03 V1.2.4) 
http://media.readthedocs.org/pdf/phalcon-php-framework-documentation/latest/phalcon-php-framework-documentation.pdf

phalcon 다운로드
http://phalconphp.com/en/download

phalcon 설치매뉴얼
http://docs.phalconphp.com/en/latest/reference/install.html
※ MAC 사용자는 XCODE 의 make 및 gcc를 설치해야 합니다.

phalcon dev tools document
http://docs.phalconphp.com/en/latest/reference/tools.html

-- phpunit 설치 -- (UNIT TEST)
pear설치
http://pear.php.net/manual/en/installation.php

phpunit 설치
http://nishutayaltech.blogspot.in/2011/04/installing-phpunit-on-windows.html
http://www.newmediacampaigns.com/page/install-pear-phpunit-xdebug-on-macosx-snow-leopard

Posted by Peter Ryu