New Blog Posting Tool: PostXING

Here is a nice thing. A blog posting tool called PostXING.

Alledgedly it has source code formatting built into it. Lets give it a try.

  <span style="color:blue;">public</span> <span style="color:blue;">void</span> OnChooseSomething()
  {
    IsChosen = <span style="color:maroon;">true</span>;
    <span style="color:blue;">if</span>(ChooseThingClicked != <span style="color:blue;">null</span>)
      ChooseThingClicked(<span style="color:blue;">this</span>, <span style="color:blue;">null</span>);
  }

Sweet. It has CodeHTMLer built in. You just hit the syntax highlight button and away it goes:

C# converted to HTML

Dialogue & Discussion