<?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: 16 Free Javascript Code Syntax Highlighters For Better Programming</title>
	<atom:link href="http://www.1stwebdesigner.com/resources/16-free-javascript-code-syntax-highlighters-for-better-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.1stwebdesigner.com/css/16-free-javascript-code-syntax-highlighters-for-better-programming/</link>
	<description>1stwebdesigner is a design blog dedicated to bloggers, freelancers, web-developers and designers. Topics focus on web design and inspirational articles.</description>
	<lastBuildDate>Mon, 13 Feb 2012 11:42:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: JorgeM</title>
		<link>http://www.1stwebdesigner.com/css/16-free-javascript-code-syntax-highlighters-for-better-programming/comment-page-1/#comment-174645</link>
		<dc:creator>JorgeM</dc:creator>
		<pubDate>Wed, 25 Jan 2012 18:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=3912#comment-174645</guid>
		<description>Thanks for the post.  I am going to look into #1 and #6.  I have pages on my site that have code so this will come in handy!!!</description>
		<content:encoded><![CDATA[<p>Thanks for the post.  I am going to look into #1 and #6.  I have pages on my site that have code so this will come in handy!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Berbagi Kreativitas</title>
		<link>http://www.1stwebdesigner.com/css/16-free-javascript-code-syntax-highlighters-for-better-programming/comment-page-1/#comment-166278</link>
		<dc:creator>Berbagi Kreativitas</dc:creator>
		<pubDate>Mon, 09 Jan 2012 05:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=3912#comment-166278</guid>
		<description>I like Syntax highlighters! Thanks for the info</description>
		<content:encoded><![CDATA[<p>I like Syntax highlighters! Thanks for the info</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Site Status</title>
		<link>http://www.1stwebdesigner.com/css/16-free-javascript-code-syntax-highlighters-for-better-programming/comment-page-1/#comment-125165</link>
		<dc:creator>Site Status</dc:creator>
		<pubDate>Thu, 20 Oct 2011 11:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=3912#comment-125165</guid>
		<description>Thanks. It is very userfull :D</description>
		<content:encoded><![CDATA[<p>Thanks. It is very userfull :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean</title>
		<link>http://www.1stwebdesigner.com/css/16-free-javascript-code-syntax-highlighters-for-better-programming/comment-page-1/#comment-117599</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Tue, 04 Oct 2011 18:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=3912#comment-117599</guid>
		<description>Anyone know which of these will play nice with velocity?</description>
		<content:encoded><![CDATA[<p>Anyone know which of these will play nice with velocity?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balmiki Kumar</title>
		<link>http://www.1stwebdesigner.com/css/16-free-javascript-code-syntax-highlighters-for-better-programming/comment-page-1/#comment-95982</link>
		<dc:creator>Balmiki Kumar</dc:creator>
		<pubDate>Sat, 20 Aug 2011 07:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=3912#comment-95982</guid>
		<description>this is very useful site,...............

thanks for sharing!..........</description>
		<content:encoded><![CDATA[<p>this is very useful site,&#8230;&#8230;&#8230;&#8230;&#8230;</p>
<p>thanks for sharing!&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin "balupton" Lupton</title>
		<link>http://www.1stwebdesigner.com/css/16-free-javascript-code-syntax-highlighters-for-better-programming/comment-page-1/#comment-45977</link>
		<dc:creator>Benjamin "balupton" Lupton</dc:creator>
		<pubDate>Thu, 29 Jul 2010 04:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=3912#comment-45977</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 :-)<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: indysong</title>
		<link>http://www.1stwebdesigner.com/css/16-free-javascript-code-syntax-highlighters-for-better-programming/comment-page-1/#comment-42741</link>
		<dc:creator>indysong</dc:creator>
		<pubDate>Sun, 27 Jun 2010 07:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=3912#comment-42741</guid>
		<description>Thank for sharing code java,It&#039;s useful.</description>
		<content:encoded><![CDATA[<p>Thank for sharing code java,It&#8217;s useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: function</title>
		<link>http://www.1stwebdesigner.com/css/16-free-javascript-code-syntax-highlighters-for-better-programming/comment-page-1/#comment-25765</link>
		<dc:creator>function</dc:creator>
		<pubDate>Tue, 16 Feb 2010 03:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=3912#comment-25765</guid>
		<description>Thank you for this share.
In the future, I hope that you will share the good information again.</description>
		<content:encoded><![CDATA[<p>Thank you for this share.<br />
In the future, I hope that you will share the good information again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duvvar Design</title>
		<link>http://www.1stwebdesigner.com/css/16-free-javascript-code-syntax-highlighters-for-better-programming/comment-page-1/#comment-25015</link>
		<dc:creator>Duvvar Design</dc:creator>
		<pubDate>Mon, 08 Feb 2010 18:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=3912#comment-25015</guid>
		<description>good code&#039;s :)
this is thank you.. :)</description>
		<content:encoded><![CDATA[<p>good code&#8217;s :)<br />
this is thank you.. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://www.1stwebdesigner.com/css/16-free-javascript-code-syntax-highlighters-for-better-programming/comment-page-1/#comment-23130</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Fri, 22 Jan 2010 16:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=3912#comment-23130</guid>
		<description>I miss the http://tools.dottoro.com/services/highlighter/ 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">http://tools.dottoro.com/services/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>
</channel>
</rss>

