View Single Post
Old
  (#11)
BrianG
RC-Monster Admin
 
BrianG's Avatar
 
Offline
Posts: 14,609
Join Date: Nov 2005
Location: Des Moines, IA
04.17.2009, 07:28 PM

I'm pretty happy with the speed overall. I find that the speed seems to be limited by the other end rather than my connection. And I rarely download multiple large items at once. I could use a little faster upload speed, but that's just me being impatient.

Check out some of these other ones:











I just created a blank HTML file with the following code and ran it to see a bunch of results and picked a few of the more impressive ones:

HTML Code:
<body>
<script language="javascript">
function zfill(n,p){
	n+='';
	while(n.length<p)n='0'+n;
	return n;
}

for(var i=0;i<999;i++){
	document.write('<img src="http://www.speedtest.net/result/454600'+zfill(i,3)+'.png" /> &nbsp;');
}
</script>
</body>

Last edited by BrianG; 04.17.2009 at 07:33 PM.
  Send a message via Yahoo to BrianG Send a message via MSN to BrianG  
Reply With Quote