1. Msxml2.ServerXMLHTTP VS Microsoft.XMLHTTP ASP페이지에서 쓸때는 ServerXMLHTTP, IE의 VBScript에서 쓸때는 XMLHTTP 를 쓴다. 무조건 그렇게 하는게 좋다. 왜 그래야하는지는 MSDN에서 찾아보시라. 잘 나와있다. ㅎㅎㅎ 2. IE상의 VBScript 에서 XMLHTTP 를 쓸 때 Permission denied 가 나오는 경우 .open 메서드를 실행했을 때 permission denied 나 나올때가 있다. 이것은 IE의 도구 > 옵션 > 보안 > 도메인간 데이터 소스 탐색을 허용해야한다. 그런데 유저가 엄청 많을때는 이것을 사용하기가 구린 상황이 있을 수 있으므로 어거지로 asp 페이지안에서 ServerXMLHTTP 를 사용하는 식으로 꽁..
* ASP, VBScript 에서 한글은 2byte 이며 영문은 1byte 이다. * MS-SQL 에서 한글/영문 공통 1byte 이다. VBS 이용방식 '//TODO: 한영혼합문장의 왼쪽에서부터 수량만큼 문자를 읽어온다. Function LeftH(str, strlen) Dim rValue, tmpStr, tmpASC, lenSum, f If isset(str) Then lenSum = 0 rValue = "" for f = 1 to Len(str) tmpStr = MID(str,f,1) tmpASC = ASC(tmpStr) if tmpASC>0 and tmpASC strlen) then exit for next LeftH = rValue End If End Function '//TODO: 한영혼합문장..
http://zend.lojcomm.com.br/goodies/asp-xtreme-evolution/ This project born from the necessity of bringing some up-to-date best practices to the Classic ASP World. Things like a good MVC architecture, with XML interacting with your database providing a standard way to your system talk to other systems and XSLT building your views are minimal requirements for any good application. But you should b..
jQuery의 getJSON사용 시 다른 도메인 데이터가져오기(CrossDomain) http://mudchobo.tomeii.com/tt/441 Generate JSON from VBScript (ASP) datatypes http://www.webdevbros.net/2007/04/26/generate-json-from-asp-datatypes/ Ajax with Classic ASP using jQuery http://www.mikesdotnetting.com/Article/98/Ajax-with-Classic-ASP-using-jQuery Any good libraries for parsing JSON in Classic ASP? http://stackoverflow.com/questions/10..
'=================================================================== ' 배열 내용중 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..
#방법1. http://mssql.org/Forum/Content.aspx?PGN=1&SEQ=25663&TBL=SQL adVarchar 2147483647 (text 형이 2147483647) 프로시져 쪽에서는 Text 로 받음. #방법2. http://blog.naver.com/cambo95/100029225150 데이터 타입을 adLongVarChar 로 해준다. 사이즈는 넘어오는(넣을) 값을 LenB 함수를 써서 사이즈를 구해서 넣어준다. ex) .Parameters.Append .CreateParameter("@content", adLongVarChar, adParamInput, LenB(content), content) 또는 사이즈의 최대값을 넣어준다. 최대값은 2147483647 (테스트 해보..
- 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
- 한컴 인터넷 오피스
- Docker
- PHP
- centos
- sencha touch
- nginx
- nodejs
- Chrome
- JSON
- Mac
- IOS
- javascript
- iphone
- Debug
- Android
- Linux
- IE
- git
- Prototype
- Wordpress
- mssql
- iis
- classic asp
- laravel
- ASP
- API
- JQuery
- 안드로이드
- 한글
- CSS
- 워드프레스
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |