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.

  public void OnChooseSomething() 
  { 
    IsChosen = true; 
    if(ChooseThingClicked != null) 
      ChooseThingClicked(this, null); 
  }

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

C# converted to HTML

Advertisement