Syntax Highlighter is a great tool for highlighting & formatting code.
Syntax Highligher is a Javascript code that formats and highlights code in an easy to read format. It is free and easy to install http://alexgorbatchev.com/wiki/SyntaxHighlighter.
I’m in the process of gearing up for a web design course that I’m offering to fellow graphic designers from here in Jacksonville, Florida to out in Los Angeles, Califorinia. They are looking to learn the basics of web design and I am looking to help them out. By using the syntax highlighter I’ll be able to share snippets of code with others. Stay tuned, more to come in the upcoming days.
Test of Syntax Highlighter
/**
* SyntaxHighlighter
*/
function foo()
{
if (counter & lt;= 10)
return;
// it works!
}
Tags: web design