vote up 3 vote down star

I'd like to start a 'cookbook' style blog where I post my coding solutions to common problems, mainly for my own use - what's the best blog service or engine to use in terms of posting code snippets (formatting, syntax highlighting etc)?

If I have to write my own I will, but I'd rather just go with a pre-built solution if I can.

flag

6 Answers

vote up 3 vote down

I'm quite happy with SyntaxHighlighterPlus for WordPress. It is easy to use and produces good looking snippets. However, it renders the code on the client, so there's a small performance overhead and thus it should not be used to entire application listings, but for snippets its excellent.

My blog is at kodehoved.dk if you want to see samples.

link|flag
vote up 3 vote down check

Thanks guys, I wasn't aware that this kind of thing was usually done client-side, but after looking around a bit I've decided to use Prettify.

Here a couple of other related questions which I found in the sidebar, for future reference:

Syntax highlighting code with Javascript

What are the best software and templates for a programming blog?

Cheers!

link|flag
vote up 1 vote down

I don't think the blog service/blog engine matters at all. The difference will be which JavaScript code highlighter you use. As long as you can alter the template/design of your blog to add the appropriate JavaScript, you'll have the same choice of highlighters whichever one you use.

link|flag
vote up 1 vote down

Check out BlogTrog. It's designed for just what you want. I use it all the time.

link|flag
vote up 0 vote down

http://www.neathighlighter.com is a very nice online code highlighter which highlights in standard colors and has the ability to highlight source code which is mixture of different languages

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.