'=================================================================== ' 배열 내용중 offset ~ length 까지를 뽑아 배열로 반환 '------------------------------------------------------------------ ' array_slice(arr,0,3) '=================================================================== Function array_slice(arr, offset, length) Dim x : x = 0 Dim newArray() For i = offset to length ReDim Preserve newArray(x) newArra..
PHP 에서는 iconv() 라는 훌륭한 함수가 존재하지만 Classic ASP 에서는 지원되지 않아 난감하다 부르는 쪽에서는 값을 escape 태그로 감싼다 $('#orderInfo').load('./x.ajax.asp', { 'orderId':''+ escape($('#orderId').val()) +'', 'orderName':''+ escape($('#orderName').val()) +'' }); 답하는 쪽에서는 Unescape() 함수를 사용하여 변환해준다
JSON 문법검사기 http://www.jsonlint.com/ Cross browser 에서의 흥미로운 예제들 IE8 JSON.parse(”{ ‘a’:1 }”) : Syntax Error CHROME JSON.parse(”{ ‘a’:1 }”) : OK FF JSON.parse(”{ ‘a’:1 }”) : Syntax Error OPERA 10.10 JSON.parse(”{ ‘a’:1 }”) : Undefined variable JSON SAFARI 4.0.4 JSON.parse(”{ ‘a’:1 }”) : Syntax Error jQuery 1.3 까지는 고유의 parsing 기술이 쓰이기에 1: $.ajax({url: "/url", 2: dataType: "json", 3: success: functio..
* 가입여부 확인 이미 가입하셨는지의 확인을 위해 아래 빈칸을 입력하시고 [확인]버튼을 눌러주시기 바랍니다. 전자우편 // 전자우편을 통한 가입여부 확인 var signValidate = $j('#frm_signcheck').validate({ rules:{ chk_mb_email: { required:true, email:true, minlength:5 } }, messages:{ chk_mb_email: { required: "전자우편을 입력해주세요!", email: "올바른 메일형식이 아닙니다. 다시 입력해주세요!", minlength: $j.format("최소 {0}자 이상 입력해주세요!") } }, submitHandler: function(frm) { $j.ajax({ url:"/member/..
+ prototypeUtils.js /* prototypeUtils.js from http://jehiah.com/ Licensed under Creative Commons. version 1.0 December 20 2005 version 2.0 2010-01-08 by darthJun Contains: + unpackToForm() */ function unpackToForm(data){ for (i in data){ var val = (data[i]==null)? '' : data[i].valueOf(); if($$("input[type=radio][name='"+i+"']").length > 1) { // when element is radio group $$("input[type=radio][n..
http://www.jquery.wisdomplug.com/category/jquery-plugins/ Facebook 스타일 플러그인들 http://www.jquery.wisdomplug.com/jquery-plugins/facebook-jquery-plugins/23-best-jquery-facebook-style-plugins/ 최고의 플러그인들 http://fresherswisdom.com/web-designing/146-web-programming/983-best-jquery-ajax-based-plugins.html 가벼운 플러그인 10 http://www.queness.com/post/545/10-handycool-jquery-plugins Textarea 문자 제한 http://tympan..
- Total
- Today
- Yesterday
- Make Use Of
- How to geek
- 인터넷 통계정보 검색시스템
- 트위터 공유 정보모음
- 웹표준KR
- 치우의 컴맹탈출구
- Dev. Cheat Sheets
- w3schools
- Dev. 조각들
- ASP Ajax Library
- CSS Tricks
- WebResourcesDepot
- jQuery Selectors Tester
- DeveloperSnippets
- Smashing Magazine
- Nettuts+
- devListing
- 웹 리소스 사이트(한)
- Mobile tuts+
- Dream In Code
- Developer Tutorials
- CSS3 Previews
- 자북
- 안드로이드 사이드
- Code Visually
- Code School
- SQLer.com
- 무료 파워포인트 템플릿
- iconPot
- Free PowerPoint Templates
- Design Bombs
- Web Designer Wall
- 1st Webdesigner
- Vandelay Design
- 무료 벡터 이미지 사이트들
- Tripwire Magazine
- Web TrendSet
- WebMonkey
- 윤춘근 프리젠테이션 디자이너 블로그
- cz.cc 무료 DNS
- [웹하드] MediaFire
- [웹하드] DivShare
- 한컴 인터넷 오피스
- Mac
- sencha touch
- ASP
- Linux
- Docker
- nginx
- JSON
- iis
- javascript
- API
- laravel
- classic asp
- centos
- CSS
- git
- Prototype
- 한글
- mssql
- JQuery
- Android
- Chrome
- Wordpress
- PHP
- Debug
- iphone
- nodejs
- 워드프레스
- IOS
- IE
- 안드로이드
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |