Is there a blog out there that supports code preview?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
crazycoders
Forum Contributor
Posts: 260
Joined: Tue Oct 28, 2008 7:48 am
Location: Montreal, Qc, Canada

Is there a blog out there that supports code preview?

Post by crazycoders »

A little bit like this forum and a lot of other forums do, do you know if there is a blog engine or site somewhere that supports code formatting and previewing?

I have a blog on wordpress but i don't really like it because of the CP performance and also because i can't seem to format the code i paste into the article box...
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Is there a blog out there that supports code preview?

Post by josh »

serendipity is one
crazycoders
Forum Contributor
Posts: 260
Joined: Tue Oct 28, 2008 7:48 am
Location: Montreal, Qc, Canada

Re: Is there a blog out there that supports code preview?

Post by crazycoders »

Thanks i'll try and give feedback
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Is there a blog out there that supports code preview?

Post by pickle »

With the new version of Wordpress, they've greatly simplified the process of installing plugins. There is a Geshi plugin as well as other syntax highlighter plugins.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
crazycoders
Forum Contributor
Posts: 260
Joined: Tue Oct 28, 2008 7:48 am
Location: Montreal, Qc, Canada

Re: Is there a blog out there that supports code preview?

Post by crazycoders »

Looks good so far, but where can you format code in a blog entry man? I tried installing the pluggin for BBCode but it aint working if i use
crazycoders
Forum Contributor
Posts: 260
Joined: Tue Oct 28, 2008 7:48 am
Location: Montreal, Qc, Canada

Re: Is there a blog out there that supports code preview?

Post by crazycoders »

Allright, thanks everyone that helped, i got it installed and got GeSHi to work correctly and am now able to format my code...
Post Reply