Syntax Highlighting in Blogger

Each code snippets must be represented with a highlighted and standard formatted style to make them more readable. However in blogger posts and other HTML pages, it is difficult to handle. Highlighting every reserved keywords (such as private, void, class in java language), keeping indention, spacing and other formatting issues as is in IDE even requires more effort than writing content of page. After a short research on internet, I found two ways to highlight syntax of code snippets in blog posts. The first one is embedding SyntaxHighlighter project's CSS and Javascript source files into blog template. The second one is simply creating a github.com account and creating gists at gist.github.com . How to Use Gist to Insert Highlighted Code Snippets in Blog Definition : Gist is a simple way to share snippets and pastes with others. All gists are git repositories, so they are automatically versioned , forkable and usable as a git repository . First login to www.git