Tag Archives: syntax highlighter

Building up a (coders) blog site?

One of the things needed are those cool code coloring JavaScript thingies.. Ok, syntax highlighters is what they’re named. So, it’s no wonder the good one is named “Syntax Highlighter” and integrates very well with WordPress..


	if ($type == "Encode") {
		echo 'Encode';
	} else {
		echo 'Decode';
	}

Tagged ,