Archive for May 27, 2009

testing syntax-highlighter-and-code-prettifier

kali ini coba plugin syntax highlighter and code prettifier :
java :

public class Hello {
public static void main(String[] args) {
System.out.println(“Hello World!”);
}
}
ruby :
class Example
def example(arg1)
return “Hello: ” + arg1.to_s
end
end
hasilnya sama saja. code php tetep gagal tampil.

Bookmarks:

Bookmarks:
  • Facebook
  • Google Bookmarks
  • Digg
  • LinkedIn
  • Twitter
Read the rest of this entry »