The Focus (556) 썸네일형 리스트형 jquery 줄임 표시 - 줄 단위로 말줄임 표시를 하는 방법 http://rabbitchris.tistory.com/431 - 문단 단위로 말줄임 표시를 하는 플러그인 http://dotdotdot.frebsite.nl/, 개인 무료, 상용 유료 https://plugins.jquery.com/ellipsis/, MIT 라이센스 float 과 text-align 의 이상한 만남..? 아래 2개의 코드는 개념상 동일하게 렌더딩 되어야 함에도 불구하고, IE(MS 사의 인터넷 익스플로러) 몇가지 버전에서 다르게 표시가 되네요.. ㅠ.ㅜ 다른 웹브라우저들에서는 정상적으로 나오고요.. 1. ......... 2. ......... 그런데, 위의 2번으로 하면 두번째 span 태그의 내용이 다음 라인으로 밀려나는 현상이 발생하더군요. IE 모든 버전에서 그런 것이 아니고, IE7 과 IE8 의 몇몇 마이너버전(?)에서 발생했습니다. 볼수록 알 수 없는 MS 사의 개발 정책에 일단 두 손 다 들었습니다. truncate table TableA 와 insert into TableA(...) select ... 보다는 drop table TableA 와 create table TableA as select ... 가 훨씬 빠라다는.. truncate table TableA ; insert into TableA (col1, col2, ...) select col1, col2, ... ; 상기 조합 보다는 아래 조합이 더 빠르다고 하네요.. drop table TableA ; create table TableA as select col1, col2, ... ; jQueryMobile, 튜토리얼 - 레스토랑 피커 웹앱 http://www.noupe.com/tutorial/jquery-mobile-tutorial-creating-a-restaurant-picker-web-app.html - 예제 http://www.androidside.com/plugin/mobile/board.php?bo_table=B57&wr_id=175&sca=jQuery+Mobile Overlay 오버레이, 레이어 팝업 http://flowplayer.org/tools/demos/overlay/multiple.html 오버레이 [모음글] 풍선 도움말 Tooltip http://flowplayer.org/tools/demos/tooltip/index.html http://vadikom.com/demos/poshytip/ MIT GPL 라이센스 리눅스 디렉토리는 심볼릭 링크로 연결 아래와 같이 리눅스에서 링크를 걸어 보세요. ln -s /aa/bb/cc/dd /ee/ff/gg/dd -s 옵션은 심볼릭 링크를 건다는 것이구요.. 디렉토리를 링크할 때는 심볼릭 링크만 가능합니다. 상기와 같이 링크가 걸렸다면.. cd /ee/ff/gg/dd 로 했을때 경로가 /aa/bb/cc/dd/ 로 바뀝니다. 링크를 설치할때 구태여 cd /ee/ff/gg 로 가서 링크할 필요는 없어요. 만약, pwd 가 /ee/ff/gg/ 인 상태라면.. ln -s /aa/bb/cc/dd dd 라고 하거나 ln -s /aa/bb/cc/dd /ee/ff/gg/dd 모두 동일하게 작동합니다. 만약 /aa/bb/cc/dd/a1/b1/c1 경로를 2개 서버 이상이 NFS 로 공유하고 있다면, /aa/bb/cc/dd 까지만.. jQuery, 영역 범위 좌표 width height *. http://uix.kr/archives/649 - .height(), .width() : margin, border, padding 제외한 수치. 순수 element 영역 IE 에서 만약 element 가 꽉채워지지 않았다면 .height() 값은 세팅된 수치와 다를 수 있다. .width() 는 IE 에서도 세팅된 수치와 동일 Chrome 에선 .width() 나 .height() 모두 elelment 과 꽉채워지건 아니건 세팅된 수치와 동일 - .innerHeight(), .innerWidth() : margin, border 제외한 수치. element 와 padding 포함 영역. .height() 에 padding-top + padding-bottom 를 더한 값과 .width() 에 p.. 이전 1 ··· 50 51 52 53 54 55 56 ··· 70 다음