{"id":744,"date":"2010-09-14T15:21:33","date_gmt":"2010-09-14T14:21:33","guid":{"rendered":"http:\/\/www.tsls.co.uk\/index.php\/"},"modified":"2023-10-17T10:42:19","modified_gmt":"2023-10-17T10:42:19","slug":"download-calculator","status":"publish","type":"page","link":"https:\/\/www.tsls.co.uk\/index.php\/download-calculator\/","title":{"rendered":"Download Calculator"},"content":{"rendered":"\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=iso-8859-1\">\n<script language=\"JavaScript1.2\" type=\"text\/JavaScript\"><!--\nfunction calc(){\nif ((document.ftt.fileunits.value != \"\")&&(document.ftt.transferunits.value != \"\")) {\nvar fileunits = document.ftt.fileunits.value;  \nvar transferunits = document.ftt.transferunits.value;  \nvar filesize1 = document.ftt.filesize.value; \nvar seconds = (filesize1*fileunits)\/transferunits;\n \nif (seconds <= 60) \n{document.ftt.outputstuff.value = Math.round(100*seconds)\/100 + \" Seconds\"} \nelse {if (seconds <= 3600) {\nvar minuteswhole1=Math.round(seconds\/60);\nvar leftoversec1 = Math.abs((minuteswhole1-(seconds\/60)) * 60);\nvar leftoversec1 = Math.round(leftoversec1*100)\/100;\ndocument.ftt.outputstuff.value = minuteswhole1 + \" Minutes \" + leftoversec1 + \" Seconds\";} \nelse {if (seconds <= 86400) {\nvar hourswhole1 = Math.floor(seconds\/3600);\nvar leftoverhours1 = Math.abs(hourswhole1 - (seconds\/3600));\nvar leftovermindecimal1 = leftoverhours1 * 60;\nvar wholeleftovermin = Math.floor(leftovermindecimal1);\nvar leftoversec2 = Math.abs((wholeleftovermin - leftovermindecimal1) * 60);\nvar leftoversec2 = Math.round(100*leftoversec2)\/100;\ndocument.ftt.outputstuff.value = hourswhole1 + \" Hours \" + wholeleftovermin + \" Minutes \" + leftoversec2 + \" Seconds\";} \nelse {\nvar dayswhole = Math.floor(seconds\/86400)\nvar daysremainingdecimal = Math.abs(dayswhole - (seconds\/86400));\nvar hourswhole2 = Math.floor(daysremainingdecimal * 24);\nvar leftoverhoursdecimal = Math.abs(hourswhole2 - (daysremainingdecimal * 24));\nvar leftovermindecimal1 = leftoverhoursdecimal * 60;\nvar wholeleftovermin2 = Math.floor(leftovermindecimal1);\nvar leftoversec3 = Math.abs((wholeleftovermin2 - leftovermindecimal1) * 60);\nvar leftoversec3 = Math.round(100*leftoversec3)\/100;\ndocument.ftt.outputstuff.value = dayswhole + \" Days \" + hourswhole2 + \" Hours \" + wholeleftovermin2 + \" Minutes \" + leftoversec3 + \" Seconds\";};};};}}\n\/\/--><\/script>\n<\/head>\n<body vlink=\"#0000EF\" onLoad=\"document.ftt.filesize.focus();\">\n<table width=\"100%\" cellpadding=0 cellspacing=0 border=0 bgcolor=\"#FFFFFF\">\n<div style=\"background-color:#000;border:solid 1px #FFF;width:auto;height:auto;text-align:center;margin:0px;\"> \n<h1 style=\"margin:5px;\"><font color=\"#FFFFFF\" size=\"+2\" face=\"Arial\">File Transfer Time\/Speed Calculator<\/font><\/h1><\/div>\n<form name=ftt id=f action=none method=get style=\"margin-left:1px;\">\n <table align=center cellpadding=0 cellspacing=0 border=0>\n  <tr>\n   <td align=center><font size=\"-1\" face=\"Arial\"> File Size<br>\n    <input name=\"filesize\" type=\"text\" SIZE=\"8\"><br>&nbsp;<br>&nbsp;<\/font>\n   <\/td>\n   <td> <select name=\"fileunits\" size=\"8\" onChange=\"calc()\">\n     \t<option selected value=\"\">File Size Units \n     \t<option value=\"1\">Bits\n     \t<option value=\"8\">Bytes \n     \t<option value=\"8192\">Kilobytes \n     \t<option value=\"8388608\">Megabytes \n     \t<option value=\"8589934592\">Gigabytes \n     \t<option value=\"8796093022208\">Terabytes \n     \t<option value=\"9007199254740992\">Petabytes\n     <\/select> <\/td>\n   <td> <select name=\"transferunits\" size=\"14\" onChange=\"calc()\">\n     \t<option selected value=\"\">Select Transfer Speed<\/option>\n     \t<option value=\"1000000\">1 Mbit<\/option> \n     \t<option value=\"2000000\">2 Mbit<\/option> \n     \t<option value=\"5000000\">5.0 Mbps <\/option>\n     \t<option value=\"10000000\">10 Mbps Thin Ethernet<\/option>\n     \t<option value=\"15000000\">15 Mbps Thin Ethernet<\/option>\n     \t<option value=\"20000000\">20 Mbps Thin Ethernet<\/option>\n     \t<option value=\"30000000\">30 Mbps Thin Ethernet (Exchange Online ingress)<\/option>\n     \t<option value=\"40000000\">40 Mbps Thin Ethernet<\/option>\n     \t<option value=\"50000000\">50 Mbps Thin Ethernet<\/option>\n     \t<option value=\"60000000\">60 Mbps Thin Ethernet<\/option>\n     \t<option value=\"80000000\">80 Mbps Thin Ethernet<\/option>\n     \t<option value=\"100000000\">100 Mbps Fast Ethernet<\/option>\n     \t<option value=\"155520000\">155.52 Mbps OC-3<\/option>\n     \t<option value=\"200000000\">200 Mbps <\/option>\n     \t<option value=\"360000000\">360 Mbps SCSI<\/option>\n\t<option value=\"480000000\">480 Mbps USB2<\/option>\n\t<option value=\"500000000\">500 Mbps <\/option>\n\t<option value=\"622080000\">622.08 Mbps OC-12<\/option>\n     \t<option value=\"1000000000\">1000 Mbps Gig E<\/option>\n\t<option value=\"10000000000\">10 Gbps Gig E<\/option>\n     <\/select> <\/td>\n   <td align=center><font size=\"-1\" face=\"Arial\">Resulting time<br>\n    <input name=\"outputstuff\" size=\"20\"><br>&nbsp;<br>&nbsp;<\/font><\/td>\n  <\/tr>\n <\/table>\n<\/form>\n<\/table>\n<\/body>\n<\/html>\n\n\n\n<p>Direct link to the download calculator page <a href=\"http:\/\/www.tsls.co.uk\/downloadcalc.htm\"> click here<\/a><br>Speedtest tool <a href=\"https:\/\/www.speedtest.net\/\">here from SpeedTest.net<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>File Transfer Time\/Speed Calculator File Size &nbsp;&nbsp; File Size UnitsBitsBytesKilobytesMegabytesGigabytesTerabytesPetabytes Select Transfer Speed1 Mbit2 Mbit5.0 Mbps 10 Mbps Thin Ethernet15 Mbps Thin Ethernet20 Mbps Thin Ethernet30 Mbps Thin Ethernet (Exchange Online ingress)40 Mbps Thin Ethernet50<\/p>\n","protected":false},"author":11,"featured_media":0,"parent":0,"menu_order":4,"comment_status":"closed","ping_status":"closed","template":"","meta":{"jetpack_post_was_ever_published":false,"footnotes":""},"class_list":["post-744","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.9.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>Download Calculator - TSLS - Luke Smith<\/title>\r\n<meta name=\"description\" content=\"Luke Smith - TSLS - Speedtest tool here from Microsoft Online Services\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/www.tsls.co.uk\/index.php\/download-calculator\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_GB\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Download Calculator - TSLS - Luke Smith\" \/>\r\n<meta property=\"og:description\" content=\"Luke Smith - TSLS - Speedtest tool here from Microsoft Online Services\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/www.tsls.co.uk\/index.php\/download-calculator\/\" \/>\r\n<meta property=\"og:site_name\" content=\"TSLS - Luke Smith\" \/>\r\n<meta property=\"article:modified_time\" content=\"2023-10-17T10:42:19+00:00\" \/>\r\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.tsls.co.uk\/index.php\/download-calculator\/\",\"url\":\"https:\/\/www.tsls.co.uk\/index.php\/download-calculator\/\",\"name\":\"Download Calculator - TSLS - Luke Smith\",\"isPartOf\":{\"@id\":\"https:\/\/www.tsls.co.uk\/#website\"},\"datePublished\":\"2010-09-14T14:21:33+00:00\",\"dateModified\":\"2023-10-17T10:42:19+00:00\",\"description\":\"Luke Smith - TSLS - Speedtest tool here from Microsoft Online Services\",\"breadcrumb\":{\"@id\":\"https:\/\/www.tsls.co.uk\/index.php\/download-calculator\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.tsls.co.uk\/index.php\/download-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.tsls.co.uk\/index.php\/download-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.tsls.co.uk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Download Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.tsls.co.uk\/#website\",\"url\":\"https:\/\/www.tsls.co.uk\/\",\"name\":\"TSLS - Luke Smith\",\"description\":\"- Knowledge - Thoughts - Microsoft -\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.tsls.co.uk\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-GB\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Download Calculator - TSLS - Luke Smith","description":"Luke Smith - TSLS - Speedtest tool here from Microsoft Online Services","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.tsls.co.uk\/index.php\/download-calculator\/","og_locale":"en_GB","og_type":"article","og_title":"Download Calculator - TSLS - Luke Smith","og_description":"Luke Smith - TSLS - Speedtest tool here from Microsoft Online Services","og_url":"https:\/\/www.tsls.co.uk\/index.php\/download-calculator\/","og_site_name":"TSLS - Luke Smith","article_modified_time":"2023-10-17T10:42:19+00:00","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.tsls.co.uk\/index.php\/download-calculator\/","url":"https:\/\/www.tsls.co.uk\/index.php\/download-calculator\/","name":"Download Calculator - TSLS - Luke Smith","isPartOf":{"@id":"https:\/\/www.tsls.co.uk\/#website"},"datePublished":"2010-09-14T14:21:33+00:00","dateModified":"2023-10-17T10:42:19+00:00","description":"Luke Smith - TSLS - Speedtest tool here from Microsoft Online Services","breadcrumb":{"@id":"https:\/\/www.tsls.co.uk\/index.php\/download-calculator\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.tsls.co.uk\/index.php\/download-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.tsls.co.uk\/index.php\/download-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.tsls.co.uk\/"},{"@type":"ListItem","position":2,"name":"Download Calculator"}]},{"@type":"WebSite","@id":"https:\/\/www.tsls.co.uk\/#website","url":"https:\/\/www.tsls.co.uk\/","name":"TSLS - Luke Smith","description":"- Knowledge - Thoughts - Microsoft -","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.tsls.co.uk\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"}]}},"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/P2gf1k-c0","_links":{"self":[{"href":"https:\/\/www.tsls.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/744","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tsls.co.uk\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.tsls.co.uk\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.tsls.co.uk\/index.php\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tsls.co.uk\/index.php\/wp-json\/wp\/v2\/comments?post=744"}],"version-history":[{"count":11,"href":"https:\/\/www.tsls.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/744\/revisions"}],"predecessor-version":[{"id":5353,"href":"https:\/\/www.tsls.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/744\/revisions\/5353"}],"wp:attachment":[{"href":"https:\/\/www.tsls.co.uk\/index.php\/wp-json\/wp\/v2\/media?parent=744"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}