본문 바로가기

2011/12

jQuery - 플러그인 만들기강좌 보기 http://www.shop-wiz.com/document/jquery/index jquery UI : http://jqueryui.com/download - (jQuery UI - datepicker() (카렌다)) [jquery-ui-1.7.2.custom.min.js , jquery-ui-1.7.2.custom.css ]사용 - [추천] 더많은 정보 더많은 샘플 Alert Confirm Prompt http://abeautifulsite.net/category/javascript/jquery/ http://abeautifulsite.net/2008/12/jquery-alert-dialogs/ - (jQuery Demo) [jquery.alerts.js, jquery.alerts.css]사용 - [추.. 더보기
[도서] 스마트폰 앱 개발을 위한 HTML5 http://www.infopub.co.kr/bookinfo/bookinfo.asp?sku=05000248 스마트폰 앱 개발을 위한 HTML5 크게보기 l 차례보기 ㆍ저 자 쿠지라 히코즈쿠에 ㆍ역 자 임병균 ㆍ구 분 번역서 ㆍ발행일 2011년 08월 29일 ㆍ정 가 15,800원 ㆍ페이지 280 페이지 ㆍISBN 978-89-5674-535-0 ㆍ난이도 초급.중급 ㆍ출판사 정보문화사 더보기
google api 로 현재위치 찾기 [출처] [html5]구글지도 api로 자신의 위치 찾기!|작성자 별님반 더보기
decode encode javascript 기능 http://donghunl.tistory.com/entry/JAVASCRIPT-Url-EncodeDecode-%EA%B0%92-%ED%99%95%EC%9D%B8 function encode() { var obj = document.getElementById('dencoder'); var unencoded = obj.value; obj.value = encodeURIComponent(unencoded); } function decode() { var obj = document.getElementById('dencoder'); var encoded = obj.value; obj.value = decodeURIComponent(encoded.replace(/\+/g, " ")); } URL Decoder/E.. 더보기
php에서 exel 저장시 타입을 style에 추가해서 지정할수있다. html 필드 태크에 다음과 같은 스타일을 지정한다. mso-number-format:"0" NO Decimals mso-number-format:"0\.000" 3 Decimals mso-number-format:"\#\,\#\#0\.000" Comma with 3 dec mso-number-format:"mm\/dd\/yy" Date7 mso-number-format:"mmmm\ d\,\ yyyy" Date9 mso-number-format:"m\/d\/yy\ h\:mm\ AM\/PM" D -T AMPM mso-number-format:"Short Date" 01/03/1998 mso-number-format:"Medium Date" 01-mar-98 mso-number-format:"d\-mmm\-.. 더보기