I use a highlighter included in Dojo (adapted from Ivan Sagalaev's highlight.js). All you need to do is to include a few lines of code in the head of your web page (a script tag pointing to AOL or Google, a link to CSS hosted by AOL or Google, and a trivial script to request the highlight) and add <pre><code lang="javascript"> blocks with preformatted snippets — they will be found and highlighted automatically.
Of course, multiple languages are supported as well as automatic guessing the language of your snippet. If user turned off JavaScript, it will degrade gracefully.
Another good point of this solution: no need to host any files, no need to configure servers, no need to generate HTML dynamically, can be used with anything — even static file will be highlighted just fine.
You can see examples in official tests: test_highlight.html, test_pygments.html. This is the example of snippets on my web site: the article with several highlighted code snippets — look in the head of this page to see how the highlighter can be included directly from AOL.
