한국투자증권 주식매매프로그램 만들기

파이썬 주식매매프로그램 만들기

Dojo/Tip

DOJO의 스크립트 위치

토폴로지 2013. 8. 22. 06:46

도조 튜토리얼 번역을 해보면 스크립트는 바디의 끝에 위치해야한다.

We have also placed the <script> block in the body of the HTML document. We could place it in the header and things would have worked the same, but when you end up in a situation where your application loads a lot of code, having the <script> blocks in the header can keep the page from rendering while they are being loaded. This adds to the user perception of the application "being slow" and can degrade the user experience, so we will generally be demonstrating loading Dojo at the end of the body of the document.

발번역 결과물

우리는 HTML 문서 body 내에서 <script>를 위치할 수 있다. header에 놓아두거나 다른 곳에 놓아두어도 같을 것이다. 하지만 니가  헤더에 <script>를 놓아두면 많은 양의 코드가 다 로드된 상태에서도 스크립트는 계속 로드되며 페이지에 뿌려줄 것이다. 즉 이것은 사용자 입장에서 느리게 보일 수 있다. 따라서 문서의 body끝에 script를 작성하길 권장한다.

반응형

'Dojo > Tip' 카테고리의 다른 글

Ajax에서 새로고침할때 안되는 경우  (0) 2013.08.08
Internet Explorer 7 c00ce56e Error  (0) 2013.08.08