본문 바로가기

HTML

[CSS] 인터넷 익스플로러 6,7,8에서 CSS3 사용하기 (PIE) http://css3pie.com/About PIE CSS Level 3 brings with it some incredibly powerful styling features. Rounded corners, soft drop shadows, gradient fills, and so on. These are the kinds of elements our designer friends love to use because they make for attractive sites, but are difficult and time-consuming to implement, involving complex sprite images, extra non-semantic markup, large JavaScript lib.. 더보기
[CSS] border-radius 생성기 CSS3 의 강점들 중 하나인 border-radius ! http://border-radius.com/ ↑ 수치만 입력하면 알아서 border-radius 의 웹표준 css 코드를 만들어 준다. 다만, 인터넷 익스플로러 (IE) 에서는 출력이 제대로 안되는 경우가 있으므로, PIE 참조해서 사용해야 한다. 더보기
웹 프로그래밍 언어별 no-cache (페이지 만료) 방법 언어별 no-cache 리스트 HTML ASP JSP PHP WML .. .. JSP의 사용예 테스트 페이지 만료,캐쉬설정 Expires Pragma Cache-Control no-cache 만료 및 Expires 헤더 만료일을 지정하는 헤더 Cache-Control 헤더 IE는 HTTP 1.1 Cache-Control 헤더를 지원한다 Pragma:no-cache 헤더 레거시 HTTP 1.0 서버는 Cache-Control 헤더를 사용할 수 없다. 이전 버전과 HTTP 1.0 서버와의 호환을 위해 Internet Explorer는 HTTP Pragma:no-cache 헤더의 특수한 사용을 지원한다 웹서버의 설정 또는 기타 각 프로그램에서 코딩으로도 제어 할 수 있다. [IIS] [HTML예제] [ASP예.. 더보기