John Hesch

Echoing my thoughts and interests

I'm testing a WordPress-1.2 plugin for syntax hiliting of my code. It hilites ActionScript, ASP, C, C++, CSS, HTML, JAVA, JavaScript, Perl, PHP, Python, SQL, Visual Basic, XML codes.

PHP:
  1.  
  2. $var1 = 23; // variable 1
  3. $var2 = 32; // variable 2
  4. $vsum = $var1 + $var2; // sum of variables 1 & 2
  5. print($vsum);
  6.  

Pretty cool, eh?

  1. danithew Said,

    That is one cool plugin. Very very nice. As usual Wordpress developers come through with great stuff.

  2. John Said,

    Yeah, WordPress rocks! I need to modify the code to lose the textbox though. If I was writing code to share with others this would be fine but for displaying code for discussion purposes I think the textbox needs to go.

  3. Amit Gupta Said,

    Go on, read it here :)

Graytone | Design: Tenant Report