I just realized something:
Whenever someone writes code when replying to a post, it is not getting formatted right. For example, whitespaces (like tabs) are not showing up.
Thus I wanted to suggest something. If the owner could add a syntax highlighting/formatting feature, it would be great!
So for example if we had a piece of code between some text, it would be marked using tags. For example:
This is my message.... this is my message
<php_code>
<?php
echo "This is the sample code"
?>
</php_code>
This is my message conclusion
So in this case, the message board will format the code between <php_code> and </php_code> using the php function highlight_string()
My point is simple: since a lot of people post code in the Coding Forum, we need some kind of formatting to make code look better; and my idea is not too hard to implement.
-sridhar