Tuesday, August 30, 2011

Windows Live Suite 2011 Online and Offline Installer

Windows Live Suite 2011 has many features like movie maker, photo gallery, messenger etc. You can download Windows Live Suite 2011 from here. Its online installer. You need to be connected to internet to install files in your computer.



If you want to download windows Live Essential offline, you can download from here.

Use your own image as blogger background

It's very easy to add your own image in the blogger to use as the background image. Just follow the steps.

Sign In to your blogger account and click on DESIGN. Then click on Template designer.
Then click on background.
Then click on CHOOSE FILE

Add favicon in blogger

Favicon is a small icon located in the address bar. It is an identity for your blog. Its easy to add favicon in blogspot. Follow the steps.

Before going to blogger account, create an icon. There are several websites which converts normal images to icons. Google it.

Then sign in to your blogger account and go to DESIGN
Click Edit. A new Configure Favicon Window will open.
Then select the image you want to use as favicon and then click on save.

Wednesday, August 3, 2011

flying twiiter bird

Tweeting bird, derived from the initial 't' of...Image via Wikipedia
You might hae seen the twitter bird flying all around your browser in some sites. If you want that bird to fly in your website when people view your website then use the following code before </body>.

<!-- Twitter Bird Widget for Blogger by Way2blogging.org -->
<script type="text/javascript" src="http://bloggerblogwidgets.googlecode.com/files/way2blogging.org-tripleflap.js">
</script>
<script type="text/javascript">
var twitterAccount = &quot;Twitter User Namequot;;
var tweetThisText = &quot; <data:blog.pageTitle/>: <data:blog.url/> &quot;;
tripleflapInit();
</script>
<span style="font-size:11px;position:absolute;"><a title='Blogger Widget by Way2blogging.Org' href="http://www.way2blogging.org" target='_blank'><img border='0' src='http://img1.blogblog.com/img/blank.gif'/></a></span><a href="http://www.spiceupyourblog.com" target="_blank">Twitter Bird Gadget</a>
<!-- Twitter Bird Widget for Blogger by Way2blogging.org -->