Programming
Javascript - 간단한 DownLoad 스크립트
Javascript - 간단한 DownLoad 스크립트
2007.11.05// PC로 저장 선택 function download_mail() { var sfileName = makeRightName(g_paramURL); sfileName = sfileName + ".eml"; if (navigator.appVersion.indexOf("MSIE 5.5") != -1) window.open("remote/interreadattach.asp?fileURL=" + escape(g_paramURL) + "&fileName=" + escape(sfileName)); else window.location.href = "remote/interreadattach.asp?fileURL=" + escape(g_paramURL) + "&fileName=" + escape(sfileName); ..
Javascript window.showModalDialog()
Javascript window.showModalDialog()
2007.11.03JavaScript로 Modal Dialog를 띄우는 경우 옵션으로 주어야 하는 값들이 보통 window.open과 달라 고민되는 경우가 많다. 주로 아래와 비슷하게 사용을 많이 하고, "status:no;dialogWidth:765px;dialogHeight:"+height+"px;help:no;scroll:no;edge:sunken;resizable=yes" 상태바가 보일지 여부, 도움말 버튼이 보일지 여부 사이즈나 테두리 사이즈 조절이 가능할지 여부등의 옵션이 존재한다. 페이지와 종속적인 모달 다이얼로그를 실행하고 싶을땐 한번쯤 위 옵션을 이용해서 테스트 해보도록 하자~
SOA
SOA
2007.11.02What is service-oriented architecture? Service-oriented architecture (SOA) is a term that many different people use in many different ways. Most of the time, SOA refers to architecture for software systems in which services are the fundamental building blocks; that is what we mean by SOA in this book. This is a good, broad definition, but there are many shades of meaning when you start digging i..
ASP.NET 503 서버 사용량이 많습니다.
ASP.NET 503 서버 사용량이 많습니다.
2007.11.02ASP.NET 503 서버 사용량이 많습니다. 503 서버 에러가 나타나는 경우 다양한 케이스가 있을 수 있지만, 대부분은 프로그램의 오류에서 발생하는 경우가 대부분입니다. '503 - Service Unavailable' 메시지가 표시된다면 응용프로그램의 오류 또는 권한의 문제로 Application Pool 이 오류 횟수를 초과하여 Stop 상태가 되어 있을 수 있고, 이럴 경우 Application Pool을 Start 해주는 방법으로 임시 조치할 수 있지만, 원인을 밝혀 문제를 해결해 나가야 합니다. (프로그램의 오류 또는 권한의 적절한 설정이 대부분의 해결법입니다.) 503 서버 에러 중 '503 - Server Too Busy' 메시지가 표시된다면, 서버의 접속량이 초과하여 접속이 안되는 문제..
MS .NET FrameWork 공개
MS .NET FrameWork 공개
2007.10.31MS에서 .NET FrameWork 3.5로 발전하면서 .NET FrameWork Library의 소스코드를 공개하기로 정했다고 합니다. .NET 개발자에게는 기쁜 소식이네요. 완벽한 소스코드는 아니지만 디버깅중에 .NET Library의 디버깅도 가능하니 디버깅에 더 많은 정보를 얻을 수 있을 것 같습니다. http://blogs.msdn.com/jinhoseo/archive/2007/10/16/net-framework.aspx http://weblogs.asp.net/scottgu/archive/2007/10/03/releasing-the-source-code-for-the-net-framework-libraries.aspx 위 링크를 참조하세요~
Window size and scrolling
Window size and scrolling
2007.09.18참조주소 : http://www.howtocreate.co.uk/tutorials/javascript/browserwindow 윈도우창의 사이즈를 정확히 알기위해 브라우저마다의 지원여부와 어떤 속성을 이용해야 하는지 정확히 알아야 한다. 이를 위해 다음을 참고하자. Window size and scrolling Finding the size of the browser window Clue browser can only work out window width. Tkhtml Hv3 has the values reversed, but in an undetectable way, so it cannot work with this script. There are some constants available that..
Active Directory User/Group Encapsulation Classes
Active Directory User/Group Encapsulation Classes
2007.09.16참조 주소 : http://www.codeproject.com/cs/internet/StorerActiveDirectory.asp AD를 사용하기 쉽도록 제공되는 Class 이다. Download source and demo projects - 34.9 KB
IE와 W3C의 박스 차이에 의한 CSS 코딩 방식
IE와 W3C의 박스 차이에 의한 CSS 코딩 방식
2007.09.11http://www.456bereastreet.com/archive/200612/internet_explorer_and_the_css_box_model/ IE와 W3C에서 사용하는 BOX의 크기는 다르게 설정되어있어서 사이즈가 다르게 나오는 것들이 많이 있다. 이를 해결하기 위한 방안이 아래 설명되어 있다. 이하는 원문의 내용을 발췌한 내용.. The W3C Box model First a look at the the W3C box model, which is used by all standards compliant browsers and by Internet Explorer 6 and later if the circumstances are right. In the W3C CSS box model a b..
JS, CSS, AJAX, 등등 웹 개발에 필요한 링크들 모음
JS, CSS, AJAX, 등등 웹 개발에 필요한 링크들 모음
2007.09.03웹 개발을 하다보면 주로 사이트를 검색해서 유용한 팁들을 찾아보고 작성하는 경우가 많이 생기죠 그래서 이렇게 사이트를 정리해 놓은 페이지가 상당히 유용합니다. 참고주소 : http://www.realsoftwaredevelopment.com/2007/08/ultimate-web-de.html So you're sitting there on Saturday morning, sipping on a nice warm cup of coffee or tea. You smell the freshness of the morning, and whipping up some html, CSS and trying out some new AJAX programming. You're stuck on something! You ..
WPF/E Silverlight를 이용한 간단한 예제
WPF/E Silverlight를 이용한 간단한 예제
2007.09.02출처 : http://www.zdnet.co.kr/builder/dev/web/0,39031700,39160544,00.htm 이하 내용은 출처에서 부분 발췌한 내용입니다. 새로운 언어를 배울 때 언제나 등장하는 것이 바로 ‘Hello World’를 출력하는 예제일 것이다. 실제로 이 예제를 만들어 봄으로써 실버라이트의 개발 환경을 느껴보자. 실버라이트를 개발하는데 있어 여기에서는 1.1 알파 버전을 사용할 것이다. 1.0 버전 버전은 닷넷 프레임워크를 아직 지원하지 않기 때문에 다양한 기능을 보여주기에는 부족한 점이 있다. 1.1 알파 버전은 http://msdn2.microsoft.com/en-us/asp.net/bb187452.aspx에서 다운로드 받아서 설치하면 된다. 웹 페이지에 접속하면 다음과..
TreeView 형태의 자바스크립트 코드
TreeView 형태의 자바스크립트 코드
2007.08.31http://www.treeview.net/ http://www.javajigi.net/servlet/JMBoard?tablename=src_download&mode=view&boardpage=2&searchword=&searchscope=&category=&no=34 (원본)자바지기.net : JavaScript를 이용한 동적인 Menu Tree소스 - 첨부파일 - JavascriptMenuTree.zip - 7747 bytes (downloaded 1423 times) 제가 직접 사용해 본 Menu Tree소스인데 괜찮더군요. 이 소스는 http://www.geocities.com/Paris/LeftBank/2178/foldertree.html 가시면 더 자세한 내용을 볼 수 있고요. 지금 이 소스만..
45 Excellent Blog Designs
45 Excellent Blog Designs
2007.08.29http://www.smashingmagazine.com/2007/08/28/45-excellent-blog-designs 45개의 잘 되어있는 블로그 디자인을 정리하고 소개하는 페이지이다. 블로그로 되어있고 내용들이 이 내용 말고도 볼만한 사용들이 많이 있어서 디자인적인 템플릿을 보실분은 참조하시기 바랍니다.