일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 잡토이
- 리브레캐드
- 유니티
- 설정
- 파주
- 안드로이드
- MSSQL
- 코딩
- html5
- 잡토이 메이킹 코딩 학원
- tomcat
- librecad
- 오라클
- jobtoy
- 톰캣
- 시작하기
- jsp
- Unity
- Spring Security
- 스크래치
- 아두이노
- 예제
- 운정
- mysql
- oracle
- 설치
- 강좌
- 라즈베리파이
- Android
- s4a
- Today
- Total
목록programming (381)
랩제이
[html5] W3C mobileOK Checker http://validator.w3.org/mobile/ [html5] W3C mobileOK Checker
[mobile web] 바로가기 아이콘 Mobile Size 아이폰 3GS 57x57 아이폰 4/4S 114x114 아이패드 1/2 72x72 안드로이드 스마트폰(800x480 기준) 72x72 [mobile web] 바로가기 아이콘
[html5] ogg, webm 동영상 변환 동영상변환 프로그램 'MiroVideoConverter' 사용합니다. http://www.mirovideoconverter.com/ [html5] ogg, webm 동영상 변환
[html5] html5 표준 동영상 코덱 구글은 H.264코덱 지원히지 않고 webm 형식인 VP8의 오픈코덱 지원하기로 했습니다. H.264 코덱은 애플이 주소유자입니다. HTML5 표준 동영상은 mp4(H.264), ogg(Theora, Vorbis 코덱), webm(VP8, Vorbis)를 모두 고려해야 한다. 코덱명 로열티 브라우저 ogg(Theora, Vorbis) 무료 파이어폭스, 오페라 webm(VP8, Vorbis) 무료 크롬 mp4(H.264) 있음, 이용자 무료 IE, 사파리, 크롬 [html5] html5 표준 동영상 코덱
[mobile web] jquery mobile configurable option 설정하기 1. 방법 1 2. 방법 2$(document).bind("mobileinit",function(){$.extend($.mobile,{defaultTransition:'slide',loadingMessage:'Now Loding..',ajaxEnabled:false,hashListeningEnabled: false//history && hashes,linkBindingEnabled : false,autoInitialize:false,metaViewportContent: 'width=device-width,minimum-scale=0.5,maximum-scale=0.5'});}); [mobile web] jquer..
[mobile web] 로직 검토 신한카드 모바일웹 분석하기 PC에서 접근했을 때와 모바일에서 접근했을 때를 구분합니다.아이폰을 따로 구분합니다. 1. 접근 단말기에 따른 페이지 이동하기 var ua = navigator.userAgent;var checker = { iphone: ua.match(/(iPhone|iPod)/), ipad: ua.match(/iPad/), blackberry: ua.match(/BlackBerry/), android: ua.match(/Android/), galaxyS: ua.match(/SHW-M110S/), galaxyNote: ua.match(/SHV-E160S/), galaxyNexus: ua.match(/SHW-M420S/), galaxyTab89: ua.matc..
[jsp] 톰캣 tomcat server.xml ssl 설정하기 1. tomcat 5 2. tomcat 6 [jsp] 톰캣 tomcat server.xml ssl 설정하기