<?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>Mohanjith &#187; code</title>
	<atom:link href="http://mohanjith.com/t/code/feed" rel="self" type="application/rss+xml" />
	<link>http://mohanjith.com</link>
	<description>end to end solutions...</description>
	<lastBuildDate>Wed, 28 Jul 2010 22:22:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>SyntaxHighlighter2</title>
		<link>http://mohanjith.com/2009/03/syntaxhighlighter2.html</link>
		<comments>http://mohanjith.com/2009/03/syntaxhighlighter2.html#comments</comments>
		<pubDate>Mon, 09 Mar 2009 15:16:35 +0000</pubDate>
		<dc:creator>S H Mohanjith</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[SyntaxHighlighter2]]></category>

		<guid isPermaLink="false">http://mohanjith.com/wordpress/?p=201</guid>
		<description><![CDATA[SyntaxHighlighter2 allows you to easily post syntax highlighted code all without loosing it&#8217;s formatting or making an manual changes. It supports the following languages (the alias for use in the post is listed next to the name): AS3 &#8212; as, as3 C++ &#8212; cpp, c, c++ C# &#8212; c#, c-sharp, csharp ColdFusion &#8211; cf, coldfusion [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 5px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmohanjith.com%2F2009%2F03%2Fsyntaxhighlighter2.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmohanjith.com%2F2009%2F03%2Fsyntaxhighlighter2.html&amp;source=mohanjith&amp;style=normal&amp;service=bit.ly&amp;space=15&amp;hashtags=code,syntax,SyntaxHighlighter2,WordPress" height="61" width="50" /><br />
			</a>
		</div>
<p>SyntaxHighlighter2 allows you to easily post syntax highlighted code all without loosing it&#8217;s formatting or making an manual changes.</p>
<p>It supports the following languages (the alias for use in the post is listed next to the name):</p>
<ul>
<li>AS3 &#8212; <code>as</code>, <code>as3</code></li>
<li>C++ &#8212; <code>cpp</code>, <code>c</code>, <code>c++</code></li>
<li>C# &#8212; <code>c#</code>, <code>c-sharp</code>, <code>csharp</code></li>
<li>ColdFusion &#8211; <code>cf</code>, <code>coldfusion</code></li>
<li>CSS &#8212; <code>css</code></li>
<li>Delphi &#8212; <code>delphi</code>, <code>pascal</code></li>
<li>Diff/Patches &#8212; <code>diff</code></li>
<li>Erlang &#8212; <code>erlang</code></li>
<li>Groovy &#8212; <code>groovy</code></li>
<li>Java &#8212; <code>java</code></li>
<li>JavaFX &#8212; <code>javafx</code></li>
<li>JavaScript &#8212; <code>js</code>, <code>jscript</code>, <code>javascript</code></li>
<li>Perl &#8212; <code>perl</code></li>
<li>PHP &#8212; <code>php</code></li>
<li>Plain text &#8212; <code>plain</code></li>
<li>PowerShell &#8212; <code>powershell</code></li>
<li>Python &#8212; <code>py</code>, <code>python</code></li>
<li>Ruby &#8212; <code>rb</code>, <code>ruby</code>, <code>rails</code>, <code>ror</code></li>
<li>Scala &#8212; <code>scala</code></li>
<li>SQL &#8212; <code>sql</code></li>
<li>VB &#8212; <code>vb</code>, <code>vb.net</code></li>
<li>XML/HTML &#8212; <code>xml</code>, <code>html</code>, <code>xhtml</code>, <code>xslt</code></li>
</ul>
<p>This plugin uses the <a href="http://alexgorbatchev.com/wiki/SyntaxHighlighter">SyntaxHighlighter JavaScript package by Alex Gorbatchev</a>.</p>
<h3>Installation</h3>
<ul>
<li><a href="http://downloads.wordpress.org/plugin/syntaxhighlighter2.zip">Download</a> the <code>syntaxhighlighter2</code> plugin archive and extract it.</li>
<li>Upload <code>syntaxhighlighter2</code> to the <code>/wp-content/plugins/</code> directory</li>
<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>
</ul>
<h3>Plugin Usage</h3>
<p>Just wrap your code in <code>[sourcecode language='css']code here[/sourcecode]</code>. The language attribute is <strong>required</strong>!</p>
<h3>Other BBCode Methods</h3>
<p>Find <code>[sourcecode language='css']code here[/sourcecode]</code> too long to type? Here&#8217;s some alternative examples:</p>
<ul>
<li><code>[source language='css']code here[/source]</code></li>
<li><code>[code language='css']code here[/code]</code></li>
<li><code>[sourcecode lang='css']code here[/sourcecode]</code></li>
<li><code>[source lang='css']code here[/source]</code></li>
<li><code>[code lang='css']code here[/code]</code></li>
<li><code>[sourcecode='css']code here[/sourcecode]</code></li>
<li><code>[source='css']code here[/source]</code></li>
<li><code>[code='css']code here[/code]</code></li>
</ul>
<h3>Issues and Ideas</h3>
<p>Please use the <a href="../../contact.html">contact form</a> to report any issues and the <a href="../../forum/forum.php?id=2">forum</a> to share your ideas to improve this plugin.</p>
<h3>Recommended sites</h3>
<p><a rel="nofollow" href="http://bit.ly/atOh9t" target="_blank"><img class="size-full alignleft" style="margin: 5px;" src="http://cdn.mohanjith.com/wp-content/uploads/2009/03/125x125.gif" border="0" alt="Unlimited Lite Speed hosting" width="125" height="125" /></a>
<div class="clear">&nbsp;</div>
<div id="fb-like" style=""><iframe src="http://www.facebook.com/plugins/like.php?href=http://mohanjith.com/2009/03/syntaxhighlighter2.html&amp;layout=standard&amp;show_faces=true&amp;width=600&amp;action=like&amp;font=&amp;colorscheme=light&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:600px; height:30px"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://mohanjith.com/2009/03/syntaxhighlighter2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 7/18 queries in 0.004 seconds using memcached
Content Delivery Network via cdn.mohanjith.com

Served from: mohanjith.com @ 2010-07-29 22:26:36 -->