[Express] Windows cmd 환경변수 설정
·
개발일지/2016
이렇게 시스템 속성에서 직접 등록할 수도 있지만, cmd에서 할 수도 있다. >path현재 환경변수 정보 보여줌. >set pathpath명령과 동일한 현재 환경변수 정보와 동일한 path 정보와pathext라는 시스템 실행파일 확장자 변수가 같이 나온다. >set path=%path%;추가하고자하는경로;ex) >set path=%path%;c:\java\bin;환경변수 추가(일시적) >setx path "%PATH%;추가하고자하는경로"ex) >setx path "%PATH%;c:\java\bin"환경변수 추가(영구적) %path%를 하는 이유는 현재 환경변수에 path 정보를 가져와서, 현재 환경변수에 새로운 환경변수를 추가해야 하기 때문입니다. echo 명령어를 사용하면 %%를 이용하여 모든 환경변수..
[CSS] hover effect (from Muzli)
·
개발일지/2016
hover effect 가 예뻐서 슬쩍 >.~ See the Pen qNNOKK by Hyejin Oh (@mmt-zinee) on CodePen.
[CSS] CSS Shapes – Triangle
·
개발일지/2016
CSS Shapes – TriangleCSS Shapes – CircleCSS Shapes – TriangleCSS Shapes – Square Rectangle Parallelogram Trapezoid and PolygonsCSS Shapes – Diamond and StarCSS Shapes – Chart and RibbonDifferent CSS Shapes See the Pen <a href='http://codepen.io/mmt-zinee/pen/WxQjON/'>WxQjON</a> by Hyejin Oh (<a href='http://codepen.io/mmt-zinee'>@mmt-zinee</a>) on <a href='http://codep..
[HTML] 브라우저 ugerAgent (2016.05.31 기준)
·
개발일지/2016
윈도우 IE 윈도우 크롬 윈도우 파이어폭스 모바일 안드로이드 내장브라우저 모바일 아이폰 사파리 모바일 샤오미 내장브라우저
[HTML] 모바일 디바이스별 select option text ellipsis
·
개발일지/2016
드롭다운 내 텍스트가 길어질 경우, 어떻게 보여줄 것 인가에 대해 이야기를 나눴다.select box를 쓰면 사용성도 편리해지고 좋을 것 같았는데 아이폰과 샤오미 폰에서 강제 말줄임표(...)가 생기는 이슈를 발견했다. 아이폰 크롬(...) 샤오미 내장 브라우저(...) 안드로이드 내장 브라우저(full text) 안드로이드 크롬(full text)
[jQuery] element append/remove animate
·
개발일지/2016
http://stackoverflow.com/questions/1807187/how-to-remove-an-element-slowly-with-jqueryhttp://stackoverflow.com/questions/978708/jquery-append-fadein
[jQuery] 스크롤 최하단 자동 포커스(auto scroll to bottom of page with jquery)
·
개발일지/2016
up vote38down voteacceptedThis will work in every case, no need to put a 'ridiculous' number in it:$(document).scrollTop($(document).height());shareimprove this answeranswered Dec 27 '09 at 19:43Tatu Ulmanen71k19131156 Nice and simple. – gnarf Dec 27 '09 at 19:472 Doesn't work in "every" case. I tried it and it doesn't quite scroll to the bottom. It was fixed by putting a "slightly less ridiculo..
[HTML] 빠른 마크업을 위한 툴, EMMET
·
개발일지/2016
Brackets + Emmet : http://recoveryman.tistory.com/138Sublime Text 3 + Emmet : https://github.com/sergeche/emmet-sublime#readme EMMET 사이트 : http://docs.emmet.io/ EMMET 치트시트 : http://docs.emmet.io/cheat-sheet/EMMET 다운로드 : http://emmet.io/download/ Syntax Child: >nav>ul>li Sibling: +div+p+bq Climb-up: ^div+div>p>span+em^bq div+div>p>span+em^^bq Grouping: ()div>(header>ul>li*2>a)+footer>p (div>dl>(d..
[UI] Instagram NEW LOOK
·
개발일지/2016
http://blog.instagram.com/post/144198429587/160511-a-new-look 잘 정리된 국내 리뷰 ▶ https://brunch.co.kr/@sooscape/31 5.18 덧) 네이비색에서 흑백톤으로 바뀐거 말고는 큰 사이를 못 느꼈었는데, 추천 친구 UI가 조금 바뀌었다.가로 슬라이드 형태로 바뀌었고, 프로필 사진 크기가 커졌다. Today we’re introducing a new look. You’ll see an updated icon and app design for Instagram. Inspired by the previous app icon, the new one represents a simpler camera and the rainbow lives on..