What is best blogging host for programmers/code formatting? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-21T23:42:17Z http://stackoverflow.com/feeds/question/9051 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/9051/what-is-best-blogging-host-for-programmers-code-formatting 34 What is best blogging host for programmers/code formatting? CodingWithoutComments 2008-08-12T17:02:24Z 2008-09-16T02:36:57Z <p>I was just reading <a href="http://beta.stackoverflow.com/questions/8921/how-can-you-tell-whether-youre-ready-to-start-you-own-blog" rel="nofollow">how can you tell whether you're ready to start your own blog.</a> The answers are so good and inspiring that I made rush to start my own blog using <a href="http://www.blogger.com" rel="nofollow">blogger</a> and stopped right in my tracks. I looked on the menu bar as I was creating my first post, and duh, there's no nice "code sample" formatting option like the one on Stackoverflow. </p> <p>Does this exist on any of the standard blogging options (blogger/wordpress/livejournal) or is this something I'm going to have to code up myself?</p> <p>Edit: Using the knowledge I have garnered from this post, I have started a blog using <a href="http://wordpress.org" rel="nofollow">Wordpress</a> entitled <a href="http://www.codingwithoutcomments.com" rel="nofollow">//Coding Without Comments</a>. My first post states my reasons for starting a blog, experience in working with wordpress, and summarizes the best Code Formatting options. I will continue to update my post as more answers come in. </p> http://stackoverflow.com/questions/9051/what-is-best-blogging-host-for-programmers-code-formatting/9057#9057 30 Answer by Yaakov Ellis for What is best blogging host for programmers/code formatting? Yaakov Ellis 2008-08-12T17:10:55Z 2008-08-14T11:37:34Z <p>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 <a href="http://Wordpress.org" rel="nofollow" title="Bristol University Language Engineering Course">Wordpress</a> because it is the best. For code formatting:</p> <ol> <li>Design your own styles and functionality if you are up to the challenge</li> <li>Check out the <a href="http://code.google.com/p/syntaxhighlighter/" rel="nofollow">SyntaxHighlighter</a> JavaScript project (used by <a href="http://www.hanselman.com/blog/TheWeeklySourceCode24ExtensibilityEditionPlugInsProvidersAttributesAddInsAndModulesInNET.aspx" rel="nofollow">Hanselman</a>). You should be able to integrate this pretty easily into any blogging system. (See my <a href="http://ellisweb.net/2008/08/using-syntaxhighlighter-to-format-code-in-wordpress/" rel="nofollow">blog post</a> on integrating this with WordPress).</li> <li>Use <a href="http://windowslivewriter.spaces.live.com/" rel="nofollow">Windows Live Writer</a> with the <a href="http://gallery.live.com/liveItemDetail.aspx?li=1f57bd9b-a692-4593-9e9e-e2962d9c0eee&amp;bt=9&amp;pl=8" rel="nofollow">Insert Code</a> plugin (this will automatically format the code that you paste in properly and post it right to your blog. See here for an example).</li> </ol> <p>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 <a href="http://WordPress.org" rel="nofollow">WordPress.org</a>, not the hosted <a href="http://WordPress.com" rel="nofollow">WordPress.com</a>.</p> http://stackoverflow.com/questions/9051/what-is-best-blogging-host-for-programmers-code-formatting/9058#9058 0 Answer by GaryF for What is best blogging host for programmers/code formatting? GaryF 2008-08-12T17:10:58Z 2008-08-12T17:10:58Z <p>It doesn't exist as standard, being somewhat niche, but there are plenty of nice scripts out there to help format. The best one I've seen (which is what Yahoo! use on their YUI pages) is <a href="http://code.google.com/p/syntaxhighlighter/" rel="nofollow">SyntaxHighlighter</a>.</p> <p>Of course, given how nice the Stack Overflow boxes are for doing code, you might want to look at how they do things and "port" it to Blogger ;)</p> http://stackoverflow.com/questions/9051/what-is-best-blogging-host-for-programmers-code-formatting/9060#9060 0 Answer by Rob Cooper for What is best blogging host for programmers/code formatting? Rob Cooper 2008-08-12T17:17:58Z 2008-08-12T17:17:58Z <p>I second <a href="http://beta.stackoverflow.com/questions/9051/what-is-best-blogging-host-for-programmerscode-formatting#9057" rel="nofollow">Yaakov Ellis</a> - I personally use Windows Live Writer and Insert Code.</p> http://stackoverflow.com/questions/9051/what-is-best-blogging-host-for-programmers-code-formatting/9064#9064 3 Answer by Adam Tuttle for What is best blogging host for programmers/code formatting? Adam Tuttle 2008-08-12T17:24:19Z 2008-08-12T17:24:19Z <p><a href="http://mangoblog.org/" rel="nofollow">Mango Blog</a> and <a href="http://blogcfc.com/" rel="nofollow">BlogCFC</a> both support code blocks out of the box, using the code tag:</p> <pre><code>&lt;code&gt;&lt;/code&gt; </code></pre> <p>Both are CFML applications, so you'll either have to get some ColdFusion hosting, or run one of the open source alternative engines: <a href="http://www.railo-technologies.com/en/index.cfm" rel="nofollow">Railo</a>, <a href="http://openbluedragon.org/" rel="nofollow">OpenBD</a>, (and it's there, but probably not full-featured enough to run these apps: <a href="http://smithproject.org/" rel="nofollow">The Smith Project</a>)</p> http://stackoverflow.com/questions/9051/what-is-best-blogging-host-for-programmers-code-formatting/9069#9069 6 Answer by Lance Fisher for What is best blogging host for programmers/code formatting? Lance Fisher 2008-08-12T17:40:26Z 2008-08-12T17:47:32Z <p>In my opinion, Blogger is the best hosted blog solution. It's free, you can have your own domain name, and you can totally customize the template. I'd check out the SytaxHighlighter like several other people here have mentioned. If you need a place to host js and other files, get an <a href="http://aws.amazon.com/s3" rel="nofollow">Amazon S3</a> account, and use the <a href="https://addons.mozilla.org/en-US/firefox/addon/3247" rel="nofollow">S3 Organizer FireFox plugin</a>.</p> <p>Steer clear of hosted Wordpress. It is terrible. You cannot customize anything without paying for it.</p> <p>One more thing that not many people pay attention to: If you want to have the best template to show code, I'd find one with a liquid layout. That way your code "box" can grow larger when the reader resizes their browser.</p> http://stackoverflow.com/questions/9051/what-is-best-blogging-host-for-programmers-code-formatting/9073#9073 0 Answer by Kevin for What is best blogging host for programmers/code formatting? Kevin 2008-08-12T17:50:32Z 2008-12-25T01:33:15Z <p>Many programmers <strong>write their own blog script</strong>. The only one I could think of off the top of my head: <a href="http://www.secretgeek.net/" rel="nofollow">http://www.secretgeek.net/</a>. Seems like a fun DIY project.</p> http://stackoverflow.com/questions/9051/what-is-best-blogging-host-for-programmers-code-formatting/9076#9076 7 Answer by Christian Lescuyer for What is best blogging host for programmers/code formatting? Christian Lescuyer 2008-08-12T17:52:32Z 2008-08-12T17:52:32Z <p>I suppose you're a programmer if you're lurking here :-) Then I would advise to host Wordpress (or any other blog software) yourself. Not at home, mind you, but on any of the cheap hosting companies around. I won't recommend mine as it's in France, a bit too far away.</p> <p>There are two main reasons:</p> <ul> <li>You will be the master of your domain name: when you want to change hosting company or software, you will be able to do so. You don't want to change your domain name when you have thousands of readers and a Google PageRank of 5.</li> <li>You will be able to customize your software (with little effort) to add the many plugins available.</li> </ul> <p>A few links on the subject:</p> <ul> <li><a href="http://www.problogger.net/archives/2006/02/15/choosing-a-blog-platform/" rel="nofollow">Choosing a Blog Platform</a> on ProBlogger</li> <li><a href="http://www.problogger.net/archives/2008/05/11/migrating-your-blog-between-platforms-pitfalls-and-consequences/" rel="nofollow">Migrating your Blog Between Platforms: Pitfalls and Consequences</a> on ProBlogger</li> <li><a href="http://blogging.typepad.com/how_to_blog/2006/02/starting_a_new_.html" rel="nofollow">Starting a new blog? Get your own domain name!</a> by Emily Robbins in a self-demonstration</li> </ul> <p>Cheers</p> http://stackoverflow.com/questions/9051/what-is-best-blogging-host-for-programmers-code-formatting/9101#9101 10 Answer by CodingWithoutComments for What is best blogging host for programmers/code formatting? CodingWithoutComments 2008-08-12T18:24:02Z 2008-08-12T18:27:38Z <p>I was just looking at the <a href="http://wordpress.org/extend/plugins/" rel="nofollow" title="Virtual Workspaces">Wordpress Plugins</a> and came across the <a href="http://wordpress.org/extend/plugins/wp-syntax/" rel="nofollow">WP-Syntax plugin</a>. </p> <blockquote> <p>WP-Syntax provides clean syntax highlighting using GeSHi -- supporting a wide range of popular languages. It supports highlighting with or without line numbers and maintains formatting while copying snippets of code from the browser.</p> </blockquote> http://stackoverflow.com/questions/9051/what-is-best-blogging-host-for-programmers-code-formatting/9116#9116 1 Answer by Alvin Ashcraft for What is best blogging host for programmers/code formatting? Alvin Ashcraft 2008-08-12T18:40:21Z 2008-08-12T18:40:21Z <p>I use and recommend WordPress. You can start off with a hosted WordPress blog and move it off to another hosting provider if you want to take advantage of the great number of plug-ins available. With a hosted blog, you can only use the plug-ins that WordPress makes available to you.</p> <p>...and use Windows Live Writer for writing/publishing. There are several nice code formatting plug-ins available for WLW.</p> http://stackoverflow.com/questions/9051/what-is-best-blogging-host-for-programmers-code-formatting/9293#9293 0 Answer by icco for What is best blogging host for programmers/code formatting? icco 2008-08-12T22:30:23Z 2008-08-12T22:30:23Z <p>I really got into PHP programming thanks to Wordpress and would recommend it in a heartbeat. Active developer community, plugins and tutorials galore and it's a cinch to install. </p> http://stackoverflow.com/questions/9051/what-is-best-blogging-host-for-programmers-code-formatting/9311#9311 0 Answer by eviljack for What is best blogging host for programmers/code formatting? eviljack 2008-08-12T23:14:57Z 2008-08-12T23:14:57Z <p>copy and paste into word from visual studio. Then from word, copy and paste into your blog.</p> http://stackoverflow.com/questions/9051/what-is-best-blogging-host-for-programmers-code-formatting/9464#9464 3 Answer by grom for What is best blogging host for programmers/code formatting? grom 2008-08-13T03:58:55Z 2008-08-13T03:58:55Z <p>You can convert the code into html with syntax highlighting before posting it to your blog. For example in vim you can use the <a href="http://tips.webdesign10.com/how-to-convert-code-to-html-with-vim" rel="nofollow">:TOhtml</a> command.</p> <p>Also you can use <a href="http://qbnz.com/highlighter/" rel="nofollow">GeSHi</a> . The WordPress plugin <a href="http://wordpress.org/extend/plugins/wp-syntax/" rel="nofollow">WP-Syntax</a> uses GeSHi, but you can also use GeSHi offline.</p> http://stackoverflow.com/questions/9051/what-is-best-blogging-host-for-programmers-code-formatting/9471#9471 0 Answer by guitsaru for What is best blogging host for programmers/code formatting? guitsaru 2008-08-13T04:20:08Z 2008-08-13T04:20:08Z <p>I use <a href="http://chyrp.net" rel="nofollow">Chyrp</a> because it's lightweight and easy to use. For code formatting you can use the <a href="http://chyrp.net/extend/view/63" rel="nofollow">Geshify</a> module or my own <a href="http://chyrp.net/extend/view/79" rel="nofollow">code feather</a>.</p> http://stackoverflow.com/questions/9051/what-is-best-blogging-host-for-programmers-code-formatting/10446#10446 0 Answer by CodingWithoutComments for What is best blogging host for programmers/code formatting? CodingWithoutComments 2008-08-13T22:43:42Z 2008-08-13T22:43:42Z <p><a href="http://puzzleware.net/codehtmler/default.aspx" rel="nofollow" title="Compiler Construction (PDF)">CodeHTMLer</a> is a simple program that translates plain text code into a colorized HTML version of the code.</p> http://stackoverflow.com/questions/9051/what-is-best-blogging-host-for-programmers-code-formatting/13114#13114 0 Answer by CodingWithoutComments for What is best blogging host for programmers/code formatting? CodingWithoutComments 2008-08-16T12:56:30Z 2008-08-16T12:56:30Z <p>If you use TextMate in Mac OSX, BitButter has a <a href="http://www.bitbutter.com/displaying-textmate-code-in-your-wordpress-blog/13" rel="nofollow">great post</a> on how to display your TextMate code (formatting included) in WordPress.</p> http://stackoverflow.com/questions/9051/what-is-best-blogging-host-for-programmers-code-formatting/13513#13513 0 Answer by CodingWithoutComments for What is best blogging host for programmers/code formatting? CodingWithoutComments 2008-08-17T04:40:11Z 2008-08-17T04:40:11Z <p><a href="http://www.thunderguy.com/semicolon/wordpress/code-markup-wordpress-plugin/" rel="nofollow">Code Markup</a> is another Wordpress Plugin.</p> http://stackoverflow.com/questions/9051/what-is-best-blogging-host-for-programmers-code-formatting/13519#13519 3 Answer by Dan Herbert for What is best blogging host for programmers/code formatting? Dan Herbert 2008-08-17T05:03:33Z 2008-08-18T16:16:20Z <p>As a few people have already mentioned, I use <a href="http://code.google.com/p/syntaxhighlighter/" rel="nofollow">SyntaxHighlighter</a> on my blog. The only issue I had with it is that my markup wouldn't be valid if I followed the instructions from the SyntaxHighlighter usage wiki. To fix this problem I added some simple jQuery code before SyntaxHighlighter scans my document:</p> <pre><code>$(document).ready(function() { $('pre.code').attr('name', 'code').removeClass('code'); dp.SyntaxHighlighter.ClipboardSwf = 'clipboard.swf URL'; dp.SyntaxHighlighter.HighlightAll('code'); }); </code></pre> <p>Instead of adding the name="code" attribute to my &lt;pre/> tags, I add a 'code' class to my pre tags before I add my language attribute so my class attribute looks like this: </p> <pre><code> &lt;pre class="code css"&gt; &lt;/pre&gt; </code></pre> <p>And my javascript code adds the 'name' attribute and removes the 'code' class dynamically so that my markup validates and works flawlessly with SyntaxHighlighter.</p> http://stackoverflow.com/questions/9051/what-is-best-blogging-host-for-programmers-code-formatting/64060#64060 0 Answer by Geof Harries for What is best blogging host for programmers/code formatting? Geof Harries 2008-09-15T15:41:46Z 2008-09-15T15:41:46Z <p><a href="http://www.squarespace.com/" rel="nofollow">Squarespace</a> has a really nice admin interface, the best in the industry as far as I am concerned. </p> http://stackoverflow.com/questions/9051/what-is-best-blogging-host-for-programmers-code-formatting/68946#68946 1 Answer by zirconx for What is best blogging host for programmers/code formatting? zirconx 2008-09-16T02:36:57Z 2008-09-16T02:36:57Z <p>I use WordPress with the "Code Markup" plugin. It has worked really well. You just surround the code in your posts with</p> <p>&lt;pre>&lt;code&gt;code here&lt;/code&gt;&lt;/pre&gt;</p>