Wednesday, May 25, 2011

How to send email using different email address in gmail


Earlier i made a post How to Manage Multiple Email ids in which i wrote how to manage multiple gmail account using mail forwarding, that allows you to read all the incoming mails of different email id in single id. Recently a new feature was added in gmail which allows you to send mail using a different sender address, you can add alternate email address from setting > accounts > Send mail as: for better understanding i have added a video tutorial.

Monday, May 23, 2011

Attractive Twitter timeline widget for blogger


Add attractive twitter timeline widget to your blogger sidebar. All you have to do here is that,
  • goto blogger Dashboard 
  • click on Add a Gadget
  • Then click on HTML/JavaScript 
  • Paste the below code in Content 
  • Now change the word ishuspace which is in Red to your twitter profile name
  • Here the number 5 is to display no of tweets to show, you can change it as per your wish.
  • Save the template, You are done..

<style>
.tweetboxbg1 {
background: #017398 url(http://i319.photobucket.com/albums/mm445/itsmeeirsh/twitterboxbg1.png) no-repeat;
padding: 101px 3px 3px 3px;
border-radius: 5px;
}

#twitter_update_list {
color:#fff;
font-size:13px;
font-weight:normal;
}

#twitter_update_list a {
color:#42a9cc;
text-decoration:none;
font-size:14px;
font-weight:bold;
}

#twitter_update_list li {
border-bottom: 1px dotted #fff;
}
</style>
<div class="tweetboxbg1"><ul id="twitter_update_list"></ul></div>
<script src="http://twitter.com/javascripts/blogger.js" type="text/javascript"></script>
<script src="http://twitter.com/statuses/user_timeline/ishuspace.json?callback=twitterCallback2&count=5" type="text/javascript"></script>
 

Androidirsh Blogger Template Designed by TechIrsH