I was just thinking today about the way we format code.  After playing with it a little, I thought why not create a Microformat for formatting code?  As I see it, formatting code in this matter can reap the benefits that microformat provide.  Here is just a small example (very quick):
<br><br>&lt;div class=&quot;hCode&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &lt;div id=&quot;vCard&quot;&gt;&lt;a class=&quot;url fn&quot; href=&quot;<a href="http://www.hakejam.com&quot;">http://www.hakejam.com&quot;</a>&gt;Jacob Ham&lt;/a&gt;&lt;/div&gt;
<br>&nbsp;&nbsp;&nbsp; &lt;a href=&quot;<a href="http://creativecommons.org/licenses/by/2.0/">http://creativecommons.org/licenses/by/2.0/</a>&quot; rel=&quot;license&quot;&gt;cc by 2.0&lt;/a&gt;<br>&nbsp;&nbsp;&nbsp; &lt;span class=&quot;version&quot;&gt;
0.0.1&lt;/span&gt;<br>&nbsp;&nbsp;&nbsp; &lt;abbr class=&quot;created&quot; title=&quot;20051031&quot;&gt;10-31-2005&lt;/abbr&gt;<br>&nbsp;&nbsp;&nbsp; &lt;span class=&quot;summary&quot;&gt;A simple program that prints out Hello World.&lt;/span&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;code class=&quot;Java&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; class HellWorld {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; public static void main(String args[]) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; System.out.println(&quot;Hello World&quot;);&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }
<br>&nbsp;&nbsp;&nbsp; &lt;/code&gt;<br>&lt;/div&gt;<br><br>The microformat coding format could include:<br><br>- author (vCard)<br>- version number<br>- a small summary of what the code does<br>- the type of code it is<br>- licenses it may use
<br><br><br><br>Sniplet repositories like, Snippets (<a href="http://www.bigbold.com/snippets/">http://www.bigbold.com/snippets/</a>), other kinds of paste-bins, tutorials, documentation, and so on.&nbsp; <br><br>If there is enough interest, I can start a brainstorming page for it.
<br><br>Cheers,<br><br>Jake<br>