Notice
Recent Posts
Recent Comments
Link
- Arawn's Dev Blog
- Outsider's Dev Story
- Toby's Epril
- Benelog
- NHN 개발자 블로그
- SK 플래닛 기술 블로그
- OLC CENTER
- 소프트웨어 경영/공학 블로그
- 모바일 컨버전스
- KOSR - Korea Operating System …
- 넥스트리 블로그
- 리버스코어 ReverseCore
- SLiPP
- 개발자를 위하여... (Nextree 임병인 수석)
- "트위터 부트스트랩: 디자이너도 놀라워할 매끈하고 직관…
- Learning English - The English…
- real-english.com
- 'DataScience/Deep Learning' 카테…
- Deep Learning Summer School, M…
- Deep Learning Courses
민서네집
html5를 지원하게 해주는 라이브러리 본문
HTML5를 지원하지 않는 old IE에서 HTML5로 된 웹페이지를 보여주는 라이브러리
< IE8 이전 버전에 HTML5 태그를 사용할 수 있게 해 주는 HTML5Shiv >
http://html5dev.tistory.com/37
< 하위 브라우저에서 HTML5 표현되게 하기 >
< Modernizr, html5.js, HTML5 Boilerplate >
http://codefactory.kr/2012/06/01/modernizr-html5-js-html5-boilerplate/
< HTML5 Cross Browser Polyfills >
https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills
< html5shiv >
https://github.com/aFarkas/html5shiv
< The Story of the HTML5 Shiv >
http://paulirish.com/2011/the-history-of-the-html5-shiv/
< html5shiv, ie9.js, ie7.js, modernizr, and css3pie >
< HTML5로 된 웹페이지 - IE9와 IE10 에서는 수행되는데, IE8 에서는 수행되지 않음 >
http://bl.ocks.org/mbostock/4062045
'Javascript' 카테고리의 다른 글
<a href="#"></a> 의 말끔한 대안 (0) | 2013.05.03 |
---|---|
클로져(Closure)를 이용한 체인 깨기 (0) | 2013.05.01 |
[jquery] xml 노드 객체를 String으로 변환하기 (0) | 2013.04.03 |
[jquery] ajax 에서 HTTP Request Header 값 넣기. (0) | 2013.04.03 |
jQuery 템플릿 (0) | 2013.03.23 |
Comments