Meet The Author

Hello, my name is JohnSon. I'm an Android developer. I experienced in Java, MQTT, Google Cloud Message, Android UX/UI, NodeJs, PHP, MySQL, MongoDB, SQLite. In my free time, I blog to sharing android using experiences. I hope these can help you too.

author
Showing posts with label BlogSpot. Show all posts
Showing posts with label BlogSpot. Show all posts

How to Integrate SyntaxHighlighter to Blogger, Blogspot

Leave a Comment
If you are a developer & want to share your code over the blog with proper highlighting & syntax, then Blogger/Wordpress doesn't have any feather like that
using System;

namespace HelloWorld
{
    class Hello
    {
        public static void Main(String[] args)
         {
             Console.WriteLine("Hello World");
         }
    }
}
There are many javascript library which allow us to do that. Now I'll show you how to integrate one into your blog.
Read More
Previous Post Older Posts Home