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:

This entry was posted on Friday, March 5th, 2010 at 6:00 pm and is filed under Web Design. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply