SMTPDiag Util - Exchange 메일 점검 프로그램


참조 URL
  1. http://www.microsoft.com/ko-kr/download/details.aspx?id=11393




 

SmtpDiag.zip




 

Pentaho Mondrian - Open source analysis OLAP server


참조 URL
  1. http://mondrian.pentaho.com/
  2. http://mondrian.pentaho.com/documentation/roadmap.php
  3. http://sourceforge.net/projects/mondrian/

 

 

 

오픈소스로 실시간 데이터 분석을 해주는 솔루션이다.

 

 

 

 

 

 

 

[그림1] Mondrian Architecture

 

 

 

 

 

 

Respond.js - IE 6 ~ 8 에서 미디어 쿼리를 지원


참조 URL
  1. https://github.com/scottjehl/Respond
  2. http://helloworld.naver.com/helloworld/81480
  3. http://blog.daum.net/dosman1/674
  4. http://www.slideshare.net/ssuserc45cfd/ss-15480124





IE 6 ~ 8에서는 미디어 쿼리를 지원하지 않지만 'Respond.js'을 이용하면 부분적으로 나마 지원하게 할 수 있다. 아래와 같이 코드를 수정하면 된다.


[코드1] Respond.js 파일 설치 예제




그리고 실제 미디어 쿼리에 맞는 CSS 파일을 아래와 같이 HTML에 추가하면 된다.


[코드2] 미디어 쿼리 예제


+ Recent posts