Related Articles
How to Get/Create Google Analytics HeatMap Plugin on Websites or Blogs
If you have a website or blog then using Heat Map analytics you can know more details of your website like how many users visited, Page Views, Unique Pageviews, Time Spent on the website etc., and there is a free Heat Map tool from Google which you can create/implement or use on your websites. Google […]
Open a Url onload of a Website or Pagee
You can able to load a webpage while accessing a particular Website using Javascript, see below for code. <script> function openWindow() { window.open(‘http://www.google.com‘,’a’,’height=300,width=600′); } </script> <body onload=”openWindow();”> </body>
How to Customize and Edit Your Blogger Template
Blogger is free blog publishing service from Google just like wordpress and the best thing about blogger blogs are the articles gets indexed in the Google search engine very fast and this article is all about customizing the blogger template, I am going to show how to customize blogger template by taking the default blogger […]