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][1] 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][2] JavaScript project (used by [Hanselman][3]). You should be able to integrate this pretty easily into any blogging system. (See my [blog post][4] on integrating this with WordPress). 3. Use [Windows Live Writer][5] with the [Insert Code][6] plugin (this will automatically format the code that you paste in properly and post it right to your blog. See here for an example). 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][7], not the hosted [WordPress.com][8]. [1]: http://Wordpress.org [2]: http://code.google.com/p/syntaxhighlighter/ [3]: http://www.hanselman.com/blog/TheWeeklySourceCode24ExtensibilityEditionPlugInsProvidersAttributesAddInsAndModulesInNET.aspx [4]: http://ellisweb.net/2008/08/using-syntaxhighlighter-to-format-code-in-wordpress/ [5]: http://windowslivewriter.spaces.live.com/ [6]: http://gallery.live.com/liveItemDetail.aspx?li=1f57bd9b-a692-4593-9e9e-e2962d9c0eee&bt=9&pl=8 [7]: http://WordPress.org [8]: http://WordPress.com