<?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>Developer Oracles &#187; wordpress syntax highlight</title>
	<atom:link href="http://devoracles.com/tag/wordpress-syntax-highlight/feed" rel="self" type="application/rss+xml" />
	<link>http://devoracles.com</link>
	<description></description>
	<lastBuildDate>Sun, 21 Mar 2010 11:05:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Syntax Highlighting for Devoracles.com</title>
		<link>http://devoracles.com/syntax-highlighting-for-devoraclescom/158</link>
		<comments>http://devoracles.com/syntax-highlighting-for-devoraclescom/158#comments</comments>
		<pubDate>Sat, 06 Sep 2008 18:19:46 +0000</pubDate>
		<dc:creator>Gary Illyes</dc:creator>
				<category><![CDATA[Bulk]]></category>
		<category><![CDATA[wordpress syntax highlight]]></category>

		<guid isPermaLink="false">http://devoracles.com/?p=158</guid>
		<description><![CDATA[A new gadget has been included in the Devoracles.com back-end software to ease your navigation and your reading.
If you navigate on pages which has some sample codes included, from now on the code snippets&#8217; will be highlighted.
Here  is how it looks like:

function somename($hulla){
if (this.location == null){
try.this;
}else if (this.location != null){
dont.try.this;
}else{
getElementById("code_highlighting_rocks").innerHTML = 'Really rocks';
luv.it;
}
}

Of course, [...]]]></description>
			<content:encoded><![CDATA[<p>A new gadget has been included in the Devoracles.com back-end software to ease your navigation and your reading.</p>
<p>If you navigate on pages which has some sample codes included, from now on the code snippets&#8217; will be highlighted.</p>
<p>Here  is how it looks like:</p>
<pre name="code" class="js">
function somename($hulla){
if (this.location == null){
try.this;
}else if (this.location != null){
dont.try.this;
}else{
getElementById("code_highlighting_rocks").innerHTML = 'Really rocks';
luv.it;
}
}
</pre>
<p>Of course, the above code is only some dummy code, but it&#8217;s Javascript, theoretically highlighted just as Dreamweaver would do it. </p>
<p>The code which enables our engine to do the above is pure Javascript, there is no way it can interfere with the webserver and is not dependent of it in any way.<br />
The code was written by <a href="http://code.google.com/u/alex.gorbatchev/">Alex Gorbatchev</a> and published on <a href="http://code.google.com/p/syntaxhighlighter/">code.google.com</a>.</p>
<p>Initially I wanted to use <a href="http://code.google.com/p/google-code-prettify/">Google-Code-Prettify</a>, but it seems it was in conflict with some other Javascript which powers Devoracles, and I couldn&#8217;t get rid of conflict.</p>
<p>So, Mr. Gorbatchev, hats off, your code rocks.</p>
]]></content:encoded>
			<wfw:commentRss>http://devoracles.com/syntax-highlighting-for-devoraclescom/158/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
