블로그 이미지
progh2
지루한 것에서 벗어나 재미난 것 속으로 풍덩~☆

calendar

1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30

Notice

Recent Post

Recent Comment

Archive

2013. 11. 21. 09:23 기술문서창고

옛날 사이트를 볼 수 있는 사이트입니다.

특정 사이트의 변천과정을 볼 때 좋습니다. 


https://archive.org

posted by progh2
2013. 11. 19. 10:52 기술문서창고



읽어볼만한 글


당장 회사를 그만둬도 될 성공의 비결

http://m.media.daum.net/m/media/culture/newsview/20131027013119190


높은 연봉의 프로그래머와 스타트업

http://brokenwolf.tumblr.com/post/57330398319



 나는 왜 개발자인데자신이 없을까?

http://www.slideshare.net/MinsukLee/deview-20131014?fb_action_ids=10202538055635223&fb_action_types=slideshare%3Adownload&fb_source=other_multiline&action_object_map=%7B%2210202538055635223%22%3A1426241770921111%7D&action_type_map=%7B%2210202538055635223%22%3A%22slideshare%3Adownload%22%7D&action_ref_map=%5B%5D


GIS로 그린 광주 518 희생자 지도

http://cyber.518.org/ease/menu.es?mid=a70400000000


SMEMO 멋진 PC 머스트해브 프로그램 ^^;; 

http://www.smysoft.com/smemo/ko/index.html


루비워리어 - 게임으로 배우는 루비 

https://www.bloc.io/ruby-warrior#/warriors


정규표현식 개발 도우미

http://www.regexper.com/


CSS 생성기1

http://css3generator.com


CSS생성기2

http://www.createcss3.com


JS Chart 생성 라이브러리

http://nvd3.org/ghpages/examples.html


Android Query - 끝내주는 안드로이드 개발의 필수품

https://code.google.com/p/android-query/

https://github.com/androidquery/androidquery


intro.js

인트로.. 즉 웹에서 웹 페이지 설명을 도와주는 효과를 내주는 라이브러리. 직접 가서 보는게 빠름 ^^;

https://github.com/usablica/intro.js


삼성앱스 - 스마트티비 앱 소개 

http://tv.samsungapps.com/kr/main.do



Flat Design Style Bootstrap Theme

http://www.flathemes.com/index.html


Bootswatch - 부트스트랩을 위한 프리테마~ 

Free themes for Bootstrap

http://bootswatch.com/



부트스트랩 데이터피커 라이브러리

http://eternicode.github.io/bootstrap-datepicker/?markup=embedded&format=&weekStart=&startDate=&endDate=&startView=0&minViewMode=0&todayBtn=false&language=en&orientation=auto&keyboardNavigation=on&forceParse=on#sandbox


parallax-scrolling 예

http://html.nhncorp.com/blog/1132553 - Parallax Scrolling에 대해(한글)

어느 웹개발자(디자이너?)의 포트폴리오 - http://www.rleonardi.com/interactive-resume/

예2 - http://benthebodyguard.com/index.php?subscribed=yes#subscribed

예3 - http://activatedrinks.com/#/story


생활코딩 웹 개발 강좌

http://opentutorials.org/course/488



Angular JS - 구글이 만든 웹 프레임워크 

http://angularjs.org/


Getting Started with Django Rest Framework and AngularJS



프론트엔드 웹앱 프레임웍 - Bootstrap, Backbone 그리고 AngularJS

http://www.slideshare.net/iolo/ss-16821763


AngularJS 무료강의

http://traintelco.com/index.php/courses/item/javascript-programming-courses/angularjs-fundamentals.html






posted by progh2
2013. 11. 19. 10:50 기술문서창고

https://projects.invisionapp.com/d/main#/projects


웹페이지나 모바일의 데모(레이아웃)을 

인터랙티브하게 만들고 공유해서 볼 수 있게 도와주는 사이트

posted by progh2
2013. 11. 16. 19:38 기술문서창고/php

PHP 기반으로 된 REST API제작용 웹프레임워크가 많이 있습니다.

그 중 어느것을 쓸까 알아보았는데... 검색해보니 

slim과 ephpiny를 추천하네요.

읽어보시고 개발에 참고하시기 바랍니다. 

전 이피파니로.. ^^ 


http://plind.dk/2011/11/14/php-restful-frameworks/


http://phpflow.com/php/restful-api-frameworks-for-php/

posted by progh2
2013. 11. 16. 18:29 기술문서창고

최신 웹 관련 기술들 모음 포스트.

계속 추가됩니다~ 


앵귤러. 구글에서 만든 것으로 유명하며 특이한 방식으로 데이터를 취급(바인딩). 

http://angularjs.org/


샤미 - 웹 개발 프레임워크. 가벼움

http://sammyjs.org/


이피파니 - php기반 프레임워크로 rest api를 쉽게 제작 가능. 에러처리가 좀 부족한듯 하지만 그럭저럭 쓸만함 

https://github.com/jmathai/epiphany

posted by progh2
2013. 11. 16. 18:21 기술문서창고/mysql


MySQL 5버전대부터 사용 가능합니다. 


tinyint(1)과 같은 것으로 boolean 타입이 추가되었고, 저장할 때도 true, false로 저장이 가능합니다만, 저장된 값을 확인해보면 0 (=false), 1(=true)로 저장됩니다.


그러다보니 값을 가져와서 쓸 때, 이 값들이 0과 1로 나와서 약간 곤란할 때가 있습니다.


이럴 경우   IF(칼럼명 , 'true', 'false') as 칼럼명   과 같이 해주면 아쉬운대로 사용할 수 있습니다. 


예를 들면 다음과 같이 말이죠..

select id, title, IF(completed, 'true', 'false') as completed from todo;


참고문서:

http://gyuha.tistory.com/243

http://dev.mysql.com/doc/refman/5.0/en/numeric-type-overview.html


posted by progh2
prev 1 next