An Idiots Guide To The Best Business Strategy

We figured out that it is the right time to post on “An Idiots Guide To The Best Business Strategy” after reading through all the over-amped business strategies which are making use of Bell-curves and survey methods, the post would provide as the simple refresher on what is really matters in a business strategy, it would be very easy for an enthusiastic entrepreneur to get down in the weeds and forget the core matter.

 

Image Source

FIGURING OUT WHAT TO DO

Some of the persons would be smart enough to recognize what they want to do the best example is Steve Jobs, and some of them have stumble upon a business the best example for that is Mark Zuckerberg and finally comes the people who has to undergo some research and soul-search on what kind of business they should do the best example for that kind is a person like you, therefore it is good to start by thinking of a business in which really you are interested in and then you can survey the friends or family about how feasible you think about the business idea might be, and if they are using it what would be the coast they will be paying for it? Etc…

MAKE IT PERFECT OR JUST RELEASE

Most of the people would end up being wannabepreneurs, it means that the people would only talk and they will not do any thing about the business, it is happening because of the only reason that they might be sacred, but at the same time it happens because some of the wannabepreneurs tries to make their products or service “perfect” before the launching happens. This is a very poor strategy, the very best way to test the service is to actually release it and smoothen the wrinkles as they go! If we wait for a very long time there is a possibility that our market might change trends and then we need to rework our business model again, therefore it best to go with the flow and to just launch it!

MARKET AS MANY AS POSSIBLE

The major problem with most of the people who startup the business is that they usually cater to only a very small pool of customers. Obviously considering the population on the whole earth, the very small pool is enough to make us a millionaire. If a situation arises like after promoting a product and no one buys it, it is for sure because we still have not reached the people who could shoot the best customer pool. We should expose the products and services to potential customers, so that we could end up with the probability of ending up with best sales.

This is Guest post by SGS Mediasoft. Check out there Ten Additional Tips To Grow The Blogging Business

6 CSS3 Buttons With Hover Effects

CSS3 ButtonsToday we decided to present some cool CSS3 buttons. These are 6 types of different buttons like blue, purple, red, green, blue, orange. These CSS3 buttons are compatible with Mozilla Firefox, Chrome, Safari, Opera, IE9(As it supports CSS3 now) and all other major browsers too.

These buttons do not use any background images, therefore these are purely CSS3 buttons with include hover effects.You can add them to any where in your wordpress and blogger blogSee Also New Floating Social Media Buttons With Cool Effect.

1. Adding Css for Cool CSS3 Buttons:

Place below css in your Theme files where you other CSS is located like style.css

1. Cool White CSS3 Button with Hover Effects

.btn a {background:#B0B0B0; margin:0; padding:3px 10px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; -webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; display:inline-block; color:#FFF; font-size:12px; font-family:Georgia,serif; text-decoration:none; vertical-align:middle}
.btn a:hover{background:#3C3C3C; -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease;}
.btn:active{-webkit-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); -moz-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); box-shadow:inset 0 0 8px rgba(0,0,0,0.6)}

2. Cool Red CSS3 Button with Hover Effects

.redbtn a {background:#F0C3C3; margin:0; padding:3px 10px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; -webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; display:inline-block; color:#FFF; font-size:12px; font-family:Georgia,serif; text-decoration:none; vertical-align:middle}
.redbtn a:hover{background:#FF4242; -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease;}
.redbtn:active{-webkit-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); -moz-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); box-shadow:inset 0 0 8px rgba(0,0,0,0.6)}

3. Cool Purple CSS3 Button with Hover Effects

.purplebtn a {background:#FFC6FC; margin:0; padding:3px 10px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; -webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; display:inline-block; color:#FFF; font-size:12px; font-family:Georgia,serif; text-decoration:none; vertical-align:middle}
.purplebtn a:hover{background:#FF2BF4; -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease;}
.purplebtn:active{-webkit-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); -moz-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); box-shadow:inset 0 0 8px rgba(0,0,0,0.6)}

4. Cool Blue CSS3 Button with Hover Effects

.bluebtn a {background:#A3D1FF; margin:0; padding:3px 10px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; -webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; display:inline-block; color:#FFF; font-size:12px; font-family:Georgia,serif; text-decoration:none; vertical-align:middle}
.bluebtn a:hover{background:#0037FF; -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease;}
.bluebtn:active{-webkit-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); -moz-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); box-shadow:inset 0 0 8px rgba(0,0,0,0.6)}

5. Cool Green CSS3 Button with Hover Effects

.greenbtn a {background:#B9F1C0; margin:0; padding:3px 10px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; -webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; display:inline-block; color:#FFF; font-size:12px; font-family:Georgia,serif; text-decoration:none; vertical-align:middle}
.greenbtn a:hover{background:#00CF1C; -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease;}
.greenbtn:active{-webkit-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); -moz-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); box-shadow:inset 0 0 8px rgba(0,0,0,0.6)}

6. Cool Orange CSS3 Button with Hover Effects

.orangebtn a {background:#EECB84; margin:0; padding:3px 10px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; -webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; display:inline-block; color:#FFF; font-size:12px; font-family:Georgia,serif; text-decoration:none; vertical-align:middle}
.orangebtn a:hover{background:#FF7700; -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease;}
.orangebtn:active{-webkit-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); -moz-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); box-shadow:inset 0 0 8px rgba(0,0,0,0.6)}

How to Add These Buttons In Post

Place below codes where you want these buttons to appear.

For White Button

<a class=”btn” href=”YOUR LINK HERE” rel=”nofollow” style=”float: left;” target=”_blank”><span style=”display: inline-block;”>Link Text</span></a>

For Red Button

<a class=”redbtn”  href=”YOUR  LINK HERE” rel=”nofollow” style=”float: left;” target=”_blank”><span style=”display: inline-block;”>Link Text</span></a>

For Purple Button

<a class=”purplebtn”  href=”YOUR  LINK HERE” rel=”nofollow” style=”float: left;” target=”_blank”><span style=”display: inline-block;”>Link Text</span></a>

For Blue Button

<a class=”bluebtn”  href=”YOUR HOMEPAGE LINK HERE” rel=”nofollow” style=”float: left;” target=”_blank”><span style=”display: inline-block;”>Link Text</span></a>

For Orange Button

<a class=”orangebtn”  href=”YOUR LINK HERE” rel=”nofollow” style=”float: left;” target=”_blank”><span style=”display: inline-block;”>Link Text</span></a>

For  Green Button

<a class=”greenbtn”  href=”YOUR LINK HERE” rel=”nofollow” style=”float: left;” target=”_blank”><span style=”display: inline-block;”>Link Text</span></a>

You just need to replace YOUR LINK HERE, with your ur Link, Link and link. And you can also change text to display with your text.

That’s….. Enjoy!

Top 10 Off Page SEO Techniques

There are many bloggers in this world who just blog for fun and take this field as part time but some bloggers take blogging seriously and take there blogs to the highest level with the help of SEO. There are basically two type of SEO On Page SEO and Off Page SEO. We have already shared Top 10 Killer On Page SEO Techniques and now its time for Top 10 Off Page SEO techniques. Creating and managing a blog is only the first part of your blogging career and customizing your blog for search engines is the next and most important part. So here are few tips which may be helpful to newbie bloggers.
top 10 Off Page SEO Techniques

1. Submit your blog to Web Directories.

This is the very old method to tell the world that your blog exists but might not be as useful as it was before still if you submit your blog to highly relevant high page rank web directories than it still helpful for your blog. There is no rocket science involve in this just submit your blog and if approved your blog will be listed for life time. Some directories may require you to exchange link with them and some allow free and paid listing. Always submit your blog to category which is most relevant to your blog so that you get maximum benefit from web directories. Popular web directory examples are Yahoo Directory, Dmoz.org and Technorati.com etc.

2. Submit your blog to Article Directories.

Another great way to get free traffic, recognize your blog on internet and get back-links. Article directories are usually are of high page rank and submitting your articles means high value to your content and one way backlink from high page rank website. Don’t over do through and only submit your articles to the high quality article directories like Ezinearticles.com, Goarticles.com, Articlesbase.com etc.

3. Forum Posting.

You must join at-least 3 to 5 forum related to your blog niche in order to get benefit from forums. The main purpose of forum posting is to get free instant traffic for your website and when you got some respect in forums than you can add your blog link in your signatures. Many forums allows your blog link to be do-follow which means full link value. You can very easily find forum related to your blog niche by search the keyword with Forum like “WordPress Forum” etc.

4. Social Bookmarking.

As soon you publish new article on your blog adding your article to social bookmarking websites is going to help it spread more across the internet. Social bookmarking websites are given importance by search engines because these websites are updated daily. Submitting your articles one by one to many social bookmarking website can be very irritating and time consuming so there are websites like SocialMarker.com which allow you to create account once than submit your article on this site and SocialMaker will do the rest for you.

5. Comments.

Leaving comments of other blog related to your blog niche can be very helpful in order to get instant free traffic and back-links. Although not all blogs will allow dofollow back-links but you can find dofollow websites. Also there are many websites which have CommentLuv plugin enabled in it which allow to leave back-link of your article with full title in anchor text which is very useful for your website SEO. You can down a list of CommentLuv enabled blogs list here which is released by iTechCode

6. Social Networking.

Lots of people underestimate the power of social networking websites but let me tell you that many blog on internet are only getting traffic from social networking giants like Facebook, Twitter etc and in huge numbers too. In order to get traffic from search engines you have to work very hard and its a time consuming process where as getting traffic from social networking websites is much easier. Try to add as many bloggers as you can in your profile and participate in groups where blogger meet.

7. RSS Submission.

RSS feed directory submission websites work exactly like social bookmarking websites but here you blog feed is being shared rather than blog pages. People visit these RSS submission websites daily and when ever they found interesting stuff they will visit that site. So if they like your blog than they visit and you get the traffic you want. Also you will get free back-links and some time these websites do the magic and you will get a flood of traffic. You can find a list of RSS Submission websites here.

8. Link Baiting.

Link baiting is a term used when some one picks up some content from your blog and than give reference of your blog in the article. That way you get backlink but for this practice we have to respect other so that they respect us. For example if you pickup some content or image from any website and don’t give credit to the website than how can you expect this from others. So for this to work you have to write long and creative articles which really attract users so that they share it with others.

9. .EDU & .GOV Backlinks.

If you want to achieve success quickly in blogging than try to build .EDU and .GOV backlinks to your blog and see the magic. Search engines highly respect .GOV and .EDU websites and link back from these means that you will be on first page of Google.

10. Guest Posting.

Really popular now a days and so many bloggers are successful just this one technique. In guest posting you have to write articles for other blogs and in return you get the traffic and 2 quality one way dofollow back links. Almost all blogs have enabled this option which means endless you can submit your posts to unlimited blogs. But again key is that always submit your articles to high page rank and related blogs for higher return.

New Mashable Style Social Subscription Widget

Today we comes with New Mashable Style Social Subscription Widget.  You can add this to your wordpress or blogger/blogspot blogs. It includes Like Button, Google+, Twitter follower with a cool subscribe box. New Mashable Style Social Subscription Widget an attractive subscription form that will further increase the number of your Email subscribers. The conversion didn’t took me very long and I am pleased to present it to all of you. Kindly see a demo first:

 Live Demo

Adding New Mashable Style Social Subscription Widget

You just need to place a code to your blog widget Follow following steps to add New Mashable Style Social Subscription Widget to WordPress and Blogger.

Adding To Blogger

  1. Go to Design > Page Elements.
  2. Click Add A Gadget.
  3. In Add A Gadget window, select HTML/Javascript .
  4. Copy the code below and paste it inside the content box.
  5. Save the gadget.
  6. Drag the gadget and reposition it under Blog Posts gadget.
  7. Click Save button (top right hand corner).

Adding To WordPress

  1. Go to Dashboard > Appearance > Widgets > Available Widgets.
  2. Drag Text widget into a sidebar.
  3. Paste in the code.
  4. Save.

Note: If This widget is not working on you blogspot and wordpress blogs then download this code   and place it as a widget nstead of give below.

<style>
    /* Social Widget */
    #ABT-mashable-bar {
        border: 0;
        margin-bottom: 10px;
        margin: 0 auto;
            width:300px;
    }
    .fb-likebox {
        background: #fafafa;
        padding: 10px 10px 0 10px;
        border: 1px solid #D8E6EB;
        margin-top: -2px;
            height:80px;
    }
    .googleplus {
        background: #F5FCFE;
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #ebebeb;
        border-right: 1px solid #D8E6EB;
        border-left: 1px solid #D8E6EB;
        border-image: initial;
        font-size: .90em;
        font-family: "Arial","Helvetica",sans-serif;
        color: #000;
        padding: 9px 11px;
        line-height: 1px;}
    .googleplus span {
        color: #000;
        font-size: 11px;
        position: absolute;
        display:inline-block;
        margin: 9px 70px;}
    .g-plusone {    float: left;}
    .twitter {
        background: #EEF9FD;
        padding: 10px;
        border: 1px solid #C7DBE2;
        border-top: 0;}
    #mashable {
        background: #EBEBEB;
        border: 1px solid #CCC;
        border-top: 1px solid white;
        padding: 2px 8px 2px 3px;
        text-align: right;
        border-image: initial;}
    #mashable .author-credit {}
    #mashable .author-credit a {
        font-size: 10px;
        font-weight: bold;
        text-shadow: 1px 1px white;
        color: #1E598E;
        text-decoration:none;}
    #email-news-subscribe .email-box{
        padding: 5px 10px;
        font-family: "Arial","Helvetica",sans-serif;
        border-top: 0;
        border-right: 1px solid #C7DBE2;
        border-left: 1px solid #C7DBE2;         background: #d3e0ed;
        border-image: initial;
       height:35px;}
    #email-news-subscribe .email-box input.email{
        background:#FFFFFF;
        border: 1px solid #dedede;
        color: #999;
        padding: 7px 10px 8px 10px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        border-image: initial;
        font-family: "Arial","Helvetica",sans-serif;}
    #email-news-subscribe .email-box input.email:focus{color:#333}
    #email-news-subscribe .email-box input.subscribe{
        background: -moz-linear-gradient(center top,#FFCA00 0,#FF9B00 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FFCA00),color-stop(1,#FF9B00));
        background: -moz-linear-gradient(center top,#FFCA00 0,#FF9B00 100%);
        -pie-background: linear-gradient(270deg,#ffca00,#ff9b00);
        font-family: "Arial","Helvetica",sans-serif;
        border-radius:3px;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border:1px solid #cc7c00;
        color:white;
        text-shadow:#d08d00 1px 1px 0;
        padding:7px 14px;
        margin-left:3px;
        font-weight:bold;
        font-size:12px;
        cursor:pointer;
        border-image: initial;}
    #email-news-subscribe .email-box input.subscribe:hover{
        background: #ff9b00;
        background-image:-moz-linear-gradient(top,#ffda4d,#ff9b00);
        background-image:-webkit-gradient(linear,left top,left bottom,from(#ffda4d),to(#ff9b00));
        filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#ebebeb);
        outline:0;-moz-box-shadow:0 0 3px #999;
        -webkit-box-shadow:0 0 3px #999;
        box-shadow:0 0 3px #999
        background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffda4d),color-stop(1,#ff9b00));
        background:-moz-linear-gradient(center top,#ffda4d 0,#ff9b00 100%);
        -pie-background:linear-gradient(270deg,#ffda4d,#ff9b00);
        border-radius:3px;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border:1px solid #cc7c00;
        color:#FFFFFF;
        text-shadow:#d08d00 1px 1px 0}
    #other-social-bar {
        background-color: #D8E6EB;
        box-shadow: 0 1px 1px #FFFFFF inset;
        padding: 0px;
        font-family: "Arial","Helvetica",sans-serif;
        font-weight:bold;
        overflow: hidden;
        border: 1px solid #B6D0DA;
           height:30px;
    }
    #other-social-bar ul {list-style: none outside none; padding-left: 4px;}
    #other-social-bar .other-follow {
        float: left;
        color:#1E598E;
        overflow: hidden;
        height:20px;
        padding:7px;
        width: 270px;}
    #other-social-bar .other-follow ul {
        list-style: none outside none;
        padding-left: 4px;}
    #other-social-bar .other-follow ul li {
        font-size: 12px;
        font-weight: bold;
        display:inline;
        border:0;
        text-shadow: 1px 1px white;}
    #other-social-bar .other-follow ul li a {
        font-size: 12px;
        color:#1E598E;
        font-weight: bold;
        display:inline;
        text-shadow: 1px 1px white;}
    #other-social-bar .other-follow li {
        font-size: 12px;
        font-weight: bold;
        display:inline;
        border:0;
        text-shadow: 1px 1px white;}
    #other-social-bar .other-follow li a {
        font-size: 12px;
        color:#1E598E;
        font-weight: bold;
        display:inline;
        text-shadow: 1px 1px white;}
    #other-social-bar .other-follow li.my-rss {
        background: url('http://3.bp.blogspot.com/-sR72SM_Wets/TwHZG9y4hXI/AAAAAAAAFv8/0bP2R3Qkl8c/s400/rss-16x16.png') no-repeat transparent;
        line-height: 1;
        padding: 0px 3px 1px 20px;
        width: 60px;
        margin-bottom:0px;
            margin-left:5px;}

    #other-social-bar .other-follow li.my-rss a, #other-social-bar .other-follow li.my-linkedin a, #other-social-bar .other-follow li.my-gplus a{
    text-decoration:none;
    }

    #other-social-bar .other-follow li.my-rss a:hover, #other-social-bar .other-follow li.my-linkedin a:hover, #other-social-bar .other-follow li.my-gplus a:hover{
    text-decoration:underline;
    }

    #other-social-bar .other-follow li.my-linkedin {
        background: url('http://madbaydesigns.com/shop/images/social_bookmarks/twitter.png') no-repeat transparent;
        line-height: 1;
        padding: 0px 3px 1px 20px;
        width: 60px;
        margin-bottom:0px;}
    #other-social-bar .other-follow li.my-gplus {
        background: url(http://4.bp.blogspot.com/-cC729VpBxrk/TwHZE71ZgoI/AAAAAAAAFvk/_UMyIgA8vj8/s400/gplus-16x16.png) no-repeat transparent;
        line-height: 1;
        width: 60px;
        padding: 0px 3px 1px 20px;
        margin-bottom:0px;}

    </style>

    <!--[if IE]>

    <style>
    #email-news-subscribe .email-box input.subscribe{
        background: #FFCA00;
        }
    </style>

    <![endif]-->

    <!--begin of social widget--> <div style="margin-bottom:10px;"> <div id="ABT-mashable-bar" > <!-- Begin Widget --> <div> <!-- Facebook --> <iframe src="//www.facebook.com/plugins/like.php?href=http://facebook.com/allbloggingtips&amp;send=false&amp;layout=standard&amp; width=200px&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;

    font&amp;height=100px&amp;appId=234513819928295" scrolling="no" frameborder="0" style="border:none; overflow:hidden; "></iframe> </div> <div> <!-- Google --> <span>Recommend us on Google!</span><div data-size="medium"></div> <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> </div> <div> <!-- Twitter --> <iframe title="" style="width: 300px; height: 20px;" src="http://platform.twitter.com/widgets/follow_button.html#_=1319978796351&amp;

    align=&amp;button=blue&amp;id=twitter_tweet_button_0&amp;

    lang=en&amp;link_color=&amp;screen_name=allbloggingtips&amp;show_count=&amp;

    show_screen_name=&amp;text_color=" frameborder="0" scrolling="no"></iframe> </div> 

 <div id="email-news-subscribe"> <!-- Email Subscribe --> <div>

    <form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=tntbystc', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
            <input type="text" style="width: 150px; font-size: 12px;" id="email" name="email" value="Enter Your Email here.." onfocus="if(this.value==this.defaultValue)this.value=&#39;&#39;;" onblur="if(this.value==&#39;&#39;)this.value=this.defaultValue;" />
            <input type="hidden" value="tntbystc" name="uri" />
            <input type="hidden" name="loc" value="en_US" />
            <input name="commit" type="submit" value="Subscribe" />
        </form>

    </div> </div>

<div id="other-social-bar"> <!-- Other Social Bar --> <ul> <li> <a rel="nofollow" title="RSS" href="http://feeds.feedburner.com/allbloggingtips" target="_blank">RSS Feed</a> </li> <li> <a rel="nofollow" title="linkedin" rel="author" href="AllBloggingtips" target="_blank">Twitter</a> </li> <li> <a rel="nofollow" title="Google Plus" rel="author" href="http://plus.google.com/44448117245314564536" target="_blank">Google Plus</a> </li> </ul> </div><div id="mashable" style="background: #e3e3e3;border: 1px solid #CCC;border-top: 1px solid white;padding: 1px 8px 1px 3px;text-align: right;border-image: initial;font-size:10px;font-family: "arial","helvetica",sans-serif;"> <span style="font-family: Arial, Helvetica, sans-serif;"></span></div></div>
    <!-- End Widget --> </div> <!--end of social widget-->

Make these important changes:

  • Replace AllBloggingTips with your Facebook username
  • Replace AllBloggingTips with your twitter username
  • Replace AllBloggingTips with your Feedburner title. Your Feedburner title is the word added at the end of your Feedburner link. Example: Allbloggingtips
  • Replace AllBloggingTips with your feedburner  link.
  • Replace Allbloggingtips with your Twitter profile link
  • Replace Google+Profile Link with your Google Plus profile link

5.   Hit save and you are all done!

Visit your blogs to see it working just perfectly. :)

I have set the width of the widget to 290px. If in case your sidebar is small or big, you may then have to adjust the two width values in brown highlight color. The first will set the width of the entire container and the second value will set the width of the subscription input box.

Credits:

You are most welcomed to share this widget with your readers. You will have to give credits to AllBloggingTips blog by attaching a link back to this post. You may also give credits to the author for the wordpress version of this sharing plugin.

7 Linking Tips to Get Your Website Hit #1 Spot on Google

Ever wonder how popular websites can hit #1 spot on Google easily? They are implementing some SEO strategies that most newbie webmasters don’t know about. If you want your website to get #1 position on Google search result for your target keyword, you have to apply the right linking strategy.Here are 7 linking tips to get your website hit #1 spot on Google:

google no 1

 

1. Linking from popular websites

What website should you consider linking to? The most important requirement is that the website must be popular enough in your niche. Linking from popular websites will give your website a quick boost in your SEO rank. So, if you want to have a quick boost in your SEO rank, you have to find some popular websites and make some efforts to get backlinks from those websites.

2. Don’t give links to low quality websites

Your outgoing links will also affect your website rank. So, be mindful when linking to other websites because it will either give you positive score or negative score for your search engine position. Generally, the first rule is to never give link to low quality websites, especially if the websites are unrelated with your niche. Search engine depends on relevancy when they give rank to your website, so be sure to link only to high quality and highly relevant websites.

3. Don’t get your links by spamming

Usually, automated link building don’t last long, especially link spamming method. Blasting your spammy links to thousands of blogs, either low or medium quality, will only boost your rank in the short time. Once Google spots your game, your website will lose its rank gradually.

4. Outrank your competitor

Look at your actual competitors on the keyword that you target. Take a peek of the #1 spot for your target keyword. Analyze your competitor. Use SEO Quake plugin for Firefox to get some good information about your competitor. Look at the backlinks that it has. Now, what you need to do is to outrank your competitor by giving your website more backlinks.

5. Interlink your related pages

Interlinking increases relevancy for your web pages. Most blogs can achieve high rank in the search engine because they have good interlinking structure. So, don’t just publish your post. Link it with other relevant posts so that people can know better about the thing that you’re talking about. Interlinking will help your visitors and the search engine.

6. Use Digg and submit your link there

Digg is a powerful bookmarking website that you can use to boost your website ranking and create a buzz about your website. If you only need to use one bookmarking website, make sure to use Digg in your website promotion. This platform will give you many advantages, including boosting your website rank instantly.

7. Reciprocal linking

The last tip that you can use to hit #1 spot on Google is to do some reciprocal linking campaign. You don’t have to exchange links with hundreds of websites because it will be considered spam by the search engine. Instead, you only need to give 5 reciprocal links to other highly relevant and high quality websites.

Those are 7 linking tips that you can use to boost your rank in the search engine. Securing the first spot on Google search result is not a complicated task to do. If you follow those tips, you will be able to place your website in #1 spot on Google for your target keywords easily.

Author Bio:

Sandipan Mukherjee is a 23 year old blogger from Durgapur(India). He is the owner of Crystal Articles and iTechboy. He blogs at Technozeast and Techfume.