Saturday, May 9, 2015

How to add code block to a blogspot.com post OR Insert code blocks in Blogger Posts

You will come to know adding formatted Code Blocks into Blogger Posts in this tutorial.

There is no inbuilt feature available in blogspot.com or blogger to add formatted code snippets. So, you may not find the source code formatter Blogger, BLogspot, Blogging etc.

However, I discovered following two ways in which you can accomplish this feature.

Solution-1: 

Here is a tool at Blogger Code Formatter Tool using which you can generate your formatted source code and use that on your blog / website / wordpress site.

Solution-2: 

There is a way you can insert source code formatting into your blog post by using the code formatting tool provided by Gitarani MI Application. Here are the simple steps you need to follow and have to use the generated code by gitarani.com on your blogspot.


  • You need to log into http://www.gitarani.com/classifiedLogin.htm
  • After logging in click "Enter Your Classified Information"
  • Now, on the "Add/Update the Classified" page select Classified Type as "Technology"
  • Now copy the formatted code from your code Editor to Message section,
  • Fill up Header and URL with any information you like.
  • Then "Submit" the page.
  • Go to Find All Your Postings
  • You will find <iframe> code towards the bottom of your post.
  • All you have to do is to just copy that line of code and paste into the desired location of HTML code of your blogspot posting editor.
  • Your source code will be well formatted.

Hope this post would be helpful to you! 

Please comment below with any queries if you face any problem regarding code formatting on blogger or blogspot.

jQuery Show Modal Popup on the top of another Pop-up

This post will show you the code on how to create an JQuery Pop-Up upon another JQuery Pop-Up

Following is the Code you need to Refer
You can copy the above code into a simple HTML file and just double click the file to notice the demo 

Saturday, April 25, 2015

Java Legal Identifier Naming Convention And Java Keywords

While writing code in java it is very much essential to understand what is a legal identifier or variable name. This tutorial will help you to figure out the standards or rules you need to follow while naming a class, method or variable in Java.



If you find this tutorial helpful, encourage us by clicking G+ button

Difference between IS-A and HAS-A relationship in Java

When you go through this post you will get a clear idea about the differences between IS-A and HAS-A relationship in object oriented programming language such as Java.




If you find this video helpful, please support us by hitting the G+ button.