Showing posts with label tamoule. Show all posts
Showing posts with label tamoule. Show all posts

Erik Solheim - Interview with the mediator between the Tamil Tigers and the Srilankan Government in English

Puthiyathalaimurai's exclusive interview with Erik Solheim, the former Norwegian minister and mediator between the Tamil Tigers and the Srilankan Government sharing his experience and opinions regarding the UN resolution, America's stance, etc.
Continue Reading →

How toChange Blogger from Redirecting Country Specific Domain

Login to Blogger account
 Click on Template > Edit Edit HTML

Click in the Coding rectangle box, and then click “Ctrl + F”. Now check with code <head>. Press Enter

Copy the redirection script given below. Now paste the Script after the <head>.

 <script type="text/javascript">
      var blog = document.location.hostname.split(".");
      if (blog[blog.length - 1] != "com") {
      var ncr = "http://" + blog[0] + ".blogspot.com/ncr";
      window.location.replace(ncr + document.location.pathname);    
      }
    </script>


 Click on “save template”. Now view the blogger
Continue Reading →