show/hide this revision's text 3 added 213 characters in body

To the best of my knowledge, none of the mainstream blogging services have this built in. It is a function of design and template. I would go with Wordpress because it is the best. For code formatting:

  1. Design your own styles and functionality if you are up to the challenge
  2. Check out the SyntaxHighlighter JavaScript project (used by Hanselman). You should be able to integrate this pretty easily into any blogging system. (See my blog post on integrating this with WordPress).
  3. Use Windows Live Writer with the Insert Code plugin (this will automatically format the code that you paste in properly and post it right to your blog. See here for an example).

(Edit)

Note: If you want to have the most flexibility for constructing your blog template and functionality as you want it to be, you would need to use Self-hosted WordPress.org, not the hosted WordPress.com.

show/hide this revision's text 2

To the best of my knowledge, none of the mainstream blogging services have this built in. It is a function of design and template. I would go with Wordpress because it is the best. For code formatting:

  1. Design your own styles and functionality if you are up to the challenge
  2. Check out the SyntaxHighlighter JavaScript project (used by Hanselman). You should be able to integrate this pretty easily into any blogging system.
  3. Use Windows Live Writer with the Insert Code plugin (this will automatically format the code that you paste in properly and post it right to your blog. See here for an example).

(Edit) Note: If you want to have the most flexibility for constructing your blog template and functionality as you want it to be, you would need to use Self-hosted WordPress.org, not the hosted WordPress.com.

show/hide this revision's text 1

To the best of my knowledge, none of the mainstream blogging services have this built in. It is a function of design and template. I would go with Wordpress because it is the best. For code formatting:

  1. Design your own styles and functionality if you are up to the challenge
  2. Check out the SyntaxHighlighter JavaScript project (used by Hanselman). You should be able to integrate this pretty easily into any blogging system.
  3. Use Windows Live Writer with the Insert Code plugin (this will automatically format the code that you paste in properly and post it right to your blog. See here for an example).