AkiVaMu Just tiny things come to mind...

When and why use Java @Override annotation

When should we use @Override annotation

more...

Blogger template structure explained

Blogger allowed to customize the appearance of our blog, by editing Blogger template - an HTML makeup code.
The structure of Blogger template is quite similar to every HTML pages with standard HTML components (head, body, div…).

more...

How to use Google Analytics in your website

Google Analytics is a tool that helps to tracking traffic of visitor into your website, for example: from where user redirect to your website; how long they stay on your website or specific page; information like age, gender, location, browser, phone model, their interests…

more...

How to show code snippet in Blogger

Blogs that related to IT and Software Engineering will sometime need to show source code to reader. But not just displayed as plain text, it’s better if source code can be formatted with color, indentation, alignment…just like be displayed in IDE.
In web front-end, it can be implemented by using Javascript and CSS. Checking around some open source libraries/utils, I found that SyntaxHighlighter is well known one. Below is step-by-step guide to use this library in Blogger.

more...