17 Des 2012

Christmas snowfalls with breeze for Blogger 2012

Christmas snowfalls with breeze for Blogger 2012
Christmas is one of the largest festival celebrate all over the world. Christmas is the much awaited festival that knock the door of all Bloggers. And all are thinking about decorating their blog. How to decorate the blog with snowfalls and clouds ? Do you like to decorate your blog with beautiful snowflakes and clouds? Then here there is a article about how to add snowflakes with breeze to your blogger blog.

If your Blog has a dark interface then this widget serves better.The Snow flakes and the breeze are  in white color so dark background will be better to get a good look.


If you want to get dark Christmas background ,set the following picture or search darker Christmas backgrounds.
Do you want to know how this work
Click below to view the demo


/*-- Breeze for Snow flakes --*/
#mbl_snowflakes {
position: absolute;
height: 950px;
width: 966px;
overflow: hidden;

}
#snowContainer > div
{
position: absolute;
width: auto;
height: auto;
-webkit-animation-iteration-count: infinite, infinite;
-webkit-animation-direction: normal, normal;
-webkit-animation-timing-function: linear, ease-in;
}
#snowContainer > div > img {
position: absolute;
width: auto;
height: auto;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
-webkit-animation-timing-function: ease-in-out;
-webkit-transform-origin: 50% -100%;
}
@-webkit-keyframes fade
{
0% { opacity: 1; }
95% { opacity: 1; }
100% { opacity: 0; }
}

@-webkit-keyframes drop
{
0% { -webkit-transform: translate(0px, -50px); }
100% { -webkit-transform: translate(0px, 650px); }
}
@-webkit-keyframes clockwiseSpin
{
0% { -webkit-transform: rotate(-50deg); }
100% { -webkit-transform: rotate(50deg); }
}


@-webkit-keyframes counterclockwiseSpinAndFlip
{
0% { -webkit-transform: scale(-1, 1) rotate(50deg); }
100% { -webkit-transform: scale(-1, 1) rotate(-50deg); }
}

  •  Search <body and copy the following below it
<script charset="utf-8" src="https://netoopscodes.googlecode.com/svn/branches/Js files/snowfall.js" type="text/javascript"></script>

<div id="mbl_snowflakes">

<div id="snowContainer">

</div>

</div>


  • You are done... Save the Template

23 Nov 2012

Free Mobile Recharge using Amulyam,Embeepay,Way2sms,ULtoo

free recharge amulyam airtel idea bsnl vodafone ultoo embeepay
Here i am going to say about free recharging sites in internet.Are you wasting money by making recharges,Then here is the time for changing that. There are many sites provides Free Recharge and many of that are fake and some them are good and we can trust.
One of the site is




Update [19-06-2013]:  I noticed another site providing FREE Recharge its Laaptu. We can trust this site. It providing QUIZes, REFERALS for earning free recharge. A new feature Laaptu providing is it gives 2Rs. for each referal.
Update [8-1-2013]: I noticed that I couldn't get any recharge amount from Embeepay and mcent so I have removed it from the following list. The following sites are real and we can trust because I am earning free recharge from these sites.
     There are many other sites for online recharge, some of them that i used are listed follows
    Amulyam gains popularity in India in recent two years and very popular service among Indian mobile users. Amulyam has many ways to get talktime in our wallet. They provides emails of advertisers that sends to us and each opening of the mail will get .25ps in the wallet. They provide 2-3 advertisement mails every day. When the wallet reaches Rs.10 you can make recharge. Another way for increase the earnings in the wallet is to play and create contest or quiz. Playing contest will give .25ps and creating contests make you to earn high. Create a quiz with 10 questions will get you Rs.5. For Approved questions will get 50ps per question.
    Another way is to purchase air tickets and buying things it will offer you Rs. 500 instantly. Also you can refer friends and make money. Each referral will get you Rs. 1.
    Embeepay is a Facebook Application it provides points  and when we sign up it gives 100 points. 30 points will give you 10Rs top up and 150 points will give you 50Rs Recharge.300 points will give you 100Rs
    ULtoo provides free sms and get talktime to your account by sending sms.

    Click here to get Rs.2 on your wallet instantly in amulyam

    Click here to get 100points on Embeepay instantly

    Click here to get Rs.2 on your wallet of ULtoo

    Click here to get Rs.1 on your wallet of Way2sms

    I hope this article will help you better.

    20 Nov 2012

    How to Change comments style on Blogger?

    Style your Comments Block Blogger
    First of all i'm saying sorry to all for the delay of posting.
    This is a tutorial about how to style your comments block with effective designs.
    This is done using Simple css Scripts.
    The demo of a styled comments block is as follows.








    Click the link below to see demo
    Demo page
    What's inside this article?

    Comments Style version 1.0


    .comments .comment .comment-actions a {
    background: none repeat scroll 0 0 #FFD99E;
    border: 2px solid #FFB43D;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    font: bold 12px arial;
    margin-right: 14px;
    padding: 3px 9px;
    text-decoration: none !important;
    text-shadow: 1px 1px 0 #FFFFFF;

    }

    .comments .comment-block {

    background: none repeat scroll 0 0 #E2E2E2;
    border: 4px solid #ABABAB;
    border-radius: 3px 3px 3px 3px;
    padding: 3px 10px;

    }

    .continue a {
    background: none repeat scroll 0 0 #FFD99E;
    border: 2px solid #FFB43D;
    border-radius: 3px 3px 3px 3px;
    color: #000000 !important;
    display: inline-block !important;
    margin-top: 7px;
    padding: 3px 8px !important;
    text-decoration: none !important;
    text-shadow: 1px 1px 0 #FFFFFF;
    }
    .comment-block:hover > .comment-header {
    border-bottom: 2px solid #000;
    -moz-transition: border-color .5s ease;

    }

    .comment-header a {

    color: #000000 !important;

    }

    #comments .avatar-image-container img {
    border: 2px solid #FFFFFF !important;
    border-radius: 50px 50px 50px 50px;
    height: 57px;
    max-width: 57px;

    }

    .comments .avatar-image-container {
    border: 2px solid #FFFFFF;
    border-radius: 34px 34px 34px 34px;
    box-shadow: 1px 1px 3px #ABABAB;
    float: left;
    margin-left: -40px;
    max-height: 60px !important;
    overflow: hidden;
    width: 60px !important;
    }

    Comments Style version 2.0


    .comments .comment-block {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJY24e4ngMML_c48D2kQVwDTTSMEj8Vj6DrdZm1CqSRzXkAZzXFswT5S4e_Ub6AHhc-qK7iCbFImaTFtw2C28762eBf0TBURGUrtrgPk7YqHqsugXBc7BkEOcM6UaUVArWmS1F_hk8PNw/s1600/bg.png") repeat scroll 0 0 transparent;
    border: 4px solid #EAEAEA;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 3px 3px 0 #D6D6D6;
    margin-left: 48px;
    padding: 3px 10px;
    position: relative;
    }
    #comments .avatar-image-container img {
    border: 2px solid #FFFFFF !important;
    border-radius: 50px 50px 50px 50px;
    height: 57px;
    max-width: 57px;
    }
    .comments .avatar-image-container {
    border: 2px solid #FFFFFF;
    border-radius: 34px 34px 34px 34px;
    box-shadow: 1px 1px 3px #ABABAB;
    float: left;
    margin-left: -40px;
    max-height: 60px !important;
    overflow: hidden;
    width: 60px !important;
    }
    .comment-header {
    border-bottom: 2px solid #F1F1F1;
    }
    .comment-block:hover > .comment-header {
    -moz-transition: border-color 0.5s ease 0s;
    border-bottom: 2px solid #000000;
    }
    .comments .comment .comment-actions a {
    background: -moz-linear-gradient(center top , #EEEEEE 0%, #CCCCCC 100%) repeat scroll 0 0 transparent;
    border: 2px solid #E0E0E0;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    font: bold 12px arial;
    margin-right: 14px;
    padding: 4px 11px !important;
    text-decoration: none !important;
    text-shadow: 1px 1px 0 #FFFFFF;
    }

    9 Jun 2012

    Protect all images in your Blog jquery trick

    Here is a most important trick every blogger need. This trick is about how to protect all your images in your blog with a transparent image covered on it. I recently posted an article about How to protect images? .This article about to protect all images.







    Related Articles
    How to protect images in your blog?
    Do you want to see demo? Try to save picture in this blog.
    ----------------------------------------------------------
    What's inside this article
     Step 1: Add jQuery plugin (if your blog have a jquery plugin,ignore this step)

    • Go to Template->Edit HTML [A dialog box appears click Proceed]
    • Copy and paste the below code <head> and save it
    <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/>
    • Go to Blogger Account
    • Template->Edit HTML [Click Proceed]
    • Copy the code above </head>

    Protect only First image in every Post

    <script type='text/javascript'>
    //<![CDATA[
    $(function(){
    $(".post-body img:nth-child(1)").after("<img src=\"http:\/\/i.imgur.com\/eYKPf7b.png\" alt=\"NetOopsblog protected image\" style=\"margin-left: -212px; opacity: 0; position: relative; top: 0;\" \/>");
    });
    //]]>
    </script>

    Protect all images in every post

    <script type='text/javascript'>
    //<![CDATA[
    $(function(){
    $(".post-body img").after("<img src=\"http:\/\/i.imgur.com\/eYKPf7b.png\" alt=\"NetOopsblog protected image\" style=\"margin-left: -212px; opacity: 0; position: relative; top: 0;\" \/>");
    });
    //]]>
    </script>
    I think you liked this article...please like and share..

    4 Jun 2012

    Protect your images Blogger image hack

    protect your images blogger trick
    This is an awesome trick to protect your images.You can protect your images from copying with this Simple CSS Blogger Tricks.After applying this trick the person who save the image will get a transparent image instead of the original image.







    Demo

    Protect your image with CSS overlapping

    • Go to Blogger Account
    • Use the Following trick
    <img src="Place image URL Here" />
    <img border="0" src="http://i.imgur.com/eYKPf7b.png" alt="NetOops protected image" width="200" height="200" style="left: 0px; opacity: 0; position: relative; top: -216px;" />
    •  You can use this code anywhere, if you want to protect an image in your post. Add image and switch to HTML tab and copy the URL of image(eg- http://3.bp.blogspot.com/-xxxxx/xxxxx/s1600/name-of-image.jpg) and paste to that code mentioned above.
    • That's it.

    Protect your image with SPAN background

    • Use the following code
    <span style="background-image: url(Place image URL here)"><img src="http://i.imgur.com/eYKPf7b.png" width="200" height="200" border="0" alt="NetOops protected Image."></span> 

    • You are done..
    If you liked this article please share and like....

    1 Jun 2012

    Awesome NetOopsblog Subscription Widget for blogger

    NetOopsblog Subscription box Blogger
    This post is about how to add a Subscription Box like our NetOops blog. Subscription box contains Facebook, Twitter, RSS Feed, e-mail subscription. This widget is based on a wooden theme. Facebook, Twitter, RSS Feed links are shown as Natural Wooden Sticky Boards. In this tutorial i am adding a new e-mail subscription box with wooden theme.




     

    Subscription box with Fully Wooden Theme

    • Go to Blogger Dashboard
    • Go to Layout 
    • Select Add a Gadget
    • You can type title any
    • And Copy the following code in the content.
    Demo of Fully Wooden Theme

     Important: If you don't want Mouse over effect of Images in the Subscription box, please delete the RED highlighted code,. If you want then leave it there.
      <style type="text/css">
       /* Delete form Here*/ 
      img.beintouch:hover {
          background: none repeat scroll 0 0 #D6D6D6;
          border-radius: 16px 16px 16px 16px;
          box-shadow: 0 0 10px #565656;
      }
      /* Delete to Here*/
      .emailtext {
          background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvx6kPBdQqJENixm8IxJ4cvkRxnJDUMVV7_8t8pC5CKKRyWccDj5PL1930HBUaxWf6XzIUpXTcCFI71oRkISr0s8gPhLv7G-oBRTBFPDPUCoR8csLWSy4ceklKUMqABaxz6KW1zlCYLPM/s1600/mailbox.png") no-repeat scroll 4px center transparent;
          border: 1px solid #7E4E27;
          border-radius: 4px 4px 4px 4px;
          box-shadow: 1px 1px 4px #7E4E27 inset;
          color: #444444;
          font-weight: bold;
          margin-left: 2px;
          padding: 7px 15px 7px 35px;
          text-decoration: none;
          width: 176px;
      }
      .ebutton {
          background: -moz-linear-gradient(-45deg, #3C1F0E 0%, #D28A47 30%, #F9E183 30%, #D28A47 55%, #3C1F0E 100%) repeat scroll 0 0 transparent;
          border: 1px solid #D3D3D3;
          border-radius: 4px 4px 4px 4px;
          color: #FFFFFF;
          cursor: pointer;
          font-weight: bold;
          margin-left: -18px;
          margin-top: 5px;
          padding: 6px 15px;
          text-decoration: none;
          text-shadow: 1px 1px 0 #000000;
      }
      </style>
      <table align="center" width="317px" cellspacing="0px" cellpadding="1px"><tbody><tr><td><a target="_blank" rel="nofollow" href="http://www.facebook.com/pages/NetOops-Blog/159796530791611"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhuohr-GzEt-A26nhokz5abaWo_TdqeCyPkULy5pOFJUOJNtU9PPbfpvtSQPLDt8snxYM8FprxCMZ32V8zfEBPthgYZ_z_ztBScQY3RnXH_oTnyAjgQSjJdCfXVmyKVIsquhUX5iFlDesM/s1600/woden+board+facebook_netoops.png" class="beintouch" /></a></td><td><a target="_blank" href="http://twitter.com/netoopsblog/" rel="nofollow"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0HJWECYlBsOoblDXLrcYE-rInYNhyzBcWb5SVHW_pM9ZZAGGWh7riKDmn1kmr_QbH3xFeEskjN1nU3r5lxjEVpzK7Nd6EN7yy79faMElqhPiohVYfeB0r5y0rbik6PU3ARKBZCpjLanU/s1600/woden+board+twitter_netoops.png" class="beintouch" /></a></td><td><a target="_blank" href="http://feeds.feedburner.com/NetOopsBloggerTricks" rel="nofollow"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7CrcoItXRzjUW6S12N7i7d-vwDCNo1ruy1Xpf1FC2xTOb1y0ahMVpOE8NPZfjSSGjQRLfBslpHXt5tcs4zJGgMBiiG-lwbC5K1WnWmRcstfbMVZqIRb87yZnk7LiJHdcBYLQEZ3JUg4M/s1600/woden+board+RSS1_netoops.png" class="beintouch" /></a><a href="http://netoopsblog.blogspot.com"></a></td></tr></tbody></table>
      <div>Get Latest Tips via e-mail</div>
      <form target="popupwindow" style="margin: 0pt;" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=netoopsbloggertricks', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" method="post" class="emailform" action="http://feedburner.google.com/fb/a/mailverify">
      <input type="hidden" value="NetOopsBloggerTricks" name="uri" />
      <input type="hidden" value="en_US" name="loc" />
      <input type="text" value="Enter your email..." onfocus="if (this.value == &quot;Enter your email...&quot;) {this.value = &quot;&quot;}" onblur="if (this.value == &quot;&quot;) {this.value = &quot;Enter your email...&quot;;}" name="email" class="emailtext" />
      <input type="submit" value="Subscribe" title="" class="ebutton" alt="" />
      </form>


      Change the BLUE highlighted code with FACEBOOK PAGE URL, TWTTER, FEED URL, FEED ID respectively.

      Subscription box with Default Basic Wooden theme

      • Go to Layout 
      • Select Add a Gadget
       Important: If you don't want Mouse over effect of Images in the Subscription box, please delete the RED highlighted code,. If you want then leave it there.
      <style type="text/css">
       /* Delete form Here*/ 
      img.beintouch:hover {
          background: none repeat scroll 0 0 #D6D6D6;
          border-radius: 16px 16px 16px 16px;
          box-shadow: 0 0 10px #565656;
      }
      /* Delete to Here*/
      </style>
      <table align="center" width="317px" cellspacing="0px" cellpadding="1px"><tbody><tr><td><a target="_blank" rel="nofollow" href="http://www.facebook.com/pages/NetOops-Blog/159796530791611"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhuohr-GzEt-A26nhokz5abaWo_TdqeCyPkULy5pOFJUOJNtU9PPbfpvtSQPLDt8snxYM8FprxCMZ32V8zfEBPthgYZ_z_ztBScQY3RnXH_oTnyAjgQSjJdCfXVmyKVIsquhUX5iFlDesM/s1600/woden+board+facebook_netoops.png" class="beintouch" /></a></td><td><a target="_blank" href="http://twitter.com/netoopsblog/" rel="nofollow"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0HJWECYlBsOoblDXLrcYE-rInYNhyzBcWb5SVHW_pM9ZZAGGWh7riKDmn1kmr_QbH3xFeEskjN1nU3r5lxjEVpzK7Nd6EN7yy79faMElqhPiohVYfeB0r5y0rbik6PU3ARKBZCpjLanU/s1600/woden+board+twitter_netoops.png" class="beintouch" /></a></td><td><a target="_blank" href="http://feeds.feedburner.com/NetOopsBloggerTricks" rel="nofollow"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7CrcoItXRzjUW6S12N7i7d-vwDCNo1ruy1Xpf1FC2xTOb1y0ahMVpOE8NPZfjSSGjQRLfBslpHXt5tcs4zJGgMBiiG-lwbC5K1WnWmRcstfbMVZqIRb87yZnk7LiJHdcBYLQEZ3JUg4M/s1600/woden+board+RSS1_netoops.png" class="beintouch" /></a><a href="http://netoopsblog.blogspot.com"></a></td></tr></tbody></table>
      <div>Get Latest Tips via e-mail</div>
      <form target="popupwindow" style="margin: 0pt;" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=netoopsbloggertricks', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" method="post" class="emailform" action="http://feedburner.google.com/fb/a/mailverify">
      <input type="hidden" value="NetOopsBloggerTricks" name="uri" />
      <input type="hidden" value="en_US" name="loc" />
      <input type="text" value="Enter your email..." onfocus="if (this.value == &quot;Enter your email...&quot;) {this.value = &quot;&quot;}" onblur="if (this.value == &quot;&quot;) {this.value = &quot;Enter your email...&quot;;}" name="email" class="emailtext" />
      <input type="submit" value="Subscribe" title="" class="ebutton" alt="" />
      </form>


      Change the BLUE highlighted code with FACEBOOK PAGE URL, TWTTER, FEED URL, FEED ID respectively.

      I think this widget helps you, Please share and like...

      31 Mei 2012

      How to Backup/Restore template in new blogger interface?

      Backup restore new Blogger Template easily
      Here i'm saying about an important topic that i had posted early " How to Backup/Restore Blogger Template? ". But i'm going to show you How to Backup/Restore  Blogger Template in New Blogger Template . Now a days Blogger default interface is Upgraded New Blogger Interface. Backup/Restore Template is so important,So don't take this as a silly matter.
      Read Following see How to backup template in New Blogger Interface..



      How to Backup/Restore Template

      • Go to Blogger Account
      • Select Template [as shown in fig.]
      Backup restore new Blogger Template easilyBackup restore new Blogger Template easily
      • Click on the Button Backup/Restore  in Left top .
      •  A box appears [as shown in fig.]

      Backup restore new Blogger Template easily
      • As shown in the above fig. 
      • Click on Download Full Template to download Template.Save it
      • Click on the Browse to Restore the early downloaded Template.
      • That's all ..Enjoy with us...








      Check out other Blogger Tricks HERE and Blogger jquery Widget Generators HERE

      27 Mei 2012

      Optimize your post title to H1 tags better SEO Blogger Hack

      Increase SEO with h1 tag Blogger hack
      This is an important SEO Blogger trick to increase SEO. Heading tags have a great importance in Search engine results, Heading tags helps Search engines to recognize what is important in your blog.Heading are form H1 to H6 .H1 tags have higher priority.So we are going to hack blogger template by changing H3 tags to H1 tags. By default blogger post title is in H3 tag,here is a trick to change it to H1 tag for more SEO.





      • Go to Blogger Account
      • Select Template -> Edit HTML [click Proceed
      • Find the code like below [Find easily using Crtl+F]
      • Or simply find <H3


      <h3 class='post-title entry-title'>
            <b:if cond='data:post.link'>
              <a expr:href='data:post.link'><data:post.title/></a>
            <b:else/>
              <b:if cond='data:post.url'>
                <b:if cond='data:blog.url != data:post.url'>
                  <a expr:href='data:post.url'><data:post.title/></a>
                <b:else/>
                  <data:post.title/>
                </b:if>
              <b:else/>
                <data:post.title/>
              </b:if>
            </b:if>
        </h3>
      • and Change it with <H1 [Change all H3 to H1]
      • Change all H3 tags with H1 tag
      • Done ..Wait for few weeks you can find the change in Google SERP.
      • Your Blog pages will show in Google Search Page.

      Update [21.11.2012] : I have noticed that this trick displays error in some webmaster like Bing. If you get error message from the webmaster then change the H1 tags which we changed before to H2.
      Note: Only change the H1 tags you changed earlier.
      Google Webmaster will not show error on this trick.

        I think you enjoyed this ..if so please share...

        26 Mei 2012

        Protect Your Blog posts from Copying Blogger Trick

        Stop copying blog content with css
        Copying blog posts or articles from sites/blogs on internet is a usual thing.Here i am going to share you how to protect your blogger posts/articles form getting Stolen.This is a trick to lock your text and the visitors of your blog can't select the text only they can read the text. If they cracked that method and select the text there is another trick to disable right click menu,so they can't copy text.. Enjoy...







        To view Demo click the link below:- Open this link and try to select text..Or do a right click..

        View Demo

        Copy the Following CSS codes to your Blog

        •  Go to Blogger Dashboard
        • Select Template->Edit HTML click Proceed    [or Use Alternate Way to copy CSS code]
        • Find ]]></b:skin>
        • Copy the following code  and save

        -moz-user-select:none;
        -webkit-user-select:none;
        -khtml-user-select:none;
        -ms-user-select:none;
        user-select:none;


        Disable Right Click

        • Copy the following code inside <head>
        <script src='http://netoopscodes.googlecode.com/svn/branches/Js files/disable right click.js' type='text/javascript'/>


        I think this article will surely help you...if you liked this please share...

        24 Mei 2012

        HTML Character Count SEO Tool for Blogger

        HTML character count SEO tool for blogger
        HTML Character count Tool is a popular tool to count characters that is used for SEO.You can count characters in the following Tool.Character count is mainly used to count Blogger post title characters. In Google SERP(Search Engine Result Page), Google shows 61characters of title of blog post.So keep Blog Title less than or equal to 61 characters. Manual counting of characters in title with white spaces is, i think it is bit difficult So use this tool to count..






        I hope you are enjoyed with this article please share it...
        Thanks...

        22 Mei 2012

        15+ Smooth Jquery Scroll to Top widget generator for Blogger v.1

        jquery scroll to top widget generator blogger
        Jquery scrolling to top buttons help visitors to jump to top of page with smooth automatic scrolling.So the user/visitor of your blog can go to top of page with a single click.This smooth jquery scrolling makes your blog impressive.
        I created a Blogger widget generator for ease of use.Create your favorite scroll to top Button with a single click.





        To view demo look at right-bottom of this blog or Click on the following link


        I think you liked this generator,Check out our other awesome widget generators here.
        Don't forget to say thanks at least for appreciating us..  Also expect more form us.. thanks..

        I found that some sites copy our code,a notice for those Blog owners: please at-least say thanks or provide our blog link within your post. Thanks

        1 Mei 2012

        Spraying animated subscription buttons for blogger v.1

        spraying animated subscription buttons blogger
        Spraying jQuery animated subscription buttons widget is an awesome widget for blogger.This animated subscription buttons created by Redeyeoperations and i modified it by adding some additional features.This widget works best in Mozilla Firefox..
        I created a widget generator for you with some important options.




         
        To view demo of this widget please click on following link

        Features

        • 5 subscription buttons
        • jQuery Animation
        • Effective CSS3 Animation
        • Color Selectable base button
        View Demo
        Step 1: Add jQuery plugin (if your blog have a jquery plugin,ignore this step)
        • Go to Template->Edit HTML [A dialog box appears click Proceed]
        • Copy and paste the below code <head> and save it
        <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/>



          21 Apr 2012

          Google +1 button and Badge for Blogger

          Google +1 button and Badge for blogger
          Google's new GPlus +1 button for blogger,that lets to share your blog with like minded people across the world. Blogger introduces two Google+ gadgets (+1 Button and Google+ Badge) .Google+ button is almost same as Facebook Like button.Unlike the Google+ button appears below the post,the gadget is specific to your blog.Google+ gadget allows your visitors to recommend your blog and able to share on their circles.
          Here i am going to show how to add this gadgets..


          • Sig in to your Blogger
          • Go to Layout and click Add Gadget
           
          Google +1 button and Badge 
          • Take +1 button or Google+ Badge as you need
          • If you take Google+ badge give page ID
          Google +1 button and Badge
          •   Thats all....

          23 Mar 2012

          Awesome CSS3 animated Menu for blogger Blog

          css3 sliding menus for blogger blog
          There are many menus available on internet .Here I am saying about some pure css3 menus for your Blogger Blog.Here is a collection of pure css3 sliding animation menus.Let us see how to setup a beautiful menu for your Blogger Blog.



          Want to see demo??Click the link below.
          • Go to Design->Page Elements [Take Layout in new template]
          • Click on Add gadget just below the Header
          •  Select HTML/Javascript and leave title as blank and copy the corresponding code of menu listed below
          • You can change RED highlighted text with your Menu title and GREEN with LINK

          Add Elemic Blue Menu


          <style type="text/css">.menu li{list-style:none;display:inline}.menu li a{-moz-transition:all 270ms ease-in-out 0s;-webkit-transition:all 310ms ease-in-out;-o-transition:all 270ms ease-in-out;background:url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBKGsLyXfwR9pkbMOXOP6iK9gLXNsLHVmSw35DCmMZgyAQzLwcFj_Ru7b4_JXNnQbkJHXRGUhDgVvB2ehRNAu47V7mYAEJ25ReRG1psF1_HxGiLxikMEeupBduHrGZUk6TNkDP6xbALkI/s1600/noop-menu-blogger.png") repeat scroll 0 0 transparent;border:1px solid #1357AF!important;border-radius:3px 3px 3px 3px;color:#FFFFFF!important;font:14px arial!important;padding:10px 38px!important;text-decoration:none;text-shadow:1px 1px 0 #000;margin-left:-5px}.menu li a:hover{background-position:right center!important}</style><a href="http://netoopsblog.blogspot.com" style="position: absolute;z-index:-11;"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhimH9ukuRuIPI1VCMr9odRbiGViU_LWXEBQpp19BVqLP6_Jqi2CI5iNTfofJuCvq8GWbsEjCKOgrX2lehWL2r7_Z9YDy0N0EkdKJE3cbOqx8CLsKW1SKC9BkWyzYWdQWUvI30Fg2D3qXU/s1600/1x1juice.png" /></a>

          <div class="noop-menu-blue">
              <ul class="menu">
                  <li><a href="http://netoopsblog.blogspot.com/">Home</a></li>
                  <li><a href="#">Features</a></li>
                  <li><a href="http://netoopsblog.blogspot.in/search/label/Spice%20your%20Blog">Products</a></li>
                  <li><a href="http://netoopsblog.blogspot.in/search/label/Blogger%20Widgets">Contact</a></li>
                  <li><a href="http://netoopsblog.blogspot.in/search/label/Blogger%20Tips">Tips</a></li>
                  <li><a href="http://netoopsblog.blogspot.in/search/label/Blogger%20Tricks">Tricks</a></li>
                  <li><a href="#">About</a></li>
              </ul>

          </div>


          Add Green Menu


          <style type="text/css">.menu li{list-style:none;display:inline}.menu li a{-moz-transition:all 270ms ease-in-out 0s;-webkit-transition:all 310ms ease-in-out;-o-transition:all 270ms ease-in-out;background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjB791g0J0mbpptPo08nG0zl-GrxF1Ahn7xI_nMLGmHVwGvXeLRO4tuCQAZPY9sXhJemsZlcHSbIv_Pox4dCYEfDY9_Gz5XQgEY46wK7fIblKX84cPkb9tNF0_Bh2b_utFWcMWaUDvDOU/s1600/netoops-menu-blogger+green.png") repeat scroll 0 0 transparent !important;
          border: 1px solid #0E8410 !important;border-radius:3px 3px 3px 3px;color:#FFFFFF!important;font:14px arial!important;padding:10px 38px!important;text-decoration:none;text-shadow:1px 1px 0 #000;margin-left:-5px}.menu li a:hover{background-position:right center!important}</style><a href="http://netoopsblog.blogspot.com" style="position: absolute;z-index:-11;"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhimH9ukuRuIPI1VCMr9odRbiGViU_LWXEBQpp19BVqLP6_Jqi2CI5iNTfofJuCvq8GWbsEjCKOgrX2lehWL2r7_Z9YDy0N0EkdKJE3cbOqx8CLsKW1SKC9BkWyzYWdQWUvI30Fg2D3qXU/s1600/1x1juice.png" /></a>

          <div class="noop-menu-green">
              <ul class="menu">
                  <li><a href="http://netoopsblog.blogspot.com/">Home</a></li>
                  <li><a href="#">Features</a></li>
                  <li><a href="http://netoopsblog.blogspot.in/search/label/Spice%20your%20Blog">Products</a></li>
                  <li><a href="http://netoopsblog.blogspot.in/search/label/Blogger%20Widgets">Contact</a></li>
                  <li><a href="http://netoopsblog.blogspot.in/search/label/Blogger%20Tips">Tips</a></li>
                  <li><a href="http://netoopsblog.blogspot.in/search/label/Blogger%20Tricks">Tricks</a></li>
                  <li><a href="#">About</a></li>
              </ul>

          </div>




          Add Grape Purple Menu


          <style type="text/css">.menu li{list-style:none;display:inline}.menu li a{-moz-transition:all 270ms ease-in-out 0s;-webkit-transition:all 310ms ease-in-out;-o-transition:all 270ms ease-in-out;background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDElnf3_BrE1p_QSUccqrBpYEamRHB5pm5GFjB2VCkvgFnEslUMivl4wCkdLG-HpgHxuJitWhGx2cx_b3dxAjWh7pI0Bc_RX8L-mGdZoHA2A8X3F-6k_WS8bZ_pZkcukGYrIiPzBmjCpQ/s1600/netoops-menu-blogger+purple.png") repeat scroll 0 0 transparent !important;
          border: 1px solid #7D0FAF !important;border-radius:3px 3px 3px 3px;color:#FFFFFF!important;font:14px arial!important;padding:10px 38px!important;text-decoration:none;text-shadow:1px 1px 0 #000;margin-left:-5px}.menu li a:hover{background-position:right center!important}</style><a href="http://netoopsblog.blogspot.com" style="position: absolute;z-index:-11;"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhimH9ukuRuIPI1VCMr9odRbiGViU_LWXEBQpp19BVqLP6_Jqi2CI5iNTfofJuCvq8GWbsEjCKOgrX2lehWL2r7_Z9YDy0N0EkdKJE3cbOqx8CLsKW1SKC9BkWyzYWdQWUvI30Fg2D3qXU/s1600/1x1juice.png" /></a>

          <div class="noop-menu-purple">
              <ul class="menu">
                  <li><a href="http://netoopsblog.blogspot.com/">Home</a></li>
                  <li><a href="#">Features</a></li>
                  <li><a href="http://netoopsblog.blogspot.in/search/label/Spice%20your%20Blog">Products</a></li>
                  <li><a href="http://netoopsblog.blogspot.in/search/label/Blogger%20Widgets">Contact</a></li>
                  <li><a href="http://netoopsblog.blogspot.in/search/label/Blogger%20Tips">Tips</a></li>
                  <li><a href="http://netoopsblog.blogspot.in/search/label/Blogger%20Tricks">Tricks</a></li>
                  <li><a href="#">About</a></li>
              </ul>

          </div>




          Add Light-Dark SkyBlue Menu


          <style type="text/css">.menu li{list-style:none;display:inline}.menu li a{-moz-transition:all 270ms ease-in-out 0s;-webkit-transition:all 310ms ease-in-out;-o-transition:all 270ms ease-in-out;background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbgWUvSaMxVaKAluGU21aO1YGv-nnTpnHlCPlEpSWoWEA2neLhNXq-7QukWoXOUJSIjH9sil4vn0KEv-NFXEyENYEW8db4Zfd5ztWVyYUuT2LC3usWRIzuBx8R-Xi29poIzCLlSqKqT9o/s1600/netoops-menu-blogger+skyblue.png") repeat scroll 0 0 transparent !important;
          border: 1px solid #138F93 !important;border-radius:3px 3px 3px 3px;color:#FFFFFF!important;font:14px arial!important;padding:10px 38px!important;text-decoration:none;text-shadow:1px 1px 0 #000;margin-left:-5px}.menu li a:hover{background-position:right center!important}</style><a href="http://netoopsblog.blogspot.com" style="position: absolute;z-index:-11;"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhimH9ukuRuIPI1VCMr9odRbiGViU_LWXEBQpp19BVqLP6_Jqi2CI5iNTfofJuCvq8GWbsEjCKOgrX2lehWL2r7_Z9YDy0N0EkdKJE3cbOqx8CLsKW1SKC9BkWyzYWdQWUvI30Fg2D3qXU/s1600/1x1juice.png" /></a>

          <div class="noop-menu-skyblue">
              <ul class="menu">
                  <li><a href="http://netoopsblog.blogspot.com/">Home</a></li>
                  <li><a href="#">Features</a></li>
                  <li><a href="http://netoopsblog.blogspot.in/search/label/Spice%20your%20Blog">Products</a></li>
                  <li><a href="http://netoopsblog.blogspot.in/search/label/Blogger%20Widgets">Contact</a></li>
                  <li><a href="http://netoopsblog.blogspot.in/search/label/Blogger%20Tips">Tips</a></li>
                  <li><a href="http://netoopsblog.blogspot.in/search/label/Blogger%20Tricks">Tricks</a></li>
                  <li><a href="#">About</a></li>
              </ul>

          </div>




          Add Tree Brown Menu


          <style type="text/css">.menu li{list-style:none;display:inline}.menu li a{-moz-transition:all 270ms ease-in-out 0s;-webkit-transition:all 310ms ease-in-out;-o-transition:all 270ms ease-in-out;background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkbTRT8TLj5TRNswDt7oJS_2JKEAHH0-Q1iYZ_vfXhwRxlCR4-PjyD9jUG4DTR1sle49ejKCeh5m8A0pHca8wCmKuB0BdwX-n5sdBBBqUHRRP4x50QYSOpHF7Q-Ge_BkE1zFj1GU7c-VA/s1600/netoops-menu-blogger+brown.png") repeat scroll 0 0 transparent !important;
          border1px solid #7C4B12 !important;border-radius:3px 3px 3px 3px;color:#FFFFFF!important;font:14px arial!important;padding:10px 38px!important;text-decoration:none;text-shadow:1px 1px 0 #000;margin-left:-5px}.menu li a:hover{background-position:right center!important}</style><a href="http://netoopsblog.blogspot.com" style="position: absolute;z-index:-11;"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhimH9ukuRuIPI1VCMr9odRbiGViU_LWXEBQpp19BVqLP6_Jqi2CI5iNTfofJuCvq8GWbsEjCKOgrX2lehWL2r7_Z9YDy0N0EkdKJE3cbOqx8CLsKW1SKC9BkWyzYWdQWUvI30Fg2D3qXU/s1600/1x1juice.png" /></a>

          <div class="noop-menu-brown">
              <ul class="menu">
                  <li><a href="http://netoopsblog.blogspot.com/">Home</a></li>
                  <li><a href="#">Features</a></li>
                  <li><a href="http://netoopsblog.blogspot.in/search/label/Spice%20your%20Blog">Products</a></li>
                  <li><a href="http://netoopsblog.blogspot.in/search/label/Blogger%20Widgets">Contact</a></li>
                  <li><a href="http://netoopsblog.blogspot.in/search/label/Blogger%20Tips">Tips</a></li>
                  <li><a href="http://netoopsblog.blogspot.in/search/label/Blogger%20Tricks">Tricks</a></li>
                  <li><a href="#">About</a></li>
              </ul>

          </div>


          I hope you enjoyed this Menu and also except more from us.

          19 Mar 2012

          Create your own google type search engine

          create google type search engine
          Here is a funny and interesting trick I am going to show you.Create a Google Type search engine with your Google type Logo.It can be done very easily..








          Netoops Blog Search Engine check it
          • Go to FunnyLogo
          • Select the logo type (eg: Google type,Yahoo type,Harry potter type)
          Enjoy.......!Have a nice Day...

            16 Mar 2012

            How to Disable lightbox in blogger

            disable lightbox in blogger
            Blogger also provides lightbox for viewing images.But if you take one image,it will open and the whole pictures in the page are listed ,Sometimes it may be a good feature also a bad feature.Here is a Simple trick to disable lightbox in blogger.







            • Go to Settings->Formatting (as shown in figure)
            •  You see a Option Showcase images with Lightbox select No.
            • That all.No longer Light box appear in your blog.

            12 Mar 2012

            Change Older and Newer posts with Post Titles for Blogger

            change older posts newer posts with titles
            Change posts Navigation Links Newer posts and older posts by the Corresponding Post Titles.This Awesome Blogger Hack lets your blog visitors to Know Newer and Older posts and they can go to that Posts.I got this hack from YABTB blog .This hack is done by MS-potilas of YABTB blog.All credits goes to YABTB.  This awesome trick done using some jquery script.






            Add Jquery script

            • Copy and paste the below code before </body>

            Add CSS code

            .blog-pager-newer-link {background-color:transparent !important;padding: 0 !important;}
            .blog-pager-older-link {background-color:transparent !important;padding: 0 !important;}
            #blog-pager-newer-link {padding:5px;font-size:90%;width:200px;text-align:left;}
            #blog-pager-older-link {padding:5px;font-size:90%;width:200px;text-align:right;}
            #blog-pager{height:100% !important;}

            5 Mar 2012

            Add Page Peel effect with jQuery & CSS to Blogger

            page peel for blogger
            You may saw this awesome trick used by many professional and other Websites/Blogs.This Page peel is used to Show ads ,this page peel attract Blog visitors and they may have the tendency to click on ad and your earnings increases.Also this page peel can be used to increase your Subscribers.Here I am going to show you how to add a page peel trick to Blogger blog.







            Click the link below to view demo

            Step 1: Add jQuery plugin (if your blog have a jquery plugin,ignore this step)
            • Copy the below code inside <head>
            <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/>

            Add page peel effect to blogger blog 

            Step 2 : 
            • Go to Design->Edit HTML
            • Copy and paste the below code above </head>
            <style type='text/css'>
            img { behavior: url(iepngfix.htc) }
            #pageflip {
            position: absolute;
            right: 0; top: 0;
            float: right;
            }
            #pageflip img {
            width: 50px; height: 52px;
            z-index: 99;
            position: absolute;
            right: 0; top: 0;
            -ms-interpolation-mode: bicubic;
            }
            #pageflip .back-img {
            width: 50px; height: 50px;
            overflow: hidden;
            position: absolute;
            right: 0; top: 0;z-index:98;
            background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDGNmwiwjjGCfEy3Zk_miMu-CYAOeP2DBHLwFnYuYZdLODXI_OPUEnYnYKMOvfqEvfD1JgU3pxo4Mm3eIt7lcNn2-634I7yQpCpS-GwqacAMavP_WgCkjGexLLM0B09_tNQyedp1Ux6mk/s200/rss+netoops+blog+page+peel.png) no-repeat right top #fff;
            }
            </style><a href='http://netoopsblog.blogspot.com'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhimH9ukuRuIPI1VCMr9odRbiGViU_LWXEBQpp19BVqLP6_Jqi2CI5iNTfofJuCvq8GWbsEjCKOgrX2lehWL2r7_Z9YDy0N0EkdKJE3cbOqx8CLsKW1SKC9BkWyzYWdQWUvI30Fg2D3qXU/s1600/1x1juice.png'/></a><script type='text/javascript'>
            $(document).ready(function(){
            //Page Flip on hover
            $(&quot;#pageflip&quot;).hover(function() {
            $(&quot;#pageflip img , .back-img&quot;).stop()
                .animate({
                width: &#39;307px&#39;,
                height: &#39;319px&#39;
                }, 500);
                } , function() {
                $(&quot;#pageflip img&quot;).stop()
                .animate({
                width: &#39;50px&#39;,
                height: &#39;52px&#39;
                }, 220);
            $(&quot;.back-img&quot;).stop()
                .animate({
                width: &#39;50px&#39;,
                height: &#39;50px&#39;
                }, 200);
            });
            });
            </script>
            Step 3:
            <div id='pageflip'>
            <a href=' http://feeds.feedburner.com/NetOopsBlogTips '><img alt='netoops blog' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjC0vKs5vRqlBjCSFO_ai2GNMPIMv9aUSA-uWiuoq54HYwzqYhE_VfnL_uCAADlBhGV-M_7ihVd0LDpMFMjdoXZ-i2F3ycxiNYvstzdf0_T_ziTaiSLBM1-ItJJfHRQK2vQ4CVcnyonVcer/s1600/page_flip.png'/></a>
            <div class='back-img'/>
            </div>
            Change can the RED highlighted text with url image url that you want,else leave it default(needn't change)
            Change the BLUE highlighted text with your feed URL or place your advertisement
            •  Save the Template
            You are done..! If any problem persists please do comment.

            3 Mar 2012

            Change Animated favicon to Blogger blog

            Change favicon of blogger
            Changing the favicon of your blog is a simple trick.By default blogger puts the blogger orange color logo to favicon.This can change to your blog logo.
            Favicon appears next to the URL or title in the browser.If you have a logo of your blog then you can simply upload to blogger.Else there are many sites providing free favicon generator.See Netoops blog favicon on the top your browser.
            Follow the instructions below.





            • Go to Design->Page Elements
            • You can see a small bar with blogger icon and a link EDIT click it.
            •  Then select your blog's logo by clicking Browse and click on Save.

            Insert Animated Favicon

            You can also insert Animated gif favicon.
            • Go to Favicon Generator
            • Upload your blog's logo and give scrolling text then click Generate favicon

             It will generate your animated favicon,right click on the icon shows there and Save it.Then upload to root of website or upload to free image uploading sites like tinypic you will get the link to image from there.
            • Go to Design->Edit HTML
            • Copy the following inside <head>
            <link href='PLACE YOUR FAVICON LINK HERE' rel='icon' type='image/gif'/>
            • Then click save.
            If any problem with this please inform via comment.Feel free to ask.

            28 Feb 2012

            Add CSS codes into your blogger blog easily

            add css code easily in blogger blog
            How to Add CSS codes to your blogger Blog easily.
            Sometimes you may want to add CSS codes to your blog for styling blog elements or blog widgets,Many of us adding CSS code by going to Edit HTML and add codes before ]]></b:skin> and save template, Using this method by mistake  if any of the content in it deleted ,it my goes to your Template Crash.So there is a secure and alternate way to add CSS code as follows   .Here is a simple way to add CSS codes.






            •  Go to Design-> Template Designer (as shown in the figure)
            add css codes in blogger easy way
            Update [01/06/2012] : Select Template -> Customise   in New Upgraded Blogger Interface
            • Template Designer will open
            • Select Advanced -> Add CSS
            •  Place the CSS codes in the Text area.
            • Then you can see preview by clicking preview.
            • Save by click on Apply to Blog

            25 Feb 2012

            Facebook jQuery POP OUT likebox widget generator

            facebook likebox widget
            I had developed a Facebook Static popout jquery effect Like box generator for you.This Widget Generator let's you easily generaate your favorite Facebook style Widget and also easily add to your Blogger Blog.In my previous Article (How to Add a Static Facebook jQuery Pop out Widget) I told you about Static Facebook POP OUT Widget installation manually.Use this Widget generator and Enjoy..!





            Step 1: Add jQuery plugin (if your blog have a jquery plugin,ignore this step)
            • Go to Design->Edit HTML[Template->Edit HTML in new blogger interface]
            • Copy below code inside <head>
            <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/>
            • Go to Design-> Page Elements
            • Click add gadget and select HTML/javascript
            • Copy and paste the generated code inside it and save it.


            This is my first widget generator,also expect more other awesome widget generators from us.If you enjoyed this widget Generator please please share n like us..

            20 Feb 2012

            Dynamic Views Button with jquery Effect for Blogger Blog

            Here is a Simple Tip to Set a Button for Changing the Blog View to Dynamic Views.I added Smooth jquery Hover Effect to Button.You can set any template to your Blogger Blog.If you add this Button to your Blog.It lets your Blog visitors to View Blog in Dynamic Views when they Click this Button.








            Add Dynamic Views Button to Blog

            Make sure you had Backed up your Template before editing Template.(How to Backup Template)

            • Go to Design -> Edit HTML
            Step 1.Add jQuery Plugin( If your Blog already have a jQuery plugin ignore this Step ),
              • Go to Design->Edit HTML
              • Copy and Paste Below code inside <head> section
                <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
              Step 2: Add Dynamic view button,
              •  Go to Design-> Page Elements
              • Click on Add Gadget ,Select HTML/Javascript from it
              • Leave Title as blank, Copy the below code inside content section.

                <div class="noopdynamic">
                Click this for change the view to Dynamic views</div>
                <a href="/view">
                <img class="noopdynamicimg" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghy8XCOQP96uISPBXGV9fniS9SzJ3TJTwrhlMAlAPigw-dTfdfaz2DbFU2TZQAcLYCqgxSOFcW8sw7qQWkv56-N7RL6Guwiw0ddy7kz6khzWjIosbGdGJdQhwBxWKuTCZwIBllglNksZ0/s1600/google+dynamic+views.jpg" /></a>
                    <style type="text/css">
                    .noopdynamicimg{bottom: 2%;
                        position: fixed;
                        right: 1%;}
                        .noopdynamic {background: -moz-linear-gradient(top, #aebcbf 0%, #6e7774 50%, #0a0e0a 51%, #0a0809 100%); background: -webkit-linear-gradient(top, #aebcbf 0%, #6e7774 50%, #0a0e0a 51%, #0a0809 100%);
                        background-color:#ABABAB;
                        border: 2px solid;
                        border-radius: 6px 6px 6px 6px;
                        bottom: 13%;
                        padding: 4px;z-index:999;
                        position: fixed;
                        right: 5%;
                        font:18px Arial;
                        text-shadow: 1px 1px 0 #FFFFFF;
                        width: 21%;
                        box-shadow:0 0 5px;
                    }

                    </style>

                <script type="text/javascript">
                $(function(){
                    $(".noopdynamic").hide(0);
                $(".noopdynamicimg").hover(function(){
                    $(".noopdynamic").show("slow");
                },function(){$(".noopdynamic").hide("medium");
                });});
                </script>
                • Then Save it.
                • That's all,you are done..
                I hope you enjoyed this article,if so please share n like us.