This post shows off the new Syntax Highlighter I added to the blog.
Javascript
function demo() {
alert('This is a javascript example);
}
CSS
.class {
font-size: 1em;
padding: 10px;
}
C#
public class Demo {
public void Demo() {
Response.Write("This is a C# example.");
}
}