웹프로그램에서 Template 방식을 사용하지 않고 일반적인 코드로 작성할 경우 아래의 "1.일반적인코드" 와 같이 목록의 총 결과수를 상단에 출력하기 위하여 불필요하게 총 건수를 구하는 코드를 사용하는 경우를 많이 보았는데 DHTML을 활용한 "2.수정코드" 를 사용하면 효과적입니다. 1. 일반적인 코드
1. 샘플 인코딩전 코드 자바스그립트 암호화 인코딩후 코드 자바스그립트 암호화 2. Windows Script Encoder http://www.microsoft.com/downloads/details.aspx?displaylang=ko&FamilyID=e7877f67-c447-4873-b1b0-21f0626a6329 도움말 : Window Script Encoder 도움말( screnc.chm )
Mouse Wheel : 사용가능 브라우저 Internet Explorer 6 Firefox 1.5 Opera 9 Safari 참조 http://adomas.org/javascript-mouse-wheel/ http://www.bigbold.com/snippets/posts/show/2241 http://maps.google.com/
1. 소스 다운로드 MD4, MD5, SHA-1 2. 출처 http://pajhome.org.uk/crypt/index.html
1. 데모 /programming/tipntech/popuplayer.html 2. 소스 사이트 리뉴얼 기념 고객 사은 이벤트 사이트 리뉴얼 기념으로 고객 사은 이벤트를 실시합니다. 이벤트 기간 동안 신규 유료서비스 고객께 1개월 기간연장 혜택을 드리고 있습니다. Power Analysis WSOS를 좋은 조건으로 이용해 보실 수 있는 최적의 기회 입니다. 자세히보기 하루동안 이 창 열지않음
Three common mistakes in JavaScript / EcmaScript Here are three common mistakes I've seen recently in script files. Undefined is not null. If you've been writing code in a strongly-typed language recently, you're used to checking the nullity of objects before you use them, like this: if (SomeObject != null) { Well, in JavaScript, which is a dynamic language, something that has not been assigned ..
1. 형식 bSuccess = object.setData(sDataFormat, sData) 2. 예제 var str = '복사할 내용'; window.clipboardData.setData('Text',str); function CodeCopy(code){ code = '_wpoint=' + code; window.clipboardData.setData('Text',code); alert('코드를 클립보드에 복사하였습니다.'); } ...
아주 훌륭한 RTE입니다. 우리나라에는 스마트에디터(naver)가 있긴 하지만, 개인적으로 가볍고 옵션이 많은 놈을 좋아라 합니다. ㅋㅋㅋ 사용자의 환경에 따라 옵셔널한 기능 설정이 있어야 개발하기가 좋습니다. YUI RTE NicEdit FCKeditor Xinha TinyMCE xquared mark it up우리나라엔 이런 훌륭한 스크립트(or 라이브러리)가 많이 없는 것 같아 안타깝기 그지 없습니다. 하지만,,,
============================================================================= ====== Ajax 관련 자주 방문해야 하는 싸이트 ======== ============================================================================= http://ajaxian.com/ http://ajaxpatterns.org http://ajaxmatters.com/r/welcome http://ajaxblog.com/ http://labs.google.com/ http://www.adaptivepath.com/ http://www.37signals.com/ http://www.oreilly.com/ ht..