Showing posts with label
blogger
.
Show all posts
Showing posts with label
blogger
.
Show all posts
Thursday, 19 August 2010
Syntax Highlighting in Blogger Posts
Code examples on web pages work so much better if you have syntax highlighting. Blogger.com doesn't have this feature enabled by default but it's easy to add.
Without..
function foo(a,b,c) {
return "Ugly!"
}
With..
function foo(a,b,c) {
return "Good hey?"
}
Here's the tutorial I used
. Thanks Luka Marinko.
Older Posts
Home
Subscribe to:
Posts (Atom)