Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

Seo Master present to you:

 

Friends, Now i share a easy trick to add  Website speed test tool directly in to your blogger. It is working for me . If you want to learn more,follow this post.

 

Speed Test

Your domain(s): Enter each address on a new line (Maximum 10)
 
(eg. iwebtool.com)    
 

Powered by iWEBTOOL

 

 

Log on to Blogger.

 

  • Go To Dashboard and click Layout


  • Click on Add a gadget and select HTML/JavaScript

 

  • Paste the following code inside the gadget

 

<!-- iWEBTOOL - www.iwebtool.com - Website Speed Test --> <form method="get" name="pageform" action="http://www.iwebtool.com/tool/tools/speed_test/speed_test.php" target="pageframe" onsubmit="return validate(this);"> <table border="0" style="border-collapse: collapse" width="100%"> <tr> <td height="91" valign="top"> <table class="tooltop" style="border-collapse: collapse" width="100%" height="76"> <tr> <td> <table border="0" style="border-collapse: collapse" width="100%" cellspacing="5"> <tr> <td valign="top" colspan="5"><b><font size="2">Your domain(s): </font></b><font size="1">Enter each address on a new line (Maximum 10)</font></td> </tr> <tr> <td valign="top" colspan="4"> <textarea rows="11" name="domain" style="width: 100%"></textarea></td> <td > &nbsp;</td> </tr> <tr> <td > <input type="submit" value="Check!" style="float: left"></td> <td > <font size="1">(eg. iwebtool.com)</font></td> <td > &nbsp;</td> <td colspan="2">&nbsp;</td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td > <iframe name="pageframe" width="100%" height="251" class="toolbot" frameborder="0"> </iframe></td> </tr> <tr> <td height="39"> &nbsp;</td> </tr> </table> </form> <script language="JavaScript"> function validate(theform) { if (theform.domain.value == "") { alert("No domain provided"); return false; } return true; } </script> <p><a href="http://www.iwebtool.com/" target="_blank"><font size=1>Powered by iWEBTOOL</font></a></p> <!-- iWEBTOOL - www.iwebtool.com - Website Speed Test -->

        

 

  • Now Save It.

 

 

 

You're done..

2013, By: Seo Master
Seo Master present to you:
Hi, This post contain a script to find your Blogger loading time. This is a real widget .Feel it now.


web page load timer code



  • Go to templates, click on Edit HTML option and Proceed.

  • Find (Ctrl+F) <head> tag.

  • Paste the below  code after <head> tag.

<!-- page load timer -->

<script type='text/javascript'>

var d = new Date();

var starttime = d.getTime(); //Get the start time

</script>






  • Now find (CTRL+F) </body> tag  in the template.

  • Paste the below  code before </body> tag and save the template.


<!-- page load timer start -->

<script type='text/javascript'>

var d2 = new Date();

var endtime = d2.getTime(); //Get the end time

//Find the difference between the start and end times

var totaltime = (endtime - starttime)/1000;

//Round 2 decimal places

var result = Math.round(totaltime*100)/100;

//Output results to a &quot;P&quot; element

document.getElementById(&quot;loadtime&quot;).innerHTML = &quot;Page loaded in: &quot;+ result +&quot; seconds&quot;;

</script>

<!-- page load timer end -->


  • Save template. 

  • After that go to Layout.

  • click on “ADD A GAGDET".

  • Select HTML/Java Scripts

  • Copy and paste below code.

<!-- Widget portion -->


<p id="loadtime">Write your custom message here</p>


  • Save It and click preview.






Leave a comment…………………….








2013, By: Seo Master
Seo Master present to you:

Hi friends,Now I'm going to teach you How To Make Your Blog To Open All Links In New Windows. Try it.





  • Go to templates, click on Edit HTML option and Proceed.

  • Find (Ctrl+F) <head> tag.

  • Paste the below  code after <head> tag.


<base target='_blank'/>










  • Save template.

















Leave a comment…………………
2013, By: Seo Master
Powered by Blogger.