* 문제 제기1 다른 구현은 둘째치고 http 페이지에 각종 컨트롤 함수를 정의해 놨는데 [v] 보안접속 하고 뭐든 하려 하면 javascript로 http https 상호 처리시 '사용자 권한 없습니다' 오류가 뜬다. 몇시간의 삽질 끝에 한가지 해결을 보았다. * 문제 제기2 물론 기본 페이지도 https 이고 팝업도 https 이면 아무런 오류도 안나지만 기본적으로 사이트 접속하면 http://xxx.com 이다. 이것을 https 와 혼용해서 쓰려니 골때리는 사건이 발생한다. * 해결꼼수 ------------------------- http ----------------- http 레이어팝업 히든 iframe ----------------- ------------------------- 위와같은 ..
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..
- 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
- Debug
- ASP
- classic asp
- 한글
- Linux
- nodejs
- 워드프레스
- Prototype
- JSON
- IOS
- iis
- javascript
- mssql
- PHP
- Chrome
- Android
- centos
- IE
- Docker
- laravel
- CSS
- nginx
- Wordpress
- git
- sencha touch
- 안드로이드
- JQuery
- API
- iphone
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |