Showing posts with label Tips and Tricks. Show all posts
Showing posts with label Tips and Tricks. Show all posts

Blogger Sitemap Error Correction Tips

Friday, June 1, 2012


sitemap thumbSitemap is Very important for SEO. But Sometime Google Webmaster would not accept Regular Sitemap URL (rss.xml/atom.xml) for Blogger Site. For My Site it would be happened. Here I Give You Some tips which help you to accept your Sitemap in Google Webmaster very quickly.
What I Need to Do – 
It’s Very Easy Task. Go Google Webmaster and Sign in with Your Gmail Account. Select "Sitemap" from "Site Configuration" Menu. Now Click "Submit a Sitemap" Button. Submit two Sitemap for your Site.
Now We Need to Change Our Regular URL – 
  Your Regular Sitemap URL is – www.yoursite.com/rss.xml change it to >>
www.yoursite.com/rss.xml?redirect=false&start-index=1&max-results=999
Another Regular Sitemap URL is – www.yoursite.com/atom.xml
Change Above URL to – www.yoursite.com/atom.xml?redirect=false&start-index=1&max-results=999
sitemap image
I ensure you; Maximum 10 minutes Google Webmaster Take to accept your Sitemap.
Continue Reading | comments

How to Make Own Custom Short URL Address by Using Google Apps

You may familiar with bit.ly or any other website that is providing free shortens link service. But are you know if you have domain then you are also able to create own custom short link. You can make custom short link address by following your domain name. This can be like me – http://preview.allursolve.com/write-anything. So I think it’s very helpful for SEO branding and obviously visitor attract to your content more by using custom own short URL address. Here I will show you how to do it -
  

Steps One - Have You Google Apps Account?

To do this work you need an active Google Apps account, it’s free; just need a domain. Read – (Make Google Apps by Using Free co.cc domain).
If you don’t have Google Apps account then make it by following this post - 
CreateOwn (Custom) Email Address by Using Google Apps

Steps Two - Need to do Some Task in Google Apps

  1. After Creating Google Apps account login there with your administrator email,
  2. you must need to Login with “Super Administrator” email. 
  3. Now follow this link – Google Short URL Service
  4. From right side click “Add it now
  5. Now select “Add new URL” link


For your new created short URL you need add a CNAME record in your DNS panel
CNAME adding method –
Host Name
Record Type
Address/ Value
Your short url name
CNAME (Alias)
ghs.google.com
Preview [in my case]
CNAME (Alias)
ghs.google.com
Now click “I’ve completed this steps”, if everything is right your short URL will be activated.
I hope this tutorial will help you. If you feel happy or trouble then drop your comment.
Continue Reading | comments (1)

Blogger Top bar/Toolbar with Scrolling Bottom and Top Button

[This article described you about Floating Top-bar or Toolbar in Blogger site. Just you need to copy paste below code and paste it in a gadget of your blogger site. Uses script – Jquery, java script and css]

It’s a very nice top bar or toolbar which you can now see at top of my site. I had always tried to make this type toolbar especially in blogger site. At last I made it for blogger site and I am satisfied. Now the question is what is the specialty in this toolbar or top bar? This is a nice toolbar which only appear after crossing header section, live demo just in front of you. Scroll down at top toolbar automatically vanished but when you appear at body section this toolbar will visible. The most important things in this toolbar are I included a “Scroll to Bottom and Scroll to Top” button in a same place. When you move down some part of blog “Scroll to Top” button will appear, if you located at first section of blog then “Scroll to bottom” button will appear. You can add menu or social
button or search engine or subscriber box anything’s in this toolbar.

            How to Install this Blogger Top bar or Toolbar?

 I made it very easy, just copy paste code from text area box and add it as a gadget in your blogger site. Now you have done your work, your toolbar will start working. According to your desired change content item in tool bar or edit css but this function only for advance users. I host all script, if you wish to host it another place then no problem. If anybody feel problem feel free to drop your comment here, I will help you.

Live DEMO -

Just notice top position of my site.

            Main Code for Blogger Gadget (Just Copy Paste)

 

 <!doctype html public "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>





<link rel="stylesheet" href="https://www.dropbox.com/s/igx5oxpy9w5d4i8/style.css?dl=1"/>
<!--[if IE]>

  <style type="text/css">
   button { padding:5px; background-color:#D3D3D3;}
   .default { background-color:#9BC6DD;}
   button.default { background-color:#9BC6DD;}
 
  </style>
<![endif]-->


<script>

$(document).ready(function()
{

$.preloadImages = function()
{
       for(var i = 0; i<arguments.length; i++)
       {
               $("<img />").attr("src", arguments[i]);
       }
}

$.preloadImages("https://www.dropbox.com/s/elubwycn78693dj/toparrow.png?dl=1","https://www.dropbox.com/s/y7kzty6ihns7jzu/bottomarrow.png?dl=1");


var $top1= $('#minibar').offset().top + 20; 
var $mid1 =  Math.floor($(window).height() / 2);
$('#dirbutton').data('mode','scrollup');




$('#dirbutton').click(function()
{
   $mode = $(this).data('mode');
 
   switch($mode)
   {
     case 'scrolldown':
      $('html, body').animate({scrollTop:0}, 'slow');
   return false;
   break;
  case 'scrollup':
     $scrollpos = $('body').outerHeight();
     $('html, body').animate({scrollTop:$scrollpos}, 'slow');
  return false;
  break;
   }
 
 
});

$(window).scroll(function()


  if ($(window).scrollTop()>$top1) 
  {
   $('#floatingbar').hide();
   $('#minibar').show();
   $('#minibar').addClass('floater');
  }
  else
  {
   $('#minibar').hide();
   $('#floatingbar').show();

   }
 
 
   if($(window).scrollTop() > $mid1)
    {
       $('#dirbutton').find('img').attr('src','https://www.dropbox.com/s/elubwycn78693dj/toparrow.png?dl=1');
    $('#dirbutton').data('mode','scrolldown');
       $('#dirbutton').show();
    }else
    {   
    $('#dirbutton').find('img').attr('src','https://www.dropbox.com/s/y7kzty6ihns7jzu/bottomarrow.png?dl=1');
    $('#dirbutton').data('mode','scrollup');
  
    }
});

});

</script>


<div id="container">



 <div  id="minibar">
   <ul>
         <li style="margin-top:7px"><a href="http://www.ebook.allursolve.com"><button>Home</button></a></li>
     <li><table width="">
<tr>
<td width="">
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "ur-455f8d11-52a-4557-cf30-83ec9b70f99f"}); </script>

<span class='st_facebook_large' displaytext='Facebook'></span>
<span class='st_twitter_large' displaytext='Tweet'></span>
<span class='st_linkedin_large' displaytext='LinkedIn'></span>
<span class='st_email_large' displaytext='Email'></span>
<span class='st_plusone_large' displaytext='Google +1'></span>
<span class='st_sharethis_large' displaytext='ShareThis'></span>
</td>
</tr></table></li>
     <li><table>
<tr>
<td>
<a href="http://feedburner.google.com/fb/a/mailverify?uri=AllurSolve" target="_blank" title="Subscribe Us for Auto Update"><img src="http://i1080.photobucket.com/albums/j340/allursolve/rss.png" alt="Subscribe Us" /></a></td>
<td style='float:right'>
<iframe frameborder='0' height='33' scrolling='no' src='http://pdf.allursolve.com/All-Search-Box/Allursolve/index.html' width='310'/></iframe>
</td>
</tr>
</table></li>
   
      <li><a href="javascript:#"><button title="Scroll" id="dirbutton" class="default">
        <img border="0" src="https://www.dropbox.com/s/y7kzty6ihns7jzu/bottomarrow.png?dl=1" /></button></a></li>
   </ul>
 </div>


</div>


</!doctype>

 

Continue Reading | comments

হোমপেইজের ফুটার থেকে জেটপ্যাক প্লাগিনের স্মাইলী ফেস রিমুভ করবেন যেভাবে!

Tuesday, May 29, 2012

যাদের সাইট ওয়ার্ডপ্রেস দিয়ে তৈরী তাদের বেশিরভাগ ব্যবহারকারীই Jetpack by WordPress.com নামক এই প্লাগিনটি ব্যবহার করেন। যারা এই প্লাগিনটি ব্যবহার করেন তারা নিশ্চই এই স্মাইলী ফেসটির সাথেও পরিচিত থাকবেন। কেননা এই প্লাগিনটি ইনস্টল করলে আপনার সাইটের প্রতিটি পেইজের নিচে অর্থাৎ ফুটারে এই স্মাইলী ফেসটি যুক্ত হয়।
এই স্মাইলী ফেসটি মূলত আপনার সাইটের স্ট্যাটস ট্রাক করতে সাহায্য করে। কিন্তু প্রতিটি পেইজের নিচে এটি যুক্ত হওয়ার অনেকেরই যেমন আমারই পছন্দ নয়। তাই এটিকে আমার মত অনেকেই রিমুভ করতে চান। তবে এক্ষেত্রে প্রশ্ন থাকতে পারে যে, এই স্মাইলী ফেসটি যদি রিমুভ করা হয় তাহলে কি আমার সাইটের স্ট্যাটস ট্রাকের অসুবিধা হবে কিনা? অবশ্যই নয়। কারণ জেটপ্যাক এর বর্তমান ভার্সনে এই স্মাইলী ফেস হাইড করে রাখলেও সাইট স্ট্যাটস সুন্দরভাবে কাজ করে।

স্মাইলী ফেসটি রিমুভ করবেন যেভাবেঃ

এটিকে রিমুভ করতে হলে-
১। প্রথমে আপনার সাইটের এ্যাডমিন প্যানেলে প্রবেশ করুন এবং জেটপ্যাক এর আইকোনটিকে ( ) ক্লিক করুন।
২। এরপর WordPress.com Stats বক্সটি থেকে Configure এ ক্লিক করুন।

৩। Smiley অপশন থেকে Hide the stats smiley face image. এ টিক দিন এবং Save Configuration এ ক্লিক করুন।

৪। ব্যাস এখন আপনার সাইটে গিয়ে দেখুন। ওই স্মাইলী ফেসটি চলে গেছে।
এই কাজটি আপনি CSS এডিট করেও করতে পারেন। CSS এর সাহায্যে এটিকে রিমুভ করতে হরে আপনার থিমের Style.css বা Stylesheet.css এ নিচের কোডটি যুক্ত করুন।
1
img#wpstats { display:none; }
অথবা আপনারা WordPress.com Stats Smiley Remover নামক এই প্লাগিনটিও ব্যবহার করতে পারেন। এই প্লাগিনটি উপরের কোডটি আপনার CSS এ যুক্ত করে দিবে। যদিও উপরের অর্থাৎ জেটপ্যাক.কম প্লাগিনটির কনফিগারেশন পেইজটি থেকে ম্যানুয়ারী রিমুভ করাই সবচেয়ে সহজ এবং সুবিধাজনক।
Continue Reading | comments

Co.cc থেকে নেয়া ডোমেইন সেটআপের পদ্ধতি, ভবিষ্যতে নিজের ডোমেইন সেটআপ করতে সাহায্য করবে

আমি আপনাদেরকে co.cc ডোমেইন নেয়ার জন্য উৎসাহিত করছি না। শুধু ডোমেইন কিভাবে সেটআপ করতে হয়, সেই বিষয়টা বোঝার জন্য আগ্রহী করে তুলতে চাই। বিভিন্ন ডোমেইন বিক্রেতাদের কন্ট্রোল প্যানেল যদিও বিভিন্নরকম, তবুও মূল বিষয়টা কিন্তু একই থেকে যায়। যদি এই ফ্রি সার্ভিসে বিষয়টা বুঝতে পারেন, তাহলে ভবিষ্যতে নিজের ডোমেইন সেটআপ করতে কোন সমস্যা হবে না। বরং এই টিউটোরিয়ালটা আপনাকে দারুণভাবে সাহায্য করবে।
তো আসুন, আজ আমরা বুঝে নেই, কিভাবে co.cc থেকে নেয়া ডোমেইনের সাথে blogger.com এর ব্লগকে সংযুক্ত করতে হয়।
  • প্রথমেই co.cc সাইটে গিয়ে একটি একাউন্ট খুলুন করুন। এখানে create an account now লেখা লিংকে ক্লিক করে আপনাকে একটি একাউন্ট খুলতে হবে।
  • সবকটি ঘর প্রয়োজনীয় তথ্য দিয়ে পূরণ করুন। শেষে Terms of Service স্বীকার করে নিয়ে Create an account now লেখা বাটনে ক্লিক করুন।
  • এবার আপনার পছন্দের ডোমেইনটি অন্য কেউ নিয়ে নেবার আগেই আপনি নিয়ে নিন।
  • যদি পছন্দের ডোমেইন নামটি অন্য কেউ না নিয়ে থাকে, তাহলে তা Available দেখা যাবে। Continue to registration লেখা কমলা রঙের বোতামে ক্লিক করে এগিয়ে যান।
  • Your new domain has been successfully registered. আপনি এখন পছন্দের ডোমেইনের গর্বিত মালিক। Setup লেখা বোতামে ক্লিক করুন।
  • আপনার পছন্দের নামের ডোমেইনটির রেজিস্ট্রেশন সম্পন্ন হয়ে গেছে। এবার ৪৮ ঘন্টার মধ্যেই কিন্তু ডোমেইনটির সেটআপ সম্পূর্ণ করতে হবে। না হলে Co.cc কর্তৃপক্ষ ডোমেইনটি মুছে ফেলবে। Please domain setup now লেখা লিংকে ক্লিক করে পরবর্তী ধাপের দিকে এগিয়ে যান।
  • URL Forwarding এর মাধ্যমে ১ মিনিট এ কাজটি করতে পারেন।
  • এক্ষেত্রে নিচের কাজগুলো করতে হবে না।
  • উপরের ছবির মতো পাতায় ডোমেইন সেটআপের বিভিন্ন অপশন আছে। আমরা blogger.com এর ব্লগ নিয়ে যেহেতু কাজ করছি সেহেতু ২ নং অপশনটি (Zone Records) সিলেক্ট করব।
  • ২ নং অপশনের Zone Records অংশেই আমাদেরকে কিছু পরিবর্তন করতে হবে। তাই Edit/ Add Zone Records (A, MX, NS, CNAME, TXT) লেখা লিংকে ক্লিক করে এগিয়ে যেতে হবে।
  • এখানে Type লেখার পাশের ড্রপডাউন মেনু থেকে 'A' সিলেক্ট করুন। স্বয়ংক্রিয়ভাবে আপনার ডোমেইন নামটি Host এর ঘরে লেখা হয়ে যাবে। নিচের Value লেখা ঘরে IP Adress 64.202.189.170 লিখে দিন। TTL পরিবর্তন করতে হবে না। Set up লেখাতে ক্লিক করুন। সেভ হয়ে যাবে।
  • আবারও একটি Add a record নামক হালকা নীল রঙের বক্স আসবে। এখানে CNAME Record লিখতে হবে। Type লেখার পাশের ড্রপডাউন মেনু থেকে CNAME নির্বাচন করুন। স্বয়ংক্রিয়ভাবে www যুক্ত হয়ে ডোমেইনের নাম Host ঘরে লেখা হয়ে যাবে। নিচের Value লেখা ঘরে ghs.google.com লিখে দিন। TTL পরিবর্তন করতে হবে না। Set up লেখা কমলা রঙের বোতামে ক্লিক করুন।
  • co.cc তে ডোমেইন সেটআপের কাজ সম্পূর্ণ হয়েছে।
  • এবার আপনাকে blogger.com এ লগইন করে ব্লগটিকে নতুন ডোমেইনের সাথে যোগ করতে হবে।
So sign up now!
Continue Reading | comments
 
Copyright © 2008-2015. Deshi Tunes:: Your most important blogging platform for Tips and Tricks... - All Rights Reserved
Template Modify by DTunes Apps