Sunday, March 31, 2013

Attractive Simple CSS3 Navigation for Blogger

Navigation bar  helps  to make your blogger attractive.So, in this post im gonna explain how  to add attractive simple Css3 navigation bar for your blogger. Actually this is simple menu.Its  include nice  hover colors.This is easy to customize who are good at HTML and CSS. You can take look in demo page.

Attractive+Simple+CSS3+NavigationDemo

How to add Attractive Simple CSS3 Navigation

1. Log in to blogger account and Click drop down.
blog-post-option
2. Now select "Template" Like Below.

Select-template
  
3. Find this tag by using Ctrl+F    ]]></b:skin>

4. Paste below code Before ]]></b:skin> tag

/* The CSS3 Code for the menu starts here bloggertrix.com */
#btrixsimplemenu{
 clear:both;
 margin:5px auto;
 border:0px solid #000;
 font-size:12px;
 font-family: verdana;
 height: 236px;
}

ul#li{color:black;}
ul#level-one{
 width:700px;
 height: 36px;
 position: relative;
 list-style: none;
 line-height:36px;
 background:#f0f0f0 url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjO97H-swr-rkSM3HywC5ygJCtxyvspKeQSZD2py9kRTE2SHwSah5PoU3P0QBCIfKMUltN2HAVShTKrtEQDP8YQmE9g6b0IIuLICqng59uL8cv4VpRe6YnwDf0_0vQvowaB44cQSD6Fgug/s1600/btrix_menu-back.png") repeat-x bottom left;/* for non-css3 browsers */
 background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f0f0f0)); /* for webkit browsers */
 background: -moz-linear-gradient(top,  #FFFFFF,  #f0f0f0); /* for firefox 3.6+ */ 
 border:solid 1px #4d4d4d;
-moz-border-radius-topleft: 11px;-moz-border-radius-topright:11px;-moz-border-radius-bottomleft:11px;-moz-border-radius-bottomright:10px;-webkit-border-top-left-radius:11px;-webkit-border-top-right-radius:11px;-webkit-border-bottom-left-radius:11px;-webkit-border-bottom-right-radius:10px;border-top-left-radius:11px;
border-top-right-radius:11px;
border-bottom-left-radius:11px;
border-bottom-right-radius:10px;
}
ul#level-one li{
 width:80px;
 float: left;
 font-weight: bold;
 font-family: Arial;
 padding-left: 12px;
 border:solid 0px #000000;-moz-border-radius-topleft: 11px;-moz-border-radius-topright:11px;
-moz-border-radius-bottomleft:11px;-moz-border-radius-bottomright:10px;-webkit-border-top-left-radius:11px;-webkit-border-top-right-radius:11px;-webkit-border-bottom-left-radius:11px;-webkit-border-bottom-right-radius:10px;
border-top-left-radius:11px;
border-top-right-radius:11px;
border-bottom-left-radius:11px;
border-bottom-right-radius:10px;
}
ul#level-one li:hover{
 background:#FFA500;
 border:solid 0px #000000;
-moz-border-radius-topleft: 11px;-moz-border-radius-topright:11px;-moz-border-radius-bottomleft:11px;-moz-border-radius-bottomright:10px;-webkit-border-top-left-radius:11px;-webkit-border-top-right-radius:11px;-webkit-border-bottom-left-radius:11px;-webkit-border-bottom-right-radius:10px;
border-top-left-radius:11px;
border-top-right-radius:11px;
border-bottom-left-radius:11px;
border-bottom-right-radius:10px;
}
ul#level-two,ul#level-three,ul#level-four{
 list-style: none;
 background:#FFA500 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGc9fidYElhIZGRU25kjXF1LnHaBAKgn4uklw1NY_R6uO43f6saIcG6VdfG6smWFD7SBuVg0zQd4U20yMPmAIujAlNmab34CM9kPDiJ9iEKdP-9gZ5VasCC7-tcXM3eIAFuFIznPUmSNo/s1600/btrix_menu-grad.png) repeat-x bottom left; /* for non-css3 browsers */
 background: -webkit-gradient(linear, left top, left bottom, from(#FFA500), to(#FF4500)); /* for webkit browsers */
 background: -moz-linear-gradient(top, #FFA500, #FF4500); /* for firefox 3.6+ */ 
 display:none;
 position:absolute;
 top:36px;
 padding:0;
 width:200px;
 height:240px;
 border:0px solid red;
}
ul#level-two li,ul#level-three li,ul#level-four li{
 width:196px;
 padding-left:4px ;
 line-height: 30px;
}
ul#level-two li:hover{
 background:#f0f0f0 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1dX15scIUMAB1DjwEja3lWs2NXPkO9wr7evRsavywQ8GaWaL6n0lkeuUin4T80f_4oAHuBcfxbxDg775xHGyGH9asVdmjYS8tm2DpTj2HXTKo4cEHGA0x1CTRQC2L9DoLe0yoiwbJL0Q/s1600/btrix_menu-li.png) repeat-x bottom left;/* for non-css3 browsers */
 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c0c0c0)); /* for webkit browsers */
 background: -moz-linear-gradient(top,  #fff,  #c0c0c0); /* for firefox 3.6+ */ 
border:solid 0px #000000;
-moz-border-radius-topleft: 11px;-moz-border-radius-topright:11px;-moz-border-radius-bottomleft:11px;-moz-border-radius-bottomright:10px;-webkit-border-top-left-radius:11px;-webkit-border-top-right-radius:11px;-webkit-border-bottom-left-radius:11px;-webkit-border-bottom-right-radius:10px;
border-top-left-radius:11px;
border-top-right-radius:11px;
border-bottom-left-radius:11px;
border-bottom-right-radius:10px;
}
ul#level-one li:hover > ul#level-two,ul#level-one li:hover > ul#level-three,ul#level-one li:hover > ul#level-four {
 display: block;
}
a{
 width:200px;
 text-align: center;
 text-decoration: none;
 color:#000000;
}
ul#level-three li:hover{
 background: #00BFFF url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKb8L04JwD_N_TGELvvyYxEJhQVWQ2vr4OuMN3aZrHcn7NZxXPlx0QVtAlQ5oG7GTKf5i7gObDCyF7CEqedZZvyEIywfRelAWZmIMg2aI_KrqbwRLHuFZzYGOJaT9Upf4oWoTdU-6xj00/s1600/btrix_menu-li-blue.png) repeat-x bottom left;
 background: -webkit-gradient(linear, left top, left bottom, from(#00BFFF), to(#1E90FF)); /* for webkit browsers */
 background: -moz-linear-gradient(top, #00BFFF, #1E90FF); /* for firefox 3.6+ */ 
 border:solid 0px #000000;
-moz-border-radius-topleft: 11px;-moz-border-radius-topright:11px;-moz-border-radius-bottomleft:11px;-moz-border-radius-bottomright:10px;-webkit-border-top-left-radius:11px;-webkit-border-top-right-radius:11px;-webkit-border-bottom-left-radius:11px;-webkit-border-bottom-right-radius:10px;
border-top-left-radius:11px;
border-top-right-radius:11px;
border-bottom-left-radius:11px;
border-bottom-right-radius:10px;
}

5. Go to blogger and click Layout

6. Click Add Gadget and select 'HTML/Javascript

7. Paste below code.

<div id="btrixsimplemenu">
<ul id="level-one">
<li><a href="#">Home</a></li>
<li>Campaign 
 <ul id="level-two">
<li><a href="#">sub-Second</a></li>
<li><a href="#">sub-Second</a></li>
<li><a href="#">sub-Second</a></li>
<li><a href="#">sub-Second</a></li>
<li><a href="#">sub-Second</a></li>
<li><a href="#">sub-Second</a></li>
<li><a href="#">sub-Second</a></li>
<li><a href="#">sub-Second</a></li>
</ul>
</li>
<li>Download
 <ul id="level-three">
<li><a href="#">sub-Second</a></li>
<li><a href="#">sub-Second</a></li>
<li><a href="#">sub-Second</a></li>
<li><a href="#">sub-Second</a></li>
<li><a href="#">sub-Second</a></li>
<li><a href="#">sub-Second</a></li>
<li><a href="#">sub-Second</a></li>
<li><a href="#">sub-Second</a></li>
</ul>
</li>
<li>List
 <ul id="level-four">
<li><a href="#">sub-Second</a></li>
<li><a href="#">sub-Second</a></li>
<li><a href="#">sub-Second</a></li>
<li><a href="#">sub-Second</a></li>
<li><a href="#">sub-Second</a></li>
<li><a href="#">sub-Second</a></li>
<li><a href="#">sub-Second</a></li>
<li><a href="#">sub-Second</a></li>
</ul>
</li>
<li><a href="#">About</a></li>
<li><a href="#">Demo</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>

8. Now save your HTML/Javascript'.

    You are done...
Read More

Saturday, March 30, 2013

Benefits of online SEO tools

When I was a kid, and there was a term I didn’t understand, I would run up to mom and ask her what it was. My mother, for  me,  was  the  universal  thought  database,  and  could never  be  wrong. Today,  however, when our  kids have any doubts  they  prefer to ‘Google’  them,  which  only goes to show you  how  far reaching  the  effects  of Search Engine Optimization are.

SEO_Tools_benifits

SEO has permeated the business aspect of almost every field of commercial relevance today. In fact, we seem to be so steeped in the art of SEO, that to do without it is unthinkable.

Search Engine Optimization consists of two steps


1 Website Analysis

AND

2 The Optimization Process

It cannot be debated that search engine optimization is a long standing boon to businesses in general.
The practice has managed to become a ‘given’ in the workplace. And with the advent of user-friendly
technology, the most popular online marketing measure in existence.

Below are some of the current SEO tools that are making their mark on the Internet business front

* Google Webmaster Tools – keeps the user aware of popular keywords and indexes.

* Google Analytics – helps in website traffic and income analysis.

* Google Adwords Keyword Tool – informs the user about global search volume and related
   keywords for the search term.

* SEOmoz.com’s Ranking Checker – checks keyword rankings.

* Firefox's Web Developer Extension – Competition overview and SERP export tool.

* MultiRank Checker by iWebtool.com - runs bulk keyword ranking checks.

* Fiddlertool.com‘s Fiddler Web Debugging Proxy – records and analyses browser-server
   communication.

* WeBuildPages.com‘s Strongest Subpages Tool – conducts strongest web page content analysis.

* SEO Analyzer by sitening.com - helps in SEO site analysis.

Let us take a look at some of the benefits these SEO tools provide


* Improves your SEO Rankings
By linking yourself to popular search engine sites, you purchase their years of search expertise.
Their search efforts help your business secure a higher page ranking in overall SEO.

* Promotes Brand Awareness
SEO tools help promote your business, product or service, and create a brand image that the
average consumer can recognize. This is especially useful for new businesses or established
businesses with a lag in profits.

* More for Less
SEO as a mode of online marketing is by far the least expensive, but with the farthest reaching
effects. Moreover your extent of SEO efforts depends solely on your business plan and budget.

* Traffic Generator
SEO tools are invaluable in generating sales traffic to your company website, or bringing
attention to specific product offers or service initiatives.

* High Revenue
As your investment in search engine tie-ups is low, and these efforts in themselves bring in more
sales traffic, you end up earning a higher rate of revenue in the long run.

The use of SEO tools for analysis and marketing decisions could prove vital in today’s business world where the competition is not just ‘face to face’, but ‘link to link’.

If you would like to write for bloggertrix, check our guest posting guidelines
Read More

Friday, March 29, 2013

Stylish Social Media Widget with Search Box

In this  post  im gonna  explain  how to add social media  widget with light search box for your blog. So, this include two gadget.  social profiles  icons and search box. Im using css3 and HTML for this widget. you can take a look at in demo page.

Stylish+Social+Media+Widget+with+Search+Box

1. Log in to blogger account and Click drop down.
blog-post-option
2. Now select "Layout" Like Below.

3. Click Add Gadget and select 'HTML/Javascript

4. Paste  below code.

<style>
#btrixwidget{width:307px;
padding:0 0 5px 0;
border:1px solid black;}

#btrix-searchbox {
    border-radius: 5px;
    background: URL(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaYIfsBR7OKMwA67bc6YUPFPHyC9NQCjVhFgunGtdf03XlueS2PngPuWmKplejUXXe8RfILra-GCjrv2m_gIq6ElypvA3alUeGlX7kY9Jry4-5yXSBqoTq-_dvFJ5YLHnecYWZ-k5nGO1j/s1600/blue.png) no-repeat scroll center center transparent;
    width: 307px;
    height: 50px;
    disaply: block;
}
  
form#btrix-searchform {
    display: block;
    padding: 9px 16px;
    margin: 0;
}
  
form#btrix-searchform #s {
    padding-left: 24px !important;
    padding: 7.5px;
    margin: 0;
    width: 198px;
    font-size: 16px;
    font-family: georgia;
    font-style: italic;
    color: #666666;
    vertical-align: top;
    border: none;
    background: transparent;
}
  
form#btrix-searchform
#sbutton {
    margin: 0;
    padding: 0;
    height: 40px;
    width: 74px;
    vertical-align: top;
    border: none;
    background: transparent;
}
</style>

<div id="btrixwidget"><center>
<a href="http://twitter.com/bloggertrix" target="_blank" wrc_done="true"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidt68o9W-rAnmAjc_1msmXYENzYQ2lKsTl9DeaCJ0-Lcv_Twwg7obIv_Zi20rfQRBILMTVQkvnqKgh4sUzwVACglujfaqBZwwqg_9-kKS8R8d7ErgSVdmG1_Fg0sT3gVxIXiHC0VpN9hc/s1600/btrix-twitter.png" alt="" title="twitter" width="62" height="78" class="alignnone size-full wp-image-6249"></a>

<a href="http://www.facebook.com/bloggertrix" target="_blank" wrc_done="true"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9RkKx95iA1_TJPKY8QuKCZttMc3gF18_1-LRLGEW6TOdD6RPaHd1NwMGGlPQTAbhsenhT2EC1XEgVdd-F1UAU0_5Uzy4pjxERrm8Jrn3x6KozB1TJSjavnof0XDhEiYNb_ScEcbxRuY/s1600/btrix-facebook.png" alt="" title="facebook" width="62" height="78" class="alignnone size-full wp-image-6248"></a>

<a href="http://feeds.feedburner.com/bloggertrix" target="_blank" wrc_done="true"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDgWDgnX6ckWlvF0ZYKdGCuFfbVKV_zQ6MwPF7U2v07F17Etkizl46aRjp9Wnb9p9VVJIOUsoB2NaMR7K-EzFI-xnXZN2BVxuK76ED1kTP7nvddINLxDbeJ6pIgzEnT2rwI6IRcWhOWug/s1600/btrix-rss.png" alt="" title="rss" width="62" height="78" class="alignnone size-full wp-image-6251"></a>

<a href="http://au.linkedin.com/username" target="_blank" wrc_done="true"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGtED51H8L7umH-y-K4G-lPL0xu5-U-1gyb2s_7hyphenhyphenWZnfURwSQcaRy13t3fA3bhslk-FpZeoy1uS2QqnLAL-IGMZugneCj4mTKSK65leGVc5xV1har3PXzScFff0N2x22AyOiZLFkelZU/s1600/btrix-linkedin.png" alt="" title="linkedin" width="62" height="78" class="alignnone size-full wp-image-6250"></a>

<div id="btrix-searchbox">
    <form id="btrix-searchform" action="/search" method="get">
        <input type="text" id="s" name="q" value="Search..." onfocus='if (this.value == "Search...") {this.value = ""}'
        onblur='if (this.value == "") {this.value = "Search...";}' />
        <input type="image" src="http://img1.blogblog.com/img/blank.gif" id="sbutton"
        />
    </form>
</div>
</center>
</div>



Replace Bloggertrix with your twitter profile
Replace Bloggertrix with your facebook profile
Replace Bloggertrix with your feedburner profile
Replace Bloggertrix with your linkedin profile

7. Now save your HTML/Javascript'. You are done.
Read More

Thursday, March 28, 2013

SEO Basics that Every Blogger Should Know

SEO (Search Engine Optimization) is a topic that no fresh blogger  can afford to disregard. SEO practices can not  only  radically  boost  a  blog’s visibility but can also effect  substantial  cost  and time economies as well. If you’ve just commenced  blogging and are unsure  of  how  to  conduct  an  SEO  campaign, the ensuing fundamental guidelines will point you in the right direction:

SEO-Basics

SEO Basics Tips For Blogger


1. Have a Top-Notch Title

Your blog title is the first element your reader views (via the search engine result) and thus merits
particular mention. It is imperative to construct a strong and engaging title to garner maximum visibility and reader clicks - tips in this context:

a)  Make your title appealing, inventive, persuasive, and grammatically impeccable.
b)  Try to place your main keywords near the commencement of the title for greater reach.
c)  Ascertain that your title is concise (preferably under 70 characters) to prevent search engines from
      excising it.

2. Utilize Superior and Versatile Content


Apart from the title, you ought to always host high-quality and comprehensive material on your blog.
Further tips in this regard:

a)  Steadfastly employ well-written, straightforward, and grammatically precise language.
b)  Strive to host content that educates and apprises readers. Not only would such content engender
       increased user sharing but it will also generate more sanguine search engine ratings. For this
       purpose, you should harness high-quality plugins and other online instruments.
c)  Incorporating videos, music clips, and podcasts is a prudent idea as makes for a more immersive
     reader experience.
d)  Remember to keep the material original as Google and other engines have a zero-tolerance
      plagiarism policy.
e)  Update frequently to obviate monotony and loss of readership.

3. Practice Intelligent Keyword Use

Keywords are principal SEO components that are immensely beneficial for blogging success. Ensure that:

a) Your choice of keywords is founded on what’s currently relevant and popular with readers.
b) Your keywords reflect your blog theme and philosophy closely.
c) You embed your keywords at strategic spots in your blog like the title, headline, and posts as also
     in links and metadata content.
d) The keywords feature prominently at the beginning of your posts and then at adequately-spaced
locations.

4. Focus on Link-Building

Extensive linking to your blog from other online portals can dramatically ratchet your readership.
Detailed advice in this context:

e) Ascertain that the portals you associate with are reputable and popular for heightened link traffic.
f) Make sure your anchor text is succinct and corresponds to your main keywords.
g) Invariably employing superlative blog content is best way to guarantee back-linking success. Good
content will ensure repeat readership as well.
h) Write guest columns in other blogs and embed them with your blog’s links.
i) You can even ingrain inbound links to and from your own blog for optimal visibility.
j) Do not try to purchase links as this is viewed as Google and other top search engines view this as an
unethical trade practice.

5. Boost Your Infrastructure

To safeguard high SEO ratings, ascertain that your blog framework possesses technically advanced
codes, plugins, and permalinks. A potent infrastructure will also make your blog pages load speedily
thereby delighting your readers.

6. Be Active Online


The more you post, guest-comment, and are active on social networking sites, the greater will be your
blog’s reputation and influence. Note that Google now considers social media success as the chief
parameter for top SEO ratings.

7. Go For Independent Operation

For best results you should attempt to host your blog independently and even have a personal domain
name. These moves may involve increased expenditure, but will definitely improve your blog’s cachet as search engines favor blogs with autonomous structures. When choosing hosting and domain name service providers ensure that they offer competitive rates, all-embracing administrative choices, good security, and round-the-clock support.

This is a guest post by Mark Bennett of Onlinecomcast.com, a site that offers savings and current
information on comcast phone for home cable and internet.
Read More

Tuesday, March 26, 2013

Yellow Color Cloud Label Widget For Blogger


In this post im  gonna  explain  how  to add attractive Yellow cloud  label  widget for  blogger. So this labels are neat and  nice  looking, peoples  can find the any categories  easily. Few  months  ago  i published few post with   different  style  cloud  labels  with  various colors. If  this   is  not  match  for  you. you  can  find best one  from  below  list. I  cant  provide   demo  for  this   tutorial. If  you  have  any   problem  with   this tutorial. Just leave a comment or contact me.

Green Cloud Label widget for blogger
Orange Cloud Label widget for blogger
Blue Cloud Label widget for blogger
Get All here.

Yellow+Color+Cloud+Label+Widget

1. Log in to blogger account and Click drop down.
blog-post-option
2. Now select "Template" Like Below.

Select-template

3. Now you can see Live on blog, Click EDIT HTML Button"

4. Now click Proceed button.
   
5. Find this tag by using Ctrl+F    ]]></b:skin>

6. Paste below code Before ]]></b:skin> tag
/*-----Custom Labels widget by www.bloggertrix.com----*/

#Label1 a{float: left;
    font-size: 11px!important;
    line-height: 1em!important;
    display: block;
    margin-right: 7px;
    margin-bottom: 7px;
    padding: 7px;
    background: #ffd964 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLWYa7m9rdAHWlBWshNZ9OfICWq_nG9ScPX7vB2ZszNm2VnMK6ig_MEpT3mVxpm4P_0z3638pntQnA8B6mVmrWKauJ1IoJz_SFuVwq6rWl5_4mtf3eS626jWTiifO-r2TSIdRliPjLcN0/s1600/yellow-btrix.png);
    border: 1px solid #F9B653;
    color: #9C6533!important;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.1);
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#Label1 a:hover{background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3L8KnjvDZeBsKALbpx80jrTL3yJdlys4rj5D4JtBDB1XLMLFZjFEzGeCpxZatjEcCxl3VHCjqcv5kEGnDjxWu7ichqVzODiPW8b2n4Fl4DXszGQ9m99Elw2QY3jS-MbcdLxttyxTHXC4/s1600/yellow-btrix-hover.png);}
#Label1 a:active { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioOvMlaVyNOsfSOgC88MucLzF95ZZpbkfbMOVam1IF03hei52ZF4KrhR_eZ21uHNjCmif_LqymUuAT0_IYIgvX5XDIhcdPMEufd1Wav-jMdb6cRQuKjFnZ7XPcRUGhOUYQd9Iu5UBQO9U/s1600/yellow-btrix-active.png); }

7. Now Click  Save Template.

    You are done...
Read More

Monday, March 25, 2013

Handy Tools for the Beginners to Start SEO Campaign

These days, you must have noticed that every business professional  prefers  to adopt search  engine optimization  techniques (SEO) to  make   his site visible in the search  engine  result  pages. The purpose  is to attract more  visitors towards  the site in order to increase the
probability of sales.



SEO is all about Selecting Right Tools

Keep in mind that an effective SEO of any site is dependent on the selection of efficient SEO tools. Different kinds of SEO tools are available these days with the help of which you can gauge that whether your SEO efforts are going in right direction or not. These tools aid the SEO experts to conduct keyword research as well as to check page rank, backlinks’ strength, indexed pages, and much more. Hence, you can say that SEO tools are actually everything in SEO process.

Tools For your SEO Campaign

Here are few SEO tools and sites, which every SEO expert should know if he is starting ecommerce SEO campaign for the first time. The details are as follows:

1. OnlineSEOTools.org

There have SEO tools collection. You can get a Top Three Online SEO Tools on there.
Just reviews of the top online tools here.You can get the summery of these three SEO tools on there.
Basically you will get following three tools in this site.

     • Ziffen Tools
     • SEOmoz
     • Hubspot

2. SEOQuake

It is an add-on tool, which works well with Opera browser, Firefox, and Chrome. You can use this tool to make sure that the website is of high quality or not and to achieve this purpose, it helps in analyzing the followings:

     •Page Rank
     •SEMRush Links
     •Number of external and internal backlinks
     •Google and Bing Indexed Pages
     •Alexa rank
     •Keyword Trends

Besides analyzing all above-mentioned parameters, this add-on also assists in On- page SEO activities.

2. Google Analytics

Here you need to understand that the basic aim of SEO is to get more traffic on the site. If this is the actual purpose then one must need to monitor it as well and for this, the best SEO tool is Google Analytics. This tool actually helps the expert is finding out the sources, which are generating traffic. These sources include social media, traffic, referral sites, etc. Apart from this, with the help of this tool, you can create conversion funnels with the help of which you can analyze how people are responding to your actions in order to assess your navigation process.

3. Opensiteexplorer

It is a web tool, which proves handy while evaluating the progress of your SEO campaign, search engine quality of competitors’ site and potential link partners’ site.

4. SEOMoz Pro

It is one of the best tracking tools available these days with the help of which you can assess your SEO campaigns. Based on the results of SEOMoz Pro, you can design the strategies to make your next SEO campaigns worthy.

Apart from these tools, you can also consider many others SEO tools for distinct
purposes. The details are as follows:

     • Backlink Checker to determine incoming links of any particular domain
     • Keyword Density Checker to check the density of the keyword in you content
     • SEO Writer to create SEO content
     • HTML Optimizer to optimize HTML code
     • Meta Tag Extractor to extract the meta-tags of the website
     • Robots.txt Checker to view site’s robots.txt files
     • Complete Ranking Checker to analyze rank, unique visitors, and frequent visitors.

Overall, you can say that SEO is nothing if you do not have right tools to analyze the effort. Without these tools, it is just like doing things in dark, which will waste your time and effort. Thus, get the rights tools to implement the strategy in the right manner.

Author bio:
This guest post is written by Muhammad Azam who is a professional blogger. He generally writes on tech and online marketing related topic such as SEO, SEM, Mobile phone apps, etc. You can also follow him on his twitter at https://twitter.com/aagohar
Read More

Sunday, March 24, 2013

How to Hire An SEO Expert?

It is crucial for any company to stay on top of search engine results.  As  all  businesses  have realized the benefits  of  getting a  good rank   on search engines, there  is  a  race to  reap the  benefits of good search engine optimization techniques. However, this is not possible without the proper knowledge about search engine  optimization   (SEO).   To  be  successful  in search engine optimization,  an SEO expert must be hired. Here  the crucial  question comes to the mind how to hire a good SEO expert in order to achieve good results in search engine optimization?

SEO_expert

Look at the SEO Portfolio: The first step in hiring the SEO expert is to ensure that they have achieved success in this field. Past records and testimonials from other clients are a good place to start. The first thing you must do is to look at their portfolios and analyze the results generated by the SEO professional for his/ her client.

Ethical Working Strategy: Ensure that the SEO expert follows ethical working strategies. His work should be organic and he should follow white hat techniques to get the rankings. It is important that you do not compromise here. Following a proper and effective working strategy is very important.

Appropriate Investment: Any company, be it large or small, has no need of spending too much simply on SEO. You should know how much to spend and when to spend. Only certain amount should be allocated for a given period of time.

Transparency: You must make sure that you communicate the kind of work and result you are expecting from them. If you make it clear in advance, then it would be easier for them to decidethe amount and the kind of work to be done for your project.

Access to latest technologies: The internet is ever changing. What is ‘latest’ today may become obsolete within the matter of a few months. Make sure that the expert you are hiring has access to latest tools and technologies. They should not be outdated with regards to the techniques they employ for their clients’ work otherwise this will surely affect the quality of the result you get. There are many effective tools available to give optimum results in your work. Hence, it is your right to know they are being used for your company’s project work.

Effective communication: Clarity in communication between the company and the client is very important as this will define the success of the company. Make sure that the expert you are hiring for your work is effective in communication with regards to the work. The work and more importantly, the result should be given to you in a well-documented way.

Adherence to Deadlines & Time: You can hire the expert on hourly, weekly or monthly basis. You can decide it upon the work you have for them. Thus, accordingly you can decide the payment to them as well. However, utilize the time you have allocated for them, to the maximum. This will be effective in increasing the efficiency of the work. In case you are hiring the SEO professional on timely basis, it is very important that he / she is dedicated enough to complete the project in the stipulated period, otherwise your cost of the project will unnecessarily increase.

You need to follow all the above-mentioned tips to hire an appropriate professional and achieve good results in search engine optimization. The World Wide Web is now the primary frontier for any brand or company to create their image and sell their products. SEO is not only important, but also necessary in today’s world where everything is becoming digital.

Author Bio:
Jacob is an SEO expert and has been successfully delivering good results to his clients since eight years of his existence in to the SEO industry. Also he loves to write for seo- optimization-experts.com
Read More

Saturday, March 23, 2013

Top 5 Tips to Ensure Result-Oriented Email Marketing

‘The money is in the list’, it is true for those, who consider email   marketing  technique   to  build  relations  with  the prospects. Every professional entity , who wants to deliver its message  to  the  target  customer  effectively  and effic- iently,  prefers  to consider  email marketing. The best part
is that email marketing can be done in various ways.Some of  the  handy  ways,  which  every  professional  business entity adopts, are as follows:

     • Drop a promotional message related to any new offer or discount facility in
         the inbox of your prospects and existing customers.
    • Send a newsletter to the people, who are interested in your products or
        services.

email-marketing

Now the question is how to ensure that the email marketing campaign will be effective and will serve the required purpose. There are many tips and tricks considering which you can ensure the success of your email marketing campaign. These worthy to know tips are as follows:

Tip # 1: Confirm the Purpose of Email

First of all, be sure about the purpose of your email marketing campaign. Is it about introducing a product to the prospects, or to inform your existing customers about your new launch? Keep in mind that if you will know the main objective of your email marketing campaign, only then you will be able to make it successful. Do not forget that ambiguity will lead you to failure for sure.

Tip # 2: Select the Right Database

Based on the purpose of your email marketing, the next tip is to make the selection of right database. For example, if your objective is to increase your database or to enhance your current number of customers, then sending emails to your existing clients will not serve the purpose. Besides this, make sure that you are sending emails to the IDs, which are active in order to deliver your
message safely.

Tip # 3: Focus on the Content of Your Email

Keep in mind that to make your email message more result-oriented, the need is to focus on the quality of your email content. Try to make it more engaging to grab the attention of your reader. Make your email subject line catchy. Try to keep the message short and easy to understand. Do not try to add too many images to it. In simple words, you can say that the purpose to focus the content
is to create the one, which is capable of holding the interest of the reader. Thus, it is suggested not to make your message too lengthy and do not ask too many personal details, as in this way, you reader will lose his interest.

Besides this, it is also recommended to proof the entire message at least twice before sending it to your database list. Keep in mind that if your message will have errors then it will create a negative impression on your prospects.

Tip # 4: Keep an Eye on ISP Terms and Conditions

Before clicking the ‘Send’ button, to know the terms and conditions of your ISP is of utmost importance, as it confirms the safe delivery of your emails at the required destination. Keep in mind that if you will exceed the limit, then ISP will mark you as a spammer and will block your emails to be delivered at your required email addresses, which will be a true inconvenience.

Tip # 5: Prefer Test Campaign

Here you need to understand that frequent emails from your side may annoy your customers, which is why it is advisable to conduct test campaign first. In this campaign, you have to select 10 to 15 recipients as target customers to send them your email. The feedback and bounce rate will determine the success rate of your email marketing. If everything is positive then start your email campaign to
reach rest of your database.

In nutshell, you need to understand that email marketing is not a rocket science. It is just a simple trick to reach your potential and current customers within no time. Keep in mind that in this regard, the best approach is to consider the above- mentioned tips to ensure better results of your efforts.

Author bio:
Jason Mowen is a Sydney based computer technician who enjoys blogging when he isn't fiddling with hardware. Jason often features in Latestcrunchs (latestcrunchs.com), a tech blog with the latest news and social media advice.
If you would like to write for bloggertrix, check our guest posting guidelines
Read More

Thursday, March 21, 2013

Simple Css3 Drop Down Navigation Bar For Blogger

In this tutorial im gonna explain how to add simple Css3 drop down  menu  bar for your  blogger  There are small icons  on  sub  menu. This  menu bar  works  with every internet  browsers.You can   link with  your main  pages by  using  this  navigation. Im   using  Css3  and  HTML, Just check out demo.Its easy to add to blogger get my


Demo

1. Log in to blogger account and Click drop down.
blog-post-option
2. Now select "Template" Like Below.

Select-template

3. Now you can see Live on blog, Click EDIT HTML Button"

4. Now click Proceed button.
   
5. Find this tag by using Ctrl+F    ]]></b:skin>

6. Paste below code Before ]]></b:skin> tag

/* The CSS Code for the menu starts here bloggertrix.com */
.btrix_menu,.btrix_menu ul,.btrix_menu li,.btrix_menu a {
 margin: 0;
 padding: 0;
 border: none;
 outline: none;
}
.btrix_menu { 
 height: 40px;
 width: 525px;
 background: #4c4e5a;
 background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
 background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
 background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
 background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
 background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
.btrix_menu li {
 position: relative;
 list-style: none;
 float: left;
 display: block;
 height: 40px;
}
.btrix_menu li a {
 display: block;
 padding: 0 14px;
 margin: 6px 0;
 line-height: 28px;
 text-decoration: none;
 border-left: 1px solid #393942;
 border-right: 1px solid #4f5058;
 font-family: Helvetica, Arial, sans-serif;
 font-weight: bold;
 font-size: 13px;
 color: #f3f3f3;
 text-shadow: 1px 1px 1px rgba(0,0,0,.6);
 -webkit-transition: color .2s ease-in-out;
 -moz-transition: color .2s ease-in-out;
 -o-transition: color .2s ease-in-out;
 -ms-transition: color .2s ease-in-out;
 transition: color .2s ease-in-out;
}

.btrix_menu li:first-child a { border-left: none; }
.btrix_menu li:last-child a{ border-right: none; }

.btrix_menu li:hover > a { color: #8fde62; }

.btrix_menu ul {
 position: absolute;
 top: 40px;
 left: 0;
 opacity: 0;
 background: #1f2024;
 -webkit-border-radius: 0 0 5px 5px;
 -moz-border-radius: 0 0 5px 5px;
 border-radius: 0 0 5px 5px;
 -webkit-transition: opacity .25s ease .1s;
 -moz-transition: opacity .25s ease .1s;
 -o-transition: opacity .25s ease .1s;
 -ms-transition: opacity .25s ease .1s;
 transition: opacity .25s ease .1s;
}

.btrix_menu li:hover > ul { opacity: 1; }
.btrix_menu ul li {
 height: 0;
 overflow: hidden;
 padding: 0;
 -webkit-transition: height .25s ease .1s;
 -moz-transition: height .25s ease .1s;
 -o-transition: height .25s ease .1s;
 -ms-transition: height .25s ease .1s;
 transition: height .25s ease .1s;
}
.btrix_menu li:hover > ul li {
 height: 36px;
 overflow: visible;
 padding: 0;
}
.btrix_menu ul li a {
 width: 100px;
 padding: 4px 0 4px 40px;
 margin: 0;
 border: none;
 border-bottom: 1px solid #353539;
}
.btrix_menu ul li:last-child a { border: none; }
.btrix_menu a.documents { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgW1DruGONTM32-5XGd9JzSJnvt_o4oO3NhqoW_wk2ANRbpWsQaPJ0kTinr0bQhxJ0RZs-4R4vcB22wNtIRlTqrM1bZQ_BT98A-lUnM17JH9XTqnhf6vpXayVGhhycgn1sifLvPEsmX307s/s1600/docs.png) no-repeat 6px center; }
.btrix_menu a.messages { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8EDvneHvtKmXd7JODRNLzm6w9ar95SplcZFLgu2GTvjNW4_7Y104OkolCE6wWIdwKTiWDE5S8lqUhf4lItM4QAzh3hv7PXZzjwHe9G5euEU-iSiBWEWtbT6gENnEJOogw2gBbV6seYDjW/s1600/bubble.png) no-repeat 6px center; }
.btrix_menu a.signout { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhH8fSm8hIamz0Q5uv77lEqht4hueIMCIjGrI5F6Fubq4aPBTaCLCUrMApn-m_Au8pL6DRNKpdqRYxGtSLnk_cijN2O_bX3vHNPziKj3ocwQdxXNDkgojmu7slhhlWb9rqj94wr-dxrGLwj/s1600/arrow.png) no-repeat 6px center; }

7. Go to blogger and click Layout

8. Click Add Gadget and select 'HTML/Javascript

9. Paste below code.

<ul class="btrix_menu">

 <li><a href="#">Home</a></li>
 <li><a href="#">Likes</a></li>
 <li><a href="#">Views</a>

  <ul>
   <li><a href="#" class="documents">Documents</a></li>
   <li><a href="#" class="messages">Messages</a></li>
   <li><a href="#" class="signout">Sign Out</a></li>
  </ul>

 </li>
 <li><a href="#">Uploads</a></li>
 <li><a href="#">Videos</a></li>
    <li><a href="#">About</a></li>
 <li><a href="http://www.bloggertrix.com/">Contact us</a></li>
</ul>

Replace # with your links.

10. Now save your HTML/JavaScript'.

    You are done...
Read More

Wednesday, March 20, 2013

Six Ways to Lose the Trust of Your Audience

We are in such a world where no one trusts any one and this is a  harsh  truth. Most  of the  times we can trust in things  happening  around  us  or in  fact our  loved ones hence things that are not happening in front  of our eyes or people we  cannot  see  it is  very tough to trust them

Most of  the times  the  trust  factor becomes big deal in case of  business, or blogging  or if someone is creating an Email   account  or Website  because in these sectors customers trust is the main key of success.

There are some  basic  formulas to gain  customers faith but many of the business holders do not  follow that and this is where they  get  packed down. Some of these are like.

lose-your-trust

1. Lack of interaction with the Audience:

The business owners, mainly those who are new in the market should keep on interacting with the audience over the business website in order to inform every now and then incidents of the company, their plans, upcoming products etc. People actually steer on the websites to get detailed knowledge about it and if it is missing then there is always a high chance of lack of trust.

2. Being Unsocial:
There are a number of social networking sites available on the internet nowadays. Being available in the social media is the final concern at the end of the day. This is the place where one can build the best possible public faith. But this is missing for many of the companies. They claim that “do not have time” yet it is nothing but a lame excuse. Creating account in social networking sites are free and much effortless everyone knows and this is where the lack of trust takes place.

3. Writing only for SE:
There are some typical websites that are contented only for search engines and the writings are quite tough for the viewers to go through. Whenever writing contents for website the owner must keep it in mind that the prime aim is to gain audience by providing them simple and needed information. Stuffing the sites with Tough and unwanted contents the companies fail to gain the audiences’ trust.

4. Dishonesty:
“Honesty is the best policy” it is actually a magic word even if it pays slowly. There are some web companies which incorporate fake feedbacks and reviews on their sites, keep destructive cookies, hide the most important information or even their Email gets saved as spam. Obviously these things do not make it trustworthy to the audience in fact people avoid checking messages or emails of the site.

5. Alike others:
From the past few times it is seen that so many companies are promoting a same product. Being unique is very important. One must understand that no one is interested in getting product that is available everywhere. Hence he needs to bring in something new for making his site different from others.

6. Not helpful:
The companies must stuff their sites with useful and helpful contents. Most of the sites are found to be stuffed with useless information and audiences pay least interest on those.

Author Bio:
Sarah is an experience writer and she has been writing on different topics like SEO , web Design and more info. Please check out his latest Blog aginfosoft.com and Blog.
Read More

Tuesday, March 19, 2013

Why and How to Write Guest Blogs?

These days, you  will  notice an  increased trend of writing and  posting  guest posts.  Do you have any idea what they actually are? Guest post is basically a piece  of  writing,  which  you  write  but  post on someone else  blog or site.  Now  you must be thinking what can be  the  purpose behind posting your content  on  someone  else  site . Actually,  in  your content  that you post  on  others blogs, you embed your site’s  link,  which  gives  your  site an opportunity to be visited by  those, who  would have never intended to.  Isn’t it  amazing?  Besides  this,  there are many  other  pros,  which  are  associated  with writing guest posts.

Read: How to Write Your Blog in a Successful Series


These benefits are as follows:

guest_post

 Increased Traffic on Site

To have more traffic on the blog or site is one of the utmost needs of the site owner and for this; the best is to write blog posts, as they help in attracting the traffic of other blogs to your site.

Have you noticed that all site owners make efforts in order to make their sites visible on the web? Guest posting is one of the best tools available these days with which they can increase their online visibility.

More Online Influence

This type of blogging influences the readers more, as your content is available on someone else site, which makes it more authentic. The best part is that this influence can be on personal as well as professional level. Keep in mind that this approach will not only increase influence but also your authority and credibility.

How to write a guest post?


Now the question is when we know that writing a guest post can be that effective then how we should write it. Keep in mind that writing a guest post is not something difficult. You just have to focus on information while creating a quality content. Besides this, you need to understand that your
content will be posted on someone else site, which is why presenting your brand in an effective way will be an indispensable need. Do not forget to add author’s biography or resource box in the end in which you will provide little information about your company and its services.

Tips for Writing Guest Blogs

If someone would say that writing a guest blog is an art then it will not be wrong. Do not forget that the other site owner has the right to accept or reject your content. Thus, it is vital to write it in a creative manner. Here are few tips and tricks, which you can consider while writing a guest blog
in order to avoid maximum rejections. These handy tips and tricks are as follows:

Define your Goals

The first and the foremost tip to write an effective guest post is to define your goals first. Do you want to write it for increasing traffic and publicity, for improving relations with other bloggers, or anything else? Once you will be aware of your goals then find out the relevant blog where you can
publish your blogs.

Read Guidelines of the Other Blog

It is highly recommended not to write any post without reading the guidelines of the other blog site. This approach will increase the chances of content acceptability.

Same Niche but Unique Content

Keep in mind that the blog owners will accept your piece of writing if it will be for the same niche but having unique information in it to grab and facilitate more readers with ease. Here you need to understand that blogs with specific themes have 100% chances of acceptability by other blog
owners.

Blog with Acceptable Length

Last but not the least, try to write a post with acceptable length. Neither too short not too long guest posts are preferable. It has been usually noticed that bloggers prefer to accept guest post of 500 to 800 words.

In nutshell, consider all these above-mentioned points and write a guest post to enjoy its benefits.

Author bio:
This guest post is written by Yim Virak who is a professional blogger. Yim has written lots of guest posts on different topics such as, Top Web Hosting reviews, Social Media, online business, Famous Business Quotes, guest blogging, etc.
If you would like to write for bloggertrix, check our guest posting guidelines
Read More

Monday, March 18, 2013

Google Penguin - What To Do If You Have Been Hit

Google is the very popular search engine. With the motive of making money the Google also  wants to give good service to the customer’s .As completion is increasing day  by day  so  Google  improves its search technology  by  launching new and good se- arching algorithms. Penguin is  one of them which is launched  to  improve  the  search technology of the  Google.  The Penguin  algorithm   gives   best result to the user and  avoids the  websites containing  poor quality  websites.The  algorithm  is best as well as its result are superb.  The Google invest money  to  improve  its  technology   and  to  serve better to the  people  that’s why new algorithms are introduced by the Google.


Unique Feature of the Penguin Algorithm

This is new version of the Penguin as lunched by the Google. The penguin algorithm only shows good content written websites and keywords that are entered by the user in the search box. The redundant content is avoided by the algorithms and spam websites are easily detected by the search engines.

Websites that are affected by the Penguin

The websites that contain poor content and are spam are easily detected by the algorithm. The Google sends notification to the owner of the websites. All these websites take space and are not useful at all. Google takes decision against these websites. To optimize the website black hat techniques are used which is totally opposed by the penguin.

Ways to get top rank by beating the Penguin

Only white hat techniques are supported by the Penguin so good quality content must be add in the websites. By adding the image or current news column in the website top rank can be easily getting the Google. The use of the anchor tag is highly recommended.

The Google search algorithm ranks first those websites which uses good SEO strategies and are
user friendly. Penguin algorithm works on simple concept and there is no need to put any extra
affords to make the website penguin friendly. It only needs to use the quality content and good
information. The SEO techniques used must be used and efficient to do internet marketing.

Benefits from the Penguin Algorithm

Blogs can easily get the good rank and these are the penguin friendly too. They contain useful information and there are very less blogs scam found in comparison to others. So blogs networks can be easily establish and all this helps the owner to get the good rank in the search engine as well as it will be very beneficial for the person online business. The directories used by the algorithm contain only top level quality data so when links are created they must have some quality otherwise it will be ignored by the penguin and shown in the search result at very least rank. Penguin mainly launched to totally oppose the poor quality content. So when one want to have good rank the owner will use only good quality and then it leads to the decrease in the scams or poor content websites. Penguin main focuses on removing the poor content from the internet so that the user gets good and useful information only.

Author Bio:
Sofiya is an experience writer and she has been writing on different topics like SEO ,
web hosting and more info. Please check out his latest website GoDaddy reviews.
If you would like to write for bloggertrix, check our guest posting guidelines
Read More

Sunday, March 17, 2013

Five Effective Ways Students can make Money Online

Often, I have noticed that students are hooked to their systems for hours  together on social networking sites and   chatting. They  literally  while   away  their  time. Instead  they  could  utilize  the  same time earning money online.  This  would   not  only   add  up  to  their pocket money, but also  help  them acquire a new skill. Here are a few interesting ways through which you can earn a quick buck:


1) Become a teacher

Most people are busy building their careers and some drop out of academics early, because they want
to earn some money. Learning takes a backseat and they cannot afford to join a university for a regular course anymore either due to time or money constraints. So, online tutorials have become popular. For instance if you were good at a subject, you could start online tutorials, create study materials, syllabi and charge a fee. Spread word around to help you get prospective students. For instance, I know of a lot of students belonging to different nationalities who want to learn English. They simply login to online tutorials, register and learn the language. So you could really make hay while the sun shines!

2) Words earn money

Words sell like crazy. Buy a domain for a nominal rate, choose a domain name and if something catches your fancy or fantasy, start pouring your thoughts. Once you start writing daily (some even write on an hourly basis), you can get noticed in the virtual world. Google’s Ad Sense helps you earn money in lieu of the number of clicks generated through your posts. The more frequently you update your blogs, higher will be the number of subscribers to your posts, more will be the earnings. Apart from blogs, there are websites that pay to review movies, music and gadgets. But be sure to check the terms and conditions.

3) Jobs per hour

A lot of companies have started a new trend of distributing tasks online. They develop certain types of product such as software, hardware or even assembling of mechanical parts. Employers divide the task of developing it (according to specialization) among groups of people, especially those who have access to the net and surf all day. They advertise about these tasks online and pay them on an hourly basis. If you think you are good at technical jobs and have some time of the day free, then don’t waste time. Start applying now!

4) Earn to participate in surveys
Brands have become conscious about public feedback on their products and even consumers love to see feedback on their favorite brands from time-to-time. Cashing in on this, most companies have started paid surveys. Once you register yourself online with any of these brands, you will keep getting alerts about surveys. This way you can keep yourself up-to-date with brands as well as earn a decent amount of pocket money. Regular market research groups also pay to simply give opinions. All you have to do is take a few tests and get paid. Once they find you dedicated, you could become their regular subject.

5) Sell your ware online

Last but not the least, if you can do neither of the above, you can earn money on a mouse click. Login
to sites like eBay, Amazon and other sites, and sell your gadgets, old CDs, clothes, furniture etc. Lots of buyers are waiting to buy them. So what are you waiting for? Get started now!

These jobs may not pay much, but can sustain your student lifestyle and you can do some good
community service too. So make yourself useful!

Author Bio:

Theresa likes to follow technology related news which enables her to write comprehensive insigths and reviews on gadgets, software, mobile phones and other technology stuffs. She is currently working as a writer for FTV ftv123.com, offering fios TV deals and services.
write for bloggertrix, check our guest posting guidelines
Read More

Saturday, March 16, 2013

Wooden Style Social Media Widget For Blogger

In  this post im gonna explain how to add Wooden style social     sharing    buttons  for  your  blog.   This is just widget. you can  add  it to your blog easily. I just using Css  with  HTML.  Check   below demo  link. You can get social media post with similar widgets.

Wooden+Style+Social+Media+Widge

Demo

1. Log in to blogger account and Click drop down.
blog-post-option
2. Now select "Layout" Like Below.

3. Click Add Gadget and select 'HTML/Javascript

4. Paste below one of below code.
<style>
/* Social Icons 
----------------------------------------------- */

a.social-icons {
 margin-right: 5px; /*Adjust This Value As Needed*/
height:45px;
width:45px;
}

a.social-icons:hover {
 opacity: .7;
 filter:alpha(opacity=70); /* For IE8 and earlier */
}   height:45px;
width:45px;
</style>

<a class="social-icons" href="https://facebook.com/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijqADwG1L92kImXTyebSAKwSatf8xRvkH_EW0WXdwsWaHVA8X-5IFOl0vbTPlFEvzDDpClPfMZ6idvB-Kz2_kiBNA1FHpD7f4Y8ZSKdKHPgREN9iXKpxbKtAKqM_DqvTraQerQ0E06s5A/s1600/btrix_facebook-icon.png" /></a>
<a class="social-icons" href="https://twitter.com/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi04yTGugmPCubS3T_56AB3vgnGyZDeYBTNaUQXAIL3uLiQ6KalntMDVD_CTrYftBSBTUYt9JE58cjotUlrtlymf4MHnM1rUPCYzeElz-UZiIAZZ8NGghhe92YcvUngZj1n9HPa1IomlEs/s1600/btrix_twitter-icon.png" /></a>
<a class="social-icons" href="https://digg.com/userId"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5mHj7Apu4bvUJA6EmIVfnUvtPEv-mhcF_oUs_VBglk5wfno7BdIINP4xOw6bvErnrAoZ_9cZkWj9RRv-2OGRUcSXuBaCScLi6RkdhQN2ycpuWbfSgM-P0NJtuOym8wV8UokZU9ktUcN0/s1600/btrix_digg-icon.png" /></a>
<a class="social-icons" href="http://www.feedburner.com/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgS8Cu6qZKXNQF9gxGFjcsxbjxx348F8fpbljeoHZq-NLanT6uxDLrcaGYa_VjBKPT34b41cMgIGkVmhZEbOo-WnKXf7lSZiTJdVp-RUyFKanTCVd06CJBoEAmJ8KxvW36KguQ_xQW6sl0/s1600/btrix_rss-icon.png" /></a>
<a class="social-icons" href="http://stumbleupon.com/username"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSoLeP_Zd89fg9uZkzdEvs6IHOq8dsow9Wr9heI5LcKJ8gN3r0lAio-ksgXhmEuj572fV4NlobIdhv2IabW_PB9V3FlMZywkuW-byq7mWZbc3VtoTWBOy8la8w-br25lIGHy9YTkTrn38/s1600/btrix_stumble-icon.png" /></a>

After paste above code
*Replace bloggertrix with your facebook username
*Replace bloggertrix  with your  twitter Username
*Replace UserId with Digg
*Replace bloggertrix with feedburner username
*Replace username wit Stumbleupon username

5. Now save your HTML/Javascript'.

    You are done...
Read More

Friday, March 15, 2013

Stylish jQuery Photo Gallery With Description Effect

Every time we  are  trying to  give  unique   tutorials with  easy  steps.Because,beginners can understand without  any doubts. So this is also  just widget. you  know how  easy to add it. Few  days  ago  i posted about Attractive jQuery photo galley  In  this   tutorial  im  gonna explain  how to  add   stylish  jQuery  photo  gallery  with  description effect.It  means  you  can  add s mall description according  to  your  image.  Description  also   included  animation.So it looks  more  attractive.Im using  Jquery and Css3  for  this  photo  gallery.Follow  these  step to  add to  your blog. Get all photo gallery.

Stylish+jQuery+Photo+Gallery+With+Description+Effect


Demo

1. Log in to blogger account and Click drop down.
blog-post-option
2. Now select "Layout" Like Below.

3. Click Add Gadget and select 'HTML/Javascript

4. Paste below one of below code.

<script type="text/javascript" src="http://bloggertrixcode.googlecode.com/files/jquery-1.3.1.min.js"></script>
<script type="text/javascript" src="http://bloggertrixcode.googlecode.com/files/jquery.scrollTo.js"></script>
<script>
$(document).ready(function() {

 //Speed of the slideshow
 var speed = 5000;
 
 //You have to specify width and height in #slider CSS properties
 //After that, the following script will set the width and height accordingly
 $('#mask-gallery, #gallery li').width($('#slider').width()); 
 $('#gallery').width($('#slider').width() * $('#gallery li').length);
 $('#mask-gallery, #gallery li, #mask-excerpt, #excerpt li').height($('#slider').height());
 
 //Assign a timer, so it will run periodically
 var run = setInterval('newsscoller(0)', speed); 
 
 $('#gallery li:first, #excerpt li:first').addClass('selected');

 //Pause the slidershow with clearInterval
 $('#btn-pause').click(function () {
  clearInterval(run);
  return false;
 });

 //Continue the slideshow with setInterval
 $('#btn-play').click(function () {
  run = setInterval('newsscoller(0)', speed); 
  return false;
 });
 
 //Next Slide by calling the function
 $('#btn-next').click(function () {
  newsscoller(0); 
  return false;
 }); 

 //Previous slide by passing prev=1
 $('#btn-prev').click(function () {
  newsscoller(1); 
  return false;
 }); 
 
 //Mouse over, pause it, on mouse out, resume the slider show
 $('#slider').hover(
 
  function() {
   clearInterval(run);
  }, 
  function() {
   run = setInterval('newsscoller(0)', speed); });});


function newsscoller(prev) {

 //Get the current selected item (with selected class), if none was found, get the first item
 var current_image = $('#gallery li.selected').length ? $('#gallery li.selected') : $('#gallery li:first');
 var current_excerpt = $('#excerpt li.selected').length ? $('#excerpt li.selected') : $('#excerpt li:first');

 //if prev is set to 1 (previous item)
 if (prev) {
  
  //Get previous sibling
  var next_image = (current_image.prev().length) ? current_image.prev() : $('#gallery li:last');
  var next_excerpt = (current_excerpt.prev().length) ? current_excerpt.prev() : $('#excerpt li:last');
 
 //if prev is set to 0 (next item)
 } else {
  
  //Get next sibling
  var next_image = (current_image.next().length) ? current_image.next() : $('#gallery li:first');
  var next_excerpt = (current_excerpt.next().length) ? current_excerpt.next() : $('#excerpt li:first');
 }

 //clear the selected class
 $('#excerpt li, #gallery li').removeClass('selected');
 
 //reassign the selected class to current items
 next_image.addClass('selected');
 next_excerpt.addClass('selected');

 //Scroll the items
 $('#mask-gallery').scrollTo(next_image, 800);  
 $('#mask-excerpt').scrollTo(next_excerpt, 800);     }

</script>
<style>

#slider {

 /* You MUST specify the width and height */
 width:660px;
 height:275px;
 position:relative; 
 overflow:hidden;
-moz-box-shadow: 0px  0px 6px #000000;
-webkit-box-shadow: 0px 0px 6px #000000;
box-shadow: 0px 0px 6px #000000;
}
#mask-gallery {
 overflow:hidden; 
}

#gallery {
 list-style:none;
 margin:0;
 padding:0;
 z-index:0;
 width:900px;
 overflow:hidden;
}
 #gallery li {
  float:left;
 }
#mask-excerpt {
 position:absolute; 
 top:0;
 left:0;
 z-index:500;
 width:100px;
 overflow:hidden; 
 }
 
#excerpt {
 filter:alpha(opacity=60);
 -moz-opacity:0.6;  
 -khtml-opacity: 0.6;
 opacity: 0.6;  
 
 list-style:none;
 margin:0;
 padding:0;
 
 z-index:10;
 position:absolute;
 top:0;
 left:0;
 
 width:100px;
 background-color:#000;
 overflow:hidden;
 font-family:arial;
 font-size:14px;
 color:#fff; 
}

 #excerpt li {
  padding:5px;
 }
 
.clear {
 clear:both; 
}
#btn-prev {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   padding: 4px 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 9px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
#btn-prev:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
#btn-prev:active {
   border-top-color: #238acf;
   background: #238acf;
   }
#btn-next {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   padding: 4px 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 9px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
#btn-next:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
#btn-next:active {
   border-top-color: #238acf;
   background: #238acf;
   }
</style>
<div id="debug"></div>
<div id="slider">

 <div id="mask-gallery">
 <ul id="gallery">
  <li><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMqHGG0lZmk0DC0K5IOmjnn4yCHrMyQ4WRkCdG1dew8YZl7BQNoT8uWGE_YvfNRt3VzXfXb-h9SBR3vy-aN9OmnVyKA6AP6xoDy_9hDibCiI17Ybb1A0KxVarqM9sdre7KTtnertkT0tg/s1600/btrix_image2" width="660" height="275" alt=""/></li>
  <li><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9cId028Ml92RvxKtuZBBndWN08DOqNwJfn5h2IjO_NJPjozJjYSv9G41mPbBujEDLq_i2b6GIE1xW6i2-Mc80pzAHRXAaXroCfdYxsgIV__Zicf_0_vVWKi8wObqjkbHy7qoJHAxRQr0/s1600/btrix_image1.jpg" width="660" height="275" alt=""/></li>
  <li><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMcQZO7becGNolQFRhDNRQeZVcqo_Bso_kpu47NS6X75BzH3Rt0osrsQZdvaCq80RbcA7xTB22-TLs_zGrXcYkQEia9t5inLuZ79OtcMBu1Dd_fHOhtvDnKF3j1vQp2BggbhkPjO4KqDE/s1600/btrix_image3.jpg" width="660" height="275" alt=""/></li>
  <li><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj75g7BQ72J2V_57HkgLqGFRFbRPFAuGqx5mBHX0hpEknskcNanFy8Ol0gvAhEZuvGC3t701oqysBmTu8N9Ww9q7XpnBgX0lEsW_hGPu03ZOP66kfSaea8dq2Vb5ek461OKnzv6VXcrJ34/s1600/btrix_image5.jpg" width="660" height="275" alt=""/></li>
  <li><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlrZ0A_U5w-r_qBnYhRDPNqIb4YVRz17qo5nltLLz4imy6-hSl80ObCsnkjkGQAImL-Y2NLp4C10wqnmQZ1MMok27X0mWT_fkQ0oDALvrvVNudZqloxAqf-QCBGMVAnCNjIHXLHrdKgko/s1600/btrix_image4.jpg" width="660" height="275" alt=""/></li>
 </ul>
 </div>

 <div id="mask-excerpt">
 <ul id="excerpt">
  <li>Cras dictum. Maecenas ut turpis. In vitae erat ac orci dignissim eleifend.</li>
  <li>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</li>
  <li>Nunc quis justo. Sed vel ipsum in purus tincidunt pharetra.</li>
  <li>tristique senectus et netus et malesuada fames ac turpis egestas.</li>
  <li>Nunc quis justo. Sed vel ipsum in purus tincidunt pharetra.</li> </ul>
 </div>

</div>

<div id="buttons" style="width: 100px;margin-left: 260px;padding-left: 25px;height: 25px;">
 <a href="#" id="btn-prev">prev</a> 
 <a href="#" id="btn-next">next</a>
</div>

<div class="clear"></div>


You can change photos by changing Image URLs
You can change image discription by changing red color text.


7. Now save your HTML/Javascript'.

    You are done...
Read More