<?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>VolkomenJuist.nl &#187; Plugin</title>
	<atom:link href="http://www.volkomenjuist.nl/blog/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.volkomenjuist.nl/blog</link>
	<description>Juist! Volkomen Juist!</description>
	<lastBuildDate>Mon, 18 Jul 2011 20:00:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Syntax highlighting in WordPress</title>
		<link>http://www.volkomenjuist.nl/blog/2009/01/23/syntax-highlighting-in-wordpress/</link>
		<comments>http://www.volkomenjuist.nl/blog/2009/01/23/syntax-highlighting-in-wordpress/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 22:57:22 +0000</pubDate>
		<dc:creator>Stefanovich</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Highlighting]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Syntax]]></category>
		<category><![CDATA[SyntaxHighlighter]]></category>

		<guid isPermaLink="false">http://www.volkomenjuist.nl/blog/?p=12</guid>
		<description><![CDATA[Bij het opzetten van deze site was ik op zoek naar een WordPress plugin die ervoor kon zorgen dat (o.a.) Java code in mijn blogs wordt gehighlight.  Erg handig vooral in combinatie met de regelnummers die automatisch worden toegevoegd. Deze plugin (SyntaxHighlighter) ondersteund verschillende programmeertalen, zoals C++,  C#, CSS, Delphi, Java, Javascript, PHP, Python, Ruby, SQL, VB, [...]]]></description>
			<content:encoded><![CDATA[<p>Bij het opzetten van deze site was ik op zoek naar een WordPress plugin die ervoor kon zorgen dat (o.a.) Java code in mijn blogs wordt gehighlight.  Erg handig vooral in combinatie met de regelnummers die automatisch worden toegevoegd. Deze <a title=\"plugin\" href="http://www.volkomenjuist.nl/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3dvcmRwcmVzcy5vcmcvZXh0ZW5kL3BsdWdpbnMvc3ludGF4aGlnaGxpZ2h0ZXIv" target=\"_blank\">plugin</a> (SyntaxHighlighter) ondersteund verschillende programmeertalen, zoals C++,  C#, CSS, Delphi, Java, Javascript, PHP, Python, Ruby, SQL, VB, XML en HTML. De plugin is gebaseerd op <a href="http://www.volkomenjuist.nl/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2NvZGUuZ29vZ2xlLmNvbS9wL3N5bnRheGhpZ2hsaWdodGVyLw==" target=\"_blank\">Google&#8217;s SyntaxHighlighter</a>.</p>
<p>Installatie is erg  makkelijk. Hiervoor moet de plugin naar de wp-content/plugins/ folder op de server worden gekopieerd en worden geactiveerd via  Admin Console -&gt; Plugins. Hierna kan er in de blogs gebruikt worden gemaakt van de tag [ sourcecode language='java']. Wordt er geen language gedefinieerd dan is het standaard PHP.</p>
<p><strong>Voordelen:</strong> Syntax highlighting, Regelnummers, Kopieer naar klembord functie (zonder regelnummers), printen, plain text.</p>
<p><strong>Nadelen:</strong> Niet automatisch inspringen, geen automatisch script herkenning, language property verplicht</p>
<p>Voorbeeld Java code:</p>
<pre class="brush: java; title: ; notranslate">public String getName() {
return name;
}
</pre>
 <img src="http://www.volkomenjuist.nl/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=12" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.volkomenjuist.nl/blog/2009/01/23/syntax-highlighting-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

