.

Nanno Design - Web Designing Company

We Are Provide Website Designing Service In Very Cheap Rates All Over India For Our Clients..

Nanno Design - Web Designing Company

We Are Provide Website Designing Service In Very Cheap Rates All Over India For Our Clients..

Nanno Design - Web Designing Company

We Are Provide Website Designing Service In Very Cheap Rates All Over India For Our Clients..

Nanno Design - Web Designing Company

We Are Provide Website Designing Service In Very Cheap Rates All Over India For Our Clients..

Nanno Design - Web Designing Company

We Are Provide Website Designing Service In Very Cheap Rates All Over India For Our Clients..

Sunday 23 June 2013

How To Make a Contact Us Form In Blogger


Hello Friends,
     As You Know Contact Us Page Is Very Important For Your Blog. You Can Easily Create a Contact Us Form For Your Blog. Today I Have Tell You How To Make a Contact Us Form In Blogger. Follow My Steps Below:

1. Go To www.Foxyform.com
2. Then Tick On Fields You Want.

3. You Can Change Your Font Colour And Background Colour In Advanced Settings.

4. Enter Your Email Address On Which You Have Get Your Contact Form Details.
5. Click On Create Formular Button.

Then You Have Get a Code Of Your Contact Form.

6. Paste This Code In Your Blogger Blog Page.
7. Remember Please Select HTML When You Are Paste Your Code In Your Page.
You Are Done. Your Contact Us Page Is Ready. And You Easily Receive Your Contact From Details On Your Email.

If You Have Any Problem Then Comment Below.

Wednesday 19 June 2013

How To Add Go To Top Button In Blogger


As You Know Professional Blogs Have Hugs Of Comments. And Then You Read Out The Full Post Then You Are Also Read 1-2 Comments Of Those Post. And If You Want To Go Top Of The Post Then You Scroll Your Mouse Button Many Times. So Today I Tell You How To add Go To Top Button In Blogger. Please Follow My Steps Below:

1. Go To Your Blogger Dashboard.
2. Click On Layout.


3. And Then Click On Add a Gadget Button.
4. A Popup Will Be Appear Select HTML/Javascript From The List.
5. Then Copy The Below Code and Paste In HTML/Javascript Box.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript" > /*********************************************** * Scroll To Top Control script- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Project Page at http://www.dynamicdrive.com for full source code ***********************************************/ var scrolltotop={ //startline: Integer. Number of pixels from top of doc scrollbar is scrolled before showing control //scrollto: Keyword (Integer, or "Scroll_to_Element_ID"). How far to scroll document up when control is clicked on (0=top). setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]}, controlHTML: '<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDeWDi1g08jEb8T_X_AgGpbQoZ7xcLBb7hgV9cXM1K_kxum21GweS5u7xpdQt9h4EYF3zA21LLkZQHzYeoOv_AC-9XVScQRpk8yIFSyR3RRDWKMBJnzgxF06n5B3ECSJ7XzNjzpix8cMo/h120/scroll-to-top.png" />', //HTML for control, which is auto wrapped in DIV w/ ID="topcontrol" controlattrs: {offsetx:5, offsety:5}, //offset of control relative to right/ bottom of window corner anchorkeyword: '#top', //Enter href value of HTML anchors on the page that should also act as "Scroll Up" links state: {isvisible:false, shouldvisible:false}, scrollup:function(){ if (!this.cssfixedsupport) //if control is positioned using JavaScript this.$control.css({opacity:0}) //hide control immediately after clicking it var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto) if (typeof dest=="string" && jQuery('#'+dest).length==1) //check element set by string exists dest=jQuery('#'+dest).offset().top else dest=0 this.$body.animate({scrollTop: dest}, this.setting.scrollduration); }, keepfixed:function(){ var $window=jQuery(window) var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety this.$control.css({left:controlx+'px', top:controly+'px'}) }, togglecontrol:function(){ var scrolltop=jQuery(window).scrollTop() if (!this.cssfixedsupport) this.keepfixed() this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false if (this.state.shouldvisible && !this.state.isvisible){ this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0]) this.state.isvisible=true } else if (this.state.shouldvisible==false && this.state.isvisible){ this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1]) this.state.isvisible=false } }, init:function(){ jQuery(document).ready(function($){ var mainobj=scrolltotop var iebrws=document.all mainobj.cssfixedsupport=!iebrws || iebrws && document.compatMode=="CSS1Compat" && window.XMLHttpRequest //not IE or IE7+ browsers in standards mode mainobj.$body=(window.opera)? (document.compatMode=="CSS1Compat"? $('html') : $('body')) : $('html,body') mainobj.$control=$('<div id="topcontrol">'+mainobj.controlHTML+'</div>') .css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, cursor:'pointer'}) .attr({title:'Scroll Back to Top'}) .click(function(){mainobj.scrollup(); return false}) .appendTo('body') if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') //loose check for IE6 and below, plus whether control contains any text mainobj.$control.css({width:mainobj.$control.width()}) //IE6- seems to require an explicit width on a DIV containing text mainobj.togglecontrol() $('a[href="' + mainobj.anchorkeyword +'"]').click(function(){ mainobj.scrollup() return false }) $(window).bind('scroll resize', function(e){ mainobj.togglecontrol() }) }) } } scrolltotop.init() </script>
6. Click On Save Button. And You Are Done.
Thanks

Friday 14 June 2013

How To Create Email Account In Cpanel

Hello Friends,
    If You Are Using Cpanel Web Hosting For Your Website. And Want To Create a New Email In Cpanel. Then Today I Tell You How To Create Email Account In Cpanel. You Can Easily Create Your Professional Email Account In Cpanel Like As: Info@yourdomain.com. Follow The Above Steps.

1. Login In Your Cpanel Account. (With Use Your Username and Password)
2. You See a Email Account Option Under Mail Gadget.


3. Click On Email Account.
4. Then You Will See a Email Account Creation Form. (Like This)

5. Enter Your Email As You Want In Email Box.
6. Then Enter Your Password and Password Again.
7. Select Your Email Account Space.
8. Click On Create Account Button.
   
Your Email Account Is Creates Successfully You Can Now Login In Your Email Account.

Tuesday 11 June 2013

Free Classified Sites List 2013

    Hello Friends,
      Classified Websites Are Very Important For Your Business Because You Can Post Your Business Ad In Free On Classified Websites. So Today I Share Free Classified Sites List 2013 To You. I Hope You Like These Free Classified Sites.

http://www.viewmyclassified.com
http://www.theexclaim.com/
http://www.theworldforsale.com/
http://www.web-free-ads.com/
http://www.whynotad.com/
http://www.zeohclassifieds.com/
http://www.zoozads.com/
http://www.postforads.com/
http://recruiters.findemployment.com/
http://adfort.com/
http://classifieds.adforfree.in/
htttp://www.ingoog.com
http://www.rent-index.com/
http://www.saskatchewanclassified.com/
http://www.sleekclassified.com/
http://www.texasusedauto.com/
http://www.click2ad.in/
http://www.clickarena.in/
http://www.clickbihar.com/
http://www.clickcrosby.com/
http://www.classifiedspoland.com/
http://www.classifiedsrussia.com/
http://www.classifiedssaudi.com/
http://www.classifiedssrilanka.com/
http://www.classifiedsuae.com/
http://www.classifiedsuae.net/
http://www.classifiedsvalley.com/
http://www.classifiedswebindia.com/
http://www.classifiedthailand.com
http://www.classifiedtutor.com/
http://www.classifiedvia.com/
http://www.classifiedvirginia.com/
http://www.classifriedads.com/
http://www.classifind.com/
http://www.classifs.com/
http://www.classifyme.com.au/
http://www.the-classified-connection.com/
http://www.postingking.com/
http://www.propertykhazana.com/
http://www.tukhle.com/-1-Maharashtra/
http://www.nepchin.com/Home.aspx
http://www.cityhotlist.com/
http://www.classiment.com/
http://www.classiopen.com/
http://www.classitweet.com/
http://www.classtize.com/
http://www.classworld.in/
http://www.classyfied-ads.com/
http://www.claxxifieds.com/
http://www.claytonnewmexico.net/
http://www.cleveland.com/
http://www.classifieds2india.com/
http://classifiedsin.in/
http://www.classifiedsindonesia.com/
http://www.classifiedsintaiwan.com/
http://www.classifiedsiran.com/
http://www.classifiedsitaly.com/
http://www.classifiedsjunkie.com/
http://www.classifiedskart.com/
http://www.classifiedskhazana.com/
http://www.classifiedskorea.com/
http://www.classifiedsli.com/
http://www.classifiedslive.com/
http://www.classifiedslook.com/
http://www.classifiedsmania.com/
http://www.classifiedsnortheast.com/
http://www.classifiedsolution.com/
http://popeyelatino.com/
http://www.classifiedsottawa.ca/
http://www.classifiedsperu.com/
http://www.classifiedsph.com/
http://www.classifiedspk.com/
http://www.classifieds10.com/
http://www.classifieds1000.com/
http://www.classifieds22.com/
http://www.clemslist.com/
http://www.clearbidz.com/
http://www.clevelanddesi.com/
http://www.clevelcrossing.com/
http://www.clicads.com/
http://www.classiindia.com/
http://www.classifiedsden.com/
http://www.classifiedsdepo.com/
http://www.classifiedsdir.com/
http://www.classifiedsdomains.com/
http://www.classifiedsense.com/
http://www.classifiedsforfree.com/
http://www.classifiedsfre.com/
http://www.classifiedsduniya.in/
http://www.classifiedsfree.co.uk/
http://www.classifiedsgeo.com/
http://www.classifiedsgiant.com/
http://www.classifiedsgoa.com/
http://www.classifiedshuahin.com/
http://www.classifieds4all.com/
http://www.classifieds4all.in/
http://www.classifieds4free.biz/
http://www.classifieds4me.com/
http://www.classifieds777.com/
http://www.classifieds4u.co.uk/
http://www.classifiedsadsfree.com/
http://www.classifiedsadsingapore.com/
http://classifiedsadspostsites.com/
http://www.classifiedsadsworld.com/
http://www.classifiedsantigua.com/
http://www.classifiedsadda.com/
http://www.freeads.co.uk/
http://www.classifieds.com.na/index.php
http://www.classifiedweb.com/
http://www.classifieds.dialindia.com/
http://www.di-ve.com/classified
http://www.classifieds.divtech.net/
http://www.classifieds.doubleads.com/
http://www.ads64.com/
http://www.classifieds.goflo.com/
http://www.classifieds.hosuronline.com/
http://classifieds.inchembur.com/
http://www.classifieds.india.vc/
http://www.classifieds.indiadynamics.com/
http://www.indiagrid.com/index.html
http://www.reachz.in/
http://adswr.com/
http://classifieds.abacin.com/
http://classifiedadsunlimited.com/
http://tamilnaduclassic.com/
http://classifieds.yavum.com/
http://www.classifiedsatcando.com/
http://www.classifiedsbangladesh.com/
http://www.classifiedsbyindia3.in/
http://www.classifiedsbytown.com/
http://www.classifiedscalgary.ca/
http://www.classifiedscentral.com/
http://www.classifiedschile.com/
http://www.classifieds.logincomtech.com/
http://www.classifieds.luxembourgian.com/
http://www.classifieds.mathiyachennai.com/
http://www.shopmania.co.uk/
http://3classifieds.com/
http://89classifieds.com/
http://a1classiccars.com/
http://a2zads.co.in/
http://aapkiads.com/
http://abbeville.chaosads.com/
http://www.adsdeck.in/
http://www.indads.in/
http://www.inetgiant.com/
http://www.classiopen.com/
http://abritain.com/
http://www.classi4u.com/
http://abuzziness.com/
http://www.themirch.com/
http://adbajar.com/
http://adbarker.com/
http://www.zopdy.com/
http://adisfree.com/
http://admag.org/
http://admooch.com/
http://admyad.com/
http://adresourcechannel.com/
http://adrevu.com/
http://adroo.com/us/
http://ads.comrite.com/
http://adsadvert.com/
http://adsbus.com/
http://addjara.com/
http://adeum.com/
http://adfreed.com/
http://adfrisky.com/
http://www.shopmania.in/
http://www.lootoindia.com/
http://www.classifieds.singaporeexpats.com/
http://www.classifieds.suchna.com/
http://www.ads.so/
http://www.classifieds.tamilnaduclassic.com/
http://www.classifieds.so/
http://www.openmarket.in/
http://www.classifieds.com/index.php
http://classifiedsli.com/
http://dekho.com.pk/
http://india.sebule.com/
http://121indiaclassifieds.com/
http://123freeclassified.com/
http://1rupee.com/
http://24-7ads.com/
http://2chopsticks.com/
http://adhouse.sg/
http://adsclasificados.com/
http://adsforweb.com/
http://adsfreeads.com/
http://adshind.com/
http://adsinleb.com/
http://adsjar.com/
http://adsmantra.com/
http://adsmine.com/
http://adsmirror.com/

Thursday 6 June 2013

On Page Optimization Tips In Seo

Hello Friends,
    As You Know After Google Panda And Penguin Update Link Building Is Not So Important. On Page Optimization Is Very Important To Get High Ranking In Search Engine. So Today I Tell On Page Optimization Tips To You.

1. Title Of Your Post
          Always Use Short And Descriptive Title For Your Post. Title Is Most Important Tag In All Your Page. So Always Use Unique Titles Of Your Every Post. Remember Your Title Is Not More Than 70 Character.

2. Use Meta Keyword and Description Tag 
            Always Use Meta Keyword And Description Tag In Your Post. And Put Your Keywords In Both Tags. These Tags Are Very Useful For Your Post. Always Use Unique Meta Description Tag For Your All Posts.

3. Alt Tag
    When You Are Insert Any Image In Your Post Then Always Use a alt Tag For Your Image. alt Tag Is Very Important For Every Image.

4. Length Of Post
      Always Use A Short Length For Your Post. Use 4-5 Words In Your Post. This Is Very Relevant For Your Blog/Website.

5. Embedded Videos in the post
    If You Are Write a Post on How To Then Use A Video For Fully Specification Of Your Topic. Many Readers Interested In Watch Video Compare To Reading Full Article. So Always Use a Video For Your How To Post.

6. Use H1 And H2 Tags
      Always Use H1 And H2 Tags In Your Post Or Pages. And Use Your Targeted Keywords In These Tags. These Tags are Re[resent a Good User Experience To Search Engines.

7. External Linking
     When You Are Give  a external Link In Your Post/Page Then Always Use a Nofollow Attribute To Your External Link.

8. Keyword Density
     When You Focus a Keyword In Your Post Or Page Then Remember Those Keyword Density Is Lies Between 3 To 4.