Just a heads up that you can add code to comments on my site. All you have to do is wrap it in [cc lang=”lang”][/cc] and replace “lang” with the language of your choice like html or PHP.
It’s really handy for posting stuff like this:
1 2 | // some code $this->writeImportantStuffHere(); |
See my example comment below for an example.
Special thanks to the Code Colorer Extenson from kpumuk.


2
$this->writeImportantCommentStuffHere();