70 lines
4.3 KiB
Plaintext
70 lines
4.3 KiB
Plaintext
<html>
|
||
<head>
|
||
<title>Test Internet Latency</title>
|
||
<style type="text/css">
|
||
.button {
|
||
font: bold 15px Arial;
|
||
text-decoration: none;
|
||
background-color: #EEEEEE;
|
||
color: #333333;
|
||
padding: 2px 6px 2px 6px;
|
||
border-top: 1px solid #CCCCCC;
|
||
border-right: 1px solid #333333;
|
||
border-bottom: 1px solid #333333;
|
||
border-left: 1px solid #CCCCCC;
|
||
border-radius:5px;
|
||
float:right;
|
||
}
|
||
.button:hover {
|
||
background-color:#FFF;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
|
||
<h1 style="text-align:center">Internet Speed Test</h1>
|
||
<div style="float:left;width:61%;padding:0 2.5%">
|
||
|
||
<p>Welcome, and thank you for helping us by running this quick latency test application. The app may just run, or you might need to install or update the version of Java on your computer. It will take just one minute if you have Java already installed and up-to-date, or less than five minutes if you have to install or update Java on your computer.</p>
|
||
|
||
<p>Following are step-by-step directions to run this test:</p>
|
||
<ol>
|
||
<li>Please run this test app from your home, not from a business or coffee shop or anywhere else - only from your home, as we need the data collected from home environments.</li>
|
||
|
||
<li>Please run this test app on a Windows computer. It’s too hard to get it to run on a Mac, even though it’s theoretically possible.</li>
|
||
|
||
<li>Please connect your Windows computer to your home router with an Ethernet cable rather than connecting wirelessly via WiFi. This is important to the accuracy of the data being collected, thank you!</li>
|
||
|
||
<li>To start the test, please click the Run Test button on the right side of this page next to the ISP that provides Internet service to your home.</li>
|
||
|
||
<li>When you click the Run Test button, a file will start to download in your browser. It may display a message like “This type of file can harm your computer. Do you want to keep it anyway?”. Please click the button that lets your browser go ahead and download and save the file. It’s just a little test app we wrote ourselves, so we know it’s safe, but we did not sign the app with a certificate, so you may get this warning message.</li>
|
||
|
||
<li>When the file is downloaded, please click on the file to open and run it. If your version of Java is up-to-date, the app will run as described in step 8 below. If you get a message that Java is not up-to-date on your computer, please follow step 7 below to update Java on your computer.</li>
|
||
|
||
<li>Click the prompt button to update Java. You are taken to the Java website. Click the red Free Java Download button. Then click the Agree & Start Free Download button. When the file is downloaded, click on the file to open/run it, and then follow the on-screen instructions to install the Java update. (Note: Watch out during the installation for the McAfee option, and uncheck that one to avoid getting McAfee installed on your computer.) After the Java update has installed, go back to the JamKazam test app webpage, and click on the Run Test button again next to the ISP that provides Internet service to your home.</li>
|
||
|
||
<li>When you run the test app, a window will open and you’ll be prompted “Do you want this app to run?”. Please answer yes to let the app run. Then you’ll see a small window open, and you’ll see the test app running. This will take less than a minute. When it’s finished, it displays “Results posted, thank you for your time!”. You can close the window, and you are all done.</li>
|
||
</ol>
|
||
|
||
<p>Thanks again very much for helping us collect this Internet latency data!</p>
|
||
|
||
<p>Regards,<br/>
|
||
The JamKazam Team</p>
|
||
</div>
|
||
<div style="float:right;width:28%;padding-right:5%">
|
||
<p>Select the link corresponding to your internet service provider.
|
||
This will launch an applet to test the performance of your connection.</p>
|
||
|
||
<h2>AT&T <%= link_to 'Run Test', '/ping/pingat.jnlp', :class=>'button' %></h2>
|
||
|
||
<h2>Comcast <%= link_to 'Run Test', '/ping/pingcc.jnlp', :class=>'button' %></h2>
|
||
|
||
<h2>Time Warner <%= link_to 'Run Test', '/ping/pingtw.jnlp', :class=>'button' %></h2>
|
||
|
||
<h2>Verizon <%= link_to 'Run Test', '/ping/pingvz.jnlp', :class=>'button' %></h2>
|
||
|
||
<h2>None Of The Above <%= link_to 'Run Test', '/ping/pingno.jnlp', :class=>'button' %></h2>
|
||
</div>
|
||
</body>
|
||
</html>
|