<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Exceptional Geeks &#187; wp-simplesyntaxhighlighter</title>
	<atom:link href="http://exceptionalgeeks.com/blog/tag/wp-simplesyntaxhighlighter/feed/" rel="self" type="application/rss+xml" />
	<link>http://exceptionalgeeks.com</link>
	<description></description>
	<lastBuildDate>Wed, 31 Mar 2010 18:44:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WP-simplesyntaxhighlighter Update</title>
		<link>http://exceptionalgeeks.com/bi-curious/2009/10/29/wp-simplesyntaxhighlighter-update/</link>
		<comments>http://exceptionalgeeks.com/bi-curious/2009/10/29/wp-simplesyntaxhighlighter-update/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 04:24:49 +0000</pubDate>
		<dc:creator>Pierre LaFromboise</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[wp-simplesyntaxhighlighter]]></category>

		<guid isPermaLink="false">http://3.52</guid>
		<description><![CDATA[A new version of the core SyntaxHighlighter that wp-simplesyntaxhighlighter wraps has been released. As a result, I have released a new version of the WordPress plug-in that reflects this latest revision. You can find a quick list of the changes here.]]></description>
			<content:encoded><![CDATA[<p>A new version of the core <a href="http://alexgorbatchev.com/wiki/SyntaxHighlighter" target="_blank">SyntaxHighlighter</a> that <a href="http://wordpress.org/extend/plugins/wp-simplesyntaxhighlighter" target="_blank">wp-simplesyntaxhighlighter</a> wraps has been released. As a result, I have released a new version of the WordPress plug-in that reflects this latest revision.</p>
<p>You can find a quick list of the changes <a href="http://alexgorbatchev.com/wiki/SyntaxHighlighter:Changes:2.1.364" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://exceptionalgeeks.com/bi-curious/2009/10/29/wp-simplesyntaxhighlighter-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Simple Code Syntax Highlighter for WordPress</title>
		<link>http://exceptionalgeeks.com/bi-curious/2009/10/08/a-simple-code-syntax-highlighter-for-wordpress/</link>
		<comments>http://exceptionalgeeks.com/bi-curious/2009/10/08/a-simple-code-syntax-highlighter-for-wordpress/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 18:04:14 +0000</pubDate>
		<dc:creator>Pierre LaFromboise</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[SyntaxHighlighter]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-simplesyntaxhighlighter]]></category>

		<guid isPermaLink="false">http://3.32</guid>
		<description><![CDATA[A few months ago I was looking for a code syntax highlighter and happened across Alex Gorbatchev’s javascript SyntaxHighlighter. It is a rather impressive project and is fast and feature rich. It is also incredibly simple to use. In other words, I highly recommend it! With that found, my next search was for a good [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago I was looking for a code syntax highlighter and happened across Alex Gorbatchev’s javascript <a href="http://alexgorbatchev.com/wiki/SyntaxHighlighter" target="_blank">SyntaxHighlighter</a>. It is a rather impressive project and is fast and feature rich. It is also incredibly simple to use. In other words, I highly recommend it!</p>
<p>With that found, my next search was for a good WordPress plugin that utilized SyntaxHighlighter. At the time of this search, there were a few options. However, none of them were very compelling and several had bugs. So, I sat down and put together a quick plugin that wrapped the SyntaxHighlighter functionality. This is how <a href="http://wordpress.org/extend/plugins/wp-simplesyntaxhighlighter/" target="_blank">WP-SimpleSyntaxHighlighter</a> was born.</p>
<p>So, what is WP-SimpleSyntaxHighlighter? Like the name suggests, it is just a simple SyntaxHighlighter for WordPress. Literally, all it does is insert the appropriate references to the SyntaxHighlighter javascript and CSS files. It also adds some basic configuration options to allow a user to decide what CSS theme should be applied and what code languages should be supported. </p>
<p>At the time of my original search, none of the other plugins allowed you to configure what syntax brushes were loaded. To me, this was a problem. SyntaxHighlighter supports a number of <a href="http://alexgorbatchev.com/wiki/SyntaxHighlighter:Brushes" target="_blank">languages</a>. Many of these I have little to no interest in. So, why would I want that extra code loaded for each and every page view on the blog?</p>
<p>Today, at least one <a href="http://wordpress.org/extend/plugins/syntaxhighlighter/" target="_blank">other</a> plugin supports this configuration feature. However, I thought someone might still find this plugin useful.</p>
<p>So, if you do find this useful, please let me know. Also, if you have any feature suggestions or find bugs, let me know.</p>
<p>Here is a quick C# example to show the plugin at work:</p>
<pre class="brush: csharp; auto-links: true; collapse: false; first-line: 1; gutter: true; highlight: [5]; html-script: false; light: false; ruler: false; smart-tabs: true; tab-size: 4; toolbar: true;">public class Hello1
{
   public static void Main()
   {
      System.Console.WriteLine(&quot;Hello, World!&quot;);
   }
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://exceptionalgeeks.com/bi-curious/2009/10/08/a-simple-code-syntax-highlighter-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
