Testing Ecto

I’m testing Ecto with this post. I’m looking for ways to insert code into posts, create real posts. Having to escape my XML is a real pain in the patouk.

So here goes…

// This is a test of the emergency broadcast system.
// This is only a test.
for (int i = 0; i < 10; i++)
{
    System.out.println("Hello, World! " + i)
}

This is not a test. That was ‘t easy. I had to switch in and out of HTML mode.

For some reason, word press is putting backwhacks in front of the quotes in the example above.

This is too hard. No code samples for you!

3 Responses to “Testing Ecto”

  1. Manish Says:

    You might try RocketPost to see whether it solves the code formatting problem:

    http://www.anconia.com/rocketpost

    (I designed it)

  2. Alan Gutierrez Says:

    Thank you Manish. I’m on OS X. I’ll look for an OS X version of your program. The download I got was an “exe”. Cheers.

  3. Manish Says:

    Thanks for the suggestion. We’re working on an OS X version…

Leave a Reply