Showing posts with label syntaxhighlighting. Show all posts
Showing posts with label syntaxhighlighting. Show all posts

Thursday, November 11, 2010

Hosting Files for Blogger

In my latest Post, I wanted to publish some simple code-examples and of course I didn't want it to be shown just as text but with some fancy syntax highlighting and copy/paste-able (this works if you double-click on the code, than you get the plaintext-version to copy). Therefore I needed to make some CSS and JS Files available for the blog and my first thought was, just to put them on my little home-server and make them public. On second thought this was not the best idea: my server often has outages and is usually under high load, so to serve the files from there might become a problem somewhen and I tried to find another solution.