var fDesc=new Array(); fDesc[0] = "Something that’s lightweight that will let you code just the stuff that you need to try and nothing else.

With it, you can code in C# or VB.NET and the utility will wrap it all together into an assembly that it will execute for you, allowing you to show off your genius.

Fire it up and you'll see the screen above (but without the user entered source). You can just start typing in your source. There’s no intellisense, no code colorization, no auto-formatting, no pretty printing, no nothing. Bare bones, enter your code here."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }