Size: 1315
Comment:
|
Size: 1381
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 19: | Line 19: |
* [http://www.squarefree.com/shell/shell.html JavaScript Shell] |
Netscape사에서 홈페이지처리능력을 높이기 위해 개발한 스크립트 언어. 이후 SunMicroSystems사와 공동 작업을 하면서 JavaScript라는 이름을 얻게 되었지만, [Java]와는 다른 별개의 ProgrammingLanguage이다.
JavaScript를 통해서 홈페이지는 동적으로 변모할 수 있었고, [CGI]에 의존하던 많은 일들을 웹브라우저에게 떠넘길 수 있었다. 최근 [HTML]과 함께 WebProgramming에 있어서 빼놓을수 없슴.
본 BioinfoWiki에서는 JavaScript를 IncludeJsMacro를 이용하여, 직접 위키상에서 실행할 수 있다.
관련자료
[http://bioinfo.sarang.net/moin/wiki/upload/Javascript_edu_97.hwp 교육용언어로서 JavaScript의 가치]
JavaScript.chm : 사전 도움말파일
[http://www.justatheory.com/computers/programming/javascript/ JavaScript testing]
신기한것들
[http://www.slimeland.com/raytrace/ JavaScript RayTrace]
[http://www.squarefree.com/shell/shell.html JavaScript Shell]
JavaScript프로그램들
프로그래밍 주의점
가능한한 문자열은 작은따옴표. <A HREF="" onClick="alert('Thank you')">Click Me</A>