Kurohide's Secret Hideout

Testing Syntax Highlighter Plus

Posted in WordPress by kurohide on 28/08/2009

Yesterday I just test one new WordPress Plug-in for me, Syntax Highlighter. cause i want to post something programing source code, that will easy to view & analyst if this source code have syntax highlighting too, just like a IDE. I choose Syntax Highlighter Plus. for the Demo with Java code see below :

public class HelloJava {
public static void main(String[] args) {
System.out.println("Hello Java!");
}
}

Ok, if you use the WordPress Weblog with your own hosting. just download the Plug-in Here , see the installation instruction then upload it to your WordPress’s Plug-in folder, Active the Plug-in. just wrap your code in [soucecode language=”css”] … [/sourcecode] to use it. Have a nice day!

Tagged with: , , ,

Leave a comment