<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 11 Syntax Highlighters To Beautify Code Presentation</title>
	<atom:link href="http://www.webresourcesdepot.com/11-syntax-highlighters-to-beautify-code-presentation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webresourcesdepot.com/11-syntax-highlighters-to-beautify-code-presentation/</link>
	<description>Free Web Resources</description>
	<lastBuildDate>Sun, 12 Feb 2012 08:29:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Umut M.</title>
		<link>http://www.webresourcesdepot.com/11-syntax-highlighters-to-beautify-code-presentation/comment-page-1/#comment-379765</link>
		<dc:creator>Umut M.</dc:creator>
		<pubDate>Wed, 10 Aug 2011 21:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=927#comment-379765</guid>
		<description>@Abi,

To be honest, can&#039;t remember the features of each but I suggest just giving a try to their demos.</description>
		<content:encoded><![CDATA[<p>@Abi,</p>
<p>To be honest, can&#8217;t remember the features of each but I suggest just giving a try to their demos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abi</title>
		<link>http://www.webresourcesdepot.com/11-syntax-highlighters-to-beautify-code-presentation/comment-page-1/#comment-379725</link>
		<dc:creator>Abi</dc:creator>
		<pubDate>Wed, 10 Aug 2011 20:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=927#comment-379725</guid>
		<description>Hey thanks for listing the Syntax Highlighters plugins on one place, but can you please point me which one who has the toolbar? I am currently using the Alex Gorbachev&#039;s plugin but it doesn&#039;t have toolbar anymore only this &quot;?&quot;, no use at all.</description>
		<content:encoded><![CDATA[<p>Hey thanks for listing the Syntax Highlighters plugins on one place, but can you please point me which one who has the toolbar? I am currently using the Alex Gorbachev&#8217;s plugin but it doesn&#8217;t have toolbar anymore only this &#8220;?&#8221;, no use at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl</title>
		<link>http://www.webresourcesdepot.com/11-syntax-highlighters-to-beautify-code-presentation/comment-page-1/#comment-341807</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Wed, 25 May 2011 01:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=927#comment-341807</guid>
		<description>Great collecction, beautyOfCode is my favourite, and have a copy button that run in firefox!</description>
		<content:encoded><![CDATA[<p>Great collecction, beautyOfCode is my favourite, and have a copy button that run in firefox!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rainner Lins</title>
		<link>http://www.webresourcesdepot.com/11-syntax-highlighters-to-beautify-code-presentation/comment-page-1/#comment-309938</link>
		<dc:creator>Rainner Lins</dc:creator>
		<pubDate>Sat, 26 Mar 2011 18:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=927#comment-309938</guid>
		<description>Here&#039;s another one for the list. It&#039;s a small jquery plugin that has a very small footprint and uses CSS mainly for the colors. http://rainnerlins.com/work/tinylight</description>
		<content:encoded><![CDATA[<p>Here&#8217;s another one for the list. It&#8217;s a small jquery plugin that has a very small footprint and uses CSS mainly for the colors. <a href="http://rainnerlins.com/work/tinylight" rel="nofollow">http://rainnerlins.com/work/tinylight</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin "balupton" Lupton</title>
		<link>http://www.webresourcesdepot.com/11-syntax-highlighters-to-beautify-code-presentation/comment-page-1/#comment-180675</link>
		<dc:creator>Benjamin "balupton" Lupton</dc:creator>
		<pubDate>Thu, 29 Jul 2010 04:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=927#comment-180675</guid>
		<description>jQuery Syntax Highlighter is a new one based on version 3 of Alex Gorbatchev&#039;s Syntax Highlighter - a really really really popular plain javascript syntax highlighter.

It supports such things as `code` and `pre` blocks, able to use classnames like `language-javascript` to indicate which language we would like to highlight, as well as being able to wordwrap code. You only need to include one javascript file and it will autoload the rest saving configuration time. And you can copy and paste code by selecting it normally instead of having to open a raw view like many others. It can be further customised by using the HTML5 data attribute `data-sh` or via specifying options at initialisation. A great stable choice which is updated regularly.

Here&#039;s the link :-)
http://www.balupton.com/projects/jquery-syntaxhighlighter/</description>
		<content:encoded><![CDATA[<p>jQuery Syntax Highlighter is a new one based on version 3 of Alex Gorbatchev&#8217;s Syntax Highlighter &#8211; a really really really popular plain javascript syntax highlighter.</p>
<p>It supports such things as `code` and `pre` blocks, able to use classnames like `language-javascript` to indicate which language we would like to highlight, as well as being able to wordwrap code. You only need to include one javascript file and it will autoload the rest saving configuration time. And you can copy and paste code by selecting it normally instead of having to open a raw view like many others. It can be further customised by using the HTML5 data attribute `data-sh` or via specifying options at initialisation. A great stable choice which is updated regularly.</p>
<p>Here&#8217;s the link <img src='http://www.webresourcesdepot.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<a href="http://www.balupton.com/projects/jquery-syntaxhighlighter/" rel="nofollow">http://www.balupton.com/projects/jquery-syntaxhighlighter/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel</title>
		<link>http://www.webresourcesdepot.com/11-syntax-highlighters-to-beautify-code-presentation/comment-page-1/#comment-120960</link>
		<dc:creator>Samuel</dc:creator>
		<pubDate>Mon, 15 Mar 2010 09:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=927#comment-120960</guid>
		<description>jQuery.Syntax is an extremely fast and lightweight syntax highlighter. It has dynamic loading of syntax source files and integrates cleanly using CSS or modelines.

It was developed specifically to fill a gap - that is: a fast, clean, client-side syntax parser.

Please see the project homepage for more information, documentation, download, etc.

http://www.oriontransfer.co.nz/software/jquery-syntax</description>
		<content:encoded><![CDATA[<p>jQuery.Syntax is an extremely fast and lightweight syntax highlighter. It has dynamic loading of syntax source files and integrates cleanly using CSS or modelines.</p>
<p>It was developed specifically to fill a gap &#8211; that is: a fast, clean, client-side syntax parser.</p>
<p>Please see the project homepage for more information, documentation, download, etc.</p>
<p><a href="http://www.oriontransfer.co.nz/software/jquery-syntax" rel="nofollow">http://www.oriontransfer.co.nz/software/jquery-syntax</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://www.webresourcesdepot.com/11-syntax-highlighters-to-beautify-code-presentation/comment-page-1/#comment-108499</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Thu, 28 Jan 2010 23:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=927#comment-108499</guid>
		<description>SyntaxHighlighter is really good options and easy to use..

Thanks
Amit</description>
		<content:encoded><![CDATA[<p>SyntaxHighlighter is really good options and easy to use..</p>
<p>Thanks<br />
Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.webresourcesdepot.com/11-syntax-highlighters-to-beautify-code-presentation/comment-page-1/#comment-107130</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Fri, 22 Jan 2010 16:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=927#comment-107130</guid>
		<description>I miss the &lt;a href=&quot;http://tools.dottoro.com/services/highlighter/&quot; rel=&quot;nofollow&quot;&gt;Dottoro Syntax Highlighter&lt;/a&gt; from the list above.
I definitely find that online code highlighter handy.
It provides easy customization and supports embedded CSS and JavaScript code blocks within HTML documents.</description>
		<content:encoded><![CDATA[<p>I miss the <a href="http://tools.dottoro.com/services/highlighter/" rel="nofollow">Dottoro Syntax Highlighter</a> from the list above.<br />
I definitely find that online code highlighter handy.<br />
It provides easy customization and supports embedded CSS and JavaScript code blocks within HTML documents.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: han lee</title>
		<link>http://www.webresourcesdepot.com/11-syntax-highlighters-to-beautify-code-presentation/comment-page-1/#comment-83901</link>
		<dc:creator>han lee</dc:creator>
		<pubDate>Wed, 21 Oct 2009 14:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=927#comment-83901</guid>
		<description>A simple &lt;a href=&quot;http://www.pagecolumn.com/javascript/syntaxhighlight.htm&quot; rel=&quot;nofollow&quot;&gt;script to hignlight the syntax&lt;/a&gt; of the codes, language independent.</description>
		<content:encoded><![CDATA[<p>A simple <a href="http://www.pagecolumn.com/javascript/syntaxhighlight.htm" rel="nofollow">script to hignlight the syntax</a> of the codes, language independent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abel Braaksma</title>
		<link>http://www.webresourcesdepot.com/11-syntax-highlighters-to-beautify-code-presentation/comment-page-1/#comment-78829</link>
		<dc:creator>Abel Braaksma</dc:creator>
		<pubDate>Wed, 30 Sep 2009 16:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=927#comment-78829</guid>
		<description>Nice compiled list! If you like, you can add a link to &lt;a href=&quot;http://www.undermyhat.org/blog/2009/09/list-of-brushes-syntaxhighligher/&quot; rel=&quot;nofollow&quot;&gt;downloadable supported language brushes&lt;/a&gt; for the javascript syntaxhighligher of Gorbatchev (nr 2 above). It contain both bundled and loads of non-bundled syntaxes that can be used with the highlighter, easily referenced, credited and downloaded.</description>
		<content:encoded><![CDATA[<p>Nice compiled list! If you like, you can add a link to <a href="http://www.undermyhat.org/blog/2009/09/list-of-brushes-syntaxhighligher/" rel="nofollow">downloadable supported language brushes</a> for the javascript syntaxhighligher of Gorbatchev (nr 2 above). It contain both bundled and loads of non-bundled syntaxes that can be used with the highlighter, easily referenced, credited and downloaded.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using wincache
Page Caching using wincache (User agent is rejected)
Database Caching 3/18 queries in -3.907 seconds using wincache

Served from: www.webresourcesdepot.com @ 2012-02-13 05:57:13 -->
