window xampp 에서 phpDocumentor2 설치 참고phpDocumentorwin7 pear.ini 에러win7 phpdoc.php 에러PhpDocumentor unter Xampp (Windows 7)win7 환경변수 PHP_PEAR_SYSCONF_DIR 추가 php pear가 설치된 폴더를 지정 $ pear channel-discover pear.phpdoc.org$ pear install phpdoc/phpDocumentor-alpha lang/php 2013.03.25
TOAST - Unit Testing for CodeIgniter v. 1.5 참고Code igniter unittest-part1TOAST - Unit Testing for CodeIgniter v. 1.5 콘트롤러와 뷰파일에 test 폴더를 생성. application/controllers/test/ application/views/test/ 토스트 파일을 복사 application/controllers/test/ - example_test.php - Toast_all.php - Toast.php application/views/test/ - footer.php - header.php - results.php http://domain/test/example_test 실행 ※ controller 에러시 Toast.php 와 Toast_all.php 파일 수정extends Cont.. lang/php 2013.03.22
IE7 javascript debug 참고http://stackoverflow.com/questions/361635/debugging-javascript-in-ie7페이지 주소에서 바로 실행하거나 북마크릿으로 실행 javascript:var firebug=document.createElement('script');firebug.setAttribute('src','http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js');document.body.appendChild(firebug);(function(){if(window.firebug.version){firebug.init();}else{setTimeout(arguments.callee);}})();void(firebug); lang/js 2013.03.19
10 Javascript Performance Boosting Tips from Nicholas Zakas 원문 : 10 Javascript Performance Boosting Tips from Nicholas Zakas Define local variables 지역변수를 사용하라 Don’t use the with() statement with() 문법을 사용하지 마라 Use closures sparingly closures 를 절약하라 Object properties and array items are slower than variables 개체 속성과 배열 항목은 변수보다 느리다. Don’t dig too deep into arrays 배열은 깊게 파지마라 Avoid for-in loops (and function based iteration) for-in 루프는 피하라. ( function 기반 반복은.. lang/js 2013.03.12
트위터 API 에러코드 Error Codes & Responses $code = Array( 200=> 'OKSuccess!', 304=> '반환 할 새 데이터가 없습니다. 수정되지 않았습니다.', 400=> '잘못된 요청. 요청이 잘못되었습니다.', 401=> '인증 자격이 없거나 증명이잘못되었습니다.' 403=> '금지되었습니다! 요청은 이해하지만이 거부되었습니다 또는 액세스가 허용되지 않습니다.', 404=> '페이지를 찾을수 없습니다! 요청 URI가 잘못되었거나 리소스가 같은 사용자로, 요청이 존재하지 않습니다.', 406=> '허용되지 않음! 잘못된 형식이 요청에 지정된 경우, 검색 API에 의해 반환됩니다.', 420=> '버전 1의 검색 및 트렌드 API가 반환 당신은 속도 제한되는 때 입니다.', 422=> '처.. sns/twitter 2013.02.26
php mysql handlrsocket 참고 php-handlersocket/ handlerSocket plugin for MySQL HandlerSocket-Library-for-CodeIgniter Installing MySql Handlersocket in Ubuntu Natty for Ruby MySQL HandlerSocket under Ubuntu Ubuntu11.10 installation mysql + handlersocket add 2013.03.10 sudo apt-get install mysql-server -y; sudo apt-get install handlersocket-doc -y; sudo apt-get install handlersocket-mysql-5.1 -y; sudo apt-get install libhs.. lang/php 2013.02.05
ubuntu xcache and APC(Alternative PHP cache) 참고Setup PHP-FPM with APC on Ubuntu 10.04 for Faster Performance Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support (LEMP) On Ubuntu 12.04 LTS PHP accelerator 선택 (APC, eAccelerator, XCache, Nusphere PhpExpress, Zend Optimizer+) APC install sudo apt-get install php5 php5-dev php5-suhosin sudo apt-get install php-pear php5-cgi php5-cli php5-curl sudo apt-get install php5-gd php5-imagick php.. lang/php 2013.01.25
Nginx + CodeIgniter 참고 Getting Nginx + PHP5 + PHP-FPM + CodeIgniter to work on Debian Squeeze location / { # Check if a file exists, or route it to index.php. try_files $uri $uri/ /index.php; } if (!-e $request_filename ) { rewrite ^(.*)$ /index.php last; } lang/php 2013.01.25
Sublime Text 2 사용 참고www.sublimetext.comSublime Package Control Sublime Test 2 Linux InstallSublime Text 2 세팅(윈도우에서 한글 표시하기, euc-kr 표시하기, FTP 탐색하기) PainTasks for Sublime, and Package ControlUbuntu에서 Sublime Text 2 한글입력하기 Sublime Text 2 한글 폰트 변경하기 SUBLIME TEXT 2 UBUNTU PPA Sublime Text 2 on Ubuntu * 설치- 다운로드 설치cd /path/to/your/apps wget http://url/to/sublime.tar.bz2 tar vxjf sublime.tar.bz2 sudo ln -s /path/to/subl.. ide/sublime 2013.01.23