Tuesday, January 17, 2012

New wordpress syntax highlighter plugin which I used

Syntax highlighter is something crucial for programmer who have hobby to write and share everything they know in their personal website or blog. For long time I use wp-syntax as syntax highlighter wordpress plugin. It's really easy to use and useful. Today I try to search another syntax highlighter wordpress plugin, and I decide to use Syntax-highlighter++ which developed by leo108.

These is preview of some helloworld in some programming languages that I write in Syntax-highlighter++

  1. C#
    public static void Main()
    {
               Console.WriteLine("Hello World");
    }
  2. Java
  3. PHP
  4. JavaScript
  5. C

No comments:

Post a Comment