03.30.06

Tidy Green Tick!

Posted in n/a at 2:16 am by Clinton

I’ve just been hacking all my old posts (yeah, I know lucien, I don’t have *that* many) back into shape in this new wiz-bang wordpress engine.

Well, now - after all the tweaking *AND* now that my new GeSHi based code syntax highlighter plugin works :) - i’ve done the final few corrections and I get a nice green tick from the Firefox HTML Tidy extension. (Very cool extension… and actually helps me a lot during webap development… just ’cause it looks right don’t mean it’s right!)

hoorah (again)
:)
sleep now…

GeSHi Inline Plugin for WordPress!

Posted in web dev, byteclub at 1:42 am by Clinton

Need to test the new geshi based code syntax highlighter plugin i’ve written for wordpress here… hmmm

Show the list of supported languages [langlist]

Current enabled languages: actionscript, ada, apache, asm, bash, c, cpp, csharp, css, delphi, dos, eiffel, html, ini, java, javascript, js, lisp, matlab, mpasm, objc, oracle8, pascal, perl, php, pseudocode, python, qbasic, ruby, scheme, smarty, sql, vb, vbnet, vhdl, xhtml, xml.

Java code anyone?

for(int i=0; ,i<stuff.length; i++) {
  System.out.println(“wow”);
}

Let’s try some pascal…

procedure DoStuff(String str)
var i: int;
begin
  for i := 0 to 10 do begin
    print(str);
  end;
end

Hoorah!

I’ll post details, code and docs on the byteclub wiki after sleep!