<?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>entroducing.com &#187; SyntaxHighlighter</title>
	<atom:link href="http://www.entroducing.com/view/tag/syntaxhighlighter/feed" rel="self" type="application/rss+xml" />
	<link>http://www.entroducing.com</link>
	<description>to prove that i have too much time</description>
	<lastBuildDate>Sun, 15 May 2011 06:00:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Posting Source Code in WordPress</title>
		<link>http://www.entroducing.com/view/posting-source-code-in-wordpress</link>
		<comments>http://www.entroducing.com/view/posting-source-code-in-wordpress#comments</comments>
		<pubDate>Sat, 24 Oct 2009 11:17:46 +0000</pubDate>
		<dc:creator>Benny</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[SyntaxHighlighter]]></category>

		<guid isPermaLink="false">http://www.entroducing.com/?p=51</guid>
		<description><![CDATA[Just when I was posting source code in my previous post, I realised that my newly installed wordpress does not format the source code nicely. (Read: I&#8217;m new to WordPress!) Nevertheless, I google out and finally able to post source code in my blog. Here&#8217;s how. Download Plugin: Go to SyntaxHighlighter Plugin Page and download [...]]]></description>
			<content:encoded><![CDATA[<p>Just when I was posting source code in my previous post, I realised that my newly installed wordpress does not format the source code nicely. (Read: I&#8217;m new to WordPress!)</p>
<p>Nevertheless, I google out and finally able to post source code in my blog.</p>
<p>Here&#8217;s how.</p>
<ol>
<li>Download Plugin: Go to <a href="http://wordpress.org/extend/plugins/syntaxhighlighter/installation/">SyntaxHighlighter Plugin Page</a> and download the plugin</li>
<li>Upload Plugin: Extract all files from the ZIP file, <strong>making sure to keep the file/folder structure intact</strong>, and then upload it to <code>/wp-content/plugins/</code>.</li>
<li>Activate Plugin: Go to the admin area of your WordPress install and click on the &#8220;Plugins&#8221; menu. Click on &#8220;Activate&#8221; for the &#8220;SyntaxHighlighter&#8221; plugin.</li>
</ol>
<p>And here&#8217;s how to use it</p>
<p>When creating a new post, toggle to HTML view.</p>
<p>If the source code you want to use is in javascript, type&#8230;</p>
<p><strong>["language"]alert(&#8216;hello world&#8217;);[/ "language"]</strong></p>
<p>in that view.  Replace the above &#8220;language&#8221; with the language of your choice. In this case, it is replaced with &#8220;javascript&#8221; (For full supported language, visit <a href="http://alexgorbatchev.com/wiki/SyntaxHighlighter:Brushes" target="_blank">author website</a>.)</p>
<p>And it should display like the below.</p>
<pre class="brush: javascript">alert(&#039;hello world&#039;);</pre>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.entroducing.com%2Fview%2Fposting-source-code-in-wordpress&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.entroducing.com/view/posting-source-code-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

