어느 가을날의 전환점
SYNTAX|SyntaxHighlighter 본문
http://alexgorbatchev.com/SyntaxHighlighter/
About
SyntaxHighlighter is a fully functional self-contained code syntax highlighter developed in JavaScript. To get an idea of what SyntaxHighlighter is capable of, have a look at the demo page.
SyntaxHighlighter is currently used by Apache, Aptana, Mozilla, Yahoo, Wordpress, Bug Labs, Freshbooks and others.
Demo
1
2
3
4
5
6
7
8
9
| // SyntaxHighlighter makes your code // snippets beautiful without tiring // your servers. var setArray = function (elems) { this .length = 0; push.apply( this , elems); return this ; } |
'Development' 카테고리의 다른 글
JAVA|Error - Import javax.servlet.* (0) | 2010.08.17 |
---|---|
JAVA|JNDI Datasource 사용하기 (0) | 2010.08.17 |
보안|개인정보 DB 암호화 관리 안내서 (0) | 2010.08.10 |
보안|개인정보 보호 및 암호화 (0) | 2010.07.26 |
JavaScript|자바스크립 관련 사이트 (0) | 2010.07.21 |
Comments