Wednesday 27 June 2012

Disable Country Specific URL Redirect For Your Blogger Blog

Blogger had recently started to redirect blogspot blogs to country specific URL. This means that blog’s URL redirects from .com to country specific .in or .au or .uk etc. That means if you are reading blog from Australia than the URL would be redirected to .au. A report says that many countries are affected from this. These countries are

  1. Argentina [blogspot.com.ar] 
  2. Australia [blogspot.com.au] 
  3. Brazil [blogspot.com.br] 
  4. Canada [blogspot.ca] 
  5. Czech Republic [blogspot.cz]
  6. France [blogspot.fr] 
  7. Germany [blogspot.de] 
  8. Hong Kong [blogspot.hk]
  9. India [blogspot.in] 
  10. Italy [blogspot.it] 
  11. Japan [blogspot.jp] 
  12. Mexico [blogspot.mx] 
  13. New Zealand [blogspot.co.nz] 
  14. Portugal [blogspot.pt] 
  15. Romania [blogspot.ro]
  16. Spain [blogspot.com.es] 
  17. Sweden [blogspot.se] 
  18. UK [blogspot.co.uk]



If you want to prevent this country specific redirection then follow the steps given below.

Step 1

Goto 'Design' from your blogger dashboard.

Step 2

Then select 'Edit HTML'.

Step 3

Find <Head> and paste the code given below right below it.

<script type='text/javascript'>
var str= window.location.href.toString();
if ((str.indexOf('.com/'))=='-1') {
var str1=str.substring(str.lastIndexOf(".blogspot."));
if (str1.indexOf('/')=='-1') {
var str2=str1;
}
else {
var str2=str1.substring(0,str1.indexOf('/')+1);
}
window.location.href =window.location.href.toString().replace(str2,'.blogspot.com/ncr/');
}
</script>



That’s it!! Now your blog will not redirect to country specific URL. This may help your SEO too.

Tuesday 26 June 2012

How to Call From a Private Number?

If you want to make your number private number then just follow the steps given below. 

Private Number
Step 1 

Dial *67 on your mobile phone 

Step 2 

Then dial area code and number of the person you want to call. 

Step 3 

Then call that number and your call would be as "Private Number" or "Restricted" 

Ex:*67 91 1234567890 




Where 91 is area code and 1234567890 is the number of the person you are calling. 

This trick is supported in some mobile operators only.

Another way to make your mobile number private is in your phone's "Call settings".

Go to your mobile's Call settings and find "My Caller Identity". In which there would be "Set By Network" by default. But you can change it to "No". By changing it to 'NO', your phone will not send caller identity to receiver.
 
And in other operators you have to call customer services. Customer services or customer care can make your number a private number permanently.

Sunday 24 June 2012

Keep Your Mobile's Bluetooth Always ON

If you want to keep your or your friend's Bluetooth always visible or always on which can drain your friend's battery then just type *#9990# in the phone. 

This will keep Bluetooth always on!! 

And phone's battery will drain rapidly.


Bluetooth
  

If you want to turn it off then switch off your mobile for 2 to 5 minutes. Then try to turn Bluetooth off after turning the mobile on.
Related Posts Plugin for WordPress, Blogger...