Pages

Early to bed and early to rise - Till you get enough money to do otherwise.

Being rich doesnt always mean having money, It means being happy with the amount you have.

It takes a brain to earn money, but a heart to give it..

Until you are happy with who you are, you will never be happy with what you have..

After the game, the king and the pawn go into the same box..

Friday, December 23, 2011

Snow Falling on Your Blog in This Winter

Snow Falling on Your Blog in This Winter

Hello my little fellow friends, this winter I’m going to give you a little trick to modify your blog’s appear. You all know in winter season there is snow falling on your ground. So to day I’m going to teach how to create a snow falling effect to your blog (As show on my blog). I think now you are interested about it. I’m sure this will delight your blog visitors.  Easy to set up, I’ll tell you step by step.

1. Sign up to your blogger account and go to Design
2. Page Elements > Add a Gadget > Choose HTML/Javascript gadget
3. Paste the following code in to it

   <script type="text/javascript">
     //Configure below to change URL path to the snow image
     var snowsrc="http://3.bp.blogspot.com/--hEgrJEXAzo/Tt-5f_2SzAI/AAAAAAAAFi8/Uf-    VH61UbDY/s400/snow.gif"
     // Configure below to change number of snow to render
     var no = 25;
     // Configure whether snow should disappear after x seconds (0=never):
     var hidesnowtime = 0;
     // Configure how much snow should drop down before fading ("windowheight" or "pageheight")
     var snowdistance = "pageheight";
   ///////////Stop Config//////////////////////////////////
     var ie4up = (document.all) ? 1 : 0;
     var ns6up = (document.getElementById&&!document.all) ? 1 : 0;
       function iecompattest(){
      return (document.compatMode && document.compatMode!="BackCompat")?    document.documentElement : document.body
       }
     var dx, xp, yp;    // coordinate and position variables
     var am, stx, sty;  // amplitude and step variables
    var i, doc_width = 800, doc_height = 600;

     if (ns6up) {
       doc_width = self.innerWidth;
       doc_height = self.innerHeight;
     } else if (ie4up) {
       doc_width = iecompattest().clientWidth;
       doc_height = iecompattest().clientHeight;
     }
     dx = new Array();
     xp = new Array();
     yp = new Array();
     am = new Array();
     stx = new Array();
     sty = new Array();
     snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "http://3.bp.blogspot.com/--hEgrJEXAzo/Tt-   5f_2SzAI/AAAAAAAAFi8/Uf-VH61UbDY/s400/snow.gif" : snowsrc
     for (i = 0; i < no; ++ i) {
       dx[i] = 0;                        // set coordinate variables
       xp[i] = Math.random()*(doc_width-50);  // set position variables
       yp[i] = Math.random()*doc_height;
       am[i] = Math.random()*20;         // set amplitude variables
       stx[i] = 0.02 + Math.random()/10; // set step variables
       sty[i] = 0.7 + Math.random();     // set step variables
           if (ie4up||ns6up) {
         if (i == 0) {
           document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +";  VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://dynamicdrive.com\"><img    src='"+snowsrc+"' border=\"0\"><\/a><\/div>");
         } else {
           document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +";  VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>");
         }
       }
     }
     function snowIE_NS6() {  // IE and NS6 main animation function
       doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10;
           doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up    && snowdistance=="windowheight")?  iecompattest().clientHeight : (ie4up && !window.opera &&   snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight;
       for (i = 0; i < no; ++ i) {  // iterate for every dot
         yp[i] += sty[i];
         if (yp[i] > doc_height-50) {
           xp[i] = Math.random()*(doc_width-am[i]-30);
           yp[i] = 0;
           stx[i] = 0.02 + Math.random()/10;
           sty[i] = 0.7 + Math.random();
         }
         dx[i] += stx[i];
         document.getElementById("dot"+i).style.top=yp[i]+"px";
         document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px";
       }
       snowtimer=setTimeout("snowIE_NS6()", 10);
     }
       function hidesnow(){
           if (window.snowtimer) clearTimeout(snowtimer)
           for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden"
       }
     
   if (ie4up||ns6up){
       snowIE_NS6();
           if (hidesnowtime>0)
           setTimeout("hidesnow()", hidesnowtime*1000)
           }
   </script>

Changes>>>>


If you want to change the no of snow balls edit the No 25

Also you can change the snow ball by replacing “http://1.bp.blogspot.com/-3sRQD2PvIjQ/TvVc9B332cI/AAAAAAAAAJI/fjR9LTpct9I/s1600/Snow.png.png” link with yours



I think now you are also delighted by inserting this snow falling effect to your blog in this Christmas season. Keep in touch with Bloggers more blogger tricks coming soon



Wednesday, December 7, 2011

Meta Tag Explained

Meta Tag Explained

(Meta Tag Part II)


Hello friends, as I told u in earlier post to day finally I’m going to describe Meta tag codes one by one
I think you have added Meta tags to you page after reading my last post about Meta tags,



Title Tag

<Title> Your Blog Title<Title/>

This tag is mostly use by search engine bots (ex: google bot….) to index your blog in search results. Also it gives a quick description to search engines.


Description Tag


<Meta content='Your Blog Description Here' name='description'/>

Under this tag you can add a short description about your blog, but don’t use more than 30-35 characters to do that because nearly first 20-25 characters are only displaying in search result , so use KISS format, don’t misunderstand I mean Keep It Short and Sweet. This is the most important tag.


Keywords Tag


<Meta content=’ Keywords of Your Blog' name='keywords'/> 

This tag is also looks like the Description tag. Keywords tag is typically used for synonyms and alternates of title words. Under this tag you can add some key words related to your blog content. From this tag Search engine can identify the content about your blog and show your blog at related keyword search results. But don’t add many keywords as you can because as I told early most of search engines are indexed only first 80-100 characters of this section. So add only most valuable key words to this section

Author Tag


<Meta content="Blog owners Name" name="author"/>

This tag is not purpose for the SEO, because this tag describe only the ownership of the blog, it means if you are the owner of this blog you can include your name to this tag. From this you can add a professional look to the blog.


Copyright Tag


<Meta content="2011, Your Trademark" name="copyright"/>

The Copyright tag is used to include a copyright, trademark, patent, or other information that related to intellectual property. But Please be aware that the Meta Copyright tag will not protect your blog content or your intellectual property



Language Tag


<Meta Name="Language" Content="English">
The Meta Language tag is used to observe the language you used to create the website. Webmasters who wants to confirm the primary language of the web page can use this Language tag.
If you are using another language other than English I always highly recommend you to use Meta Language tag.


Revisit Tag


< Meta Name ="Revisit-After" Content="30 days Days">

The Meta Revisit tag is used to inform search engine bots when to return to index your site. Site like blogs are always updating so search engine bots have to come and index new updates to there search engines. My recommendation is keep this between 15-25 days. but according to my knowledge search engine bots are not obey to our commands, even we added meta revisit tag they came back to our blog to index it in there own schedule. So my view is this is not a very important tag.


Expires Tag

<Meta Content="Never" Name="Expires"/>
Meta Expires tag is used to announce the date and time, after when the blog article should be considered as expired. Use never for the blogs and if u wants to ad expiration date, add it in “Day Month Year” format (Ex: “06 December 2011”). But according to my experience this Tag is worthless.


Distribution Tag


<Meta Content="global" Name="distribution"/>

The Meta Distribution tag is used to declare the distribution of your blog content.
There are three methods on it
  • Global – To entire worlds
  • Local - reserved for the local IP block of your site
  • IU - Internal Use, not for public distribution only for internal use
Now I think you have got some idea about Meta tags. Keep reading forward more SEO news coming soon.





Tags: Meta Tags, What is Meta Tags, How to add Meta Tags

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More