Création des Logiciels de gestion d'Entreprise, Création et référencement des sites web, Réseaux et Maintenance, Conception
Création des Logiciels de gestion d'Entreprise, Création et référencement des sites web, Réseaux et Maintenance, Conception
When our mobile is switch offor out of coverage then we know about calls made by our friends when mobile is switch off . This Reliance Free Missed Alert Trick Is Working InAll Over India…
Here Is The TrickTo Activate reliance Miss Call Alert For Free :
Just dial "*62*+9180856#" or divert your call (when not reachable)
to +9180856 from your mobile’s "call settings" menu.
( +9180856 is Free miss call alert center number for reliance user)
You’re Done It!
To check it it is working or not
*Switch off your phone
*Call from another number
*Now start your mobile
*You will get free miss call alert sms.
And one more thingone you have call you when your phone is switched off or out of reach will also get
A message that this no. is now available when youswitched on your phone
Enjoy free missed call alert from reliance…
Working on high balance tooo.. 2013, By: Seo Master
Orkut has recently released orkut Share API for its users. Orkut users can now share and promote interesting content from the Internet with their orkut friends easily with just few clicks. The shared content will appear in their activity updates.
Facebook users already have this feature. Most of the bloggers and webmasters useFacebook share option to share and promote their content on Facebook. Its one of the best methods to promote their content. It seems Orkut is following Facebook in looks and in features too.
If you are using WordPress as your blogging platform, here is detailed tutorial to add orkut share button to your blog :
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load('orkut.share', '1');
google.setOnLoadCallback(function() {
var params = {};
params[google.orkut.share.Field.TITLE] = 'Interesting Page!';
params[google.orkut.share.Field.DESTINATION_URL] = '<?php the_permalink() ?>';
var connection = new google.orkut.share.Connection(params);
document.getElementById('orkut-share').onclick =
function(e) { connection.send('orkut.com', {}); };
}, true);
</script>
<span id="orkut-share" style="cursor:pointer;">
<img src="http://i48.tinypic.com/2d98wtg.gif"/>
</span>
Follow the steps given below to add orkut share button to blogger blogs:
(Note : Before following this procedure, please take a backup of your template)
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load('orkut.share', '1');
google.setOnLoadCallback(function() {
var params = {};
params[google.orkut.share.Field.TITLE] = 'Interesting Page!';
params[google.orkut.share.Field.DESTINATION_URL] = '<data:post.url/>';
var connection = new google.orkut.share.Connection(params);
document.getElementById('orkut-share').onclick =
function(e) { connection.send('orkut.com', {}); };
}, true);
</script>
<div class='post-header-line-1'>
and paste the following code below it :
<span id="orkut-share" style="cursor:pointer;">
<img src="http://i48.tinypic.com/2d98wtg.gif"/>
</span>