Corel Draw Graphic Suits X6





Download Corel Draw Graphic Suits X6 Free on winappsfree.blogspot.com




Widgets Need To add After Create a Blog

After a long time research on important Blogger Widgets today i decided to share my some blogger widgets post which a new blogger have to add this after creating their new blog.

If you use blogspot/blogger because your current blogging program then you definately have got positive aspects to work with google own widget/product and add them to your blog. It is a Its more safe practices, therefore I suggest you always use Blogger official widget. On the other hand, not all widget you will need hear upon Blogger widget. You should use 3rd party widget, however always be the code source is trusted and harmless. After all, you never want virus or even spyware on the design, would you?.: D.


Some Import Blogger Widgets List are as Follow:


Add Google+ RSS Feed Widget For Blogger

Contact Us Form In Blog Embed code

Add Social Media Share Button Below Post In Blogspot

Embed Google+ Posts in Blogger

Best Stylish Design for Label and Categories Widget

Stylish Subscription Widget In Blogger

Author-Box with Social Connection

Add Page Navigation To Blogger Blog

Add Multipul Related Post Widget & LinkWithin For Blogger

These are some important widget you need to install after create a new blog i am researching on more widgets when i got more widget i will update this post accordingly please hit a comment for my appreciate. :)

Floating Social Media Widget for Blogger

After my previous articles about Css Animated Menu Widget for Blogger today i am going to share A beautiful and distinctive custom Widget for who have Blogs with limited space. Sensitive to touch the mouse, after automatically opens that touched a category.



So let's See The Tutorial How to add Floating Social Media Widget For Blogger 


LIVE DEMO



  • Go to Blogger Dashboard
  • Click on Drop & Down Menu of your blog
  • Click layout >> and click Add a Gadget >> Html/Javascript 
  • Then paste the below code on it

<style type="text/css">
ul#social {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 20%;
    left: 0px;
    list-style: none;
    z-index:9999;
}
ul#social li {
    width: 100px;
}
ul#social li a {
    display: block;
    margin-left: -2px;
    width: 100px;
    height: 70px;  
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:center center;
    border:1px solid #AFAFAF;
    -moz-border-radius:0px 10px 10px 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    -moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;
}
ul#social .twitter a{
     background:#0F96C6 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtXNwWA0YtA0iUPe7Tt2PmnvHJsYg0fZpnpyiAxmt7Bv5sXx8fMHooJXqtbuXG8VS9G4w4WoUUUKm7IvpsW5zzExLcB38GN9GupZu2b2rBThXzBv0fzOq3CQ1Nacc2Ytpq0ENSx2f8s6Q/s1600/Twitter.png)no-repeat;
background-position:center center;
}
ul#social .googleplus a      {
    background:#D73D27 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivF8F1KRSs2eDM88Ptgv1yRpNO3J5eglNBaSSmZ59mT__csqH3jIZpNJHmE0a8lRSuF1wK6yQkiedBqLd7QIjcbGd3NegYx7liE8i3PuYH2ULq6ft9Fa9EH_Lp0A4D2RYFamvWRZDKRG4/s1600/GOOGLE+PLus.png)no-repeat;
background-position:center center;
}
ul#social .facebook a      {
    background:#1A4B97 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_niDAao3ZUc1v8p8ErWNTzIjPh-wn-YT-4EFiXgwatyrnX5h1UKcQoHnmKFs8m4_3_OtwGbQG-bYvh0tKZ6csZTp2A_FGt3opNGZn8-PBkeH30gJbeRMa1hlVKP52NqAwVeB9F77WyDc/s1600/Facebook.png)no-repeat;
background-position:center center;
}
ul#social .rss a      {
    background:#FAAE17 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQVeco8yFI21LRAdbm3GWK23wTOCgf2pZS8uFAYlnOu5oWnVWBnkFM0r3B4eo0-8NpHrjTSEp1Qb11d-2m38Ca1yFcIqtWpV1DqywaRgJWzNuhTfei_ObH8CZgfrfLbCfp0zXiqAjSfuU/s1600/rss.png)no-repeat;
background-position:center center;
}

ul#social .pinterest a   {
    background:#963336 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjrm8zd3djmgQtAqNyMJ7bawZKnR_ll6QDxRDo5sVzR2-Sl9Yg215REnvkcTsz-MseV5Ynk3yk08dgvFQjnNOOyF83DOHR2RD147gKCGIaARLS26zP-qtjLirLYnRn6MtbnudHaA4udAaI/s1600/Pinterest.png)no-repeat;
background-position:center center;
}
</style>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>

<script type="text/javascript">
$(function () {
    $('#social a').stop().animate({
        'marginLeft': '-85px'
    }, 1000);

    $('#social > li').hover(
        function () {
            $('a', $(this)).stop().animate({
                'marginLeft': '-2px'
            }, 200);
        },
        function () {
            $('a', $(this)).stop().animate({
                'marginLeft': '-85px'
            }, 200);
        }
    );
});
</script>
<br />
<ul id="social">
<li class="twitter"><a href="#" title="Twitter"></a></li>
<li class="googleplus"><a href="#" title="Google Plus"></a></li>
<li class="facebook"><a href="#" title="Facebook"></a></li>
<li class="rss"><a href="#" title="Rss"></a></li>
<li class="pinterest"><a href="#" title="Pinterest"></a></li>
</ul>


  • Save It. 
View your blog this widget will appear correctly if you facing some problem then leave a comment below.

Social Buttons With Hover Effect for Blogger

Give your readers a chance to show you how much you care about the Blog desing, or how good your article is, to raise the social media likes.

You may also read my previous article about Css Animated Menu Widget for Blogger.


Live Demo 


Just Follow These Simple Steps


  • Go to Blogger Dashboard
  • click on your blog drop & down menu
  • Click layout >> Add a gadget >> Html/Javascript
  • Then paste the following code in Html box

<style>
.social-contain {
 float: left;
 margin-bottom: 20px;
 text-align: center;
 width: auto;
 }

ul#social {
 position: relative;
 margin:0 auto;
 }

ul#social li {
 float: left;
 margin-right: 2px;
 list-style:none;
 }

ul#social li:last-child {
 margin-right: 0;
 }

ul#social li a {
 display: block;
 }

.soc-fb {
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8STSMp-a2uYshEjrtIKyUENkXriyGWN_5kIlczTBWokL9IN27-fNIWsgQiAT_4uXtI1vDy_J7XdZeS7Q0UQUDWXSmeSH569dRoR_jfYA9qjW_ABDYhdMAkkLsjuJ8T4x1DT5MilT6fGY/s1600/social-but.png) 0 0;
 position: relative;
 width: 58px;
 height: 58px;
 }

.soc-fb:hover {
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8STSMp-a2uYshEjrtIKyUENkXriyGWN_5kIlczTBWokL9IN27-fNIWsgQiAT_4uXtI1vDy_J7XdZeS7Q0UQUDWXSmeSH569dRoR_jfYA9qjW_ABDYhdMAkkLsjuJ8T4x1DT5MilT6fGY/s1600/social-but.png) 0 -58px;
 }

.soc-twi {
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8STSMp-a2uYshEjrtIKyUENkXriyGWN_5kIlczTBWokL9IN27-fNIWsgQiAT_4uXtI1vDy_J7XdZeS7Q0UQUDWXSmeSH569dRoR_jfYA9qjW_ABDYhdMAkkLsjuJ8T4x1DT5MilT6fGY/s1600/social-but.png) -58px 0;
 position: relative;
 width: 58px;
 height: 58px;
 }

.soc-twi:hover {
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8STSMp-a2uYshEjrtIKyUENkXriyGWN_5kIlczTBWokL9IN27-fNIWsgQiAT_4uXtI1vDy_J7XdZeS7Q0UQUDWXSmeSH569dRoR_jfYA9qjW_ABDYhdMAkkLsjuJ8T4x1DT5MilT6fGY/s1600/social-but.png) -58px -58px;
 }

.soc-gp {
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8STSMp-a2uYshEjrtIKyUENkXriyGWN_5kIlczTBWokL9IN27-fNIWsgQiAT_4uXtI1vDy_J7XdZeS7Q0UQUDWXSmeSH569dRoR_jfYA9qjW_ABDYhdMAkkLsjuJ8T4x1DT5MilT6fGY/s1600/social-but.png) -116px 0;
 position: relative;
 width: 58px;
 height: 58px;
 }

.soc-gp:hover {
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8STSMp-a2uYshEjrtIKyUENkXriyGWN_5kIlczTBWokL9IN27-fNIWsgQiAT_4uXtI1vDy_J7XdZeS7Q0UQUDWXSmeSH569dRoR_jfYA9qjW_ABDYhdMAkkLsjuJ8T4x1DT5MilT6fGY/s1600/social-but.png) -116px -58px;
 }

.soc-pin {
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8STSMp-a2uYshEjrtIKyUENkXriyGWN_5kIlczTBWokL9IN27-fNIWsgQiAT_4uXtI1vDy_J7XdZeS7Q0UQUDWXSmeSH569dRoR_jfYA9qjW_ABDYhdMAkkLsjuJ8T4x1DT5MilT6fGY/s1600/social-but.png) -174px 0;
 position: relative;
 width: 58px;
 height: 58px;
 }

.soc-pin:hover {
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8STSMp-a2uYshEjrtIKyUENkXriyGWN_5kIlczTBWokL9IN27-fNIWsgQiAT_4uXtI1vDy_J7XdZeS7Q0UQUDWXSmeSH569dRoR_jfYA9qjW_ABDYhdMAkkLsjuJ8T4x1DT5MilT6fGY/s1600/social-but.png) -174px -58px;
 }

.soc-rss {
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8STSMp-a2uYshEjrtIKyUENkXriyGWN_5kIlczTBWokL9IN27-fNIWsgQiAT_4uXtI1vDy_J7XdZeS7Q0UQUDWXSmeSH569dRoR_jfYA9qjW_ABDYhdMAkkLsjuJ8T4x1DT5MilT6fGY/s1600/social-but.png) -232px 0;
 position: relative;
 width: 58px;
 height: 58px;
 }

.soc-rss:hover {
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8STSMp-a2uYshEjrtIKyUENkXriyGWN_5kIlczTBWokL9IN27-fNIWsgQiAT_4uXtI1vDy_J7XdZeS7Q0UQUDWXSmeSH569dRoR_jfYA9qjW_ABDYhdMAkkLsjuJ8T4x1DT5MilT6fGY/s1600/social-but.png) -232px -58px;
 }
</style><br />
<br />
<div class="social-contain">
<ul id="social">
<li><a class="soc-fb" href="#" target="_blank"></a></li>
<li><a class="soc-twi" href="#" target="_blank"></a></li>
<li><a class="soc-gp" href="#" target="_blank"></a></li>
<li><a class="soc-pin" href="#" target="_blank"></a></li>
<li><a class="soc-rss" href="#"></a></li>
</ul>
</div>

  • Save It.
You have done if you need more info please let me know i will help you.

Css Animated Menu Widget for Blogger

Blog navigate is very important. Readers loves to stay those blog that's have easy navigate Menu and if you put cool CSS Animated Menu to your blogger its attract the user mind totally in your blog.

You also read my previous article about Simple settings for Firefox and Internet Explorer on Blogger

Let's see how to add CSS Animated Menu in Blogger


Just Follow These Simple Steps

  • Go to Blogger Dashboard
  • Click on Drop & Down Menu of your blog
  • Click layout >> and click Add a Gadget >> Html/Javascript 
  • Then paste the below code on it

<style>
#fbt-nav {margin:0 auto;list-style: none;width: 965px;height: 86px;overflow-y: hidden;}
#fbt-nav li {float: left;}
#fbt-nav li a {display: block;color: white;width: 120px;height: 61px;margin-top: 24px;text-decoration: none;text-align: center;}
#fbt-nav li a span.aname {font: bold 17px/61px "Arial";color: #fff;text-transform: uppercase;cursor: pointer;position: relative;top: 0;transition: top .5s ease;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);}
#fbt-nav li a img {position: relative;top: 0;transition: top .5s ease;}
#fbt-nav li a:hover {cursor: pointer;}
#fbt-nav li a:hover img {top: -85px;}
#fbt-nav li a:hover .aname {top: 85px;}
#fbt-nav li:nth-child(1) a {background: #150517;border-radius: 5px 0 0 5px;}
#fbt-nav li:nth-child(2) a {background: #3E3535;}
#fbt-nav li:nth-child(3) a {background: #4A4344;}
#fbt-nav li:nth-child(4) a {background: #595454;}
#fbt-nav li:nth-child(5) a {background: #616D7E;}
#fbt-nav li:nth-child(6) a {background: #5E5A80;}
#fbt-nav li:nth-child(7) a {background: #2B60DE;}
#fbt-nav li:nth-child(8) a {background: #38ACEC;border-radius: 0 5px 5px 0;}
</style>

<div id="fbt-nav">
<li> <a href="/"><span class="aname">Homepage</span> <img src="http://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/48/Places-user-home-icon.png" /> </a> </li>

<li> <a href="#"> <span class="aname">Archive</span> <img src="http://icons.iconarchive.com/icons/kearone/comicons/48/zip-software-icon.png" /> </a> </li>

<li> <a href="#"> <span class="aname">About me</span> <img src="http://icons.iconarchive.com/icons/aha-soft/standard-portfolio/48/About-icon.png" /> </a> </li>

<li> <a href="#"> <span class="aname">Our Blog</span> <img src="http://icons.iconarchive.com/icons/scoyo/badge/48/My-Blog-icon.png" /> </a> </li>

<li> <a href="#"><span class="aname">Science</span> <img src="http://icons.iconarchive.com/icons/iconshock/real-vista-education/48/technology-icon.png" /> </a> </li>

<li> <a href="#"><span class="aname"> Sports  </span> <img src="http://icons.iconarchive.com/icons/itzikgur/my-seven/48/Games-Soccer-icon.png" /> </a> </li>

<li> <a href="#"><span class="aname">Photos</span> <img src="http://icons.iconarchive.com/icons/apathae/satellite/48/2-Pictures-icon.png" /> </a> </li>

<li> <a href="#"> <span class="aname">Contact</span> <img src="http://icons.iconarchive.com/icons/deleket/soft-scraps/48/Email-Download-icon.png" /> </a> </li>
</div>
  • Then Click Save
  • View Your blog.
You have done!

If you need more help please hit a comment below i will reply you by same :)

Simple settings for Firefox and Internet Explorer on Blogger

You will have noticed , many of us are setting up our blogs with our standard , that the image of the pattern changes when you visit your page from another Browser. Many of us who deal with the Blogger work in Chrome. So far I consider him the most reliable ( I speak always about Blogger and not Pages on other platforms ) .

As a second option I prefer Firefox, but lately I realized that I do some thing . Some settings in relation to the dimensions of my change.



So we need to find some code that intervenes only in these specific Browsers .
It's very simple.
To make settings in Internet Explorer use the following code above the tag </ head>:


<! - [if IE]>
<style>
The CSS CODE WHO WANT TO MAKE A PARTICULAR SET
</ style>
<! [endif] ->
To make settings in Mozilla Firefox use the following code above the tag </ head>:

 <style>
@-moz-document url-prefix () {
The CSS CODE WHO WANT TO MAKE A PARTICULAR SET
}
</ style>


How To Add SEO friendly Meta tags for blogger

After my previous article about How To Add Favicon in Blogger Tutorial today i am going to share How To Add SEO Friendly Meta Tag For Blogger (Blogspot) Blog.

Meta tags are very important factor for blogger. It's provide our blog details to search engines crawler.It is like as a SEO work.



Lets See How To Put Meta Tags in Blogger For SEO

Step 1.
Login to Blogger >> Go to Dashboard >> Template >> Edit Html

Step 2.
Find the following code [Tip: Press  Ctrl+F anywhere in template editor]

<head>
Step 3.
After this tag paste the following code.

<meta content='Your Blog Description' name='description'/>
<meta content='Keyword1,Keyword2,Keyword3' name='keywords'/>
<meta content='Author Name' name='Author'/>
<meta content='Author Email Address' name='Email'/>
<meta content='all' name='robots'/>
<meta content='index, follow' name='robots'/>
<meta content='Language Name' name='language'/>
<meta content='Country Name' name='country'/>
<meta content='blogger' name='generator'/>

Step 4.
Replace all the RED words with your own need.
Click on Save Template .

You have done if you face any problem to intall this tag in your blogger blog please let me know in comment i am glad to see your comments here. :)