Black Belt Coder


Wordpress code plugin

Posted in development by Kris Gray on the December 11th, 2007

So if your new to blogging, you wouldn't really know how to make your code look great on your blog. Nor would you know how to go searching for the ideal plugin.

Well, search no longer, you desire iG:Syntax Hiliter.

It allows you to use tags like [language] ... [/language] to produce a blog of formatted code. Here are some examples.

JavaScript:
  1. function totallySweet() {
  2.  
  3. return "Kris Gray loves Six Apart";
  4.  
  5. }

HTML:
  1. <h1>Daptiv rules!</h1>

SQL:
  1. SELECT CompanyName FROM companiesTbl WHERE (Company == "Awesome")
  2.  
  3. -- Returned
  4.  
  5. Daptiv
  6.  
  7. Six Apart

3 Responses to 'Wordpress code plugin'

Subscribe to comments with RSS or TrackBack to 'Wordpress code plugin'.

  1. Pangeran said,

    on June 23rd, 2008 at 2:16 pm

    Wow, this is just what I want.
    Thank you.

  2. Kris Gray said,

    on June 23rd, 2008 at 7:23 pm

    Hey no problem, it is quite annoying to find a good code plug-in out there. Glad you got what you needed.

  3. DavydDavid said,

    on November 6th, 2008 at 3:34 am

    There is no magic skill.

Leave a Reply